Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 16d1a63

Browse files
authored
Merge pull request #1742 from ssanj/patch-1
Update Sublime Text HIE command
2 parents f2c727b + 06fd062 commit 16d1a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ in
539539
{
540540
"clients": {
541541
"haskell-ide-engine": {
542-
"command": ["hie"],
542+
"command": ["hie", "--lsp"],
543543
"scopes": ["source.haskell"],
544544
"syntaxes": ["Packages/Haskell/Haskell.sublime-syntax"],
545545
"languageId": "haskell",

0 commit comments

Comments
 (0)