-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add cancellation token to react to Copilot API changes #12773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@benmcmorran Are you not able to squash and merge? I could try switching your permissions from Write to Maintain. From what I read online, Write permissions should be able to squash and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(See existing comment. Waiting for clarification before approving.)
@Colengms I've changed the cancellation handling to follow the same pattern used by chat context. Let me know if you still have any concerns. |
@sean-mcmanus I'm still not able to squash and merge. I suspect there are extra branch polices on |
You should have permissions now. |
Reacts to upstream changes in the Copilot API that add a cancellation token and make it possible to unregister a provider.
FYI @sandersn