Skip to content

enhance error handling and user notifications for Python Locator failures - #25717

Merged
Eleanor Boyd (eleanorjboyd) merged 3 commits into
microsoft:mainfrom
eleanorjboyd:steady-constrictor
Jan 8, 2026
Merged

enhance error handling and user notifications for Python Locator failures#25717
Eleanor Boyd (eleanorjboyd) merged 3 commits into
microsoft:mainfrom
eleanorjboyd:steady-constrictor

Conversation

@eleanorjboyd

Copy link
Copy Markdown
Member

fixes #25689

@eleanorjboyd Eleanor Boyd (eleanorjboyd) added the bug Issue identified by VS Code Team member as probable bug label Jan 8, 2026
@eleanorjboyd Eleanor Boyd (eleanorjboyd) added the skip tests Updates to tests unnecessary label Jan 8, 2026
@eleanorjboyd
Eleanor Boyd (eleanorjboyd) marked this pull request as ready for review January 8, 2026 17:34
@vs-code-engineering vs-code-engineering Bot added this to the January 2026 milestone Jan 8, 2026

// Show notification to user
const selection = await showWarningMessage(
'Python Locator failed to start. Python environment discovery may not work correctly.',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Needs to be localized?

@eleanorjboyd
Eleanor Boyd (eleanorjboyd) merged commit 336d699 into microsoft:main Jan 8, 2026
47 checks passed
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 skip tests Updates to tests unnecessary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python Locator fails on clean Windows 11 installation due to missing VCRUNTIME140.dll

2 participants