Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
DocumentDiagnosticReportPartialResult
Type Alias DocumentDiagnosticReportPartialResult
DocumentDiagnosticReportPartialResult
:
{
relatedDocuments
:
{
[
uri
:
string
]:
|
FullDocumentDiagnosticReport
|
UnchangedDocumentDiagnosticReport
;
}
;
}
A partial result for a document diagnostic report.
Type declaration
relatedDocuments
:
{
[
uri
:
string
]:
|
FullDocumentDiagnosticReport
|
UnchangedDocumentDiagnosticReport
;
}
Since
3.17.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vscode-languageclient
Loading...
A partial result for a document diagnostic report.