Created
March 9, 2022 10:51
-
-
Save drchaos/6f5f1b3edb42377231cfc82e5a84a0fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"languageserver": { | |
"haskell": { | |
"command": "haskell-language-server-wrapper", | |
"args": ["--lsp"], | |
"rootPatterns": [ | |
"*.cabal", | |
"stack.yaml", | |
"cabal.project", | |
"package.yaml", | |
"hie.yaml" | |
], | |
"filetypes": [ | |
"haskell", | |
"lhaskell" | |
], | |
"initializationOptions": { | |
"languageServerHaskell": { | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment