* Send a custom request to the debug adapter.
(command: string, args?: any)
| 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. |
no outgoing calls
no test coverage detected