Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,17 @@ configurationRegistry.registerConfiguration({
default: ['github/copilot-plugins', 'github/awesome-copilot'],
scope: ConfigurationScope.APPLICATION,
tags: ['experimental'],
policy: {
name: 'ChatPluginMarketplaces',
category: PolicyCategory.InteractiveSession,
minimumVersion: '1.NNN',
Comment on lines +882 to +885
localization: {
description: {
key: 'chat.plugins.marketplaces.policy.description',
value: nls.localize('chat.plugins.marketplaces.policy.description', "Restricts the list of plugin marketplaces queried by chat. When set, the user setting `#chat.plugins.marketplaces#` is overridden and only the marketplaces specified here are used. Entries may be GitHub shorthand (`owner/repo`), direct Git repository URIs (`https://...git`, `ssh://...git`, `git@host:path.git`), or local repository URIs (`file:///...`). Use this to point an organization at a curated, internally-vetted plugin marketplace.")
}
}
}
},
[ChatConfiguration.AgentEnabled]: {
type: 'boolean',
Expand Down
Loading