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
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."),
164
+
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."),
165
165
enumDescriptions: [
166
-
nls.localize('search.mode.view',"Search in the search view, either in the panel or side bars."),
166
+
nls.localize('search.mode.view',"Search in the Search view, either in the panel or side bars."),
167
167
nls.localize('search.mode.reuseEditor',"Search in an existing search editor if present, otherwise in a new search editor."),
168
168
nls.localize('search.mode.newEditor',"Search in a new search editor."),
nls.localize('search.actionsPositionAuto',"Position the actionbar to the right when the search view is narrow, and immediately after the content when the search view is wide."),
285
+
nls.localize('search.actionsPositionAuto',"Position the actionbar to the right when the Search view is narrow, and immediately after the content when the Search view is wide."),
286
286
nls.localize('search.actionsPositionRight',"Always position the actionbar to the right."),
287
287
],
288
288
default: 'right',
289
-
description: nls.localize('search.actionsPosition',"Controls the positioning of the actionbar on rows in the search view.")
289
+
description: nls.localize('search.actionsPosition',"Controls the positioning of the actionbar on rows in the Search view.")
markdownDescription: nls.localize('search.seedOnFocus',"Update the search query to the editor's selected text when focusing the search view. This happens either on click or when triggering the `workbench.views.search.focus` command.")
304
+
markdownDescription: nls.localize('search.seedOnFocus',"Update the search query to the editor's selected text when focusing the Search view. This happens either on click or when triggering the `workbench.views.search.focus` command.")
description: nls.localize('search.searchView.semanticSearchBehavior',"Controls the behavior of the semantic search results displayed in the search view."),
393
+
description: nls.localize('search.searchView.semanticSearchBehavior',"Controls the behavior of the semantic search results displayed in the Search view."),
0 commit comments