copilot-node-server
v1.41.0
Published
Copilot Node.js server stripped from https://github.com/github/copilot.vim
Downloads
3,586
Readme
Copilot Node.js server stripped from copilot.vim and published on NPM.
Usage
To start the server, execute either of the following
npx copilot-node-server --stdio
This one is recommended if
npx
is available.node copilot/dist/language-server.js --stdio
This one is not recommended because the script path may vary among (upstream) releases. E.g., the upstream renamed
agent.js
tolanguage-server.js
in the1.34.0
release.
Reporting issues
This repository doesn't modify any upstream file. If you have any Copilot issue or any server issue, please submit it to Copilot discussions.