diff options
author | pommicket <pommicket@gmail.com> | 2023-01-09 21:59:51 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-09 22:00:23 -0500 |
commit | 7f0255cb40bb85276191ec3ddffe507e53abf2ac (patch) | |
tree | 2376d10183d4085a7e8c85bba008f8ba3516d731 /main.c | |
parent | ce158f26b9136b3fc831c6325ad911e3bf403a4b (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.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |