-
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
15 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.16.1 | ||
1.16.2 |
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,12 @@ | ||
=> 1.16.2 | ||
|
||
# Features and Fixes | ||
|
||
- Fix LspShowScopeNameCommand for the new ContextStackFrame type (#1961) (Raoul Wols) | ||
- Skip empty stderr messages, don't break on them (Shane Moore) | ||
- Guard for overflow of the column offset when applying edits (#1952) (Raoul Wols) | ||
- Fix "side by side go-to" if file is already open (#1950) (Rafał Chłodnicki) | ||
- doc: Update Go instructions (Lucas Alber) | ||
- doc: Update documentation for LSP-ltex-ls (Lucas Alber) | ||
- doc: Add documentation for quick-lint-js language server (Matthew "strager" Glazar) | ||
- doc: Reorganize documentation for JavaScript/TypeScript (Matthew "strager" Glazar) |
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, 16, 1) | ||
__version__ = (1, 16, 2) |