|
| 1 | +=> 2.3.0 |
| 2 | + |
| 3 | +# Features |
| 4 | + |
| 5 | +- truncate inlay hint (#2514) (bivashy) |
| 6 | +- add variable for VersionedTextDocumentIdentifier to use with lsp_execute (#2516) (jwortmann) |
| 7 | + |
| 8 | +# Fixes |
| 9 | + |
| 10 | +- code actions on save not fixing issues if saving quickly (#2540) (Rafał Chłodnicki) |
| 11 | +- respect user-preferred flags when canceling completions (#2541) (Rafał Chłodnicki) |
| 12 | +- consider priority_selector when using best_session during rename (#2538) (Rafał Chłodnicki) |
| 13 | +- fix not considering given point when choosing best session in Goto commands (#2533) (jwortmann) |
| 14 | +- ensure ending a session triggers listeners (#2518) (Rafał Chłodnicki) |
| 15 | +- use session-unique region keys for semantic tokens (#2517) (Rafał Chłodnicki) |
| 16 | + |
| 17 | +# Enhancements |
| 18 | + |
| 19 | +- set completions from the async thread (#2563) (jwortmann) |
| 20 | +- cancel pending requests as early as possible (#2543) (Rafał Chłodnicki) |
| 21 | +- don't attach LSP to syntax test files (#2531) (jwortmann) |
| 22 | +- make DocumentSyncListener more efficient if no server is running (#2532) (jwortmann) |
| 23 | +- remove unnecessary parallel debouncing on selection change (#2529) (jwortmann) |
| 24 | +- print URI error to status bar instead of error dialog (#2528) (jwortmann) |
| 25 | +- don't restart servers when userprefs change (#2448) (jwortmann) |
| 26 | +- use orjson to de-/serialize json-rpc messages (#2513) (deathaxe) |
| 27 | + |
| 28 | +# Documentation |
| 29 | + |
| 30 | +- add LSP-twiggy to language servers list (#2558) (Ivan Nikolić) |
| 31 | +- update vue servers (#2549) (Rafał Chłodnicki) |
| 32 | +- tweak badges in Readme (#2544) (jwortmann) |
| 33 | +- add LSP-some-sass to language servers list (#2539) (Ivan Nikolić) |
| 34 | +- update semantic token types in docs (Janos Wortmann) |
| 35 | +- fix phpactor selector (#2512) (Rafał Chłodnicki) |
| 36 | + |
| 37 | +# Refactors |
| 38 | + |
| 39 | +- use namespaced enum constants (Janos Wortmann) |
| 40 | +- improve custom IntFlag enum and annotations (Janos Wortmann) |
| 41 | +- remove deprecated abstractproperty decorator (Janos Wortmann) |
| 42 | +- replace literal with enum constant (Janos Wortmann) |
| 43 | +- update type stubs for Python 3.8 (#2535) (jwortmann) |
| 44 | +- remove unnecessary use of generators for session retrieval (#2524) (Rafał Chłodnicki) |
| 45 | +- feat: make DebouncerNonThreadSafe public (#2525) (Rafał Chłodnicki) |
| 46 | +- update LSP types and pyright (#2519) (Rafał Chłodnicki) |
| 47 | +- use generated types for python 38 (#2500) (Предраг Николић) |
| 48 | +- add info about tinymist (#2473) (Ilia) |
0 commit comments