diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 14:25:38 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 14:25:38 -0500 |
commit | a11545e25cf2f65047158cc1fd7ed5a0f11a9fa0 (patch) | |
tree | 981d690b83058b3d858cd14c5b7ebcef0b0f1e60 /main.c | |
parent | cb3f9f672343a98ab8bae0479a7c2e7570c37609 (diff) |
handle window/showMessageRequest (hopefully)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,5 @@ /* @TODO: -- 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) @@ -13,6 +12,7 @@ - go to definition using LSP - find usages - that thing where it shows you the current function argument +- check if there are any other non-optional/nice-to-have-support-for server-to-client requests - do something with lsp->error - document lsp.h and lsp.c. - maximum queue size for requests/responses just in case? |