File tree 4 files changed +25
-2
lines changed
4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.24 .0
1
+ 1.25 .0
Original file line number Diff line number Diff line change 22
22
"1.22.0" : " messages/1.22.0.txt" ,
23
23
"1.23.0" : " messages/1.23.0.txt" ,
24
24
"1.24.0" : " messages/1.24.0.txt" ,
25
+ "1.25.0" : " messages/1.25.0.txt" ,
25
26
"1.3.0" : " messages/1.3.0.txt" ,
26
27
"1.3.1" : " messages/1.3.1.txt" ,
27
28
"1.4.0" : " messages/1.4.0.txt" ,
Original file line number Diff line number Diff line change
1
+ => 1.25.0
2
+
3
+ ⚠️ To ensure that everything works properly after LSP package is updated, it's strongly recommended to restart
4
+ Sublime Text once it finishes updating all packages. ⚠️
5
+
6
+ # New features
7
+
8
+ - Add option to show diagnostics as annotations (#1702) (Rafał Chłodnicki)
9
+ - Add argument "include_declaration" to "lsp_symbol_references" (#2275) (Magnus Karlsson)
10
+
11
+ # Fixes
12
+
13
+ - Fix rare KeyError (Janos Wortmann)
14
+ - fix "Error rewriting command" warning triggered on startup (#2277) (Rafał Chłodnicki)
15
+ - fix crash on checking excluded folders with missing project data (#2276) (Rafał Chłodnicki)
16
+ - Fix tagged diagnostics flickering on document changes (#2274) (Rafał Chłodnicki)
17
+
18
+ # Improvements
19
+
20
+ - Show server crashed dialog on unexpected output in server's stdout (Rafal Chlodnicki)
21
+ - Only do a single pass on running code actions on save (#2283) (Rafał Chłodnicki)
22
+ - Take font style of sighelp active parameter from color scheme (#2279) (jwortmann)
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 24 , 0 )
1
+ __version__ = (1 , 25 , 0 )
You can’t perform that action at this time.
0 commit comments