summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-08 09:39:39 -0500
committerpommicket <pommicket@gmail.com>2023-01-08 09:39:39 -0500
commit498b670de076909452c0fd6bc4629aca8974d9f7 (patch)
tree56f773483edd0adf90e0ebedb826e3cd4e51208d /main.c
parent01d5fcc72f6ea29d0f90b845b7565137e7daac14 (diff)
fix up stuff for when LSP server exits
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 71467ba..32553da 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
@TODO:
-- 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