-
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
Interpreter selection not saved in workspace configuration #7154
Comments
Related to #2125, but not a duplicate. |
CauseIn
and vscode-python/src/client/interpreter/configuration/interpreterSelector.ts Lines 102 to 113 in 8f5861e
So when we call
|
BTW, the API documentation advises, that you should use the
|
Thank you for the heads-up 👍 it's already what we call under the hood in our implementations of
|
This still seems to be an issue with VS Code 1.45.1 and Selecting an interpreter (either via the status bar or the dialog) is not setting |
Hi @kynan, we deprecated the use of Please open a separate issue if you have any further questions. Closing this issue since we don't save |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): Language ServerExpected behaviour
Python interpreter configuration is saved in the *.code-workspace file.
Actual behaviour
Python interpreter configuration is saved in the .vscode/settings.json
Steps to reproduce
The text was updated successfully, but these errors were encountered: