MCPcopy Create free account
hub / github.com/Snapchat/Valdi / customRequest

Method customRequest

valdi/vscode_debugger/src/typings/vscode.d.ts:10221–10221  ·  view source on GitHub ↗

* Send a custom request to the debug adapter.

(command: string, args?: any)

Source from the content-addressed store, hash-verified

10219 * Send a custom request to the debug adapter.
10220 */
10221 customRequest(command: string, args?: any): Thenable<any>;
10222 }
10223
10224 /**

Callers 11

profiling.test.tsFile · 0.80
toggleSkippingFileFunction · 0.80
constructorMethod · 0.80
addBreakpointsMethod · 0.80
removeBreakpointsMethod · 0.80
trySuggestPrintingMethod · 0.80
sendPrintCommandFunction · 0.80
registerRevealPageFunction · 0.80
startMethod · 0.80
stopMethod · 0.80
onPickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected