Open
Description
When activating python extension, you see "Reactivating Terminal" in the status bar, and it does not go away.
Workaround:
- Add the following to your User
settings.json
, and Reload VS Code:
"python.experiments.optOutFrom": ["pythonTerminalEnvVarActivation"]
- If that does not resolve the issue, try running this command from the command palette:
Python: Clear cache and reload
. - If that does not resolve the issue, try setting
python.locator
tojs
.
Metadata
Metadata
Assignees
Labels
Features relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugIssue identified as high-priorityIssue identified as high-priorityLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.