|
2 | 2 |
|
3 | 3 | # Breaking changes
|
4 | 4 |
|
5 |
| -- The language-ids.sublime-settings configuration file has been deprecated and will be removed in the next minor release of LSP. The language IDs are |
| 5 | +- Deprecate language IDs configuration file (#2586) (Janos Wortmann) - The language-ids.sublime-settings configuration file has been deprecated and will be removed in the next minor release of LSP. The language IDs are |
6 | 6 | hardcoded now. Language IDs are used by servers which handle more than one language to avoid
|
7 | 7 | re-interpreting file extensions. If you used the configuration file and think that a language ID
|
8 | 8 | is wrong or missing, please follow this migration guide https://github.com/sublimelsp/LSP/issues/2592.
|
| 9 | +- Remove `syntax2scope` and `view2scope` (#2594) (Предраг Николић) - They are not used. |
| 10 | +- Implement storage path as global constant (#2614) (@deathaxe) - `get_storage_path` was replaced with `ST_STORAGE_PATH`. |
| 11 | + |
| 12 | +# Features |
| 13 | +- Extract more global constants (#2565) (Janos Wortmann) |
| 14 | + |
| 15 | +# Fixes |
| 16 | +- Fix `LspToggleInlayHintsCommand` not initializing (#2571) (Janos Wortmann) |
| 17 | + |
| 18 | +# Enhancements |
| 19 | +- Replace Quick Fix label in hover popup with lightbulb icon (#2567) (Janos Wortmann) |
| 20 | +- Implement storage path as global constant (#2614) (@deathaxe) |
| 21 | + |
| 22 | +# Refactors |
| 23 | +- Deprecate `Session.set_window_status_async` (#2570) (Janos Wortmann) |
| 24 | +- Deprecate language IDs configuration file (#2586) (Janos Wortmann) |
| 25 | +- Remove workaround for `on_post_move_async`listener not triggering (#2582) (Janos Wortmann) |
| 26 | +- Update LSP types (#2593) (Предраг Николић) |
| 27 | +- Bump actions/checkout from 4 to 5 (#2617) (@dependabot) |
| 28 | + |
| 29 | +# Documentation |
| 30 | +- Update docs and README (#2583, #2590) (Janos Wortmann) |
| 31 | +* Add LSP-nimlangserver to the docs (#2602) (Amjad Ben Hedhili) |
| 32 | +* Add instructions for helm-ls to the docs (#2589) (@FichteFoll) |
| 33 | +* Add instructions for Perl LS to the docs (#2595) (Russ @russsaidwords) |
| 34 | +* Add instructions for Marksman to the docs (#2604) (Gavin Wiggins) |
| 35 | +* Add instructions for Herb to the docs (#2610, #2613) (Óscar Carretero) |
| 36 | +* Add instructions for MediaWiki to the docs (#2611) (@bhsd-harry) |
| 37 | +* Add instructions for Pyrefly to the docs (#2612) (Janos Wortmann) |
| 38 | +* Fix Sorbet docs to requires a directory be passed to the typecheck command (#2599) (James Hochadel) |
0 commit comments