Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove duplicate exec in dropdown selector #433

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

eleanorjboyd
Copy link
Member

fixes #413

image

@eleanorjboyd eleanorjboyd self-assigned this May 20, 2025
@eleanorjboyd eleanorjboyd requested a review from karthiknadig May 20, 2025 20:57
Copy link

⚠️ This PR originates from a fork. Due to security restrictions, pipelines from forks are no longer triggered automatically. Learn more.

If the changes appear safe, you can manually trigger the pipeline by commenting /AzurePipelines run.

@vs-code-engineering vs-code-engineering bot added this to the May 2025 milestone May 20, 2025
@eleanorjboyd eleanorjboyd enabled auto-merge (squash) May 20, 2025 21:18
@eleanorjboyd eleanorjboyd merged commit 0206980 into microsoft:main May 20, 2025
6 checks passed
@@ -198,13 +199,20 @@ export class SysPythonManager implements EnvironmentManager {
// This environment is unknown. Resolve it.
const resolved = await resolveSystemPythonEnvironmentPath(context.fsPath, this.nativeFinder, this.api, this);
if (resolved) {
// HERE IT GOT TOO MANY

Choose a reason for hiding this comment

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

Extra comments here and on 89

Copy link
Member Author

Choose a reason for hiding this comment

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

oops thank you- will remove it in a new PR

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.

global envs list incorrect (gets in bad state)
3 participants