We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ac6e commit 7b8e0c7Copy full SHA for 7b8e0c7
src/remote.ts
@@ -276,6 +276,7 @@ export class Remote {
276
// VS Code ignores the connect timeout in the SSH config and uses a default
277
// of 15 seconds, which can be too short in the case where we wait for
278
// startup scripts. For now we hardcode a longer value.
279
+ // If microsoft/vscode-remote-release#8519 is resolved we can remove this.
280
const connectTimeout = 1800
281
282
let settingsContent = "{}"
0 commit comments