copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.71k stars 122 forks source link

feat: allow to customise arguments to copilot server #299

Closed alexmurray closed 2 months ago

alexmurray commented 2 months ago

When copilot is installed as a third-party package (say from https://snapcraft.io/copilot-client) it needs to be invoked with the "--stdio" argument - so provide a customisable variable which allows a user to specify such an argument - but set this to nil so it has no effect otherwise.