Skip to content

Commit

Permalink
fix typo (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon authored Dec 31, 2023
1 parent 618886c commit 6faa9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-test/src/Language/LSP/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ resolveRequestWithListResp method params = do
rsp <- request method params
pure $ absorbNull $ getResponseResult rsp

-- | Pass a param and return the response from `prepareCallHierarchy`
-- | Pass a param and return the response from `semanticTokensFull`
getSemanticTokens :: TextDocumentIdentifier -> Session (SemanticTokens |? Null)
getSemanticTokens doc = do
let params = SemanticTokensParams Nothing Nothing doc
Expand Down

0 comments on commit 6faa9b5

Please sign in to comment.