Open Lyonsclay opened 1 week ago
I can't reproduce it. When I call copilot-chat-list-clear-buffers
it clears the list. Can you give me a recipe to reproduce it ?
Ok it seems that after I invalidated the projectile cache it did clear.
No I guess that wasn't it, I had to quit emacs without saving.
Do you still have the bug ?
Yes, I'm on Version: 1.2.0
Where does copilot-chat
store the list of buffers?
It is the last element of copilot-chat--instance
.
I can't clear the list of buffers in the
copilot-chat-list
.I've tried
copilot-chat-reset
andcopilot-chat-list-clear-buffers
, but the list of all the buffers I have visited remains.I think I found a work around at some point, but can't remember if I deleted a cache file or what I did. Now that I am I looking for it I can't seem to find where the cache for the list is.
I am using Doom emacs in evil mode so this might be an issue particular to my setup.