]> git.proxmox.com Git - rustc.git/blob - vendor/lsp-types/README.md
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / lsp-types / README.md
1 # lsp-types [![Build Status](https://travis-ci.org/gluon-lang/lsp-types.svg?branch=master)](https://travis-ci.org/gluon-lang/lsp-types) [![Documentation](https://docs.rs/lsp-types/badge.svg)](https://docs.rs/crate/lsp-types)
2
3 Types useful for interacting with a [language server](https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol).
4
5 Supports Language Server Protocol (LSP) version 3.16.0.
6
7 Proposed 3.17 features can be activated using the `proposed` feature flag.
8 - **NOTE** that these are unstable and may change between releases.
9
10 ## Links
11
12 [Stable Protocol reference](https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md)
13
14 [Proposed Protocol reference](https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/lsp/3.17/specification.md)