summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 13:04:50 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 13:04:50 -0500
commit27b8b36aea3bb5913a600bc7e5b41f68557c2587 (patch)
tree1c03dfff45503c9ad2f745a66365a84cb7d2935d /main.c
parent53451f331667180e4b30c1ac0bf33bb48beb37f0 (diff)
fixed previous issues, + "save as" should now work
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.c b/main.c
index e82d539..350e717 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,5 @@
/*
@TODO:
-- LSP IDs, and make buffer send (didClose +) didOpen if its ID isn't maching up
- (this should fix current "unexpected didChange" multi-root rust-analyzer problem and
- also fix "save as")
- lsp_document_id / lsp_document_path thread-safety
- double check thread safety of other things
- ignore telemetry/event
@@ -19,7 +16,7 @@
- go to definition using LSP
- find usages
- that thing where it shows you the current function argument
-- workspaceFolders support (so we don't need to start up multiple instances of rust-analyzer)
+- do something with lsp->error
- document lsp.h and lsp.c.
- maximum queue size for requests/responses just in case?
- idea: configurable timeout