(command: string, response: DebugProtocol.Response, args: any)
| 367 | setArguments(args: ConfigurationArguments): void; |
| 368 | |
| 369 | customRequest(command: string, response: DebugProtocol.Response, args: any): boolean; |
| 370 | initCommands(): string[]; |
| 371 | launchCommands(): string[]; |
| 372 | attachCommands(): string[]; |
no outgoing calls
no test coverage detected