microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
41 stars 17 forks source link

It always asks to select Python interpretor when press debug button #252

Closed alexey2baranov closed 4 months ago

alexey2baranov commented 4 months ago

Hi. Today vscode starts asking me to select interpretor. It doesn't see that I allready have selected one.

I allready tryed to remove poetry environment and install it from the scratch, and remove .vscode folder and open folder from the scratch.

Please see the picture. If I press Change Python Interpretor as he asks me, then I see correctly selected one. I tried to select another one, but got the same result - it doesn't see selected interpreort.

image

paulacamargo25 commented 4 months ago

Duplicated: https://github.com/microsoft/vscode-python-debugger/issues/216