Skip to content

Commit

Permalink
remove preview rant from search.location
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 30, 2018
1 parent cdfa26f commit ebff39f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ configurationRegistry.registerConfiguration({
type: 'string',
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. 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."),
}
}
});
Expand Down

0 comments on commit ebff39f

Please sign in to comment.