Update Sublime Text HIE command

The `hie` command needs to include the `--lsp` parameter for it to work as an LSP server.
This commit is contained in:
Sanjiv Sahayam 2020-04-18 22:25:57 +10:00 committed by GitHub
parent f2c727b284
commit 06fd0628ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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