Skip to content

Commit 29e859f

Browse files
committed
Remove outdated comment
We close the remote on all errors now.
1 parent 4fe4aca commit 29e859f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/remote.ts

-2
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,6 @@ export class Remote {
478478
try {
479479
await this.updateSSHConfig(authorityParts[1], hasCoderLogs)
480480
} 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?
483481
this.storage.writeToCoderOutputChannel(`Failed to configure SSH: ${error}`)
484482
throw error
485483
}

0 commit comments

Comments
 (0)