MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / configurationDoneRequest

Method configurationDoneRequest

src/test/debug_client_ms.ts:181–183  ·  view source on GitHub ↗
(args?: DebugProtocol.ConfigurationDoneArguments)

Source from the content-addressed store, hash-verified

179 }
180
181 public configurationDoneRequest(args?: DebugProtocol.ConfigurationDoneArguments): Promise<DebugProtocol.ConfigurationDoneResponse> {
182 return this.send('configurationDone', args);
183 }
184
185 public launchRequest(args: DebugProtocol.LaunchRequestArguments): Promise<DebugProtocol.LaunchResponse> {
186 return this.send('launch', args);

Calls 1

sendMethod · 0.45

Tested by 2

testBreakpointConditionFunction · 0.64
testBreakpointConditionFunction · 0.64