Skip to content

Conversation

@eleanorjboyd
Copy link
Member

@eleanorjboyd eleanorjboyd self-assigned this Jul 25, 2025
@eleanorjboyd eleanorjboyd added the bug Issue identified by VS Code Team member as probable bug label Jul 25, 2025
@vs-code-engineering
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 July 2025 milestone Jul 25, 2025
Comment on lines 1088 to 1092
throw new Error(
`Conda hook not found in expected locations. Tried: ${condaRootCandidates.join(
', ',
)} based on conda executable at ${condaPath}.`,
);
Copy link
Member

Choose a reason for hiding this comment

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

This does not block the discovery right?

Copy link
Member Author

Choose a reason for hiding this comment

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

hm good point- will fix

anthonykim1 and others added 3 commits July 27, 2025 09:27
fixes microsoft#619

since environmentPath for an environment can be "Path to the python
binary or environment folder." need to update code to support if the
path is directly to a python binary. If so get the parent, parent of the
binary to get the venv folder
@eleanorjboyd eleanorjboyd merged commit 95761d9 into microsoft:main Jul 29, 2025
6 checks passed
NguyenCuong1989 referenced this pull request in NguyenCuong1989/vscode-python-environments Oct 23, 2025
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.

Wrong conda-hook.ps1 path and the output in the terminal will be refreshed

3 participants