copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.79k stars 126 forks source link

[fix] port must be a number #163

Closed clanghans closed 1 year ago

clanghans commented 1 year ago

tried to configure copilot.el behind a corporate proxy and ran into issues with the port number not being a number.

error message: (:message "error ignored, status set (Invalid params: /networkProxy/port must be number)" :id 2 :error -32602)

Fixed the documentation.

P.s. thanks for that great piece of code.