Skip to content

Commit

Permalink
more sidebar to side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten authored and gabritto committed Mar 25, 2022
1 parent 07719bb commit 8b7382a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ configurationRegistry.registerConfiguration({
default: 'view',
markdownDescription: nls.localize('search.mode', "Controls where new `Search: Find in Files` and `Find in Folder` operations occur: either in the search view, or in a search editor"),
enumDescriptions: [
nls.localize('search.mode.view', "Search in the search view, either in the panel or sidebar."),
nls.localize('search.mode.view', "Search in the search view, either in the panel or side bars."),
nls.localize('search.mode.reuseEditor', "Search in an existing search editor if present, otherwise in a new search editor."),
nls.localize('search.mode.newEditor', "Search in a new search editor."),
]
Expand Down

0 comments on commit 8b7382a

Please sign in to comment.