Skip to content

Commit 329740d

Browse files
authored
fix: remove experimental tag from chat command center configuration (microsoft#232010)
1 parent 511199a commit 329740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ configurationRegistry.registerConfiguration({
112112
},
113113
'chat.commandCenter.enabled': {
114114
type: 'boolean',
115-
tags: ['experimental', 'onExP'],
115+
tags: ['preview'],
116116
markdownDescription: nls.localize('chat.commandCenter.enabled', "Controls whether the command center shows a menu for chat actions (requires {0}).", '`#window.commandCenter#`'),
117117
default: true
118118
},

0 commit comments

Comments
 (0)