Skip to content

Commit

Permalink
Do not register executeCommandProvider on startup
Browse files Browse the repository at this point in the history
This was a holdover from early experiments, and now breaks vscode.

Fixes haskell/vscode-haskell#65
  • Loading branch information
alanz committed May 19, 2018
1 parent 5ce707b commit 386e521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Haskell/Ide/Engine/Transport/LspStdio.hs
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ hieOptions :: Core.Options
hieOptions =
def { Core.textDocumentSync = Just syncOptions
, Core.completionProvider = Just (J.CompletionOptions (Just True) (Just ["."]))
, Core.executeCommandProvider = Just (J.ExecuteCommandOptions (J.List ["applyrefact:applyOne","hare:demote"]))
}


Expand Down

0 comments on commit 386e521

Please sign in to comment.