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