forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Test: Native python discovery #23675
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
Labels
Milestone
Comments
I don't specifically see any but there is a version mismatch logged:
|
The discovered envs should be in Output > Python Locator . |
It works great on my macbook m3 max, here is its perf data
It's fun to see µs, ns and ms. Good work! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #23564
Complexity: 3
Create Issue
We switched to platform specific VSIX starting with this release. This test is to ensure that the native code that we have start up.
Requirements
Verification steps:
Open a python file and ensure that python extension is loaded (basically see the Output > Python Locator logs show up)

Verify there are entries like
[info] Discovered env: /Users/donjayamanne/.pyenv/versions/3.10.13/bin/python
in the logsEnsure there are no entries like
Environment ... is missing from native locator
If there are any, please find all such occurrences and paste them into an issue.
Note: In some cases virtual envs from other workspace folders (not opened) will get reported above
Such cases are false positive, however we can identify that in the issue.
The text was updated successfully, but these errors were encountered: