# language-server-protocol **Repository Path**: mirrors_lextm/language-server-protocol ## Basic Information - **Project Name**: language-server-protocol - **Description**: Defines a common protocol for language servers. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Language Server Protocol The Language Server Protocol is now available through its own [Web site](https://microsoft.github.io/language-server-protocol/). The Web site contains information about how the protocol [works](https://microsoft.github.io/language-server-protocol/howItWorks) a better readable [specification](https://microsoft.github.io/language-server-protocol/specification) and 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)