File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ghcide/src/Development/IDE/Plugin/HLS Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ descriptor recorder plId = (defaultPluginDescriptor plId desc)
5151 Hover. gotoDefinition recorder ide TextDocumentPositionParams {.. })
5252 <> mkPluginHandler SMethod_TextDocumentTypeDefinition (\ ide _ TypeDefinitionParams {.. } ->
5353 Hover. gotoTypeDefinition recorder ide TextDocumentPositionParams {.. })
54- -- <> mkPluginHandler SMethod_TextDocumentImplementation (\ide _ ImplementationParams{..} ->
55- -- Hover.gotoImplementation recorder ide TextDocumentPositionParams{..})
54+ <> mkPluginHandler SMethod_TextDocumentImplementation (\ ide _ ImplementationParams {.. } ->
55+ Hover. gotoImplementation recorder ide TextDocumentPositionParams {.. })
5656 <> mkPluginHandler SMethod_TextDocumentDocumentHighlight (\ ide _ DocumentHighlightParams {.. } ->
5757 Hover. documentHighlight recorder ide TextDocumentPositionParams {.. })
5858 <> mkPluginHandler SMethod_TextDocumentReferences (Hover. references recorder)
You can’t perform that action at this time.
0 commit comments