Skip to content

Commit b555a6e

Browse files
committed
Add prefix to built in ghcide command
1 parent 08435a7 commit b555a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ main = do
164164
plugins = Completions.plugin <> CodeAction.plugin <>
165165
Plugin mempty HoverDefinition.setHandlersDefinition <>
166166
ps
167-
options = def { LSP.executeCommandCommands = Just commandIds
167+
options = def { LSP.executeCommandCommands = Just (pid <> ":typesignature.add":commandIds)
168168
, LSP.completionTriggerCharacters = Just "."
169169
}
170170

0 commit comments

Comments
 (0)