mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Reuse extensionHostProcess entry point in the server case
This commit is contained in:
@@ -48,7 +48,7 @@ export async function buildUserEnvironment(startParamsEnv: { [key: string]: stri
|
||||
...userShellEnv,
|
||||
...{
|
||||
VSCODE_LOG_NATIVE: String(isDebug),
|
||||
VSCODE_AMD_ENTRYPOINT: 'vs/server/node/remoteExtensionHostProcess',
|
||||
VSCODE_AMD_ENTRYPOINT: 'vs/workbench/services/extensions/node/extensionHostProcess',
|
||||
VSCODE_PIPE_LOGGING: 'true',
|
||||
VSCODE_VERBOSE_LOGGING: 'true',
|
||||
VSCODE_EXTHOST_WILL_SEND_SOCKET: 'true',
|
||||
|
||||
Reference in New Issue
Block a user