diff options
author | pommicket <pommicket@gmail.com> | 2023-01-07 12:42:34 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-07 12:42:34 -0500 |
commit | e2aad67eedd07cff24a51faf31b8c6984a23d777 (patch) | |
tree | c0fe2e10f1a797e66ccbbe92eb9e1b6527847997 /main.c | |
parent | 3a5d0834854b88d6139b96e93c84f9156fb63b33 (diff) |
fix texlab go-to-definition
actually its their fault for ignoring the lack of capability
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,9 @@ - bad json can give "Unexpected error: client exited without proper shutdown sequence" - containerName not always given in workspace/symbols - clangd bug report: - - textDocumemt/definition on ted.h declarations just gives you the declaration + - textDocument/definition on ted.h declarations just gives you the declaration +- texlab bug report: + - textDocument/definition gives LocationLink regardless of client capabilities FUTURE FEATURES: - write first to <path>.tmp then rename to <path>. this prevents freak occurences, e.g. power outage during file write, |