Tristan Knight
bf66871113
fix(lsp): cancel pending requests before refreshing ( #31500 )
...
Problem:
Diagnostics and inlay hints can be expensive to calculate, and we
shouldn't stack them as this can cause noticeable lag.
Solution:
Check for duplicate inflight requests and cancel them before issuing a new one.
This ensures that only the latest request is processed, improving
performance and preventing potential conflicts.
2024-12-16 03:17:40 -08:00
..
2024-05-14 08:27:17 +02:00
2024-03-19 09:41:16 +01:00
2024-04-27 11:01:14 +02:00
2024-12-10 10:19:01 +08:00
2024-09-10 09:51:05 +02:00
2024-05-02 00:37:16 +02:00
2023-11-05 21:56:56 +01:00
2024-12-16 03:17:40 -08:00
2024-02-16 08:57:45 +01:00
2024-03-24 10:32:07 +01:00
2024-08-24 22:08:04 +00:00
2024-07-28 16:36:22 +02:00
2022-03-13 04:52:45 +00:00
2024-05-28 07:00:03 +00:00
2022-08-20 10:04:55 +02:00
2024-03-28 09:32:32 +08:00
2024-02-01 12:06:55 +01:00
2023-08-13 13:25:10 +01:00
2024-12-10 03:17:12 +00:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2024-01-16 17:45:57 +00:00
2023-08-24 11:33:06 +09:00
2024-03-14 15:04:31 +08:00
2022-10-13 05:48:12 -07:00
2024-10-03 10:48:34 +02:00
2022-05-13 11:58:22 -07:00
2019-03-11 21:00:12 +01:00
2024-03-11 11:38:13 +08:00
2024-01-16 17:45:57 +00:00