Update link to official LSP spec

This commit is contained in:
yankuu 2019-12-11 19:28:01 +08:00 committed by GitHub
parent 8f1c2756d7
commit 6e159cc251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ The RLS also uses some [custom messages](https://github.com/rust-lang/rls/blob/m
## Resources
* [LSP spec](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md)
* [LSP spec](https://microsoft.github.io/language-server-protocol/specification)
* [contributing.md](contributing.md) - overview of the RLS and how to build, test, etc.
* [VSCode reference implementation](https://github.com/rust-lang/rls-vscode) - an example of what client support looks like
* [Tracking issue](https://github.com/rust-lang/rls/issues/87)