diff options
author | pommicket <pommicket@gmail.com> | 2023-01-08 09:45:58 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-08 09:45:58 -0500 |
commit | 2d2922637d08bb156cfdcbaaba00a974e6e7a8cf (patch) | |
tree | 09fe8a64402245bb3618595f3a10a2e6bbafe22e /main.c | |
parent | 498b670de076909452c0fd6bc4629aca8974d9f7 (diff) |
make 0 not a valid document ID
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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? |