Releases: ToneAr/LSPServer
Releases · ToneAr/LSPServer
Release list
LSPServer 2.10.9
v2.10.9 [build-bot] v2.10.8
LSPServer 2.10.8
Improve background parsing and diagnostics Add highlight-worker dispatch, reduce diagnostics snapshot overhead, and reuse cached parse and scoping data. Handle `$` completions safely, improve optional argument metadata, and tolerate documentation lookup failures.
LSPServer 2.9.43
v2.9.43 fix: improve dependency handling and update version to 2.9.43
LSPServer 2.9.42
v2.9.42 fix: update built-in functions and constants for improved diagnostics
LSPServer 2.9.41
LSPServer 2.9.36
v2.9.36 feat: add support for context aliases and update version to 2.9.36
LSPServer 2.9.35
Enhance LSPServer with background indexing and logging improvements - Refactored logging levels for better debugging insights in LSPServer.wl. - Introduced ProcessPendingIndexFiles to handle workspace indexing in the background, improving responsiveness. - Updated InitializePacletIndex to queue files for background indexing. - Cleaned up whitespace and comments for better code readability. - Bumped version number in PacletInfo.wl.in to 2.9.35. - Add build info.
LSPServer 2.9.33
v2.9.33 fix: always report isIncomplete as true for improved client-server in…
LSPServer 2.9.32
v2.9.32 feat: add support for context aliases in completion and paclet index