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

Commit 6c0b7fa

Browse files
authored
Merge pull request #1427 from bubba/register-rename-implementation
Register rename and implementation provider
2 parents 72d4ff6 + 10bba5a commit 6c0b7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,8 @@ hieOptions commandIds =
974974
-- Hopefully the end May 2018 vscode release will stabilise
975975
-- this, it is a major rework of the machinery anyway.
976976
, Core.executeCommandProvider = Just (J.ExecuteCommandOptions (J.List commandIds))
977+
, Core.renameProvider = Just (J.RenameOptions (Just True))
978+
, Core.implementationProvider = Just (J.GotoOptionsStatic True)
977979
}
978980

979981

0 commit comments

Comments
 (0)