Skip to content

fix(vscode-python): supprime l'extension de détection auto des env python - #417

Open
avouacr wants to merge 2 commits into
mainfrom
fix-detection-env-python
Open

avouacr wants to merge 2 commits into
mainfrom
fix-detection-env-python

Conversation

@avouacr

@avouacr avouacr commented Sep 21, 2026

Copy link
Copy Markdown
Member

Fix this recurrent warning pop-up in vscode-python images :

Default interpreter path '/opt/python/bin/python' could not be resolved: Could not resolve interpreter path '/opt/python/bin/python'
Source: Python Environments

The ms-python.vscode-python-envs extension seems to be at fault here, failing to recognize our system installation of Python as a valid interpreter. Removing the extension fixes the issue, and doesn't seem to prevent any use of Python environment whatsoever, so I suggest this simple fix.

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.

1 participant