package diagnostic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CleanDiagnosticTreeClientCapabilities(enableCleanDiagnostic: Boolean) extends Product with Serializable
- case class CleanDiagnosticTreeOptions(supported: Boolean) extends Product with Serializable
-
case class
CleanDiagnosticTreeParams(textDocument: TextDocumentIdentifier) extends Product with Serializable
The clean validation provides the list of all the files depending of the given uri (tree) and the eventual list of diagnostics for each one.
- case class CustomValidationClientCapabilities(enabled: Boolean) extends Product with Serializable
- case class CustomValidationOptions(enabled: Boolean) extends Product with Serializable
Value Members
- object CleanDiagnosticTreeConfigType extends ConfigType[CleanDiagnosticTreeClientCapabilities, CleanDiagnosticTreeOptions] with Product with Serializable
- object CleanDiagnosticTreeRequestType extends RequestType[CleanDiagnosticTreeParams, Seq[AlsPublishDiagnosticsParams]] with Product with Serializable
- object CustomValidationConfigType extends ConfigType[CustomValidationClientCapabilities, CustomValidationOptions]