Skip to content

Commit

Permalink
lower
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 4, 2024
1 parent 8eb76ff commit 561e680
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions messages/2.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Features

- truncate inlay hint (#2514) (bivashy)
- Add variable for VersionedTextDocumentIdentifier to use with lsp_execute (#2516) (jwortmann)
- add variable for VersionedTextDocumentIdentifier to use with lsp_execute (#2516) (jwortmann)

# Fixes

Expand All @@ -18,31 +18,31 @@

- set completions from the async thread (#2563) (jwortmann)
- cancel pending requests as early as possible (#2543) (Rafał Chłodnicki)
- Don't attach LSP to syntax test files (#2531) (jwortmann)
- Make DocumentSyncListener more efficient if no server is running (#2532) (jwortmann)
- Remove unnecessary parallel debouncing on selection change (#2529) (jwortmann)
- Print URI error to status bar instead of error dialog (#2528) (jwortmann)
- Don't restart servers when userprefs change (#2448) (jwortmann)
- Use orjson to de-/serialize json-rpc messages (#2513) (deathaxe)
- don't attach LSP to syntax test files (#2531) (jwortmann)
- make DocumentSyncListener more efficient if no server is running (#2532) (jwortmann)
- remove unnecessary parallel debouncing on selection change (#2529) (jwortmann)
- print URI error to status bar instead of error dialog (#2528) (jwortmann)
- don't restart servers when userprefs change (#2448) (jwortmann)
- use orjson to de-/serialize json-rpc messages (#2513) (deathaxe)

# Documentation

- add LSP-twiggy to language servers list (#2558) (Ivan Nikolić)
- update vue servers (#2549) (Rafał Chłodnicki)
- tweak badges in Readme (#2544) (jwortmann)
- add LSP-some-sass to language servers list (#2539) (Ivan Nikolić)
- Update semantic token types in docs (Janos Wortmann)
- update semantic token types in docs (Janos Wortmann)
- fix phpactor selector (#2512) (Rafał Chłodnicki)

# Refactors

- Use namespaced enum constants (Janos Wortmann)
- Improve custom IntFlag enum and annotations (Janos Wortmann)
- Remove deprecated abstractproperty decorator (Janos Wortmann)
- Replace literal with enum constant (Janos Wortmann)
- Update type stubs for Python 3.8 (#2535) (jwortmann)
- use namespaced enum constants (Janos Wortmann)
- improve custom IntFlag enum and annotations (Janos Wortmann)
- remove deprecated abstractproperty decorator (Janos Wortmann)
- replace literal with enum constant (Janos Wortmann)
- update type stubs for Python 3.8 (#2535) (jwortmann)
- remove unnecessary use of generators for session retrieval (#2524) (Rafał Chłodnicki)
- feat: make DebouncerNonThreadSafe public (#2525) (Rafał Chłodnicki)
- update LSP types and pyright (#2519) (Rafał Chłodnicki)
- Use generated types for python 38 (#2500) (Предраг Николић)
- use generated types for python 38 (#2500) (Предраг Николић)
- add info about tinymist (#2473) (Ilia)

0 comments on commit 561e680

Please sign in to comment.