summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-09 21:59:51 -0500
committerpommicket <pommicket@gmail.com>2023-01-09 22:00:23 -0500
commit7f0255cb40bb85276191ec3ddffe507e53abf2ac (patch)
tree2376d10183d4085a7e8c85bba008f8ba3516d731 /main.c
parentce158f26b9136b3fc831c6325ad911e3bf403a4b (diff)
fixed a bunch of windows stuff
also compile_commands.json does fix the usages problem!
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.c b/main.c
index 8e95cdc..21a53d6 100644
--- a/main.c
+++ b/main.c
@@ -1,13 +1,10 @@
/*
@TODO:
+- make sure buffer_load_file/buffer_new_file handle paths with forward slashes on windows
- why are all requests failing on windows?
- 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?
- - maybe it can be done with the clangd config instead.
- - does vscode have the same problem?
+- add note to README about compile_commands.json
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- containerName not always given in workspace/symbols