Packages

package diagnostic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CleanDiagnosticTreeClientCapabilities(enableCleanDiagnostic: Boolean) extends Product with Serializable
  2. case class CleanDiagnosticTreeOptions(supported: Boolean) extends Product with Serializable
  3. 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.

Value Members

  1. object CleanDiagnosticTreeConfigType extends ConfigType[CleanDiagnosticTreeClientCapabilities, CleanDiagnosticTreeOptions] with Product with Serializable
  2. object CleanDiagnosticTreeRequestType extends RequestType[CleanDiagnosticTreeParams, Seq[AlsPublishDiagnosticsParams]] with Product with Serializable

Ungrouped