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

Python Debugger should have a dependency on Python extension #222

Closed alexr00 closed 2 months ago

alexr00 commented 4 months ago

Testing #221

Recording 2024-02-20 at 12 01 52

It looks like the Python Debugger extension can't be used without the Python extension. One way this could be solved is by making the Python Debugger have a dependency on the Python extension. Another option would be the have a better error here.

MrZmcH commented 3 months ago

@alexr00 Do I need to install the "ms-python" extension here? Is there anything else?

alexr00 commented 2 months ago

Added to the April milestone so this gets verified.