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

Method configurationSequence

src/test/debug_client_ms.ts:350–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 * The promise will be rejected if a timeout occurs or if the 'configurationDone' request fails.
349 */
350 public configurationSequence(): Promise<any> {
351
352 return this.waitForEvent('initialized', 'configurationSequence').then(event => {
353 return this.configurationDone();
354 });
355 }
356
357 /**
358 * Returns a promise that will resolve if a 'initialize' and a 'launch' request were successful.

Calls 2

waitForEventMethod · 0.95
configurationDoneMethod · 0.95

Tested by 2

runTestsFunction · 0.64
runWithoutDebuggingFunction · 0.64