From 6faa9b5ebec372cd40c98370ee5663338b62b008 Mon Sep 17 00:00:00 2001 From: Patrick Wales Date: Mon, 1 Jan 2024 00:58:20 +0800 Subject: [PATCH] fix typo (#541) --- lsp-test/src/Language/LSP/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-test/src/Language/LSP/Test.hs b/lsp-test/src/Language/LSP/Test.hs index ddfdf679..eb06aca3 100644 --- a/lsp-test/src/Language/LSP/Test.hs +++ b/lsp-test/src/Language/LSP/Test.hs @@ -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