robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] get debugpy debuggerpackagepath from ms-python.debugpy extension #224

Closed d-biehl closed 2 months ago

d-biehl commented 4 months ago

The the debugger of the ms-python.python extension is deprecated, RobotCode switches to the new debugpy extension, but this extension does not exports an api to get the path to the python debugpy package. I would assume that api is implemented some times or it is integrated into the pyhton extension api, let's see.

the workaround at the moment is to use the debug.debuggerpackagepath from the ms-python.python extension

There is a ticket in the ms-python.debugpy https://github.com/microsoft/vscode-python-debugger/issues/194

and a new ticket:

https://github.com/microsoft/vscode-python/issues/23032