-
Notifications
You must be signed in to change notification settings - Fork 92
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
python: use Python Environment Tools for interpreter discovery #5897
base: main
Are you sure you want to change the base?
Conversation
E2E Tests 🚀 ? |
@@ -689,7 +689,7 @@ | |||
"type": "string" | |||
}, | |||
"python.locator": { | |||
"default": "js", | |||
"default": "native", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now, the rust locator is considered experimental and is opt-in only for upstream. I've swapped it for testing purposes, but we'll want to decide what we want as the default. I've played around with it locally, and it seems to be finding everything and is MUCH FASTER, eg, 1-3 seconds to find my 80+ envs. We should do a bit more robust testing before deciding though.
Release Notes
New Features
Bug Fixes
QA Notes
Should be able to locate interpreters/start up Python runtimes with setting
"python.locator": "native"
TODO