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:
Clemens Schmid
2024-05-24 13:16:45 +02:00
committed by GitHub
parent 6334c9def9
commit 5e6cfc197d

View File

@@ -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"]
},