Reuse extensionHostProcess entry point in the server case

This commit is contained in:
Alex Dima
2022-01-24 14:23:43 +01:00
parent 9908a5dd4e
commit ef8700e85e
3 changed files with 2 additions and 10 deletions

View File

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