* This request indicates that the client has finished initialization of the debug adapter. * So it is the last request in the sequence of configuration requests (which was started by the `initialized` event). * Clients should only call this request if the corresponding capability `supports
(params: ConfigurationDoneParams)
| 1465 | * Clients should only call this request if the corresponding capability `supportsConfigurationDoneRequest` is true. |
| 1466 | */ |
| 1467 | configurationDone(params: ConfigurationDoneParams): Promise<ConfigurationDoneResult>; |
| 1468 | |
| 1469 | /** |
| 1470 | * This launch request is sent from the client to the debug adapter to start the debuggee with or without debugging (if `noDebug` is true). |