From 5fcdb0891761fc028c5194599b3782d477b780f5 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 10 Dec 2025 17:05:32 +0100 Subject: [PATCH] debt - allow to run chat OSS without overrides (#282515) * debt - allow to run chat OSS without overrides * Update product.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * more --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- product.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/product.json b/product.json index 53c12af2716..736b32113c3 100644 --- a/product.json +++ b/product.json @@ -142,5 +142,13 @@ "completionsAdvancedSetting": "github.copilot.advanced", "completionsEnablementSetting": "github.copilot.enable", "nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled" + }, + "trustedExtensionAuthAccess": { + "github": [ + "GitHub.copilot-chat" + ], + "github-enterprise": [ + "GitHub.copilot-chat" + ] } }