mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix a small typo
Signed-off-by: Remy Suen <remy.suen@gmail.com>
This commit is contained in:
parent
a0d1ba5394
commit
f6e00cd72a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Contributing to the language server protocol by proposing extensions to it requi
|
|||
|
||||
- as the [protocol](https://github.com/Microsoft/vscode-languageserver-node/blob/master\protocol\src\protocol.ts) itself request and notification additions need to be defined using [TypeScript](https://www.typescriptlang.org/).
|
||||
- a document describing the protocol extension must be written using [GitHub flavored Markdown](https://guides.github.com/features/mastering-markdown/). The document must follow the style of the [protocol](https://github.com/Microsoft/vscode-languageserver-node/blob/master\protocol\src\protocol.ts) document.
|
||||
- a reference implementation of the protocol must be provided for the [VSCode language client library](https://www.npmjs.com/package/vscode-languageclient). A reference implemenation for the [VS Code language server library](https://www.npmjs.com/package/vscode-languageserver) is optional.
|
||||
- a reference implementation of the protocol must be provided for the [VSCode language client library](https://www.npmjs.com/package/vscode-languageclient). A reference implementation for the [VS Code language server library](https://www.npmjs.com/package/vscode-languageserver) is optional.
|
||||
|
||||
The actual contributation can happen in two ways:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue