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

Commit c8c5b65

Browse files
committed
Revert "Enable TypeDefinition Requests"
This reverts commit b80fe73.
1 parent c3c70af commit c8c5b65

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
@@ -965,7 +965,6 @@ hieOptions :: [T.Text] -> Core.Options
965965
hieOptions commandIds =
966966
def { Core.textDocumentSync = Just syncOptions
967967
, Core.completionProvider = Just (J.CompletionOptions (Just True) (Just ["."]))
968-
, Core.typeDefinitionProvider = Just (J.GotoOptionsStatic True)
969968
-- As of 2018-05-24, vscode needs the commands to be registered
970969
-- otherwise they will not be available as codeActions (will be
971970
-- silently ignored, despite UI showing to the contrary).

0 commit comments

Comments
 (0)