Skip to main content

Crate wdl_lsp

Crate wdl_lsp 

Source
Expand description

A Language Server Protocol implementation for analyzing WDL documents.

Structs§

LevelFilter
Wrapper for tracing::metadata::LevelFilter to support deserialization.
LintOptions
Options for the external linter.
LintOptionsPatch
Server
Represents an LSP server for analyzing WDL documents.
ServerOptions
Represents options for running the LSP server.
UserOptions
User-controlled options for the server.
UserOptionsPatch

Type Aliases§

FilterReloadHandle
Reload handle for dynamic level filter setting.