You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 thems-python.python
extensionThere is a ticket in the
ms-python.debugpy
microsoft/vscode-python-debugger#194and a new ticket:
microsoft/vscode-python#23032
The text was updated successfully, but these errors were encountered: