mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Chat sign-in: auto-enable GitHub Authentication extension if silently disabled (#296303)
* Initial plan * Auto-enable GitHub Authentication extension during chat sign-in if disabled Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Apply during the chat request * feedback * delete the tests that didn't exist in the first place --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
This commit is contained in:
@@ -360,6 +360,7 @@ export interface IDefaultChatAgent {
|
||||
apple: { id: string; name: string };
|
||||
};
|
||||
|
||||
readonly providerExtensionId: string;
|
||||
readonly providerUriSetting: string;
|
||||
readonly providerScopes: string[][];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user