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 618886c commit 6faa9b5Copy full SHA for 6faa9b5
lsp-test/src/Language/LSP/Test.hs
@@ -985,7 +985,7 @@ resolveRequestWithListResp method params = do
985
rsp <- request method params
986
pure $ absorbNull $ getResponseResult rsp
987
988
--- | Pass a param and return the response from `prepareCallHierarchy`
+-- | Pass a param and return the response from `semanticTokensFull`
989
getSemanticTokens :: TextDocumentIdentifier -> Session (SemanticTokens |? Null)
990
getSemanticTokens doc = do
991
let params = SemanticTokensParams Nothing Nothing doc
0 commit comments