Skip to content

Commit 1119d9b

Browse files
asgeirnmatifali
andauthored
feat: Add jeanp413.open-remote-ssh as candidate remote SSH extension. (#467)
Co-authored-by: M Atif Ali <[email protected]> Co-authored-by: M Atif Ali <[email protected]>
1 parent bffd252 commit 1119d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/extension.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export async function activate(ctx: vscode.ExtensionContext): Promise<void> {
2222
// Cursor and VSCode are covered by ms remote, and the only other is windsurf for now
2323
// Means that vscodium is not supported by this for now
2424
const remoteSSHExtension =
25+
vscode.extensions.getExtension("jeanp413.open-remote-ssh") ||
2526
vscode.extensions.getExtension("codeium.windsurf-remote-openssh") ||
2627
vscode.extensions.getExtension("ms-vscode-remote.remote-ssh")
2728
if (!remoteSSHExtension) {

0 commit comments

Comments
 (0)