Skip to content

Commit 3d7a67b

Browse files
committed
Update a TODO item
1 parent e6702b7 commit 3d7a67b

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-signature-help-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-signature-help-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ mkVirtualFileTreeWithSingleFile fileName sourceCode =
386386
file fileName (text sourceCode)
387387
]
388388

389-
-- TODO(@linj) upstream it to lsp-test
389+
-- TODO(@linj) use the one from lsp-test when we have https://github.com/haskell/lsp/pull/621
390390
-- | Returns the signature help at the specified position.
391391
getSignatureHelp :: TextDocumentIdentifier -> Position -> Session (Maybe SignatureHelp)
392392
getSignatureHelp doc pos =

0 commit comments

Comments
 (0)