lsp / org.pinelang.lsp.lsp.models / PublishDiagnosticsClientCapabilities
PublishDiagnosticsClientCapabilities¶
data class PublishDiagnosticsClientCapabilities
Constructors¶
| Name | Summary |
|---|---|
| <init> | PublishDiagnosticsClientCapabilities(relatedInformation:Boolean?, tagSupport:ValueSet?, versionSupport:Boolean?) |
Properties¶
| Name | Summary |
|---|---|
| relatedInformation | Whether the clients accepts diagnostics with related information.val relatedInformation:Boolean? |
| tagSupport | Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.val tagSupport:ValueSet? |
| versionSupport | Whether the client interprets the version property of the textDocument/publishDiagnostics notifications parameter.val versionSupport: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?` |