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

Commit 386e521

Browse files
committed
Do not register executeCommandProvider on startup
This was a holdover from early experiments, and now breaks vscode. Fixes haskell/vscode-haskell#65
1 parent 5ce707b commit 386e521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Haskell/Ide/Engine/Transport/LspStdio.hs

-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ hieOptions :: Core.Options
869869
hieOptions =
870870
def { Core.textDocumentSync = Just syncOptions
871871
, Core.completionProvider = Just (J.CompletionOptions (Just True) (Just ["."]))
872-
, Core.executeCommandProvider = Just (J.ExecuteCommandOptions (J.List ["applyrefact:applyOne","hare:demote"]))
873872
}
874873

875874

0 commit comments

Comments
 (0)