summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 13:13:49 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 13:13:49 -0500
commit1379bfc2bfc8f96215d9187e72ac30dc5c94225f (patch)
treece23a710a70172593a97d04a14796bcbb10c1f1e /main.c
parent27b8b36aea3bb5913a600bc7e5b41f68557c2587 (diff)
fix LSP thread safety
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 350e717..a0abf0a 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,5 @@
/*
@TODO:
-- lsp_document_id / lsp_document_path thread-safety
-- double check thread safety of other things
- ignore telemetry/event
- https://github.com/typescript-language-server/typescript-language-server
- NOTE: This supports javascript.