Skip to content

Commit 64bf600

Browse files
authored
don't override env when set for terminals w shell integration enabled (microsoft#151753)
1 parent 6f7c121 commit 64bf600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
466466
this.shellLaunchConfig.args = defaultProfile.args;
467467
this.shellLaunchConfig.icon = defaultProfile.icon;
468468
this.shellLaunchConfig.color = defaultProfile.color;
469-
this.shellLaunchConfig.env = defaultProfile.env;
470469
}
471470

472471
await this._createProcess();

0 commit comments

Comments
 (0)