jak-project/lsp
Tyler Wilding 4e3c44294e
lsp: re-process all-types file when it changes (#1889)
Found the reason why this wasn't happening -- the path included by the
decompiler isn't a proper URL encoded URI -- so I have to convert it
appropriately so when vscode sends it's "this file with this URI has
changed" event it actually matches the tracked all-types file.

This will make jump-to-defs not drift as the file changes, and new
uncommented symbols will actually get picked up
2022-09-16 20:28:09 -04:00
..
handlers lsp: re-analyze IR2 files when they change (#1841) 2022-09-05 17:45:41 -04:00
protocol lsp: re-analyze IR2 files when they change (#1841) 2022-09-05 17:45:41 -04:00
state lsp: re-process all-types file when it changes (#1889) 2022-09-16 20:28:09 -04:00
transport lsp: re-analyze IR2 files when they change (#1841) 2022-09-05 17:45:41 -04:00
CMakeLists.txt LSP: initial LSP implementation for IR files to assist with decompilation (#1647) 2022-07-18 18:26:57 -04:00
main.cpp lsp: re-analyze IR2 files when they change (#1841) 2022-09-05 17:45:41 -04:00