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
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.