| 23 | } |
| 24 | |
| 25 | export interface DiagnosticFile { |
| 26 | uri: string |
| 27 | diagnostics: Diagnostic[] |
| 28 | } |
| 29 | |
| 30 | export class DiagnosticTrackingService { |
| 31 | private static instance: DiagnosticTrackingService | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected