Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffd252 commit 1119d9bCopy full SHA for 1119d9b
src/extension.ts
@@ -22,6 +22,7 @@ export async function activate(ctx: vscode.ExtensionContext): Promise<void> {
22
// Cursor and VSCode are covered by ms remote, and the only other is windsurf for now
23
// Means that vscodium is not supported by this for now
24
const remoteSSHExtension =
25
+ vscode.extensions.getExtension("jeanp413.open-remote-ssh") ||
26
vscode.extensions.getExtension("codeium.windsurf-remote-openssh") ||
27
vscode.extensions.getExtension("ms-vscode-remote.remote-ssh")
28
if (!remoteSSHExtension) {
0 commit comments