Skip to content

Commit 3ba3a1b

Browse files
authored
chat: move extension tools out of preview (#251151)
chat: move mcp and extension tools out of preview Following DSB approval.
1 parent e22bab1 commit 3ba3a1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,10 @@ configurationRegistry.registerConfiguration({
303303
type: 'boolean',
304304
description: nls.localize('chat.extensionToolsEnabled', "Enable using tools contributed by third-party extensions."),
305305
default: true,
306-
tags: ['preview'],
307306
policy: {
308307
name: 'ChatAgentExtensionTools',
309308
minimumVersion: '1.99',
310309
description: nls.localize('chat.extensionToolsPolicy', "Enable using tools contributed by third-party extensions."),
311-
previewFeature: true,
312-
defaultValue: false
313310
}
314311
},
315312
[ChatConfiguration.AgentEnabled]: {

0 commit comments

Comments
 (0)