From 5e6cfc197d79c2c331b3af09b62ea077f0fc4577 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Fri, 24 May 2024 13:16:45 +0200 Subject: [PATCH] Update lspclient.json The haskell language server executable must be called with the --lsp flag to operate as an lsp server --- bin/assets/plugins/lspclient.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/assets/plugins/lspclient.json b/bin/assets/plugins/lspclient.json index 9ee948629..dca6da034 100644 --- a/bin/assets/plugins/lspclient.json +++ b/bin/assets/plugins/lspclient.json @@ -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"] },