Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Diagnostics

Index

Constructors

Properties

diagnosticCollections: Map<string, DiagnosticCollection>
diagnosticsChangedEmitter: Emitter<DiagnosticChangeEvent> = ...
onDidChangeDiagnostics: Event<DiagnosticChangeEvent> = ...
GENERATED_DIAGNOSTIC_COLLECTION_NAME_PREFIX: string = '_generated_diagnostic_collection_name_#'
MAX_DIAGNOSTICS_PER_FILE: number = 1000

Methods

  • createDiagnosticCollection(name?: string): DiagnosticCollection
  • getAllDiagnostics(): [URI, Diagnostic[]][]
  • getAllDiagnosticsForResource(uri: URI): Diagnostic[]
  • getDiagnostics(resource: Uri): Diagnostic[]
  • getDiagnostics(): [Uri, Diagnostic[]][]
  • getNextId(): string