# 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/specifications/specification-current/) * 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 relevant [specification file](https://github.com/microsoft/language-server-protocol/tree/gh-pages/_specifications). 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/specifications/specification-current/) ## License [Creative Commons Attribution / MIT](License.txt)