summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-08 13:45:57 -0500
committerpommicket <pommicket@gmail.com>2023-01-09 13:23:50 -0500
commitea70e513d8a927680f2795d4bad9aba788f32d77 (patch)
tree882054649e65718a3eea60cd84788e527e37225d /main.c
parentff6abceefdcf3bd1521d88173323c93abf71eb6b (diff)
building on windows
still needs lots more testing
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index ff73375..766a612 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,10 @@
/*
@TODO:
+- test LSP on windows
+- what status does cmd return if the program is not found? (lsp.c:301)
+- switch to CreateProcessW
+- are we freeing process if process_run(_ex) fails?
+- test time_last_modified (windows)
- some way of opening + closing all C files in directory for clangd
textDocument/references to work?
- does adding compile_commands.json help?