We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76194a commit b99871bCopy full SHA for b99871b
lsp-test/src/Language/LSP/Test.hs
@@ -536,7 +536,7 @@ getCodeActions doc range = do
536
Right (InR _) -> return []
537
Left error -> throw (UnexpectedResponseError (SomeLspId $ fromJust $ rsp ^. L.id) error)
538
539
--- | Returns the Returns the code actions in the specified range, resolving any with
+-- | Returns the code actions in the specified range, resolving any with
540
-- a non empty _data_ field.
541
getAndResolveCodeActions :: TextDocumentIdentifier -> Range -> Session [Command |? CodeAction]
542
getAndResolveCodeActions doc range = do
0 commit comments