Skip to content

Commit d60f310

Browse files
committed
make compiler happy
1 parent 377e700 commit d60f310

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/common/terminal/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class TerminalService implements ITerminalService, Disposable {
3333
private terminalHelper: ITerminalHelper;
3434
private terminalActivator: ITerminalActivator;
3535
private terminalAutoActivator: ITerminalAutoActivation;
36-
private readonly envVarScript = path.join(EXTENSION_ROOT_DIR, 'python_files', 'pythonrc.py');
3736
private readonly executeCommandListeners: Set<Disposable> = new Set();
3837
public get onDidCloseTerminal(): Event<void> {
3938
return this.terminalClosed.event.bind(this.terminalClosed);

0 commit comments

Comments
 (0)