Files
nx_post_support/client
Christoph Brandau af195a577b
build_and_puplish.yml / build_and_publish (release) Successful in 29s
refactor(lsp): cache analysis results and debounce diagnostics
This change adds cached and incremental analysis for the LSP
server to improve responsiveness. The client now debounces
diagnostic updates to avoid excessive recomputation. The
server introduces per-document line caches and various
caches for completions, inlay hints, and metadata to
support faster, incremental updates.

- Debounce diagnostics on text changes to reduce noise.
- Add caches for completions, inlay hints, and metadata.
- Introduce incremental analysis with per-document line caches.
2026-08-19 13:41:53 +02:00
..
2025-07-15 16:37:40 +02:00