Pass log level to extension host
This commit is contained in:
parent
7812f6b75a
commit
65caa26d40
|
@ -123,6 +123,7 @@ export class ExtensionHostConnection extends Connection {
|
||||||
VSCODE_EXTHOST_WILL_SEND_SOCKET: "true",
|
VSCODE_EXTHOST_WILL_SEND_SOCKET: "true",
|
||||||
VSCODE_HANDLES_UNCAUGHT_ERRORS: "true",
|
VSCODE_HANDLES_UNCAUGHT_ERRORS: "true",
|
||||||
VSCODE_LOG_STACK: "false",
|
VSCODE_LOG_STACK: "false",
|
||||||
|
VSCODE_LOG_LEVEL: this.environment.verbose ? "trace" : this.environment.log,
|
||||||
VSCODE_NLS_CONFIG: JSON.stringify(config),
|
VSCODE_NLS_CONFIG: JSON.stringify(config),
|
||||||
},
|
},
|
||||||
silent: true,
|
silent: true,
|
||||||
|
|
Loading…
Reference in New Issue