Skip to content

Commit

Permalink
dont automatically inject pystartup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 28, 2024
1 parent 3115887 commit 154a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/terminal/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class TerminalService implements ITerminalService, Disposable {
this.terminalShellType = this.terminalHelper.identifyTerminalShell(this.terminal);
this.terminal = this.terminalManager.createTerminal({
name: this.options?.title || 'Python',
env: { PYTHONSTARTUP: this.envVarScript },
env: {},
hideFromUser: this.options?.hideFromUser,
});
this.terminalAutoActivator.disableAutoActivation(this.terminal);
Expand Down

0 comments on commit 154a3e2

Please sign in to comment.