Source code
The Language Server Protocol is now available through its own website. The website contains information about : How the protocol works A better readable specification Documents about protocol implementations. 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. When proposing an extension to the specification, then please refer to the How to Contribute to the Language Server Protocol document. This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Excerpt from the source-code README · 1,503 chars · not written by Vinony
Wikidata facts
- Instance of
- communication protocol
- Developer
- Microsoft
- Official website
- microsoft.github.io/language-server-protocol
Show 4 more facts
- source code repository URL
- github.com/microsoft/language-server-protocol
- software version identifier
- 3.15.0
- uses
- JSON-RPC
- issue tracker URL
- github.com/microsoft/language-server-protocol/issues
via Wikidata · CC0
Article · Deutsch
Das Language Server Protocol (kurz LSP) ist ein JSON-RPC basiertes Kommunikationsprotokoll, um Syntaxvalidierung von Programmiersprachen unabhängig von der eingesetzten integrierten Entwicklungsumgebung zu ermöglichen. Es wurde ursprünglich für das Python-Modul, welches IntelliSense innerhalb von Visual Studio Code ermöglicht, entwickelt und später standardisiert. Entwickler sind Microsoft, und Red Hat. Es existieren Integrationen für Visual Studio Code, Eclipse Che und Atom sowie der Eclipse IDE und mittels Plugin für Sublime Text. Auch wenn das Protokoll netzwerkfähig ist, läuft der Language Server typischerweise lokal auf demselben Rechner wie der Editor. Das Protokoll selbst ist quelloffen und unter der MIT-Lizenz veröffentlicht.
Abstract from DBpedia / Wikipedia · CC BY-SA