diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 13:16:45 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 13:16:45 -0500 |
commit | cb3f9f672343a98ab8bae0479a7c2e7570c37609 (patch) | |
tree | f9b5f01b05091c88abb1c6a30b6020afd169cb12 /main.c | |
parent | 1379bfc2bfc8f96215d9187e72ac30dc5c94225f (diff) |
ignore telemetry/event
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,14 @@ /* @TODO: -- ignore telemetry/event +- handle window/showMessageRequest - https://github.com/typescript-language-server/typescript-language-server - NOTE: This supports javascript. - We should also add a typescript language (but just use javascript syntax highlighting for now) - (don't want to add .ts as a Javascript extension since that won't be forwards-compatible if we ever do add real typescript highlighting support) -- handle window/showMessageRequest - make sure "save as" works -- what's wrong with gopls? - more LSP stuff: + - signature help - hover - go to definition using LSP - find usages @@ -21,6 +20,7 @@ - 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] |