-
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
14 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.2.6 | ||
1.2.7 |
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,11 @@ | ||
=> 1.2.7 | ||
|
||
Fixes & Features: | ||
- Add A File Icon alias scopes to language-ids (DeathAxe) | ||
- Erase diagnostics when the SessionView dies (Raoul Wols) | ||
- Rename auto_show_diagnostics_panel_level to show_diagnostics_panel_on_save (Raoul Wols) | ||
- Rethink the "next/prev diagnostic" (#1533) (Raoul Wols) | ||
As was mentioned in release 1.2.6, the commands lsp_next_diagnostic (F8) and | ||
lsp_previous_diagnostic (shift+F8) are now removed in favor of | ||
the built-in next_result (F4) and prev_result (shift+F4). | ||
Using F4, the hover popup will show diagnostics. |
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, 2, 6) | ||
__version__ = (1, 2, 7) |