-
Notifications
You must be signed in to change notification settings - Fork 58
set supportsLoadedSourcesRequest capability if DA implements the request #199
Comments
@roblourens I see this change in 1.26.8 but no longer in master. |
It's also in master, where are you looking? |
The capability is missing in the current Insiders and this commit removes it: a131f45 It is not important for 1.26, but I was just wondering why the now built-in loadedscripts view no longer shows up... |
This commit from a few days ago put it back: https://github.com/Microsoft/vscode-node-debug2/blob/master/src/nodeDebugAdapter.ts#L78 |
Sorry, but I do not see the |
Sorry I was reading something completely different |
Yes it is provided by -core now |
...and the 1.26 version still uses an older core which doesn't have the capability. |
I'll publish that for master now |
The new built-in loaded scripts explorer (which will appear in August) honors the
supportsLoadedSourcesRequest
capability and only shows the "Loaded Scripts" view if the value is true.Please add this to the
initializeRequest
method:This applies to the debug types:
node2
,extensionHost
, andchrome
.I suggest to include this fix already in July because I will enable the loaded scripts explorer in Insiders as soon as the July release is out of the door.
For details please see microsoft/vscode#37767
The text was updated successfully, but these errors were encountered: