mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 06:23:35 -06:00
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_HANDLES_UNCAUGHT_ERRORS: "true",
|
||||
VSCODE_LOG_STACK: "false",
|
||||
VSCODE_LOG_LEVEL: this.environment.verbose ? "trace" : this.environment.log,
|
||||
VSCODE_NLS_CONFIG: JSON.stringify(config),
|
||||
},
|
||||
silent: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user