summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-07 16:19:58 -0500
committerpommicket <pommicket@gmail.com>2023-01-07 16:19:58 -0500
commitcb55279a20865fcfde23a160233155d23a09a03b (patch)
tree588764775a2f415aa7a78b02bb398578d6df0133 /main.c
parent66da8ac5dcfe02d3aa79f72ba415235eb872ec1d (diff)
hover/signature cancellation
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index a1d3cab..8073262 100644
--- a/main.c
+++ b/main.c
@@ -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