copilot-emacs / copilot.el

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

No *copilot events* buffer despite copilot-log-max > 0 #206

Open csheaff opened 10 months ago

csheaff commented 10 months ago

image

GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6 (Build 21G115)) of 2022-12-24

I don't see a reference to *copilot output* in the .el files and thought perhaps the events buffer was getting renamed, but (1) it's blank and (2) it doesn't go away when copilot-log-max is set to 0.

emil-vdw commented 9 months ago

@csheaff what if you run copilot-diagnose? Are you setting this while the mode is active or in your Emacs config?

csheaff commented 9 months ago

running copilot-diagnose while copilot-mode is active:

Copilot agent started. [2 times]
Copilot OK.

no events buffer afterwards.