We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 6f7c121 commit 64bf600Copy full SHA for 64bf600
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -466,7 +466,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
466
this.shellLaunchConfig.args = defaultProfile.args;
467
this.shellLaunchConfig.icon = defaultProfile.icon;
468
this.shellLaunchConfig.color = defaultProfile.color;
469
- this.shellLaunchConfig.env = defaultProfile.env;
470
}
471
472
await this._createProcess();
0 commit comments