We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7812f6b commit 65caa26Copy full SHA for 65caa26
src/connection.ts
@@ -123,6 +123,7 @@ export class ExtensionHostConnection extends Connection {
123
VSCODE_EXTHOST_WILL_SEND_SOCKET: "true",
124
VSCODE_HANDLES_UNCAUGHT_ERRORS: "true",
125
VSCODE_LOG_STACK: "false",
126
+ VSCODE_LOG_LEVEL: this.environment.verbose ? "trace" : this.environment.log,
127
VSCODE_NLS_CONFIG: JSON.stringify(config),
128
},
129
silent: true,
0 commit comments