struct ConfigurationDoneRequest

Defined at line 559 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

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

`supportsConfigurationDoneRequest` is true.