Skip to content

Document how hls can be configured  #437

Closed
@jneira

Description

@jneira
  • Fow now the configuration section talks exclusively about the build info that hls needs to open a haskell project in a reliable way
  • However, there is nothing about the settings that final users can change from their editors/lsp clients:
    • What formatter want to use for example
    • Several options were translated from hie and they still does not make sense, so they should not be documented yet

data Config =
Config
{ hlintOn :: Bool
, diagnosticsOnChange :: Bool
, maxNumberOfProblems :: Int
, diagnosticsDebounceDuration :: Int
, liquidOn :: Bool
, completionSnippetsOn :: Bool
, formatOnImportOn :: Bool
, formattingProvider :: T.Text
} deriving (Show,Eq)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions