-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda fails to activate in fish shell when in pythonTerminalEnvVarActivation
experiment
#21895
Comments
Environemnt contributions
|
This doesn't look like the complete debug logs. Also
seems to indicate that we're not in |
Ah, in codespaces you need to set the Remote settings to use the experiment, not User setting. |
This was already fixed in vscode-python/src/client/interpreter/activation/terminalEnvVarCollectionService.ts Lines 313 to 315 in 30e26c2
It's leading to me believe that you're probably not using the latest pre-release of the extension. The logs doesn't seem to be complete, so I'm unable to confirm this. |
Discussed offline, everything seems to work as expected for fish shell, confirmed we run into microsoft/vscode#184009. |
pythonTerminalEnvVarActivation
experiment
Testing #21298
Reproduced using the python codespace.
Created a conda environment via the terminal and can activate it via
conda activate <name>
but fails to auto activateThe text was updated successfully, but these errors were encountered: