copilot-emacs / copilot.el

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

Raise error if there's an issue with node #45

Closed ethan-leba closed 2 years ago

ethan-leba commented 2 years ago

This prevents the issue of the agent start implicitly failing to set up the connection and leading to hard to understand error with jsonrpc. See https://github.com/zerolfx/copilot.el/issues/23#issuecomment-1207579974

zerolfx commented 2 years ago

LGTM. Thank you!