Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Diagnostics

Index

Constructors

constructor

Properties

Private diagnosticCollections

diagnosticCollections: Map<string, DiagnosticCollection>

Private diagnosticsChangedEmitter

diagnosticsChangedEmitter: Emitter<DiagnosticChangeEvent> = ...

Readonly onDidChangeDiagnostics

onDidChangeDiagnostics: Event<DiagnosticChangeEvent> = ...

Private proxy

Static Private GENERATED_DIAGNOSTIC_COLLECTION_NAME_PREFIX

GENERATED_DIAGNOSTIC_COLLECTION_NAME_PREFIX: string = '_generated_diagnostic_collection_name_#'

Static MAX_DIAGNOSTICS_PER_FILE

MAX_DIAGNOSTICS_PER_FILE: number = 1000

Methods

createDiagnosticCollection

  • createDiagnosticCollection(name?: string): DiagnosticCollection

Private getAllDiagnostics

  • getAllDiagnostics(): [URI, Diagnostic[]][]

Private getAllDiagnosticsForResource

  • getAllDiagnosticsForResource(uri: URI): Diagnostic[]

getDiagnostics

  • getDiagnostics(resource: Uri): Diagnostic[]
  • getDiagnostics(): [Uri, Diagnostic[]][]

Private getNextId

  • getNextId(): string