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>
This commit is contained in:
Benjamin Pasero
2025-12-10 17:05:32 +01:00
committed by GitHub
parent e73bcd62f3
commit 5fcdb08917

View File

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