Skip to content

Commit 65caa26

Browse files
committed
Pass log level to extension host
1 parent 7812f6b commit 65caa26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connection.ts

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export class ExtensionHostConnection extends Connection {
123123
VSCODE_EXTHOST_WILL_SEND_SOCKET: "true",
124124
VSCODE_HANDLES_UNCAUGHT_ERRORS: "true",
125125
VSCODE_LOG_STACK: "false",
126+
VSCODE_LOG_LEVEL: this.environment.verbose ? "trace" : this.environment.log,
126127
VSCODE_NLS_CONFIG: JSON.stringify(config),
127128
},
128129
silent: true,

0 commit comments

Comments
 (0)