We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc7eec commit 866b180Copy full SHA for 866b180
src/features/terminal/terminalManager.ts
@@ -407,7 +407,7 @@ export class TerminalManagerImpl implements TerminalManager {
407
public async initialize(api: PythonEnvironmentApi): Promise<void> {
408
const actType = getAutoActivationType();
409
410
- // Match vscode-python behavior: when activateEnvInCurrentTerminal is explicitly false,
+ // When activateEnvInCurrentTerminal is explicitly false,
411
// skip activation for ALL pre-existing terminals (terminals open before extension load).
412
// New terminals opened after extension load are still activated via autoActivateOnTerminalOpen.
413
const skipPreExistingTerminals = !shouldActivateInCurrentTerminal() && terminals().length > 0;
0 commit comments