Skip to content

Commit 2c8a444

Browse files
authored
Verify Settings Auto-Refetch Compatibility for Experimental Configuration Values (microsoft#257059) (microsoft#259795)
1 parent 633f2aa commit 2c8a444

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
@@ -541,7 +541,7 @@ configurationRegistry.registerConfiguration({
541541
default: 'default',
542542
tags: ['experimental'],
543543
experiment: {
544-
mode: 'startup'
544+
mode: 'auto'
545545
}
546546
},
547547
'chat.todoListTool.enabled': {

0 commit comments

Comments
 (0)