mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
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:
@@ -142,5 +142,13 @@
|
|||||||
"completionsAdvancedSetting": "github.copilot.advanced",
|
"completionsAdvancedSetting": "github.copilot.advanced",
|
||||||
"completionsEnablementSetting": "github.copilot.enable",
|
"completionsEnablementSetting": "github.copilot.enable",
|
||||||
"nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled"
|
"nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled"
|
||||||
|
},
|
||||||
|
"trustedExtensionAuthAccess": {
|
||||||
|
"github": [
|
||||||
|
"GitHub.copilot-chat"
|
||||||
|
],
|
||||||
|
"github-enterprise": [
|
||||||
|
"GitHub.copilot-chat"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user