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

Update use of python extension environment api #253

Merged
merged 13 commits into from
Mar 6, 2024

Conversation

paulacamargo25
Copy link
Contributor

@paulacamargo25 paulacamargo25 commented Mar 4, 2024

It seems to be a bug for some users in the Activation/Recognition of the Python Extension. Thats why when they are trying to obtain information, like interpreters, they are getting a wrong info.

Updating the way to access this information should solve this error.

Closed: #216

@paulacamargo25 paulacamargo25 added the bug Issue identified by VS Code Team member as probable bug label Mar 4, 2024
@paulacamargo25 paulacamargo25 self-assigned this Mar 4, 2024
@paulacamargo25 paulacamargo25 marked this pull request as ready for review March 5, 2024 07:09
@vscodenpa vscodenpa added this to the March 2024 milestone Mar 5, 2024
karrtikr
karrtikr previously approved these changes Mar 5, 2024
src/test/runTest.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@karrtikr karrtikr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, can you elaborate on how this was causing #216, the issue which is being closed corresponding to this PR?

@paulacamargo25 paulacamargo25 requested a review from karrtikr March 6, 2024 01:03
@paulacamargo25 paulacamargo25 merged commit 926e65e into microsoft:main Mar 6, 2024
18 checks passed
@paulacamargo25 paulacamargo25 deleted the Update-environment-API branch March 6, 2024 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constant looping of selecting Python interpreter and launch.json
4 participants