mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Set up console forwarding in the extension host separately of bootstrap-fork.js (#152980)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user