Fix: Open file browser at workspace root when selecting interpreter path by Copilot · Pull Request #25520 · microsoft/vscode-python

@eleanorjboyd

- Added defaultUri parameter to showOpenDialog to open at current workspace
- Updated all related unit tests to include defaultUri in expected parameters
- Added new test case to verify workspace URI is used as defaultUri

Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>

Copilot AI changed the title [WIP] Fix directory opening in user project Fix: Open file browser at workspace root when selecting interpreter path

Oct 10, 2025

@eleanorjboyd

eleanorjboyd

rzhao271