mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Configure if console stacks should be sent via IExtensionHostInitData
This commit is contained in:
@@ -46,7 +46,6 @@ export async function buildUserEnvironment(startParamsEnv: { [key: string]: stri
|
||||
VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
|
||||
VSCODE_VERBOSE_LOGGING: 'true',
|
||||
VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
|
||||
VSCODE_LOG_STACK: 'false',
|
||||
VSCODE_NLS_CONFIG: JSON.stringify(nlsConfig, undefined, 0)
|
||||
},
|
||||
...startParamsEnv
|
||||
|
||||
Reference in New Issue
Block a user