Skip to content

Commit 0e26d29

Browse files
authored
exp-enable chat.implicitContext.enabled (microsoft#298317)
* chat: mark implicitContext.enabled as experiment-configurable * chat: tag implicitContext.enabled as experimental
1 parent 0b6ee2b commit 0e26d29

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ configurationRegistry.registerConfiguration({
265265
},
266266
default: {
267267
'panel': 'always',
268+
},
269+
tags: ['experimental'],
270+
experiment: {
271+
mode: 'startup'
268272
}
269273
},
270274
'chat.implicitContext.suggestedContext': {

0 commit comments

Comments
 (0)