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
Previously loaded scripts could only be accessed via the "Open Loaded Script" action which uses a QuickPick UI.
With the new "Loaded Scripts" explorer it is possible to view and select loaded scripts in an explorer section in the debug viewlet.
Verify for both "legacy" and "inspector" protocols:
the "Loaded Scripts" explorer is only visible if a node debug session is active
the explorer shows new scripts as they are loaded
scripts show up under the correct top level nodes:
first come the workspace root folders,
then scripts outside of the workspace
scripts under the user's home directory are abbreviated to '~' in linux and macOS
then internal node scripts
scripts show up under the correct top level nodes for (legacy) single folder workspaces and in non-folder mode
scripts in the explorer have the same path as the scripts shown in the QuickPick UI
if more than one debug session is active, the explorer shows session nodes (which will not disappear if the number of debug sessions drops below two).
selecting a leaf opens the script in a read only editor
The text was updated successfully, but these errors were encountered:
Test for #28521 and #31002:
Complexity: 3
Previously loaded scripts could only be accessed via the "Open Loaded Script" action which uses a QuickPick UI.
With the new "Loaded Scripts" explorer it is possible to view and select loaded scripts in an explorer section in the debug viewlet.
Verify for both "legacy" and "inspector" protocols:
The text was updated successfully, but these errors were encountered: