Remove "Preview" from search.location setting description

This commit is contained in:
Rob Lourens
2018-04-04 14:26:29 -07:00
parent 7276c215a7
commit eb7e893b7f
@@ -579,7 +579,7 @@ configurationRegistry.registerConfiguration({
'search.location': {
enum: ['sidebar', 'panel'],
default: 'sidebar',
description: nls.localize('search.location', "Preview: controls if the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space. Next release search in panel will have improved horizontal layout and this will no longer be a preview."),
description: nls.localize('search.location', "Controls if the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space. Next release search in panel will have improved horizontal layout and this will no longer be a preview."),
},
}
});