File tree 4 files changed +19
-2
lines changed
4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.27 .0
1
+ 1.28 .0
Original file line number Diff line number Diff line change 25
25
"1.25.0" : " messages/1.25.0.txt" ,
26
26
"1.26.0" : " messages/1.26.0.txt" ,
27
27
"1.27.0" : " messages/1.27.0.txt" ,
28
+ "1.28.0" : " messages/1.28.0.txt" ,
28
29
"1.3.0" : " messages/1.3.0.txt" ,
29
30
"1.3.1" : " messages/1.3.1.txt" ,
30
31
"1.4.0" : " messages/1.4.0.txt" ,
Original file line number Diff line number Diff line change
1
+ => 1.28.0
2
+
3
+ ⚠️⚠️⚠️
4
+ To ensure that everything works properly after LSP package is updated,
5
+ it's strongly recommended to restart Sublime Text once it finishes updating all packages.
6
+ ⚠️⚠️⚠️
7
+
8
+ # New features
9
+
10
+ - Support setting cursor position in text edits (https://github.com/sublimelsp/LSP/pull/2389) (Rafał Chłodnicki)
11
+
12
+ # Fixes and Improvements
13
+
14
+ - Include lsp_utils settings in LSP (https://github.com/sublimelsp/LSP/pull/2395) (Rafał Chłodnicki)
15
+ - Add `stimulus-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2391) (Óscar Carretero)
16
+ - Add `asm-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2400) (Will Lillis)
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 27 , 0 )
1
+ __version__ = (1 , 28 , 0 )
You can’t perform that action at this time.
0 commit comments