Skip to content

Commit 7b8e0c7

Browse files
committed
Add upstream issue link
1 parent ea7ac6e commit 7b8e0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/remote.ts

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export class Remote {
276276
// VS Code ignores the connect timeout in the SSH config and uses a default
277277
// of 15 seconds, which can be too short in the case where we wait for
278278
// startup scripts. For now we hardcode a longer value.
279+
// If microsoft/vscode-remote-release#8519 is resolved we can remove this.
279280
const connectTimeout = 1800
280281

281282
let settingsContent = "{}"

0 commit comments

Comments
 (0)