forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Does this issue occur when all extensions are disabled?: Yes, partially I'm using remote development so I can't really disable that extension, this issue does not seem to arise when running in a wsl.
- VS Code Version: 1.100.0
- OS Version: Ubuntu 22.04.5 LTS (docker container)
Steps to Reproduce:
- Attach to a remote container
- Setup an environment (we use conda, e.g. conda create -n test python=3.10)
-
Select interpreter -> Select the new environment
- which python -> To us it shows /opt/conda/bin/python, which is not the one used for the environment, the environment still looks activated, there's (test) before the username
- Run conda activate test manually
- which python -> $HOME/.conda/envs/test/bin/python, this is the what happend using vscode < 1.100.0
This is quite problematic as it seems that an environment is active when it's not causing missing dependencies etc..
Metadata
Metadata
Assignees
Labels
triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team