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" + ] } }