diff options
author | pommicket <pommicket@gmail.com> | 2022-12-25 16:58:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-25 16:58:26 -0500 |
commit | 4bd6bbe54b291d8d65997e998a2a3946293adcdf (patch) | |
tree | 9951be5986187ec54531a7cb62fde90a48f9a559 /main.c | |
parent | 66a151badc6fb11b772c814ffcf2434e308923f2 (diff) |
set rootUri correctly
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -12,13 +12,15 @@ - delete old sent requests? but make sure requests that just take a long time are okay. (if the server never sends a response) - TESTING: make rust-analyzer-slow (waits 10s before sending response) -- rename buffer->filename to buffer->path - - make buffer->path NULL for untitled buffers & fix resulting mess - run everything through valgrind ideally with leak checking - grep -i -n TODO *.[ch] +--- LSP MERGE --- +- rename buffer->filename to buffer->path + - make buffer->path NULL for untitled buffers & fix resulting mess - rust-analyzer bug reports: - bad json can give "Unexpected error: client exited without proper shutdown sequence" FUTURE FEATURES: +- comment-start + comment-end settings - robust find (results shouldn't move around when you type things) - multiple files with command line arguments - configurable max buffer size + max view-only buffer size |