diff options
author | pommicket <pommicket@gmail.com> | 2023-01-07 16:19:58 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-07 16:19:58 -0500 |
commit | cb55279a20865fcfde23a160233155d23a09a03b (patch) | |
tree | 588764775a2f415aa7a78b02bb398578d6df0133 /main.c | |
parent | 66da8ac5dcfe02d3aa79f72ba415235eb872ec1d (diff) |
hover/signature cancellation
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ /* @TODO: -- cancel signature help requests -- cancel hover requests +- test that signature help requests and hover requests are cancelled - don't let 0 be a valid LSPDocumentID - TESTING: check all IDE features with different servers - run everything through valgrind ideally with leak checking |