Skip to content

Commit

Permalink
Cut 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Aug 30, 2022
1 parent eebaa3b commit 268bd5d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.18.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"1.16.2": "messages/1.16.2.txt",
"1.16.3": "messages/1.16.3.txt",
"1.17.0": "messages/1.17.0.txt",
"1.18.0": "messages/1.18.0.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
16 changes: 16 additions & 0 deletions messages/1.18.0.txt
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)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 17, 0)
__version__ = (1, 18, 0)

0 comments on commit 268bd5d

Please sign in to comment.