-
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
31 additions
and
2 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.25.0 | ||
1.26.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
=> 1.26.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. | ||
⚠️⚠️⚠️ | ||
|
||
# New features | ||
|
||
- Add support for remote images in hover popups (#2341) (jwortmann) | ||
- Add kind filter for Goto Symbol command (#2330) (jwortmann) | ||
- Handle multiple formatters (#2328) (jwortmann) | ||
- Add support for folding range request (#2304) (jwortmann) | ||
- Add support for multi-range formatting (#2299) (jwortmann) | ||
|
||
# Improvements | ||
|
||
- Handle custom URI schemes in hover text links (#2339) (Raoul Wols) | ||
- Sort and select closest result for Find References in quick panel (#2337) (jwortmann) | ||
- Improve signature help performance (#2329) (jwortmann) | ||
- Align "Expand Selection" fallback behavior with "Goto Definition" and "Find References" (Janos Wortmann) | ||
- support client config with `tcp_port` but without `command` (#2300) (Marek Budík) | ||
|
||
# Fixes | ||
|
||
- check `codeAction/resolve` capability against session buffer (#2343) (1900 TD Lemon) | ||
- Minor visual tweaks to ShowMessageRequest popup (#2340) (Rafał Chłodnicki) | ||
- fix "formatting on save" potentially running on outdated document state (Rafal Chlodnicki) |
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, 25, 0) | ||
__version__ = (1, 26, 0) |