Skip to content

copilot-language-server 1.224.0

Install from the command line:
Learn more about npm packages
$ npm install @github/copilot-language-server@1.224.0
Install via package.json:
"@github/copilot-language-server": "1.224.0"

About this version

This folder contains an language server written to be run via Node that lets us reuse code from the VS Code extension in other extensions. Historically, this language server was referred to as the "agent" or "IDE agent", and references to this legacy name remain in the codebase.

The protocol follows JSON-RPC 2.0, the messages are a mix of relevant messages from the LSP spec and extra ones we have added.

RPC calls can be bidirectional; the IDE can make requests to the language server or the language server can make requests to the IDE. Messages are always passed over the language server's stdin/stdout.

For development instructions, see DEV.md. For API details, see API.md.

To use the language server in another project, see DISTRIBUTION.md.

Details


Assets

  • copilot-language-server-1.224.0.tgz

Download activity

  • Total downloads 20
  • Last 30 days 0
  • Last week 0
  • Today 0