-
Couldn't load subscription status.
- Fork 29
Labels
bugIssue 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-priorityinfo-neededIssue requires more information from posterIssue requires more information from posterverification-foundIssue verification failedIssue verification failed
Milestone
Description
Repro steps:
- From a WSL bash prompt
- Create a project folder with a python file and a venv.
- Start VS Code in that repo.
- Notice that the venv is detected and selected.
- Changing the
python-envs.terminal.autoActivationTypefromshellStartuptooffor vice versa has no effect.
This happens because, .bashrc could have been previously updated with VSCODE_BASH_ACTIVATE as script variable, now it is VSCODE_PYTHON_BASH_ACTIVATE we need to check this and update it.
Metadata
Metadata
Assignees
Labels
bugIssue 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-priorityinfo-neededIssue requires more information from posterIssue requires more information from posterverification-foundIssue verification failedIssue verification failed