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

Method boot

src/binder.ts:228–230  ·  view source on GitHub ↗

* Boots the binder with the given API. Used for the dapDebugServer where * the launch/attach is intercepted before the binder is created.

(params: AnyResolvingConfiguration, dap: Dap.Api)

Source from the content-addressed store, hash-verified

226 * the launch/attach is intercepted before the binder is created.
227 */
228 public async boot(params: AnyResolvingConfiguration, dap: Dap.Api) {
229 return this._boot(applyDefaults(params, this._rootServices.get(ExtensionLocation)), dap);
230 }
231
232 private async _boot(params: AnyLaunchConfiguration, dap: Dap.Api) {
233 warnNightly(dap);

Callers 2

constructorMethod · 0.95
startDebugServerFunction · 0.95

Calls 3

_bootMethod · 0.95
applyDefaultsFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected