Skip to content

Commit 7173613

Browse files
authored
change setting to auto-experimental (microsoft#262149)
1 parent c85ebb0 commit 7173613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/common/inlineChat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
8484
type: 'boolean',
8585
tags: ['experimental'],
8686
experiment: {
87-
mode: 'startup'
87+
mode: 'auto'
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)