File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.26 .0
1
+ 1.27 .0
Original file line number Diff line number Diff line change 24
24
"1.24.0" : " messages/1.24.0.txt" ,
25
25
"1.25.0" : " messages/1.25.0.txt" ,
26
26
"1.26.0" : " messages/1.26.0.txt" ,
27
+ "1.27.0" : " messages/1.27.0.txt" ,
27
28
"1.3.0" : " messages/1.3.0.txt" ,
28
29
"1.3.1" : " messages/1.3.1.txt" ,
29
30
"1.4.0" : " messages/1.4.0.txt" ,
Original file line number Diff line number Diff line change 1
1
=> 1.27.0
2
2
3
3
⚠️⚠️⚠️
4
- To ensure that everything works properly after LSP package is updated, it's strongly recommended
5
- to restart Sublime Text once it finishes updating all packages.
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
6
⚠️⚠️⚠️
7
7
8
8
# Breaking changes
9
9
10
10
- The default value of `show_references_in_quick_panel` has changed from `false` to `true`.
11
11
12
+ # New features
13
+
14
+ - Support all arguments of native save in lsp_save command (#2382) (jwortmann)
15
+ - Add `only_files` argument for `lsp_save_all` command (#2376) (jwortmann)
16
+ - Show diagnostics popup when hovering over gutter icons (#2349) (jwortmann)
17
+ - Add menu item to toggle code lenses (#2351) (Rafał Chłodnicki)
18
+ - Add menu item to disable/enable hover popups (#2316) (jwortmann)
19
+
12
20
# Improvements
13
21
22
+ - Workspace Symbols overhaul (#2333) (jwortmann)
23
+ - Add NO_UNDO flags to all regions (less memory usage) (#2370) (Rafał Chłodnicki)
24
+ - Try to match at least 2 components of base scope with the map (#2361) (Rafał Chłodnicki)
25
+ - Small visual tweak for signature help popup (#2358) (jwortmann)
26
+ - Prefer active view instead of leftmost one for Goto commands (#2356) (jwortmann)
27
+
14
28
# Fixes
29
+
30
+ - Empty `command` handling with `tcp_port` (#2378) (Alexey Bondarenko)
31
+ - Document state getting out of sync in rare cases (#2375) (Rafał Chłodnicki)
32
+ - Use simple error for code lenses that failed to resolve (Rafal Chlodnicki)
33
+ - Fix performance regression in Goto Symbol overlay (#2348) (jwortmann)
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 26 , 0 )
1
+ __version__ = (1 , 27 , 0 )
You can’t perform that action at this time.
0 commit comments