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 6ba1569 commit 46dd3a3Copy full SHA for 46dd3a3
src/storage.ts
@@ -425,7 +425,7 @@ export class Storage {
425
}
426
427
public writeToCoderOutputChannel(message: string) {
428
- this.output.appendLine(message)
+ this.output.appendLine(`[${new Date().toISOString()}] ${message}`)
429
// We don't want to focus on the output here, because the
430
// Coder server is designed to restart gracefully for users
431
// because of P2P connections, and we don't want to draw
0 commit comments