forked from sublimelsp/LSP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tdaniel22-close-diagnostics-on-save
* main: Add support for triggerKind in code action requests (sublimelsp#2042) Custom context menu in log panel and "Clear log panel" item (sublimelsp#2045) Add icons and isPreferred support for code actions (sublimelsp#2040) Cut 1.18.0
- Loading branch information
Showing
18 changed files
with
221 additions
and
100 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"command": "lsp_clear_log_panel", | ||
"caption": "Clear Log Panel" | ||
}, | ||
{ | ||
"caption": "-" | ||
}, | ||
{ | ||
"command": "copy" | ||
}, | ||
{ | ||
"caption": "-" | ||
}, | ||
{ | ||
"command": "select_all" | ||
}, | ||
] |
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 |
---|---|---|
@@ -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
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
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
Oops, something went wrong.