* 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)
| 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. |
no outgoing calls
no test coverage detected