-
Notifications
You must be signed in to change notification settings - Fork 185
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
20 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.10.1 | ||
1.11.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,17 @@ | ||
=> 1.11.0 | ||
|
||
# New Helper Packages | ||
|
||
- LSP-volar: https://packagecontrol.io/packages/LSP-volar | ||
- LSP-Bicep: https://packagecontrol.io/packages/LSP-Bicep | ||
- LSP-rust-analyzer: https://packagecontrol.io/packages/LSP-rust-analyzer | ||
|
||
# Fixes and Features | ||
|
||
- Generalize implementation of the transport (#1847) (Rafał Chłodnicki) | ||
- use config_name, because session.config.name can change (Предраг Николић) | ||
- Remove obsolete dependencies (#1853) (deathaxe) | ||
- Ensure lsp_save actually runs when context is active for keybinding (#1852) (jwortmann) | ||
- Ensure the process is killed if it didn't exit within 1 second (Rafal Chlodnicki) | ||
- Send hover request to all sessions that supports hoverProvider (#1845) (Предраг Николић) | ||
- Clear undo stack on every panel mutation (#1841) (Raoul Wols) |
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, 10, 1) | ||
__version__ = (1, 11, 0) |