-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Describe the bug
When Copilot is answering my question and I use shift+tab switching to autopilot mode, Copilot will not be able to write to files properly. It thought it was because the files' privilege was not correct. That is not true. That is because, I guess that during the answering question, Copilot must ask for the writing permission, however autopilot mode forbids that so Copilot doesn't get the write permission and can't ask it. That leads the issue.
Affected version
GitHub Copilot CLI 0.0.421
Steps to reproduce the behavior
- ask copilot to change code
- during the answer, switch to autopilot
Expected behavior
copilot writes code
Additional context
No response
Reactions are currently unavailable