MCPcopy
hub / github.com/microsoft/vscode-js-debug / configurationDone

Method configurationDone

src/dap/api.d.ts:1467–1467  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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).

Callers 6

initAdapterMethod · 0.65
configureMethod · 0.65
_initMethod · 0.65
loadMethod · 0.65
_initMethod · 0.65
loadMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected