microsoft / microsoft/vscode-python-environments
Doesn't honor python.defaultInterpreterPath
Open
bug
triage-needed
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 62
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 35
Description
Extension was automatically installed today by Ruff, and immediately broke with the error (screenshot) below:
`"python.defaultInterpreterPath": ".venv/bin/python",` is set in workspace `.vscode/settings.json`. All was working well before this auto install, and disabling it `"python.useEnvironmentsExtension": false,` "fixed" the issue.
Python features work with or without it enabled.
Contributor guide
Assessment
This issue has not been assessed yet.