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

Commit f60c3d3

Browse files
committed
Merge remote-tracking branch 'upstream/master' into hsimport-use-formattingprovider-test
2 parents cf58019 + e1b3157 commit f60c3d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ hieOptions :: [T.Text] -> Core.Options
982982
hieOptions commandIds =
983983
def { Core.textDocumentSync = Just syncOptions
984984
, Core.completionProvider = Just (J.CompletionOptions (Just True) (Just ["."]))
985-
, Core.typeDefinitionProvider = Just (J.GotoOptionsStatic True)
986985
-- As of 2018-05-24, vscode needs the commands to be registered
987986
-- otherwise they will not be available as codeActions (will be
988987
-- silently ignored, despite UI showing to the contrary).

0 commit comments

Comments
 (0)