Skip to content

Commit a0bcdd2

Browse files
committed
Release 1.275.0
1 parent 9149617 commit a0bcdd2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Copilot via [the language server protocol](https://microsoft.github.io/language-
77

88
**Sign up for [GitHub Copilot Free](https://github.com/settings/copilot)!**
99

10+
Please see [terms of use for GitHub Copilot](https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot)
11+
1012
## Getting Started
1113

1214
To integrate with the Copilot Language Server, download the latest release from npm:
@@ -30,11 +32,13 @@ node ./node_modules/@github/copilot-language-server/dist/language-server.js --ve
3032

3133
If using the `language-server.js` distribution, it is necessary to retain the entire `dist` directory contents.
3234

35+
Communication with the language server typically happens over stdio with `--stdio`. The `language-server.js`
36+
distribution additionally supports Node IPC with `--node-ipc`.
3337

3438
## Communication Protocol
3539

36-
[LSP (Language Server Protocol)](https://microsoft.github.io/language-server-protocol/) is used to communicate
37-
with the client. The base protocol is [JSON-RPC 2.0 with additional
40+
The [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) is used to communicate with
41+
the client. The base protocol is [JSON-RPC 2.0 with additional
3842
headers](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#baseProtocol).
3943

4044
The Copilot Language Server attempts to follow the LSP spec as closely as possible, but many custom messages are

0 commit comments

Comments
 (0)