Skip to content

Commit 61fe616

Browse files
authored
remove exp from chat edits (microsoft#259484)
1 parent b7ddf44 commit 61fe616

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,6 @@ configurationRegistry.registerConfiguration({
265265
type: 'string',
266266
enum: ['inline', 'hover', 'input', 'none'],
267267
default: 'inline',
268-
tags: ['experimental'],
269-
experiment: {
270-
mode: 'startup'
271-
}
272268
},
273269
'chat.emptyChatState.enabled': {
274270
type: 'boolean',

0 commit comments

Comments
 (0)