summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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?