copilot-emacs / copilot.el

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

Copilot doesn't work for emacsclient frame in terminal #196

Closed biocyberman closed 8 months ago

biocyberman commented 8 months ago

It works in the main window but doesn't work when I open an emacsclient frame like this: TERM=xterm-256color && emacsclient --alternate-editor="" -t.

Is it possible to get it works in this case? It will make it much more convenience to work with different directories than the main frame. Moreover, since installation of copilot, autocomplete stop working in emacsclient frames.

biocyberman commented 8 months ago

Oh it seems to work after I restarted the main emacs instance. Sorry about that.