summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 18:01:48 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 18:01:48 -0500
commit1eaef3694d54d3d92f0b43304c72f5148b4e5db9 (patch)
treea9c9160699edee9bcecd918cc9e8ced59f7a61da /main.c
parent5cdae84d6a61d03173a86cbfc9c7fd9112e41237 (diff)
send "params": {} for initialized request
it's unclear whether the standard requires this, but gopls fails without it
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 5a80b04..e10d6c3 100644
--- a/main.c
+++ b/main.c
@@ -13,7 +13,6 @@
- what to do if initialize request takes a long time?
- delete old sent requests? but make sure requests that just take a long time are okay.
(if the server never sends a response)
-- what's wrong with gopls?
- TESTING: make rust-analyzer-slow (waits 10s before sending response)
- run everything through valgrind ideally with leak checking
- grep -i -n TODO *.[ch]