From 06fd0628ba61f8ab345a1593171b6cd39f12d6cf Mon Sep 17 00:00:00 2001 From: Sanjiv Sahayam Date: Sat, 18 Apr 2020 22:25:57 +1000 Subject: [PATCH] Update Sublime Text HIE command The `hie` command needs to include the `--lsp` parameter for it to work as an LSP server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1af70d15..44f52bd1c 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ in { "clients": { "haskell-ide-engine": { - "command": ["hie"], + "command": ["hie", "--lsp"], "scopes": ["source.haskell"], "syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"], "languageId": "haskell",