Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDiagnostic

An association between a diagnostic and the path to a file. This is required because vscode.Diagnostic does not have an associated file, just a location within one.

Hierarchy

  • FileDiagnostic

Index

Properties

Properties

diag

diag: vscode.Diagnostic

The actual diagnostic itself

filepath

filepath: string

The path to the file for which the diagnostic applies

Generated using TypeDoc