We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e337741 commit 3513a0cCopy full SHA for 3513a0c
lib/vscode/src/vs/server/channel.ts
@@ -516,6 +516,9 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
516
await getEnvironment()
517
);
518
519
+ env.VSCODE_PROXY_URI = args.resolverEnv?.VSCODE_PROXY_URI || process.env.VSCODE_PROXY_URI;
520
+ env.VSCODE_IPC_HOOK_CLI = process.env.VSCODE_IPC_HOOK_CLI;
521
+
522
// Apply extension environment variable collections to the environment.
523
if (!shellLaunchConfig.strictEnv) {
524
// They come in an array and in serialized format.
0 commit comments