diff --git a/lsp-test/src/Language/LSP/Test.hs b/lsp-test/src/Language/LSP/Test.hs index 3c73bfb7..ab6feb13 100644 --- a/lsp-test/src/Language/LSP/Test.hs +++ b/lsp-test/src/Language/LSP/Test.hs @@ -93,6 +93,7 @@ module Language.LSP.Test ( -- ** Completions getCompletions, getAndResolveCompletions, + resolveCompletion, -- ** References getReferences,