language-server-protocol/README.md
2018-10-27 12:53:40 +05:30

21 lines
1.4 KiB
Markdown

# Language Server Protocol
The Language Server Protocol is now available through its own [website](https://microsoft.github.io/language-server-protocol/).
The website contains information about :
* How the protocol [works](https://microsoft.github.io/language-server-protocol/overview)
* A better readable [specification](https://microsoft.github.io/language-server-protocol/specification)
* Documents about protocol [implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/).
## Contributing
If you are interested in fixing issues like typos you can either file an issue or provide a pull request containing the changes to the [specification file](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md).
When proposing an extension to the specification, then please refer to the [How to Contribute to the Language Server Protocol](contributing.md) document.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## The Language Server Protocol
See the [Web site](https://microsoft.github.io/language-server-protocol/specification)
## License
[Creative Commons Attribution / MIT](License.txt)