MCPcopy
hub / github.com/microsoft/vscode-js-debug / customRequest

Method customRequest

src/typings/vscode.d.ts:16040–16040  ·  view source on GitHub ↗

* Send a custom request to the debug adapter.

(command: string, args?: any)

Source from the content-addressed store, hash-verified

16038 * Send a custom request to the debug adapter.
16039 */
16040 customRequest(command: string, args?: any): Thenable<any>;
16041
16042 /**
16043 * Maps a breakpoint in the editor to the corresponding Debug Adapter Protocol (DAP) breakpoint that is managed by the debug adapter of the debug session.

Callers 15

unmapMethod · 0.80
toggleSkippingFileFunction · 0.80
constructorMethod · 0.80
updateDebuggersStateMethod · 0.80
registerMethod · 0.80
sendCallersToSessionMethod · 0.80
sendPrintCommandFunction · 0.80
registerRequestCDPProxyFunction · 0.80
setEnabledMethod · 0.80
registerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected