-
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
Refactor interpreter discovery #12020
Comments
Handle this case when refactoring: #8509 |
I landed here because in my setup,
However, I have to manually re-select the same (already recognized) interpreter Otherwise, when
It will be:
|
Just depend on setting it in each project. Setting python.venvPath and/or python.venvFolders doesn't seem to work, and vscode doesn't support Poetry environments natively yet. The interpreter discovery in vscode is being refactored: microsoft/vscode-python#12020 Revisit when that's done.
Make it harder, better, faster, stronger in its own module.
The text was updated successfully, but these errors were encountered: