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 4fe4aca commit 29e859fCopy full SHA for 29e859f
src/remote.ts
@@ -478,8 +478,6 @@ export class Remote {
478
try {
479
await this.updateSSHConfig(authorityParts[1], hasCoderLogs)
480
} catch (error) {
481
- // TODO: This is a bit weird, because even if we throw an error VS Code
482
- // still tries to connect. Can we stop it?
483
this.storage.writeToCoderOutputChannel(`Failed to configure SSH: ${error}`)
484
throw error
485
}
0 commit comments