This document describes the 1.0.x version of the language server protocol. An implementation for node of the 1.0.x version of the protocol can be found here (TBD).
Note: edits to this specification can be made via a pull request against this markdown document.
The protocol is defined via an Open API document, which specified the required API methods as well as their expected request and response data formats.
The Open API documentation has been generated in both markdown format, and as a static HTML site viewable by cloning this repository and running npm i && npm run build && npm run serve
.