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

Method set

src/typings/vscode.d.ts:6813–6813  ·  view source on GitHub ↗

* Assign diagnostics for given resource. Will replace * existing diagnostics for that resource. * * @param uri A resource identifier. * @param diagnostics Array of diagnostics or `undefined`

(uri: Uri, diagnostics: readonly Diagnostic[] | undefined)

Source from the content-addressed store, hash-verified

6811 * @param diagnostics Array of diagnostics or `undefined`
6812 */
6813 set(uri: Uri, diagnostics: readonly Diagnostic[] | undefined): void;
6814
6815 /**
6816 * Replace diagnostics for multiple resources in this collection.

Callers 15

incrementalEsbuildFunction · 0.65
innerCreateServerMethod · 0.65
attachMethod · 0.65
constructorMethod · 0.65
acquireDapMethod · 0.65
trackDisposeFunction · 0.65
createNewRootSessionMethod · 0.65
createNewChildSessionMethod · 0.65
getOrLaunchSessionMethod · 0.65
registerBreakpointsMethod · 0.65
getStatisticsMethod · 0.65
SourceExplorerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected