Configure if console stacks should be sent via IExtensionHostInitData

This commit is contained in:
Alex Dima
2022-06-23 17:10:22 +02:00
parent f9acb97f3c
commit e525b3f4e0
6 changed files with 16 additions and 6 deletions

View File

@@ -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