We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d95b5 commit 8f062c3Copy full SHA for 8f062c3
lib/vscode/src/vs/server/node/connection.ts
@@ -174,6 +174,7 @@ export class ExtensionHostConnection extends Connection {
174
{
175
env: {
176
...process.env,
177
+ ...(this.params.env || {}),
178
VSCODE_AMD_ENTRYPOINT: 'vs/workbench/services/extensions/node/extensionHostProcess',
179
VSCODE_PIPE_LOGGING: 'true',
180
VSCODE_VERBOSE_LOGGING: 'true',
0 commit comments