Skip to content
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

Fix python version retrieval in conda envs for python 3.10 and higher #6902

Merged
merged 7 commits into from
Apr 25, 2022

Conversation

AdamYoblick
Copy link
Member

@AdamYoblick AdamYoblick commented Mar 4, 2022

Fixes #6749

Retrieving python version information from a conda environment with python >= 3.10 has been fixed, shown below:

image

Fixing this bug surfaced two new issues with both pylance and debugpy not working with these new environments. I've created new issues to track these:

@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AdamYoblick AdamYoblick marked this pull request as ready for review April 19, 2022 22:47
@AdamYoblick AdamYoblick requested a review from a team as a code owner April 19, 2022 22:47
@AdamYoblick
Copy link
Member Author

AdamYoblick commented Apr 21, 2022 via email

@sonarcloud
Copy link

sonarcloud bot commented Apr 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AdamYoblick AdamYoblick merged commit 19f5bbd into main Apr 25, 2022
@AdamYoblick AdamYoblick deleted the fix_python_310_detection branch April 25, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Python version is display wrong when use the latest python to create Conda environment.
3 participants