Skip to content

lsp / org.pinelang.lsp.lsp.models / PublishDiagnosticsParams

PublishDiagnosticsParams

data class PublishDiagnosticsParams

Constructors

Name Summary
<init> PublishDiagnosticsParams(uri:String, version:Double? = null, diagnostics:List<LSPDiagnostic>)

Properties

Name Summary
diagnostics An array of diagnostic information items.val diagnostics:List<LSPDiagnostic>
uri The URI for which diagnostic information is reported.val uri:String
version Optional the version number of the document the diagnostics are published for.val version:Double?