This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"languageserver": {
|
|
"haskell": {
|
|
"command": "haskell-language-server-wrapper",
|
|
"args": ["--lsp"],
|
|
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
|
|
"filetypes": ["haskell", "lhaskell"]
|
|
}
|
|
}
|
|
}
|