forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
We're making the existing reverse-connection support (when the debugged process connects to the IDE, rather than the other way around - microsoft/ptvsd#1824) officially supported in debugpy to simplify some user scenarios. In ptvsd, it's only used internally for attach-to-PID.
This means that we need to surface it on the IDE side of things - at the mininum, launch.json, and any associated UX. We need to figure out what exactly it should look like, and make the necessary changes on the extension side.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality