Skip to content

Commit 2aee1bc

Browse files
authored
chat: move mcp and extension tools out of preview (microsoft#251116)
Following DSB approval.
1 parent 7a24d62 commit 2aee1bc

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
@@ -302,13 +302,10 @@ configurationRegistry.registerConfiguration({
302302
type: 'boolean',
303303
description: nls.localize('chat.extensionToolsEnabled', "Enable using tools contributed by third-party extensions."),
304304
default: true,
305-
tags: ['preview'],
306305
policy: {
307306
name: 'ChatAgentExtensionTools',
308307
minimumVersion: '1.99',
309308
description: nls.localize('chat.extensionToolsPolicy', "Enable using tools contributed by third-party extensions."),
310-
previewFeature: true,
311-
defaultValue: false
312309
}
313310
},
314311
[ChatConfiguration.AgentEnabled]: {

0 commit comments

Comments
 (0)