-
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
19 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.17.0 | ||
1.18.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,16 @@ | ||
=> 1.18.0 | ||
|
||
# Features and Fixes | ||
|
||
- Implement inlay hints (#2018) (predragnikolic & jwortmann) (documentation: https://lsp.sublimetext.io/features/#inlay-hints) | ||
- Add option to highlight hover range (#2030) (jwortmann) | ||
- Optionally fallback to goto_reference in lsp_symbol_references (#2029) (timfjord) | ||
- Delay re-calculation of code lenses and inlay hints for currently not visible views (#2025) (jwortmann) | ||
- Improve strategy for semantic highlighting requests (#2020) (jwortmann) | ||
- Follow global settings more accurately whether to show snippet completions (#2017) (jwortmann) | ||
- docs: Add ruby steep language server (#2019) (jalkoby) | ||
- docs: Update F# guidance (#2011) (baronfel) | ||
|
||
# API changes | ||
|
||
- Define overridable methods in LspExecuteCommand (#2024) (rchl) |
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, 17, 0) | ||
__version__ = (1, 18, 0) |