In order to make js-debug easier to use in other DAP clients, we should try to move VS Code specific "integration particularities" (typically extension code), into the debug adapter itself.
Using the new startDebugging reverse request should make this easier.
For details see: microsoft/debug-adapter-protocol#79
In order to make js-debug easier to use in other DAP clients, we should try to move VS Code specific "integration particularities" (typically extension code), into the debug adapter itself.
Using the new
startDebuggingreverse request should make this easier.For details see: microsoft/debug-adapter-protocol#79