Skip to content

Commit

Permalink
Update proposed features section in README.md
Browse files Browse the repository at this point in the history
The upcomnig version of the LSP specification is now 3.18. Version 3.17
was stabilized long ago.
  • Loading branch information
ebkalderon committed Aug 11, 2023
1 parent a6abae9 commit 2a8aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ features = ["runtime-agnostic"]
## Using proposed features

You can use enable proposed features in the
[LSP Specification version 3.17](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/)
[LSP Specification version 3.18](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/)
by enabling the `proposed` Cargo crate feature. Note that there are no semver
guarantees to the `proposed` features so there may be breaking changes between
any type of version in the `proposed` features.
Expand Down

0 comments on commit 2a8aaa0

Please sign in to comment.