robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

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

Open d-biehl opened this issue 1 year ago • 0 comments

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

d-biehl avatar Feb 16 '24 20:02 d-biehl