You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove experimental flag and move up quick search on quick access list (microsoft#209993)
* Add setting migration for `search.experimental.quickAccess.preserveInput` and promote quick search on quick access
* remove more mentions to experimental and relocate setting
markdownDescription: nls.localize('search.searchEditor.defaultNumberOfContextLines',"The default number of surrounding context lines to use when creating new Search Editors. If using `#search.searchEditor.reusePriorSearchConfiguration#`, this can be set to `null` (empty) to use the prior Search Editor's configuration.")
nls.localize('scm.defaultViewMode.tree',"Shows search results as a tree."),
361
362
nls.localize('scm.defaultViewMode.list',"Shows search results as a list.")
362
363
],
363
-
'description': nls.localize('search.defaultViewMode',"Controls the default search result view mode.")
364
+
description: nls.localize('search.defaultViewMode',"Controls the default search result view mode.")
365
+
},
366
+
'search.quickAccess.preserveInput': {
367
+
type: 'boolean',
368
+
description: nls.localize('search.quickAccess.preserveInput',"Controls whether the last typed input to Quick Search should be restored when opening it the next time."),
description: nls.localize('search.experimental.closedNotebookResults',"Show notebook editor rich content results for closed notebooks. Please refresh your search results after changing this setting."),
'description': nls.localize('search.experimental.quickAccess.preserveInput',"Controls whether the last typed input to Quick Search should be restored when opening it the next time."),
0 commit comments