mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
Update lspclient.json
The haskell language server executable must be called with the --lsp flag to operate as an lsp server
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
"language": "haskell",
|
||||
"name": "haskell-language-server",
|
||||
"url": "https://github.com/haskell/haskell-language-server",
|
||||
"command": "haskell-language-server-wrapper",
|
||||
"command": "haskell-language-server-wrapper --lsp",
|
||||
"file_patterns": ["%.hs$"],
|
||||
"rootIndicationFileNames": ["%.cabal$", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user