-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.26.0 | ||
1.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,33 @@ | ||
=> 1.27.0 | ||
|
||
⚠️⚠️⚠️ | ||
To ensure that everything works properly after LSP package is updated, it's strongly recommended | ||
to restart Sublime Text once it finishes updating all packages. | ||
To ensure that everything works properly after LSP package is updated, | ||
it's strongly recommended to restart Sublime Text once it finishes updating all packages. | ||
⚠️⚠️⚠️ | ||
|
||
# Breaking changes | ||
|
||
- The default value of `show_references_in_quick_panel` has changed from `false` to `true`. | ||
|
||
# New features | ||
|
||
- Support all arguments of native save in lsp_save command (#2382) (jwortmann) | ||
- Add `only_files` argument for `lsp_save_all` command (#2376) (jwortmann) | ||
- Show diagnostics popup when hovering over gutter icons (#2349) (jwortmann) | ||
- Add menu item to toggle code lenses (#2351) (Rafał Chłodnicki) | ||
- Add menu item to disable/enable hover popups (#2316) (jwortmann) | ||
|
||
# Improvements | ||
|
||
- Workspace Symbols overhaul (#2333) (jwortmann) | ||
- Add NO_UNDO flags to all regions (less memory usage) (#2370) (Rafał Chłodnicki) | ||
- Try to match at least 2 components of base scope with the map (#2361) (Rafał Chłodnicki) | ||
- Small visual tweak for signature help popup (#2358) (jwortmann) | ||
- Prefer active view instead of leftmost one for Goto commands (#2356) (jwortmann) | ||
|
||
# Fixes | ||
|
||
- Empty `command` handling with `tcp_port` (#2378) (Alexey Bondarenko) | ||
- Document state getting out of sync in rare cases (#2375) (Rafał Chłodnicki) | ||
- Use simple error for code lenses that failed to resolve (Rafal Chlodnicki) | ||
- Fix performance regression in Goto Symbol overlay (#2348) (jwortmann) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 26, 0) | ||
__version__ = (1, 27, 0) |