summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 14:25:38 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 14:25:38 -0500
commita11545e25cf2f65047158cc1fd7ed5a0f11a9fa0 (patch)
tree981d690b83058b3d858cd14c5b7ebcef0b0f1e60 /main.c
parentcb3f9f672343a98ab8bae0479a7c2e7570c37609 (diff)
handle window/showMessageRequest (hopefully)
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 492bc8c..fc32768 100644
--- a/main.c
+++ b/main.c
@@ -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?