Skip to content

Commit b27c0fc

Browse files
authored
Change toggle setting from experimental to preview (#252445)
1 parent 9289ffa commit b27c0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
625625
'type': 'boolean',
626626
'default': product.quality !== 'stable',
627627
'description': localize('settings.showAISearchToggle', "Controls whether the AI search results toggle is shown in the search bar in the Settings editor after doing a search and once AI search results are available."),
628-
'tags': ['experimental', 'onExP']
628+
'tags': ['preview', 'onExP']
629629
},
630630
'workbench.hover.delay': {
631631
'type': 'number',

0 commit comments

Comments
 (0)