dhall-lsp-server-1.0.7: Language Server Protocol (LSP) server for Dhall

Safe HaskellNone
LanguageHaskell2010

Dhall.LSP.State

Documentation

data Severity Source #

Constructors

Error

Error displayed to the user.

Warning

Warning displayed to the user.

Info

Information displayed to the user.

Log

Log message, not displayed by default.

data ServerConfig Source #

Constructors

ServerConfig 

Fields

  • asciiOnly :: Bool

    Use ASCII symbols rather than fancy unicode when formatting and linting code.

Instances
Show ServerConfig Source # 
Instance details

Defined in Dhall.LSP.State

FromJSON ServerConfig Source # 
Instance details

Defined in Dhall.LSP.State

Default ServerConfig Source # 
Instance details

Defined in Dhall.LSP.State

Methods

def :: ServerConfig #

data ServerState Source #

Constructors

ServerState 

Fields