Skip to content

Releases: ToneAr/LSPServer

LSPServer 2.10.9

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:21
v2.10.9

[build-bot] v2.10.8

LSPServer 2.10.8

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:50
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

Choose a tag to compare

@github-actions github-actions released this 08 Apr 22:31
v2.9.43

fix: improve dependency handling and update version to 2.9.43

LSPServer 2.9.42

Choose a tag to compare

@github-actions github-actions released this 31 Mar 14:05
v2.9.42

fix: update built-in functions and constants for improved diagnostics

LSPServer 2.9.41

Choose a tag to compare

@github-actions github-actions released this 30 Mar 22:37
v2.9.41

docs

LSPServer 2.9.36

Choose a tag to compare

@github-actions github-actions released this 30 Mar 16:28
v2.9.36

feat: add support for context aliases and update version to 2.9.36

LSPServer 2.9.35

Choose a tag to compare

@github-actions github-actions released this 30 Mar 10:58
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

Choose a tag to compare

@github-actions github-actions released this 30 Mar 10:23
v2.9.33

fix: always report isIncomplete as true for improved client-server in…

LSPServer 2.9.32

Choose a tag to compare

@github-actions github-actions released this 30 Mar 09:55
v2.9.32

feat: add support for context aliases in completion and paclet index