@codingame/monaco-vscode-search-service-override 19.1.4 → 20.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-search-service-override",
3
- "version": "19.1.4",
3
+ "version": "20.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - search service-override",
6
6
  "keywords": [],
@@ -15,21 +15,21 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common": "19.1.4",
19
- "@codingame/monaco-vscode-2726569c-a06b-5f25-b851-14311bef12fa-common": "19.1.4",
20
- "@codingame/monaco-vscode-45a408c6-90ed-5d8b-801d-f3f69c7a97f2-common": "19.1.4",
21
- "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "19.1.4",
22
- "@codingame/monaco-vscode-55041ed9-a1ea-544a-883d-08b0b26934f3-common": "19.1.4",
23
- "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "19.1.4",
24
- "@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common": "19.1.4",
25
- "@codingame/monaco-vscode-6f931a91-88ea-5232-897f-a17ec3929ba5-common": "19.1.4",
26
- "@codingame/monaco-vscode-85f7fb0f-70f5-5a5e-831b-15c743a8bd11-common": "19.1.4",
27
- "@codingame/monaco-vscode-a8d3bd74-e63e-5327-96e8-4f931661e329-common": "19.1.4",
28
- "@codingame/monaco-vscode-api": "19.1.4",
29
- "@codingame/monaco-vscode-bc8c28cd-7a80-54a9-af1a-e6b1e7a7f34a-common": "19.1.4",
30
- "@codingame/monaco-vscode-e28ac690-06d5-5ee9-92d1-02df70296354-common": "19.1.4",
31
- "@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common": "19.1.4",
32
- "@codingame/monaco-vscode-f338ac19-278c-5fe1-bec8-b588de04a788-common": "19.1.4"
18
+ "@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common": "20.0.0",
19
+ "@codingame/monaco-vscode-45a408c6-90ed-5d8b-801d-f3f69c7a97f2-common": "20.0.0",
20
+ "@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "20.0.0",
21
+ "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "20.0.0",
22
+ "@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common": "20.0.0",
23
+ "@codingame/monaco-vscode-6f931a91-88ea-5232-897f-a17ec3929ba5-common": "20.0.0",
24
+ "@codingame/monaco-vscode-6f9bc782-77e0-5716-93bd-b05210c768c5-common": "20.0.0",
25
+ "@codingame/monaco-vscode-85f7fb0f-70f5-5a5e-831b-15c743a8bd11-common": "20.0.0",
26
+ "@codingame/monaco-vscode-a17e9d37-b6c1-5556-8402-5db73960fae3-common": "20.0.0",
27
+ "@codingame/monaco-vscode-a8d3bd74-e63e-5327-96e8-4f931661e329-common": "20.0.0",
28
+ "@codingame/monaco-vscode-api": "20.0.0",
29
+ "@codingame/monaco-vscode-bc8c28cd-7a80-54a9-af1a-e6b1e7a7f34a-common": "20.0.0",
30
+ "@codingame/monaco-vscode-bd0792ac-6043-5ec3-a41a-54ccb922a1f4-common": "20.0.0",
31
+ "@codingame/monaco-vscode-e28ac690-06d5-5ee9-92d1-02df70296354-common": "20.0.0",
32
+ "@codingame/monaco-vscode-eda30bac-0984-5b42-9362-c68996b85232-common": "20.0.0"
33
33
  },
34
34
  "main": "index.js",
35
35
  "module": "index.js",
