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
If a debug extension wants to support for SSH based remote debugging it can roll its own implementation in the debug adapter of the extension.
We would like to support SSH based remote debugging in a generic way so that the debug extension only needs to support remote debugging and VS Code takes care of the SSH setup and shutdown.