Set up console forwarding in the extension host separately of bootstrap-fork.js (#152980)

This commit is contained in:
Alexandru Dima
2022-06-23 17:01:00 +02:00
committed by GitHub
parent cb2b861191
commit f9acb97f3c
6 changed files with 221 additions and 58 deletions

View File

@@ -44,7 +44,6 @@ export async function buildUserEnvironment(startParamsEnv: { [key: string]: stri
...{
VSCODE_LOG_NATIVE: String(isDebug),
VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
VSCODE_PIPE_LOGGING: 'true',
VSCODE_VERBOSE_LOGGING: 'true',
VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
VSCODE_LOG_STACK: 'false',