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.
vscode.Diagnostic
The actual diagnostic itself
The path to the file for which the diagnostic applies
Generated using TypeDoc
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.