Skip to content

Commit ca12e70

Browse files
Cut 2.4.0
1 parent bbfe34c commit ca12e70

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.4.0

gello.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
enum
2+
3+
}

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"2.1.0": "messages/2.1.0.txt",
4242
"2.2.0": "messages/2.2.0.txt",
4343
"2.3.0": "messages/2.3.0.txt",
44+
"2.4.0": "messages/2.4.0.txt",
4445
"install": "messages/install.txt"
4546
}

messages/2.4.0.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,37 @@
22

33
# Breaking changes
44

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
66
hardcoded now. Language IDs are used by servers which handle more than one language to avoid
77
re-interpreting file extensions. If you used the configuration file and think that a language ID
88
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)

plugin/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (2, 3, 0)
1+
__version__ = (2, 4, 0)

0 commit comments

Comments
 (0)