View source
typedef LoadedSourcesRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
LoadedSources request; value of command field is 'loadedSources'. Retrieves the set of all sources currently loaded by the debugged process. Clients should only call this request if the capability 'supportsLoadedSourcesRequest' is true.