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

Method launchUrl

src/test/test.ts:596–601  ·  view source on GitHub ↗
(
    url: string,
    options: Partial<AnyChromiumLaunchConfiguration> = {},
  )

Source from the content-addressed store, hash-verified

594 }
595
596 async launchUrl(
597 url: string,
598 options: Partial<AnyChromiumLaunchConfiguration> = {},
599 ): Promise<TestP> {
600 return await this._launch(this.buildUrl(url), options);
601 }
602
603 async launchUrlAndLoad(
604 url: string,

Callers 10

wasm.test.tsFile · 0.80
framesTest.tsFile · 0.80
breakpointsTest.tsFile · 0.80
sourcesTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls 2

_launchMethod · 0.95
buildUrlMethod · 0.95

Tested by

no test coverage detected