-
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
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.3 | ||
1.17.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,21 @@ | ||
=> 1.17.0 | ||
|
||
# Features and Fixes | ||
|
||
- Completions rendering overhaul (expose labelDetails more prominently) (#2010) (jwortmann) | ||
- Prevent failing to load all configs when one fails (Raoul Wols) | ||
- Show previews in side view for Goto commands with side_by_side (#1982) (jwortmann) | ||
- Support side_by_side for "Go to reference" (Rafal Chlodnicki) | ||
- Keep active group when using Goto commands (#1994) (jwortmann) | ||
- Fix bug for symbol action links in hover popup (jwortmann) | ||
- Don't use actual linebreaks in log panel if payload is string literal (#1993) (jwortmann) | ||
- Optionally fallback to goto_definition in lsp_symbol_definition (#1986) (timfjord) | ||
- Restore selections after location picker panel (jwortmann) | ||
- Add preview for resource (res:) files in LocationPicker (jwortmann) | ||
- Tweaks for signature help popup including support for contextSupport and activeParameter (#2006) (jwortmann) | ||
- Enable admonition extension for mdpopups (jwortmann) | ||
- docs: Add Godot (GDScript) LSP instructions (lucypero) | ||
|
||
# API changes | ||
|
||
- Allow plugins to modify server response messages (#1992) (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, 16, 3) | ||
__version__ = (1, 17, 0) |