forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.
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
.
FeldrinH, LukeLIN-web, monk-time, JaydonZhao, ysuliman and 7 moreKuRRe8 and yakzan
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.