Skip to content

Commit 154a3e2

Browse files
committed
dont automatically inject pystartup
1 parent 3115887 commit 154a3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/terminal/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class TerminalService implements ITerminalService, Disposable {
136136
this.terminalShellType = this.terminalHelper.identifyTerminalShell(this.terminal);
137137
this.terminal = this.terminalManager.createTerminal({
138138
name: this.options?.title || 'Python',
139-
env: { PYTHONSTARTUP: this.envVarScript },
139+
env: {},
140140
hideFromUser: this.options?.hideFromUser,
141141
});
142142
this.terminalAutoActivator.disableAutoActivation(this.terminal);

0 commit comments

Comments
 (0)