View source
typedef ConfigurationDoneRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
ConfigurationDone request; value of command field is 'configurationDone'. This optional 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 capability 'supportsConfigurationDoneRequest' is true.