@@ -3,7 +3,7 @@ import { DisposableStore, IDisposable } from "@codingame/monaco-vscode-api/vscod
3
3
  import { IConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service";
4
4
  import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation";
5
5
  import { ILabelService } from "@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service";
6
- import { FastAndSlowPicks, IPickerQuickAccessItem, PickerQuickAccessProvider, Picks } from "@codingame/monaco-vscode-2726569c-a06b-5f25-b851-14311bef12fa-common/vscode/vs/platform/quickinput/browser/pickerQuickAccess";
6
+ import { FastAndSlowPicks, IPickerQuickAccessItem, PickerQuickAccessProvider, Picks } from "@codingame/monaco-vscode-a17e9d37-b6c1-5556-8402-5db73960fae3-common/vscode/vs/platform/quickinput/browser/pickerQuickAccess";
7
7
  import { DefaultQuickAccessFilterValue, IQuickAccessProviderRunOptions } from "@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickAccess";
8
8
  import { IQuickPick, IQuickPickItem } from "@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickInput";
9
9
  import { IWorkspaceContextService } from "@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service";
@@ -10,7 +10,7 @@ import { IConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/pl
10
10
  import { IInstantiationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
11
11
  import { ILabelService } from '@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service';
12
12
  import { getSelectionKeyboardEvent } from '@codingame/monaco-vscode-api/vscode/vs/platform/list/browser/listService';
13
- import { PickerQuickAccessProvider, TriggerAction } from '@codingame/monaco-vscode-2726569c-a06b-5f25-b851-14311bef12fa-common/vscode/vs/platform/quickinput/browser/pickerQuickAccess';
13
+ import { PickerQuickAccessProvider, TriggerAction } from '@codingame/monaco-vscode-a17e9d37-b6c1-5556-8402-5db73960fae3-common/vscode/vs/platform/quickinput/browser/pickerQuickAccess';
14
14
  import { DefaultQuickAccessFilterValue } from '@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickAccess';
15
15
  import { QuickInputButtonLocation, QuickInputHideReason } from '@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickInput';
16
16
  import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
@@ -86,16 +86,11 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
86
86
  picker.buttons = [{
87
87
  location: QuickInputButtonLocation.Inline,
88
88
  iconClass: ThemeIcon.asClassName(Codicon.goToSearch),
89
- tooltip: ( localize(9792, "Open in Search View"))
89
+ tooltip: ( localize(9948, "Open in Search View"))
90
90
  }];
91
91
  this.editorViewState.reset();
92
92
  disposables.add(picker.onDidTriggerButton(async () => {
93
- if (this.searchModel.searchResult.count() > 0) {
94
- await this.moveToSearchViewlet(undefined);
95
- }
96
- else {
97
- this._viewsService.openView(VIEW_ID, true);
98
- }
93
+ await this.moveToSearchViewlet(undefined);
99
94
  picker.hide();
100
95
  }));
101
96
  const onDidChangeActive = () => {
@@ -200,7 +195,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
200
195
  type: 'separator',
201
196
  });
202
197
  picks.push({
203
- label: ( localize(9793, "See More Files")),
198
+ label: ( localize(9949, "See More Files")),
204
199
  iconClass: ThemeIcon.asClassName(searchDetailsIcon),
205
200
  accept: async () => {
206
201
  await this.moveToSearchViewlet(matches[limit]);
@@ -217,7 +212,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
217
212
  description,
218
213
  buttons: [{
219
214
  iconClass: ThemeIcon.asClassName(searchOpenInFileIcon),
220
- tooltip: ( localize(9794, "Open File"))
215
+ tooltip: ( localize(9950, "Open File"))
221
216
  }],
222
217
  trigger: async () => {
223
218
  await this.handleAccept(iFileInstanceMatch, {});
@@ -229,7 +224,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
229
224
  const element = results[matchIndex];
230
225
  if (matchIndex === MAX_RESULTS_PER_FILE) {
231
226
  picks.push({
232
- label: ( localize(9795, "More")),
227
+ label: ( localize(9951, "More")),
233
228
  iconClass: ThemeIcon.asClassName(searchDetailsIcon),
234
229
  accept: async () => {
235
230
  await this.moveToSearchViewlet(element);
@@ -250,7 +245,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
250
245
  },
251
246
  buttons: [{
252
247
  iconClass: ThemeIcon.asClassName(searchActivityBarIcon),
253
- tooltip: ( localize(9796, "Open in Search View")),
248
+ tooltip: ( localize(9952, "Open in Search View")),
254
249
  }],
255
250
  ariaLabel: `Match at location ${element.range().startLineNumber}:${element.range().startColumn} - ${previewText}`,
256
251
  accept: async (keyMods, event) => {
@@ -288,7 +283,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
288
283
  if (contentPattern === '') {
289
284
  this.searchModel.searchResult.clear();
290
285
  return [{
291
- label: ( localize(9797, "Enter a term to search for across your files."))
286
+ label: ( localize(9953, "Enter a term to search for across your files."))
292
287
  }];
293
288
  }
294
289
  const conditionalTokenCts = disposables.add(( new CancellationTokenSource()));
@@ -313,7 +308,7 @@ let TextSearchQuickAccess = class TextSearchQuickAccess extends PickerQuickAcces
313
308
  picks: syncResult,
314
309
  additionalPicks: allMatches.asyncResults
315
310
  .then(asyncResults => (asyncResults.length + syncResult.length === 0) ? [{
316
- label: ( localize(9798, "No matching results"))
311
+ label: ( localize(9954, "No matching results"))
317
312
  }] : this._getPicksFromMatches(asyncResults, MAX_FILES_SHOWN - matches.length))
318
313
  .then(picks => {
319
314
  if (picks.length > 0) {
@@ -90,7 +90,7 @@ ReplacePreviewModel = ( __decorate([
90
90
  ], ReplacePreviewModel));
91
91
  let ReplaceService = class ReplaceService {
92
92
  static { ReplaceService_1 = this; }
93
- static { this.REPLACE_SAVE_SOURCE = SaveSourceRegistry.registerSource('searchReplace.source', ( localize(9799, "Search and Replace"))); }
93
+ static { this.REPLACE_SAVE_SOURCE = SaveSourceRegistry.registerSource('searchReplace.source', ( localize(9955, "Search and Replace"))); }
94
94
  constructor(textFileService, editorService, textModelResolverService, bulkEditorService, labelService, notebookEditorModelResolverService) {
95
95
  this.textFileService = textFileService;
96
96
  this.editorService = editorService;
@@ -128,7 +128,7 @@ let ReplaceService = class ReplaceService {
128
128
  const editor = await this.editorService.openEditor({
129
129
  original: { resource: fileMatch.resource },
130
130
  modified: { resource: toReplaceResource(fileMatch.resource) },
131
- label: ( localize(9800, "{0} ↔ {1} (Replace Preview)", fileMatch.name(), fileMatch.name())),
131
+ label: ( localize(9956, "{0} ↔ {1} (Replace Preview)", fileMatch.name(), fileMatch.name())),
132
132
  description: this.labelService.getUriLabel(dirname(fileMatch.resource), { relative: true }),
133
133
  options: {
134
134
  preserveFocus,
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { KeyMod, KeyCode } from '@codingame/monaco-vscode-api/vscode/vs/base/common/keyCodes';
3
3
  import { isMacintosh } from '@codingame/monaco-vscode-api/vscode/vs/base/common/platform';
4
- import { AbstractGotoLineQuickAccessProvider } from '@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common/vscode/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess';
4
+ import { AbstractGotoLineQuickAccessProvider } from '@codingame/monaco-vscode-eda30bac-0984-5b42-9362-c68996b85232-common/vscode/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess';
5
5
  import { localize2, localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
6
6
  import { Extensions as Extensions$2, ConfigurationScope } from '@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configurationRegistry';
7
7
  import { ContextKeyExpr } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey';
@@ -12,11 +12,11 @@ import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/regist
12
12
  import { ViewPaneContainer } from '@codingame/monaco-vscode-a8d3bd74-e63e-5327-96e8-4f931661e329-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
13
13
  import { defaultQuickAccessContextKeyValue } from '@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common/vscode/vs/workbench/browser/quickaccess';
14
14
  import { Extensions, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
15
- import { GotoSymbolQuickAccessProvider } from '@codingame/monaco-vscode-ea14e352-8f1c-5569-b79a-8a96a53e8abe-common/vscode/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess';
15
+ import { GotoSymbolQuickAccessProvider } from '@codingame/monaco-vscode-eda30bac-0984-5b42-9362-c68996b85232-common/vscode/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess';
16
16
  import { AnythingQuickAccessProvider } from '@codingame/monaco-vscode-64322fa2-7385-5f46-935b-8f243d98004b-common/vscode/vs/workbench/contrib/search/browser/anythingQuickAccess';
17
17
  import { registerContributions } from './replaceContributions.js';
18
18
  import '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
19
- import '@codingame/monaco-vscode-f338ac19-278c-5fe1-bec8-b588de04a788-common/vscode/vs/workbench/contrib/search/browser/notebookSearch/notebookSearchService';
19
+ import '@codingame/monaco-vscode-6f9bc782-77e0-5716-93bd-b05210c768c5-common/vscode/vs/workbench/contrib/search/browser/notebookSearch/notebookSearchService';
20
20
  import { searchViewIcon } from '@codingame/monaco-vscode-85f7fb0f-70f5-5a5e-831b-15c743a8bd11-common/vscode/vs/workbench/contrib/search/browser/searchIcons';
21
21
  import { SearchView } from '@codingame/monaco-vscode-bc8c28cd-7a80-54a9-af1a-e6b1e7a7f34a-common/vscode/vs/workbench/contrib/search/browser/searchView';
22
22
  import { registerContributions as registerContributions$1 } from '@codingame/monaco-vscode-bc8c28cd-7a80-54a9-af1a-e6b1e7a7f34a-common/vscode/vs/workbench/contrib/search/browser/searchWidget';
@@ -46,7 +46,7 @@ registerWorkbenchContribution2(SearchChatContextContribution.ID, SearchChatConte
46
46
  const SEARCH_MODE_CONFIG = 'search.mode';
47
47
  const viewContainer = ( Registry.as(Extensions.ViewContainersRegistry)).registerViewContainer({
48
48
  id: VIEWLET_ID,
49
- title: ( localize2(9801, "Search")),
49
+ title: ( localize2(9957, "Search")),
50
50
  ctorDescriptor: ( new SyncDescriptor(
51
51
  ViewPaneContainer,
52
52
  [VIEWLET_ID, { mergeViewWithContainerWhenSingleView: true }]
@@ -58,13 +58,13 @@ const viewContainer = ( Registry.as(Extensions.ViewContainersRegistry)).register
58
58
  const viewDescriptor = {
59
59
  id: VIEW_ID,
60
60
  containerIcon: searchViewIcon,
61
- name: ( localize2(9801, "Search")),
61
+ name: ( localize2(9957, "Search")),
62
62
  ctorDescriptor: ( new SyncDescriptor(SearchView)),
63
63
  canToggleVisibility: false,
64
64
  canMoveView: true,
65
65
  openCommandActionDescriptor: {
66
66
  id: viewContainer.id,
67
- mnemonicTitle: ( localize(9802, "&&Search")),
67
+ mnemonicTitle: ( localize(9958, "&&Search")),
68
68
  keybindings: {
69
69
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyF,
70
70
  when: ( ContextKeyExpr.regex('neverMatch', /doesNotMatch/))
@@ -78,14 +78,14 @@ quickAccessRegistry.registerQuickAccessProvider({
78
78
  ctor: AnythingQuickAccessProvider,
79
79
  prefix: AnythingQuickAccessProvider.PREFIX,
80
80
  placeholder: ( localize(
81
- 9803,
81
+ 9959,
82
82
  "Search files by name (append {0} to go to line or {1} to go to symbol)",
83
83
  AbstractGotoLineQuickAccessProvider.PREFIX,
84
84
  GotoSymbolQuickAccessProvider.PREFIX
85
85
  )),
86
86
  contextKey: defaultQuickAccessContextKeyValue,
87
87
  helpEntries: [{
88
- description: ( localize(9804, "Go to File")),
88
+ description: ( localize(9960, "Go to File")),
89
89
  commandId: 'workbench.action.quickOpen',
90
90
  commandCenterOrder: 10
91
91
  }]
@@ -93,18 +93,18 @@ quickAccessRegistry.registerQuickAccessProvider({
93
93
  quickAccessRegistry.registerQuickAccessProvider({
94
94
  ctor: SymbolsQuickAccessProvider,
95
95
  prefix: SymbolsQuickAccessProvider.PREFIX,
96
- placeholder: ( localize(9805, "Type the name of a symbol to open.")),
96
+ placeholder: ( localize(9961, "Type the name of a symbol to open.")),
97
97
  contextKey: 'inWorkspaceSymbolsPicker',
98
- helpEntries: [{ description: ( localize(9806, "Go to Symbol in Workspace")), commandId: SearchCommandIds.ShowAllSymbolsActionId }]
98
+ helpEntries: [{ description: ( localize(9962, "Go to Symbol in Workspace")), commandId: SearchCommandIds.ShowAllSymbolsActionId }]
99
99
  });
100
100
  quickAccessRegistry.registerQuickAccessProvider({
101
101
  ctor: TextSearchQuickAccess,
102
102
  prefix: TEXT_SEARCH_QUICK_ACCESS_PREFIX,
103
103
  contextKey: 'inTextSearchPicker',
104
- placeholder: ( localize(9807, "Search for text in your workspace files.")),
104
+ placeholder: ( localize(9963, "Search for text in your workspace files.")),
105
105
  helpEntries: [
106
106
  {
107
- description: ( localize(9808, "Search for Text")),
107
+ description: ( localize(9964, "Search for Text")),
108
108
  commandId: SearchCommandIds.QuickTextSearchActionId,
109
109
  commandCenterOrder: 25,
110
110
  }
@@ -114,13 +114,13 @@ const configurationRegistry = ( Registry.as(Extensions$2.Configuration));
114
114
  configurationRegistry.registerConfiguration({
115
115
  id: 'search',
116
116
  order: 13,
117
- title: ( localize(9809, "Search")),
117
+ title: ( localize(9965, "Search")),
118
118
  type: 'object',
119
119
  properties: {
120
120
  [SEARCH_EXCLUDE_CONFIG]: {
121
121
  type: 'object',
122
122
  markdownDescription: ( localize(
123
- 9810,
123
+ 9966,
124
124
  "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and file search in quick open. To exclude files from the recently opened list in quick open, patterns must be absolute (for example `**/node_modules/**`). Inherits all glob patterns from the `#files.exclude#` setting."
125
125
  )),
126
126
  default: { '**/node_modules': true, '**/bower_components': true, '**/*.code-search': true },
@@ -129,7 +129,7 @@ configurationRegistry.registerConfiguration({
129
129
  {
130
130
  type: 'boolean',
131
131
  description: ( localize(
132
- 9811,
132
+ 9967,
133
133
  "The glob pattern to match file paths against. Set to true or false to enable or disable the pattern."
134
134
  )),
135
135
  },
@@ -141,7 +141,7 @@ configurationRegistry.registerConfiguration({
141
141
  pattern: '\\w*\\$\\(basename\\)\\w*',
142
142
  default: '$(basename).ext',
143
143
  markdownDescription: ( localize(
144
- 9812,
144
+ 9968,
145
145
  'Additional check on the siblings of a matching file. Use \\$(basename) as variable for the matching file name.'
146
146
  ))
147
147
  }
@@ -156,26 +156,26 @@ configurationRegistry.registerConfiguration({
156
156
  enum: ['view', 'reuseEditor', 'newEditor'],
157
157
  default: 'view',
158
158
  markdownDescription: ( localize(
159
- 9813,
159
+ 9969,
160
160
  "Controls where new `Search: Find in Files` and `Find in Folder` operations occur: either in the Search view, or in a search editor."
161
161
  )),
162
162
  enumDescriptions: [
163
- ( localize(9814, "Search in the Search view, either in the panel or side bars.")),
163
+ ( localize(9970, "Search in the Search view, either in the panel or side bars.")),
164
164
  ( localize(
165
- 9815,
165
+ 9971,
166
166
  "Search in an existing search editor if present, otherwise in a new search editor."
167
167
  )),
168
- ( localize(9816, "Search in a new search editor.")),
168
+ ( localize(9972, "Search in a new search editor.")),
169
169
  ]
170
170
  },
171
171
  'search.useRipgrep': {
172
172
  type: 'boolean',
173
173
  description: ( localize(
174
- 9817,
174
+ 9973,
175
175
  "This setting is deprecated and now falls back on \"search.usePCRE2\"."
176
176
  )),
177
177
  deprecationMessage: ( localize(
178
- 9818,
178
+ 9974,
179
179
  "Deprecated. Consider \"search.usePCRE2\" for advanced regex feature support."
180
180
  )),
181
181
  default: true
@@ -183,11 +183,11 @@ configurationRegistry.registerConfiguration({
183
183
  'search.maintainFileSearchCache': {
184
184
  type: 'boolean',
185
185
  deprecationMessage: ( localize(
186
- 9819,
186
+ 9975,
187
187
  "The search cache is kept in the extension host which never shuts down, so this setting is no longer needed."
188
188
  )),
189
189
  description: ( localize(
190
- 9820,
190
+ 9976,
191
191
  "When enabled, the searchService process will be kept alive instead of being shut down after an hour of inactivity. This will keep the file search cache in memory."
192
192
  )),
193
193
  default: false
@@ -195,7 +195,7 @@ configurationRegistry.registerConfiguration({
195
195
  'search.useIgnoreFiles': {
196
196
  type: 'boolean',
197
197
  markdownDescription: ( localize(
198
- 9821,
198
+ 9977,
199
199
  "Controls whether to use `.gitignore` and `.ignore` files when searching for files."
200
200
  )),
201
201
  default: true,
@@ -204,7 +204,7 @@ configurationRegistry.registerConfiguration({
204
204
  'search.useGlobalIgnoreFiles': {
205
205
  type: 'boolean',
206
206
  markdownDescription: ( localize(
207
- 9822,
207
+ 9978,
208
208
  "Controls whether to use your global gitignore file (for example, from `$HOME/.config/git/ignore`) when searching for files. Requires {0} to be enabled.",
209
209
  '`#search.useIgnoreFiles#`'
210
210
  )),
@@ -214,7 +214,7 @@ configurationRegistry.registerConfiguration({
214
214
  'search.useParentIgnoreFiles': {
215
215
  type: 'boolean',
216
216
  markdownDescription: ( localize(
217
- 9823,
217
+ 9979,
218
218
  "Controls whether to use `.gitignore` and `.ignore` files in parent directories when searching for files. Requires {0} to be enabled.",
219
219
  '`#search.useIgnoreFiles#`'
220
220
  )),
@@ -224,7 +224,7 @@ configurationRegistry.registerConfiguration({
224
224
  'search.quickOpen.includeSymbols': {
225
225
  type: 'boolean',
226
226
  description: ( localize(
227
- 9824,
227
+ 9980,
228
228
  "Whether to include results from a global symbol search in the file results for Quick Open."
229
229
  )),
230
230
  default: false
@@ -232,7 +232,7 @@ configurationRegistry.registerConfiguration({
232
232
  'search.ripgrep.maxThreads': {
233
233
  type: 'number',
234
234
  description: ( localize(
235
- 9825,
235
+ 9981,
236
236
  "Number of threads to use for searching. When set to 0, the engine automatically determines this value."
237
237
  )),
238
238
  default: 0
@@ -240,7 +240,7 @@ configurationRegistry.registerConfiguration({
240
240
  'search.quickOpen.includeHistory': {
241
241
  type: 'boolean',
242
242
  description: ( localize(
243
- 9826,
243
+ 9982,
244
244
  "Whether to include results from recently opened files in the file results for Quick Open."
245
245
  )),
246
246
  default: true
@@ -251,28 +251,28 @@ configurationRegistry.registerConfiguration({
251
251
  default: 'default',
252
252
  enumDescriptions: [
253
253
  ( localize(
254
- 9827,
254
+ 9983,
255
255
  'History entries are sorted by relevance based on the filter value used. More relevant entries appear first.'
256
256
  )),
257
257
  ( localize(
258
- 9828,
258
+ 9984,
259
259
  'History entries are sorted by recency. More recently opened entries appear first.'
260
260
  ))
261
261
  ],
262
262
  description: ( localize(
263
- 9829,
263
+ 9985,
264
264
  "Controls sorting order of editor history in quick open when filtering."
265
265
  ))
266
266
  },
267
267
  'search.followSymlinks': {
268
268
  type: 'boolean',
269
- description: ( localize(9830, "Controls whether to follow symlinks while searching.")),
269
+ description: ( localize(9986, "Controls whether to follow symlinks while searching.")),
270
270
  default: true
271
271
  },
272
272
  'search.smartCase': {
273
273
  type: 'boolean',
274
274
  description: ( localize(
275
- 9831,
275
+ 9987,
276
276
  "Search case-insensitively if the pattern is all lowercase, otherwise, search case-sensitively."
277
277
  )),
278
278
  default: false
@@ -281,7 +281,7 @@ configurationRegistry.registerConfiguration({
281
281
  type: 'boolean',
282
282
  default: false,
283
283
  description: ( localize(
284
- 9832,
284
+ 9988,
285
285
  "Controls whether the Search view should read or modify the shared find clipboard on macOS."
286
286
  )),
287
287
  included: isMacintosh
@@ -291,11 +291,11 @@ configurationRegistry.registerConfiguration({
291
291
  enum: ['sidebar', 'panel'],
292
292
  default: 'sidebar',
293
293
  description: ( localize(
294
- 9833,
294
+ 9989,
295
295
  "Controls whether the search will be shown as a view in the sidebar or as a panel in the panel area for more horizontal space."
296
296
  )),
297
297
  deprecationMessage: ( localize(
298
- 9834,
298
+ 9990,
299
299
  "This setting is deprecated. You can drag the search icon to a new location instead."
300
300
  ))
301
301
  },
@@ -303,7 +303,7 @@ configurationRegistry.registerConfiguration({
303
303
  type: ['number', 'null'],
304
304
  default: DEFAULT_MAX_SEARCH_RESULTS,
305
305
  markdownDescription: ( localize(
306
- 9835,
306
+ 9991,
307
307
  "Controls the maximum number of search results, this can be set to `null` (empty) to return unlimited results."
308
308
  ))
309
309
  },
@@ -312,37 +312,37 @@ configurationRegistry.registerConfiguration({
312
312
  enum: ['auto', 'alwaysCollapse', 'alwaysExpand'],
313
313
  enumDescriptions: [
314
314
  ( localize(
315
- 9836,
315
+ 9992,
316
316
  "Files with less than 10 results are expanded. Others are collapsed."
317
317
  )),
318
318
  '',
319
319
  ''
320
320
  ],
321
321
  default: 'alwaysExpand',
322
- description: ( localize(9837, "Controls whether the search results will be collapsed or expanded.")),
322
+ description: ( localize(9993, "Controls whether the search results will be collapsed or expanded.")),
323
323
  },
324
324
  'search.useReplacePreview': {
325
325
  type: 'boolean',
326
326
  default: true,
327
327
  description: ( localize(
328
- 9838,
328
+ 9994,
329
329
  "Controls whether to open Replace Preview when selecting or replacing a match."
330
330
  )),
331
331
  },
332
332
  'search.showLineNumbers': {
333
333
  type: 'boolean',
334
334
  default: false,
335
- description: ( localize(9839, "Controls whether to show line numbers for search results.")),
335
+ description: ( localize(9995, "Controls whether to show line numbers for search results.")),
336
336
  },
337
337
  'search.usePCRE2': {
338
338
  type: 'boolean',
339
339
  default: false,
340
340
  description: ( localize(
341
- 9840,
341
+ 9996,
342
342
  "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookahead and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript."
343
343
  )),
344
344
  deprecationMessage: ( localize(
345
- 9841,
345
+ 9997,
346
346
  "Deprecated. PCRE2 will be used automatically when using regex features that are only supported by PCRE2."
347
347
  )),
348
348
  },
@@ -351,27 +351,27 @@ configurationRegistry.registerConfiguration({
351
351
  enum: ['auto', 'right'],
352
352
  enumDescriptions: [
353
353
  ( localize(
354
- 9842,
354
+ 9998,
355
355
  "Position the actionbar to the right when the Search view is narrow, and immediately after the content when the Search view is wide."
356
356
  )),
357
- ( localize(9843, "Always position the actionbar to the right.")),
357
+ ( localize(9999, "Always position the actionbar to the right.")),
358
358
  ],
359
359
  default: 'right',
360
360
  description: ( localize(
361
- 9844,
361
+ 10000,
362
362
  "Controls the positioning of the actionbar on rows in the Search view."
363
363
  ))
364
364
  },
365
365
  'search.searchOnType': {
366
366
  type: 'boolean',
367
367
  default: true,
368
- description: ( localize(9845, "Search all files as you type."))
368
+ description: ( localize(10001, "Search all files as you type."))
369
369
  },
370
370
  'search.seedWithNearestWord': {
371
371
  type: 'boolean',
372
372
  default: false,
373
373
  description: ( localize(
374
- 9846,
374
+ 10002,
375
375
  "Enable seeding search from the word nearest the cursor when the active editor has no selection."
376
376
  ))
377
377
  },
@@ -379,7 +379,7 @@ configurationRegistry.registerConfiguration({
379
379
  type: 'boolean',
380
380
  default: false,
381
381
  markdownDescription: ( localize(
382
- 9847,
382
+ 10003,
383
383
  "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."
384
384
  ))
385
385
  },
@@ -387,7 +387,7 @@ configurationRegistry.registerConfiguration({
387
387
  type: 'number',
388
388
  default: 300,
389
389
  markdownDescription: ( localize(
390
- 9848,
390
+ 10004,
391
391
  "When {0} is enabled, controls the timeout in milliseconds between a character being typed and the search starting. Has no effect when {0} is disabled.",
392
392
  '`#search.searchOnType#`'
393
393
  ))
@@ -397,30 +397,30 @@ configurationRegistry.registerConfiguration({
397
397
  enum: ['selectWord', 'goToLocation', 'openLocationToSide'],
398
398
  default: 'goToLocation',
399
399
  enumDescriptions: [
400
- ( localize(9849, "Double-clicking selects the word under the cursor.")),
401
- ( localize(9850, "Double-clicking opens the result in the active editor group.")),
400
+ ( localize(10005, "Double-clicking selects the word under the cursor.")),
401
+ ( localize(10006, "Double-clicking opens the result in the active editor group.")),
402
402
  ( localize(
403
- 9851,
403
+ 10007,
404
404
  "Double-clicking opens the result in the editor group to the side, creating one if it does not yet exist."
405
405
  )),
406
406
  ],
407
- markdownDescription: ( localize(9852, "Configure effect of double-clicking a result in a search editor."))
407
+ markdownDescription: ( localize(10008, "Configure effect of double-clicking a result in a search editor."))
408
408
  },
409
409
  'search.searchEditor.singleClickBehaviour': {
410
410
  type: 'string',
411
411
  enum: ['default', 'peekDefinition',],
412
412
  default: 'default',
413
413
  enumDescriptions: [
414
- ( localize(9853, "Single-clicking does nothing.")),
415
- ( localize(9854, "Single-clicking opens a Peek Definition window.")),
414
+ ( localize(10009, "Single-clicking does nothing.")),
415
+ ( localize(10010, "Single-clicking opens a Peek Definition window.")),
416
416
  ],
417
- markdownDescription: ( localize(9855, "Configure effect of single-clicking a result in a search editor."))
417
+ markdownDescription: ( localize(10011, "Configure effect of single-clicking a result in a search editor."))
418
418
  },
419
419
  'search.searchEditor.reusePriorSearchConfiguration': {
420
420
  type: 'boolean',
421
421
  default: false,
422
422
  markdownDescription: ( localize(
423
- 9856,
423
+ 10012,
424
424
  "When enabled, new Search Editors will reuse the includes, excludes, and flags of the previously opened Search Editor."
425
425
  ))
426
426
  },
@@ -428,7 +428,7 @@ configurationRegistry.registerConfiguration({
428
428
  type: ['number', 'null'],
429
429
  default: 1,
430
430
  markdownDescription: ( localize(
431
- 9857,
431
+ 10013,
432
432
  "The default number of surrounding context lines to use when creating new Search Editors. If using `#search.searchEditor.reusePriorSearchConfiguration#`, this can be set to `null` (empty) to use the prior Search Editor's configuration."
433
433
  ))
434
434
  },
@@ -436,7 +436,7 @@ configurationRegistry.registerConfiguration({
436
436
  type: 'boolean',
437
437
  default: false,
438
438
  markdownDescription: ( localize(
439
- 9858,
439
+ 10014,
440
440
  "When a search is triggered, focus the Search Editor results instead of the Search Editor input."
441
441
  ))
442
442
  },
@@ -446,31 +446,31 @@ configurationRegistry.registerConfiguration({
446
446
  default: SearchSortOrder.Default,
447
447
  enumDescriptions: [
448
448
  ( localize(
449
- 9859,
449
+ 10015,
450
450
  "Results are sorted by folder and file names, in alphabetical order."
451
451
  )),
452
452
  ( localize(
453
- 9860,
453
+ 10016,
454
454
  "Results are sorted by file names ignoring folder order, in alphabetical order."
455
455
  )),
456
- ( localize(9861, "Results are sorted by file extensions, in alphabetical order.")),
456
+ ( localize(10017, "Results are sorted by file extensions, in alphabetical order.")),
457
457
  ( localize(
458
- 9862,
458
+ 10018,
459
459
  "Results are sorted by file last modified date, in descending order."
460
460
  )),
461
- ( localize(9863, "Results are sorted by count per file, in descending order.")),
462
- ( localize(9864, "Results are sorted by count per file, in ascending order."))
461
+ ( localize(10019, "Results are sorted by count per file, in descending order.")),
462
+ ( localize(10020, "Results are sorted by count per file, in ascending order."))
463
463
  ],
464
- description: ( localize(9865, "Controls sorting order of search results."))
464
+ description: ( localize(10021, "Controls sorting order of search results."))
465
465
  },
466
466
  'search.decorations.colors': {
467
467
  type: 'boolean',
468
- description: ( localize(9866, "Controls whether search file decorations should use colors.")),
468
+ description: ( localize(10022, "Controls whether search file decorations should use colors.")),
469
469
  default: true
470
470
  },
471
471
  'search.decorations.badges': {
472
472
  type: 'boolean',
473
- description: ( localize(9867, "Controls whether search file decorations should use badges.")),
473
+ description: ( localize(10023, "Controls whether search file decorations should use badges.")),
474
474
  default: true
475
475
  },
476
476
  'search.defaultViewMode': {
@@ -478,15 +478,15 @@ configurationRegistry.registerConfiguration({
478
478
  enum: [ViewMode.Tree, ViewMode.List],
479
479
  default: ViewMode.List,
480
480
  enumDescriptions: [
481
- ( localize(9868, "Shows search results as a tree.")),
482
- ( localize(9869, "Shows search results as a list."))
481
+ ( localize(10024, "Shows search results as a tree.")),
482
+ ( localize(10025, "Shows search results as a list."))
483
483
  ],
484
- description: ( localize(9870, "Controls the default search result view mode."))
484
+ description: ( localize(10026, "Controls the default search result view mode."))
485
485
  },
486
486
  'search.quickAccess.preserveInput': {
487
487
  type: 'boolean',
488
488
  description: ( localize(
489
- 9871,
489
+ 10027,
490
490
  "Controls whether the last typed input to Quick Search should be restored when opening it the next time."
491
491
  )),
492
492
  default: false
@@ -494,7 +494,7 @@ configurationRegistry.registerConfiguration({
494
494
  'search.experimental.closedNotebookRichContentResults': {
495
495
  type: 'boolean',
496
496
  description: ( localize(
497
- 9872,
497
+ 10028,
498
498
  "Show notebook editor rich content results for closed notebooks. Please refresh your search results after changing this setting."
499
499
  )),
500
500
  default: false
@@ -502,24 +502,24 @@ configurationRegistry.registerConfiguration({
502
502
  'search.searchView.semanticSearchBehavior': {
503
503
  type: 'string',
504
504
  description: ( localize(
505
- 9873,
505
+ 10029,
506
506
  "Controls the behavior of the semantic search results displayed in the Search view."
507
507
  )),
508
508
  enum: [SemanticSearchBehavior.Manual, SemanticSearchBehavior.RunOnEmpty, SemanticSearchBehavior.Auto],
509
509
  default: SemanticSearchBehavior.Manual,
510
510
  enumDescriptions: [
511
- ( localize(9874, "Only request semantic search results manually.")),
511
+ ( localize(10030, "Only request semantic search results manually.")),
512
512
  ( localize(
513
- 9875,
513
+ 10031,
514
514
  "Request semantic results automatically only when text search results are empty."
515
515
  )),
516
- ( localize(9876, "Request semantic results automatically with every search."))
516
+ ( localize(10032, "Request semantic results automatically with every search."))
517
517
  ],
518
518
  tags: ['preview'],
519
519
  },
520
520
  'search.searchView.keywordSuggestions': {
521
521
  type: 'boolean',
522
- description: ( localize(9877, "Enable keyword suggestions in the Search view.")),
522
+ description: ( localize(10033, "Enable keyword suggestions in the Search view.")),
523
523
  default: false,
524
524
  tags: ['preview'],
525
525
  },
@@ -16,7 +16,7 @@ registerAction2(class CopyMatchCommandAction extends Action2 {
16
16
  constructor() {
17
17
  super({
18
18
  id: SearchCommandIds.CopyMatchCommandId,
19
- title: ( localize2(9879, "Copy")),
19
+ title: ( localize2(10035, "Copy")),
20
20
  category,
21
21
  keybinding: {
22
22
  weight: KeybindingWeight.WorkbenchContrib,
@@ -39,7 +39,7 @@ registerAction2(class CopyPathCommandAction extends Action2 {
39
39
  constructor() {
40
40
  super({
41
41
  id: SearchCommandIds.CopyPathCommandId,
42
- title: ( localize2(9880, "Copy Path")),
42
+ title: ( localize2(10036, "Copy Path")),
43
43
  category,
44
44
  keybinding: {
45
45
  weight: KeybindingWeight.WorkbenchContrib,
@@ -65,7 +65,7 @@ registerAction2(class CopyAllCommandAction extends Action2 {
65
65
  constructor() {
66
66
  super({
67
67
  id: SearchCommandIds.CopyAllCommandId,
68
- title: ( localize2(9881, "Copy All")),
68
+ title: ( localize2(10037, "Copy All")),
69
69
  category,
70
70
  menu: [{
71
71
  id: MenuId.SearchContext,
@@ -83,7 +83,7 @@ registerAction2(class GetSearchResultsAction extends Action2 {
83
83
  constructor() {
84
84
  super({
85
85
  id: SearchCommandIds.GetSearchResultsActionId,
86
- title: ( localize2(9882, "Get Search Results")),
86
+ title: ( localize2(10038, "Get Search Results")),
87
87
  category,
88
88
  f1: false
89
89
  });
@@ -23,7 +23,7 @@ registerAction2(class ToggleQueryDetailsAction extends Action2 {
23
23
  constructor() {
24
24
  super({
25
25
  id: SearchCommandIds.ToggleQueryDetailsActionId,
26
- title: ( localize2(9893, "Toggle Query Details")),
26
+ title: ( localize2(10049, "Toggle Query Details")),
27
27
  category,
28
28
  keybinding: {
29
29
  weight: KeybindingWeight.WorkbenchContrib,
@@ -50,7 +50,7 @@ registerAction2(class CloseReplaceAction extends Action2 {
50
50
  constructor() {
51
51
  super({
52
52
  id: SearchCommandIds.CloseReplaceWidgetActionId,
53
- title: ( localize2(9894, "Close Replace Widget")),
53
+ title: ( localize2(10050, "Close Replace Widget")),
54
54
  category,
55
55
  keybinding: {
56
56
  weight: KeybindingWeight.WorkbenchContrib,
@@ -75,7 +75,7 @@ registerAction2(class ToggleCaseSensitiveCommandAction extends Action2 {
75
75
  constructor() {
76
76
  super({
77
77
  id: SearchCommandIds.ToggleCaseSensitiveCommandId,
78
- title: ( localize2(9895, "Toggle Case Sensitive")),
78
+ title: ( localize2(10051, "Toggle Case Sensitive")),
79
79
  category,
80
80
  keybinding: Object.assign({
81
81
  weight: KeybindingWeight.WorkbenchContrib,
@@ -91,7 +91,7 @@ registerAction2(class ToggleWholeWordCommandAction extends Action2 {
91
91
  constructor() {
92
92
  super({
93
93
  id: SearchCommandIds.ToggleWholeWordCommandId,
94
- title: ( localize2(9896, "Toggle Whole Word")),
94
+ title: ( localize2(10052, "Toggle Whole Word")),
95
95
  keybinding: Object.assign({
96
96
  weight: KeybindingWeight.WorkbenchContrib,
97
97
  when: SearchContext.SearchViewFocusedKey,
@@ -107,7 +107,7 @@ registerAction2(class ToggleRegexCommandAction extends Action2 {
107
107
  constructor() {
108
108
  super({
109
109
  id: SearchCommandIds.ToggleRegexCommandId,
110
- title: ( localize2(9897, "Toggle Regex")),
110
+ title: ( localize2(10053, "Toggle Regex")),
111
111
  keybinding: Object.assign({
112
112
  weight: KeybindingWeight.WorkbenchContrib,
113
113
  when: SearchContext.SearchViewFocusedKey,
@@ -123,7 +123,7 @@ registerAction2(class TogglePreserveCaseAction extends Action2 {
123
123
  constructor() {
124
124
  super({
125
125
  id: SearchCommandIds.TogglePreserveCaseId,
126
- title: ( localize2(9898, "Toggle Preserve Case")),
126
+ title: ( localize2(10054, "Toggle Preserve Case")),
127
127
  keybinding: Object.assign({
128
128
  weight: KeybindingWeight.WorkbenchContrib,
129
129
  when: SearchContext.SearchViewFocusedKey,
@@ -139,7 +139,7 @@ registerAction2(class OpenMatchAction extends Action2 {
139
139
  constructor() {
140
140
  super({
141
141
  id: SearchCommandIds.OpenMatch,
142
- title: ( localize2(9899, "Open Match")),
142
+ title: ( localize2(10055, "Open Match")),
143
143
  category,
144
144
  keybinding: {
145
145
  weight: KeybindingWeight.WorkbenchContrib,
@@ -174,7 +174,7 @@ registerAction2(class OpenMatchToSideAction extends Action2 {
174
174
  constructor() {
175
175
  super({
176
176
  id: SearchCommandIds.OpenMatchToSide,
177
- title: ( localize2(9900, "Open Match To Side")),
177
+ title: ( localize2(10056, "Open Match To Side")),
178
178
  category,
179
179
  keybinding: {
180
180
  weight: KeybindingWeight.WorkbenchContrib,
@@ -201,7 +201,7 @@ registerAction2(class AddCursorsAtSearchResultsAction extends Action2 {
201
201
  constructor() {
202
202
  super({
203
203
  id: SearchCommandIds.AddCursorsAtSearchResults,
204
- title: ( localize2(9901, "Add Cursors at Search Results")),
204
+ title: ( localize2(10057, "Add Cursors at Search Results")),
205
205
  keybinding: {
206
206
  weight: KeybindingWeight.WorkbenchContrib,
207
207
  when: ( ContextKeyExpr.and(
@@ -225,7 +225,7 @@ registerAction2(class FocusNextInputAction extends Action2 {
225
225
  constructor() {
226
226
  super({
227
227
  id: SearchCommandIds.FocusNextInputActionId,
228
- title: ( localize2(9902, "Focus Next Input")),
228
+ title: ( localize2(10058, "Focus Next Input")),
229
229
  category,
230
230
  keybinding: {
231
231
  weight: KeybindingWeight.WorkbenchContrib,
@@ -254,7 +254,7 @@ registerAction2(class FocusPreviousInputAction extends Action2 {
254
254
  constructor() {
255
255
  super({
256
256
  id: SearchCommandIds.FocusPreviousInputActionId,
257
- title: ( localize2(9903, "Focus Previous Input")),
257
+ title: ( localize2(10059, "Focus Previous Input")),
258
258
  category,
259
259
  keybinding: {
260
260
  weight: KeybindingWeight.WorkbenchContrib,
@@ -284,7 +284,7 @@ registerAction2(class FocusSearchFromResultsAction extends Action2 {
284
284
  constructor() {
285
285
  super({
286
286
  id: SearchCommandIds.FocusSearchFromResults,
287
- title: ( localize2(9904, "Focus Search From Results")),
287
+ title: ( localize2(10060, "Focus Search From Results")),
288
288
  category,
289
289
  keybinding: {
290
290
  weight: KeybindingWeight.WorkbenchContrib,
@@ -306,7 +306,7 @@ registerAction2(class ToggleSearchOnTypeAction extends Action2 {
306
306
  constructor() {
307
307
  super({
308
308
  id: SearchCommandIds.ToggleSearchOnTypeActionId,
309
- title: ( localize2(9905, "Toggle Search on Type")),
309
+ title: ( localize2(10061, "Toggle Search on Type")),
310
310
  category,
311
311
  });
312
312
  }
@@ -320,7 +320,7 @@ registerAction2(class FocusSearchListCommandAction extends Action2 {
320
320
  constructor() {
321
321
  super({
322
322
  id: SearchCommandIds.FocusSearchListCommandID,
323
- title: ( localize2(9906, "Focus List")),
323
+ title: ( localize2(10062, "Focus List")),
324
324
  category,
325
325
  f1: true
326
326
  });
@@ -333,7 +333,7 @@ registerAction2(class FocusNextSearchResultAction extends Action2 {
333
333
  constructor() {
334
334
  super({
335
335
  id: SearchCommandIds.FocusNextSearchResultActionId,
336
- title: ( localize2(9907, "Focus Next Search Result")),
336
+ title: ( localize2(10063, "Focus Next Search Result")),
337
337
  keybinding: [{
338
338
  primary: KeyCode.F4,
339
339
  weight: KeybindingWeight.WorkbenchContrib,
@@ -354,7 +354,7 @@ registerAction2(class FocusPreviousSearchResultAction extends Action2 {
354
354
  constructor() {
355
355
  super({
356
356
  id: SearchCommandIds.FocusPreviousSearchResultActionId,
357
- title: ( localize2(9908, "Focus Previous Search Result")),
357
+ title: ( localize2(10064, "Focus Previous Search Result")),
358
358
  keybinding: [{
359
359
  primary: KeyMod.Shift | KeyCode.F4,
360
360
  weight: KeybindingWeight.WorkbenchContrib,
@@ -375,7 +375,7 @@ registerAction2(class ReplaceInFilesAction extends Action2 {
375
375
  constructor() {
376
376
  super({
377
377
  id: SearchCommandIds.ReplaceInFilesActionId,
378
- title: ( localize2(9909, "Replace in Files")),
378
+ title: ( localize2(10065, "Replace in Files")),
379
379
  keybinding: [{
380
380
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyH,
381
381
  weight: KeybindingWeight.WorkbenchContrib,
@@ -22,7 +22,7 @@ registerAction2(class RemoveAction extends Action2 {
22
22
  constructor() {
23
23
  super({
24
24
  id: SearchCommandIds.RemoveActionId,
25
- title: ( localize2(9910, "Dismiss")),
25
+ title: ( localize2(10066, "Dismiss")),
26
26
  category,
27
27
  icon: searchRemoveIcon,
28
28
  keybinding: {
@@ -109,7 +109,7 @@ registerAction2(class ReplaceAction extends Action2 {
109
109
  constructor() {
110
110
  super({
111
111
  id: SearchCommandIds.ReplaceActionId,
112
- title: ( localize2(9911, "Replace")),
112
+ title: ( localize2(10067, "Replace")),
113
113
  category,
114
114
  keybinding: {
115
115
  weight: KeybindingWeight.WorkbenchContrib,
@@ -154,7 +154,7 @@ registerAction2(class ReplaceAllAction extends Action2 {
154
154
  constructor() {
155
155
  super({
156
156
  id: SearchCommandIds.ReplaceAllInFileActionId,
157
- title: ( localize2(9912, "Replace All")),
157
+ title: ( localize2(10068, "Replace All")),
158
158
  category,
159
159
  keybinding: {
160
160
  weight: KeybindingWeight.WorkbenchContrib,
@@ -200,7 +200,7 @@ registerAction2(class ReplaceAllInFolderAction extends Action2 {
200
200
  constructor() {
201
201
  super({
202
202
  id: SearchCommandIds.ReplaceAllInFolderActionId,
203
- title: ( localize2(9912, "Replace All")),
203
+ title: ( localize2(10068, "Replace All")),
204
204
  category,
205
205
  keybinding: {
206
206
  weight: KeybindingWeight.WorkbenchContrib,
@@ -8,14 +8,14 @@ import { IQuickInputService } from '@codingame/monaco-vscode-api/vscode/vs/platf
8
8
 
9
9
  registerAction2(class ShowAllSymbolsAction extends Action2 {
10
10
  static { this.ID = 'workbench.action.showAllSymbols'; }
11
- static { this.LABEL = ( localize(9913, "Go to Symbol in Workspace...")); }
11
+ static { this.LABEL = ( localize(10069, "Go to Symbol in Workspace...")); }
12
12
  static { this.ALL_SYMBOLS_PREFIX = '#'; }
13
13
  constructor() {
14
14
  super({
15
15
  id: SearchCommandIds.ShowAllSymbolsActionId,
16
16
  title: {
17
- ...( localize2(9913, "Go to Symbol in Workspace...")),
18
- mnemonicTitle: ( localize(9914, "Go to Symbol in &&Workspace...")),
17
+ ...( localize2(10069, "Go to Symbol in Workspace...")),
18
+ mnemonicTitle: ( localize(10070, "Go to Symbol in &&Workspace...")),
19
19
  },
20
20
  f1: true,
21
21
  keybinding: {
@@ -13,7 +13,7 @@ registerAction2(class TextSearchQuickAccessAction extends Action2 {
13
13
  constructor() {
14
14
  super({
15
15
  id: SearchCommandIds.QuickTextSearchActionId,
16
- title: ( localize2(9915, "Quick Search")),
16
+ title: ( localize2(10071, "Quick Search")),
17
17
  category,
18
18
  f1: true
19
19
  });
@@ -46,7 +46,7 @@ const DecreaseSearchEditorContextLinesCommandId = 'decreaseSearchEditorContextLi
46
46
  const RerunSearchEditorSearchCommandId = 'rerunSearchEditorSearch';
47
47
  const CleanSearchEditorStateCommandId = 'cleanSearchEditorState';
48
48
  const SelectAllSearchEditorMatchesCommandId = 'selectAllSearchEditorMatches';
49
- ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(SearchEditor, SearchEditor.ID, ( localize(10033, "Search Editor"))), [
49
+ ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(SearchEditor, SearchEditor.ID, ( localize(10189, "Search Editor"))), [
50
50
  ( new SyncDescriptor(SearchEditorInput))
51
51
  ]);
52
52
  let SearchEditorContribution = class SearchEditorContribution {
@@ -54,7 +54,7 @@ let SearchEditorContribution = class SearchEditorContribution {
54
54
  constructor(editorResolverService, instantiationService) {
55
55
  editorResolverService.registerEditor('*' + SEARCH_EDITOR_EXT, {
56
56
  id: SearchEditorInput.ID,
57
- label: ( localize(10034, "Search Editor")),
57
+ label: ( localize(10190, "Search Editor")),
58
58
  detail: DEFAULT_EDITOR_ASSOCIATION.providerDisplayName,
59
59
  priority: RegisteredEditorPriority.default,
60
60
  }, {
@@ -121,7 +121,7 @@ CommandsRegistry.registerCommand(CleanSearchEditorStateCommandId, (accessor) =>
121
121
  activeEditorPane.cleanState();
122
122
  }
123
123
  });
124
- const category = ( localize2(10035, 'Search Editor'));
124
+ const category = ( localize2(10191, 'Search Editor'));
125
125
  const translateLegacyConfig = (legacyConfig = {}) => {
126
126
  const config = {};
127
127
  const overrides = {
@@ -163,7 +163,7 @@ registerAction2(class extends Action2 {
163
163
  constructor() {
164
164
  super({
165
165
  id: 'search.searchEditor.action.deleteFileResults',
166
- title: ( localize2(10036, 'Delete File Results')),
166
+ title: ( localize2(10192, 'Delete File Results')),
167
167
  keybinding: {
168
168
  weight: KeybindingWeight.EditorContrib,
169
169
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Backspace,
@@ -184,7 +184,7 @@ registerAction2(class extends Action2 {
184
184
  constructor() {
185
185
  super({
186
186
  id: OpenNewEditorCommandId,
187
- title: ( localize2(10037, 'New Search Editor')),
187
+ title: ( localize2(10193, 'New Search Editor')),
188
188
  category,
189
189
  f1: true,
190
190
  metadata: openArgMetadata
@@ -198,7 +198,7 @@ registerAction2(class extends Action2 {
198
198
  constructor() {
199
199
  super({
200
200
  id: OpenEditorCommandId,
201
- title: ( localize2(10038, 'Open Search Editor')),
201
+ title: ( localize2(10194, 'Open Search Editor')),
202
202
  category,
203
203
  f1: true,
204
204
  metadata: openArgMetadata
@@ -212,7 +212,7 @@ registerAction2(class extends Action2 {
212
212
  constructor() {
213
213
  super({
214
214
  id: OpenNewEditorToSideCommandId,
215
- title: ( localize2(10039, 'Open New Search Editor to the Side')),
215
+ title: ( localize2(10195, 'Open New Search Editor to the Side')),
216
216
  category,
217
217
  f1: true,
218
218
  metadata: openArgMetadata
@@ -226,7 +226,7 @@ registerAction2(class extends Action2 {
226
226
  constructor() {
227
227
  super({
228
228
  id: OpenInEditorCommandId,
229
- title: ( localize2(10040, 'Open Results in Editor')),
229
+ title: ( localize2(10196, 'Open Results in Editor')),
230
230
  category,
231
231
  f1: true,
232
232
  keybinding: {
@@ -255,7 +255,7 @@ registerAction2(class extends Action2 {
255
255
  constructor() {
256
256
  super({
257
257
  id: RerunSearchEditorSearchCommandId,
258
- title: ( localize2(10041, 'Search Again')),
258
+ title: ( localize2(10197, 'Search Again')),
259
259
  category,
260
260
  keybinding: {
261
261
  primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyR,
@@ -286,7 +286,7 @@ registerAction2(class extends Action2 {
286
286
  constructor() {
287
287
  super({
288
288
  id: FocusQueryEditorWidgetCommandId,
289
- title: ( localize2(10042, 'Focus Search Editor Input')),
289
+ title: ( localize2(10198, 'Focus Search Editor Input')),
290
290
  category,
291
291
  f1: true,
292
292
  precondition: InSearchEditor,
@@ -308,7 +308,7 @@ registerAction2(class extends Action2 {
308
308
  constructor() {
309
309
  super({
310
310
  id: FocusQueryEditorFilesToIncludeCommandId,
311
- title: ( localize2(10043, 'Focus Search Editor Files to Include')),
311
+ title: ( localize2(10199, 'Focus Search Editor Files to Include')),
312
312
  category,
313
313
  f1: true,
314
314
  precondition: InSearchEditor,
@@ -326,7 +326,7 @@ registerAction2(class extends Action2 {
326
326
  constructor() {
327
327
  super({
328
328
  id: FocusQueryEditorFilesToExcludeCommandId,
329
- title: ( localize2(10044, 'Focus Search Editor Files to Exclude')),
329
+ title: ( localize2(10200, 'Focus Search Editor Files to Exclude')),
330
330
  category,
331
331
  f1: true,
332
332
  precondition: InSearchEditor,
@@ -344,7 +344,7 @@ registerAction2(class extends Action2 {
344
344
  constructor() {
345
345
  super({
346
346
  id: ToggleSearchEditorCaseSensitiveCommandId,
347
- title: ( localize2(10045, 'Toggle Match Case')),
347
+ title: ( localize2(10201, 'Toggle Match Case')),
348
348
  category,
349
349
  f1: true,
350
350
  precondition: InSearchEditor,
@@ -362,7 +362,7 @@ registerAction2(class extends Action2 {
362
362
  constructor() {
363
363
  super({
364
364
  id: ToggleSearchEditorWholeWordCommandId,
365
- title: ( localize2(10046, 'Toggle Match Whole Word')),
365
+ title: ( localize2(10202, 'Toggle Match Whole Word')),
366
366
  category,
367
367
  f1: true,
368
368
  precondition: InSearchEditor,
@@ -380,7 +380,7 @@ registerAction2(class extends Action2 {
380
380
  constructor() {
381
381
  super({
382
382
  id: ToggleSearchEditorRegexCommandId,
383
- title: ( localize2(10047, "Toggle Use Regular Expression")),
383
+ title: ( localize2(10203, "Toggle Use Regular Expression")),
384
384
  category,
385
385
  f1: true,
386
386
  precondition: InSearchEditor,
@@ -398,7 +398,7 @@ registerAction2(class extends Action2 {
398
398
  constructor() {
399
399
  super({
400
400
  id: ToggleSearchEditorContextLinesCommandId,
401
- title: ( localize2(10048, "Toggle Context Lines")),
401
+ title: ( localize2(10204, "Toggle Context Lines")),
402
402
  category,
403
403
  f1: true,
404
404
  precondition: InSearchEditor,
@@ -417,7 +417,7 @@ registerAction2(class extends Action2 {
417
417
  constructor() {
418
418
  super({
419
419
  id: IncreaseSearchEditorContextLinesCommandId,
420
- title: ( localize2(10049, "Increase Context Lines")),
420
+ title: ( localize2(10205, "Increase Context Lines")),
421
421
  category,
422
422
  f1: true,
423
423
  precondition: InSearchEditor,
@@ -433,7 +433,7 @@ registerAction2(class extends Action2 {
433
433
  constructor() {
434
434
  super({
435
435
  id: DecreaseSearchEditorContextLinesCommandId,
436
- title: ( localize2(10050, "Decrease Context Lines")),
436
+ title: ( localize2(10206, "Decrease Context Lines")),
437
437
  category,
438
438
  f1: true,
439
439
  precondition: InSearchEditor,
@@ -449,7 +449,7 @@ registerAction2(class extends Action2 {
449
449
  constructor() {
450
450
  super({
451
451
  id: SelectAllSearchEditorMatchesCommandId,
452
- title: ( localize2(10051, "Select All Matches")),
452
+ title: ( localize2(10207, "Select All Matches")),
453
453
  category,
454
454
  f1: true,
455
455
  precondition: InSearchEditor,
@@ -467,7 +467,7 @@ registerAction2(class OpenSearchEditorAction extends Action2 {
467
467
  constructor() {
468
468
  super({
469
469
  id: 'search.action.openNewEditorFromView',
470
- title: ( localize(10052, "Open New Search Editor")),
470
+ title: ( localize(10208, "Open New Search Editor")),
471
471
  category,
472
472
  icon: searchNewEditorIcon,
473
473
  menu: [{
@@ -122,7 +122,7 @@ let SearchEditor = class SearchEditor extends AbstractTextCodeEditor {
122
122
  }
123
123
  this._register(this.queryEditorWidget.onDidToggleContext(() => this.triggerSearch({ resetCursor: false })));
124
124
  this.includesExcludesContainer = append(container, $('.includes-excludes'));
125
- const toggleQueryDetailsLabel = ( localize(10053, "Toggle Search Details"));
125
+ const toggleQueryDetailsLabel = ( localize(10209, "Toggle Search Details"));
126
126
  this.toggleQueryDetailsButton = append(this.includesExcludesContainer, $('.expand' + ThemeIcon.asCSSSelector(searchDetailsIcon), { tabindex: 0, role: 'button', 'aria-label': toggleQueryDetailsLabel }));
127
127
  this._register(this.hoverService.setupManagedHover(getDefaultHoverDelegate('element'), this.toggleQueryDetailsButton, toggleQueryDetailsLabel));
128
128
  this._register(addDisposableListener(this.toggleQueryDetailsButton, EventType.CLICK, e => {
@@ -149,19 +149,19 @@ let SearchEditor = class SearchEditor extends AbstractTextCodeEditor {
149
149
  }
150
150
  }));
151
151
  const folderIncludesList = append(this.includesExcludesContainer, $('.file-types.includes'));
152
- const filesToIncludeTitle = ( localize(10054, "files to include"));
152
+ const filesToIncludeTitle = ( localize(10210, "files to include"));
153
153
  append(folderIncludesList, $('h4', undefined, filesToIncludeTitle));
154
154
  this.inputPatternIncludes = this._register(scopedInstantiationService.createInstance(IncludePatternInputWidget, folderIncludesList, this.contextViewService, {
155
- ariaLabel: ( localize(10055, 'Search Include Patterns')),
155
+ ariaLabel: ( localize(10211, 'Search Include Patterns')),
156
156
  inputBoxStyles: searchEditorInputboxStyles
157
157
  }));
158
158
  this._register(this.inputPatternIncludes.onSubmit(triggeredOnType => this.triggerSearch({ resetCursor: false, delay: triggeredOnType ? this.searchConfig.searchOnTypeDebouncePeriod : 0 })));
159
159
  this._register(this.inputPatternIncludes.onChangeSearchInEditorsBox(() => this.triggerSearch()));
160
160
  const excludesList = append(this.includesExcludesContainer, $('.file-types.excludes'));
161
- const excludesTitle = ( localize(10056, "files to exclude"));
161
+ const excludesTitle = ( localize(10212, "files to exclude"));
162
162
  append(excludesList, $('h4', undefined, excludesTitle));
163
163
  this.inputPatternExcludes = this._register(scopedInstantiationService.createInstance(ExcludePatternInputWidget, excludesList, this.contextViewService, {
164
- ariaLabel: ( localize(10057, 'Search Exclude Patterns')),
164
+ ariaLabel: ( localize(10213, 'Search Exclude Patterns')),
165
165
  inputBoxStyles: searchEditorInputboxStyles
166
166
  }));
167
167
  this._register(this.inputPatternExcludes.onSubmit(triggeredOnType => this.triggerSearch({ resetCursor: false, delay: triggeredOnType ? this.searchConfig.searchOnTypeDebouncePeriod : 0 })));
@@ -180,7 +180,7 @@ let SearchEditor = class SearchEditor extends AbstractTextCodeEditor {
180
180
  clearNode(this.messageBox);
181
181
  this.messageDisposables.clear();
182
182
  if (show) {
183
- const runAgainLink = append(this.messageBox, $('a.pointer.prominent.message', {}, ( localize(10058, "Run Search"))));
183
+ const runAgainLink = append(this.messageBox, $('a.pointer.prominent.message', {}, ( localize(10214, "Run Search"))));
184
184
  this.messageDisposables.add(addDisposableListener(runAgainLink, EventType.CLICK, async () => {
185
185
  await this.triggerSearch();
186
186
  this.searchResultEditor.focus();
@@ -394,7 +394,7 @@ let SearchEditor = class SearchEditor extends AbstractTextCodeEditor {
394
394
  }
395
395
  }
396
396
  alert(( localize(
397
- 10059,
397
+ 10215,
398
398
  "Matched {0} at {1} in file {2}",
399
399
  matchText,
400
400
  matchLineText,
@@ -701,7 +701,7 @@ let SearchEditor = class SearchEditor extends AbstractTextCodeEditor {
701
701
  }
702
702
  }
703
703
  getAriaLabel() {
704
- return this.getInput()?.getName() ?? ( localize(10060, "Search"));
704
+ return this.getInput()?.getName() ?? ( localize(10216, "Search"));
705
705
  }
706
706
  };
707
707
  SearchEditor = SearchEditor_1 = ( __decorate([
@@ -725,7 +725,7 @@ SearchEditor = SearchEditor_1 = ( __decorate([
725
725
  ( __param(18, ILogService)),
726
726
  ( __param(19, IHoverService))
727
727
  ], SearchEditor));
728
- const searchEditorTextInputBorder = registerColor('searchEditor.textInputBorder', inputBorder, ( localize(10061, "Search editor text input box border.")));
728
+ const searchEditorTextInputBorder = registerColor('searchEditor.textInputBorder', inputBorder, ( localize(10217, "Search editor text input box border.")));
729
729
  function findNextRange(matchRanges, currentPosition) {
730
730
  for (const matchRange of matchRanges) {
731
731
  if (Position.isBefore(currentPosition, matchRange.getStartPosition())) {
@@ -83,7 +83,7 @@ let LocalFileSearchWorkerClient = class LocalFileSearchWorkerClient extends Disp
83
83
  return {
84
84
  results: [],
85
85
  messages: [{
86
- text: ( localize(13128, "Unable to search with Web Worker text searcher")), type: TextSearchCompleteMessageType.Warning
86
+ text: ( localize(13380, "Unable to search with Web Worker text searcher")), type: TextSearchCompleteMessageType.Warning
87
87
  }],
88
88
  };
89
89
  }
@@ -120,7 +120,7 @@ let LocalFileSearchWorkerClient = class LocalFileSearchWorkerClient extends Disp
120
120
  return {
121
121
  results: [],
122
122
  messages: [{
123
- text: ( localize(13129, "Unable to search with Web Worker file searcher")), type: TextSearchCompleteMessageType.Warning
123
+ text: ( localize(13381, "Unable to search with Web Worker file searcher")), type: TextSearchCompleteMessageType.Warning
124
124
  }],
125
125
  };
126
126
  }
@@ -5,7 +5,7 @@ import { LocalFileSearchWorkerHost } from '../common/localFileSearchWorkerTypes.
5
5
  import { relative } from '@codingame/monaco-vscode-api/vscode/vs/base/common/path';
6
6
  import { CancellationTokenSource } from '@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation';
7
7
  import { getFileResults } from '../common/getFileResults.js';
8
- import { IgnoreFile } from '@codingame/monaco-vscode-55041ed9-a1ea-544a-883d-08b0b26934f3-common/vscode/vs/workbench/services/search/common/ignoreFile';
8
+ import { IgnoreFile } from '@codingame/monaco-vscode-bd0792ac-6043-5ec3-a41a-54ccb922a1f4-common/vscode/vs/workbench/services/search/common/ignoreFile';
9
9
  import { createRegExp } from '@codingame/monaco-vscode-api/vscode/vs/base/common/strings';
10
10
  import { Promises } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
11
11
  import { ExtUri } from '@codingame/monaco-vscode-api/vscode/vs/base/common/resources';