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 1562c38 commit fdef5ccCopy full SHA for fdef5cc
packages/core/src/shared/extensions.ts
@@ -24,11 +24,13 @@ export const VSCODE_EXTENSION_ID = {
24
javadebug: 'vscjava.vscode-java-debug',
25
dotnet: 'ms-dotnettools.csdevkit',
26
git: 'vscode.git',
27
- remotessh: 'ms-vscode-remote.remote-ssh',
+ // remotessh: 'ms-vscode-remote.remote-ssh',
28
+ remotessh: 'anysphere.remote-ssh',
29
} as const
30
31
export const vscodeExtensionMinVersion = {
- remotessh: '0.74.0',
32
+ // remotessh: '0.74.0',
33
+ remotessh: '1.0.2',
34
}
35
36
/** @deprecated Use `extensionGlobals.ts:globals` instead. */
0 commit comments