summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-03 23:35:02 -0500
committerpommicket <pommicket@gmail.com>2023-01-03 23:35:02 -0500
commit4e73c6a204383667aad6ce3905e16aee2a172fb6 (patch)
tree1e075fa743ea6277679404f7bfd3caecaa1f4308 /main.c
parentb6460a7aac5196b8cb6174bdaa8cc2ab82310380 (diff)
fix double-free response_to
also cancel old workspace/symbols requests
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a130706..231177f 100644
--- a/main.c
+++ b/main.c
@@ -2,6 +2,7 @@
@TODO:
- ted.h documentation
- document lsp.h and lsp.c.
+- debug-lsp option (which logs LSP messages)
- check LSP process status (TEST: what happens if LSP server is not installed)
- make tags_dir the root folder
- check that tags still works