copilot-emacs / copilot.el

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

hide copilot-balancer-debug-buffer #203

Closed ksqsf closed 7 months ago

ksqsf commented 7 months ago

Buffer names starting with a space are considered hidden and not by default exposed to users by many commands. The user can still access them by manually adding a leading space in the interactive command prompt though.

This change can prevent mistakenly killing copilot-balancer-debug-buffer, only to be annoyed by infinite "Selecting deleted buffer" errors.