Skip to content

Commit 866b180

Browse files
committed
update
1 parent 1cc7eec commit 866b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/terminal/terminalManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export class TerminalManagerImpl implements TerminalManager {
407407
public async initialize(api: PythonEnvironmentApi): Promise<void> {
408408
const actType = getAutoActivationType();
409409

410-
// Match vscode-python behavior: when activateEnvInCurrentTerminal is explicitly false,
410+
// When activateEnvInCurrentTerminal is explicitly false,
411411
// skip activation for ALL pre-existing terminals (terminals open before extension load).
412412
// New terminals opened after extension load are still activated via autoActivateOnTerminalOpen.
413413
const skipPreExistingTerminals = !shouldActivateInCurrentTerminal() && terminals().length > 0;

0 commit comments

Comments
 (0)