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

Method _init

src/test/test.ts:104–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 async _init(): Promise<Dap.InitializeResult> {
105 const [r] = await Promise.all([
106 this.dap.initialize({
107 clientID: 'pwa-test',
108 adapterID: 'pwa',
109 linesStartAt1: true,
110 columnsStartAt1: true,
111 pathFormat: 'path',
112 supportsVariablePaging: true,
113 supportsANSIStyling: true,
114 }),
115 this.dap.once('initialized'),
116 ]);
117 return r;
118 }
119}
120
121/**

Callers

nothing calls this directly

Calls 3

allMethod · 0.80
initializeMethod · 0.65
onceMethod · 0.65

Tested by

no test coverage detected