summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-07 12:42:34 -0500
committerpommicket <pommicket@gmail.com>2023-01-07 12:42:34 -0500
commite2aad67eedd07cff24a51faf31b8c6984a23d777 (patch)
treec0fe2e10f1a797e66ccbbe92eb9e1b6527847997 /main.c
parent3a5d0834854b88d6139b96e93c84f9156fb63b33 (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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index ff62481..d035efc 100644
--- a/main.c
+++ b/main.c
@@ -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,