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
The VS Code API now supports the notion of a "parent" debug sessions. It allows to group subprocesses being debugged (for example the plugin host process when debugging Theia itself) into a convenient tree.
In order to see this in action, use the vscode built-in js-debug to debug the Theia back end.
The text was updated successfully, but these errors were encountered:
Feature Description:
The VS Code API now supports the notion of a "parent" debug sessions. It allows to group subprocesses being debugged (for example the plugin host process when debugging Theia itself) into a convenient tree.
In order to see this in action, use the vscode built-in js-debug to debug the Theia back end.
The text was updated successfully, but these errors were encountered: