search.location: mention that it is a preview

This commit is contained in:
isidor 2018-03-01 11:27:27 +01:00
parent c5ea97e879
commit 6fbbded7c2

View file

@ -456,7 +456,7 @@ configurationRegistry.registerConfiguration({
'search.location': {
enum: ['sidebar', 'panel'],
default: 'sidebar',
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"),
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."),
},
}
});