Skip to content

Commit 04c46fe

Browse files
committed
Add jeanp413.open-remote-ssh as candidate remote SSH extension.
Tested on VSCodium Version: 1.98.2 Release: 25078 Commit: c6286962b0f5f2c3ad5e558a439dc3fcfd20b2ac Date: 2025-03-19T00:30:57.705Z Electron: 34.3.2 ElectronBuildId: undefined Chromium: 132.0.6834.210 Node.js: 20.18.3 V8: 13.2.152.41-electron.0 OS: Darwin arm64 24.4.0 Host: v2.20.0+03b5012
1 parent d696922 commit 04c46fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)