Skip to content

Show notification reaffirming Python extension still handles activation when in pythonTerminalEnvVarActivation experiment #21802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Aug 15, 2023
Prev Previous commit
Next Next commit
Amend comment
  • Loading branch information
Kartik Raj committed Aug 11, 2023
commit 0c5183497f7de47e5cf6a55e65833c1696e996e1
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
}

private async trackTerminalPrompts(shell: string, resource: Resource, isPS1Set: boolean) {
// Prompts for these shells cannot be set using variables
// Prompts for these shells cannot be set reliably using variables
const exceptionShells = [
TerminalShellType.powershell,
TerminalShellType.powershellCore,
Expand Down