Commit Graph
10 Commits
Author SHA1 Message Date
James TrewandSimon Hauser 48960a8164 fix(builtin.lsp): bad check for jump_type option (#2991)
(cherry picked from commit c816406bd5)
2024-05-20 10:55:29 +02:00
James TrewandSimon Hauser 6d61c905ee fix(builtin.lsp): extra No Name buffer opening with jump_type (#2990)
(cherry picked from commit 5730b950d9)
2024-05-20 10:54:30 +02:00
James TrewandSimon Hauser 391581dd26 fix(lsp): incoming/outgoing_call range locations (#2985)
Previous implementation uses the incorrect lsp result fields for
generating call site locations resulting in incomplete and incorrect
results.

(cherry picked from commit 8cd58c6e81)
2024-05-20 10:52:13 +02:00
AIandSimon Hauser 296668f632 fix(lsp): call hierarchy results processing (#2728)
(cherry picked from commit 5a747a9587)
2023-10-11 08:15:42 +02:00
AzadandSimon Hauser 5caa8ab208 fix(lsp.definitions): compare file uri with targetUri (#2514)
(cherry picked from commit 233cd6ad0d)
2023-05-24 17:06:16 +02:00
Luyu HuangandSimon Hauser 48ece76315 fix: apply jump_type only if the definition file is different from the current file (#2324)
(cherry picked from commit 5d9658c39d)
2023-02-19 14:12:15 +01:00
Christoph BlessingandSimon Hauser 7a84733b8f fix: error due to concatenating table to string (#2108)
This commit fixes a bug that lead to an error because we tried to
concatenate a table (`err`) to a string. Now we concatenate
`err.message` (a string) to the string.

(cherry picked from commit 2e05e63cdf)
2022-08-01 18:29:43 +02:00
Simon Hauser f838695459 chore: reformat with stylua 0.14.0 2022-07-07 08:27:46 +02:00
Simon HauserandGitHub 2b1da47deb chore: make to_fuzzy_refine configurable (#2034) 2022-07-03 21:39:24 +02:00
Simon HauserandGitHub 0621c1c6ba break: prefix internal files and add deprecation messages (#2032) 2022-07-01 22:20:12 +02:00