summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-08 09:45:58 -0500
committerpommicket <pommicket@gmail.com>2023-01-08 09:45:58 -0500
commit2d2922637d08bb156cfdcbaaba00a974e6e7a8cf (patch)
tree09fe8a64402245bb3618595f3a10a2e6bbafe22e /main.c
parent498b670de076909452c0fd6bc4629aca8974d9f7 (diff)
make 0 not a valid document ID
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 32553da..8393da8 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,5 @@
/*
@TODO:
-- don't let 0 be a valid LSPDocumentID
-- TESTING: check all IDE features with different servers
- run everything through valgrind ideally with leak checking
- some way of opening + closing all C files in directory for clangd
textDocument/references to work?