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 535cda4 commit 22fded5Copy full SHA for 22fded5
src/storage.ts
@@ -310,7 +310,10 @@ export class Storage {
310
311
public writeToCoderOutputChannel(message: string) {
312
this.output.appendLine(message)
313
- this.output.show(true)
+ // We don't want to focus on the output here, because the
314
+ // Coder server is designed to restart gracefully for users
315
+ // because of P2P connections, and we don't want to draw
316
+ // attention to it.
317
}
318
319
private async updateURL(): Promise<void> {
0 commit comments