Explore how to run a DebugAdapter inside the extension (instead of separate process) #40906
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
on-testplan
Milestone
For simple debug adapters that are implemented in JS/TS and are closely tied to the extension it is an overkill and development hassle to run them as a separate process.
Explore a way to run a debug adapter inside the extension by means of the "vscode-debugadapter" npm module.
The text was updated successfully, but these errors were encountered: