-
Notifications
You must be signed in to change notification settings - Fork 31
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-priorityneeds PRverifiedVerification succeededVerification succeeded
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-priorityneeds PRverifiedVerification succeededVerification succeeded