@theia/editor 1.24.0-next.71 → 1.24.0-next.72

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.
@@ -17,7 +17,7 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.editorGeneratedPreferenceProperties = void 0;
19
19
  const core_1 = require("@theia/core");
20
- /* eslint-disable @typescript-eslint/quotes,max-len,@theia/localization-check,no-null/no-null */
20
+ /* eslint-disable @typescript-eslint/quotes,max-len,no-null/no-null */
21
21
  /**
22
22
  * Please do not modify this file by hand. It should be generated automatically
23
23
  * during a Monaco uplift using the command registered by monaco-editor-preference-extractor.ts
@@ -86,7 +86,7 @@ exports.editorGeneratedPreferenceProperties = {
86
86
  core_1.nls.localizeByDefault("Suggest words from all open documents of the same language."),
87
87
  core_1.nls.localizeByDefault("Suggest words from all open documents.")
88
88
  ],
89
- "description": core_1.nls.localizeByDefault("Controls from which documents word based completions are computed."),
89
+ "description": core_1.nls.localize("theia/editor/editor.wordBasedSuggestionsMode", "Controls from which documents word based completions are computed."),
90
90
  "scope": "language-overridable",
91
91
  "restricted": false
92
92
  },
@@ -143,7 +143,7 @@ exports.editorGeneratedPreferenceProperties = {
143
143
  "editor.language.colorizedBracketPairs": {
144
144
  "type": "array",
145
145
  "default": false,
146
- "description": core_1.nls.localizeByDefault("Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled."),
146
+ "description": core_1.nls.localize("theia/editor/editor.language.colorizedBracketPairs", "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled."),
147
147
  "items": {
148
148
  "type": "array",
149
149
  "items": [
@@ -170,7 +170,7 @@ exports.editorGeneratedPreferenceProperties = {
170
170
  "diffEditor.maxFileSize": {
171
171
  "type": "number",
172
172
  "default": 50,
173
- "description": core_1.nls.localizeByDefault("Maximum file size in MB for which to compute diffs. Use 0 for no limit."),
173
+ "description": core_1.nls.localize("theia/editor/diffEditor.maxFileSize", "Maximum file size in MB for which to compute diffs. Use 0 for no limit."),
174
174
  "scope": "language-overridable",
175
175
  "restricted": false
176
176
  },
@@ -227,9 +227,9 @@ exports.editorGeneratedPreferenceProperties = {
227
227
  },
228
228
  "editor.acceptSuggestionOnEnter": {
229
229
  "markdownEnumDescriptions": [
230
- core_1.nls.localizeByDefault(""),
230
+ "",
231
231
  core_1.nls.localizeByDefault("Only accept a suggestion with `Enter` when it makes a textual change."),
232
- core_1.nls.localizeByDefault("")
232
+ ""
233
233
  ],
234
234
  "markdownDescription": core_1.nls.localizeByDefault("Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions."),
235
235
  "type": "string",
@@ -260,7 +260,7 @@ exports.editorGeneratedPreferenceProperties = {
260
260
  "restricted": false
261
261
  },
262
262
  "editor.accessibilityPageSize": {
263
- "description": core_1.nls.localizeByDefault("Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."),
263
+ "description": core_1.nls.localize("theia/editor/editor.accessibilityPageSize", "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default."),
264
264
  "type": "integer",
265
265
  "default": 10,
266
266
  "minimum": 1,
@@ -270,10 +270,10 @@ exports.editorGeneratedPreferenceProperties = {
270
270
  },
271
271
  "editor.autoClosingBrackets": {
272
272
  "enumDescriptions": [
273
- core_1.nls.localizeByDefault(""),
273
+ "",
274
274
  core_1.nls.localizeByDefault("Use language configurations to determine when to autoclose brackets."),
275
275
  core_1.nls.localizeByDefault("Autoclose brackets only when the cursor is to the left of whitespace."),
276
- core_1.nls.localizeByDefault("")
276
+ ""
277
277
  ],
278
278
  "description": core_1.nls.localizeByDefault("Controls whether the editor should automatically close brackets after the user adds an opening bracket."),
279
279
  "type": "string",
@@ -289,11 +289,11 @@ exports.editorGeneratedPreferenceProperties = {
289
289
  },
290
290
  "editor.autoClosingDelete": {
291
291
  "enumDescriptions": [
292
- core_1.nls.localizeByDefault(""),
293
- core_1.nls.localizeByDefault("Remove adjacent closing quotes or brackets only if they were automatically inserted."),
294
- core_1.nls.localizeByDefault("")
292
+ "",
293
+ core_1.nls.localize("theia/editor/editor.autoClosingDelete1", "Remove adjacent closing quotes or brackets only if they were automatically inserted."),
294
+ ""
295
295
  ],
296
- "description": core_1.nls.localizeByDefault("Controls whether the editor should remove adjacent closing quotes or brackets when deleting."),
296
+ "description": core_1.nls.localize("theia/editor/editor.autoClosingDelete", "Controls whether the editor should remove adjacent closing quotes or brackets when deleting."),
297
297
  "type": "string",
298
298
  "enum": [
299
299
  "always",
@@ -306,9 +306,9 @@ exports.editorGeneratedPreferenceProperties = {
306
306
  },
307
307
  "editor.autoClosingOvertype": {
308
308
  "enumDescriptions": [
309
- core_1.nls.localizeByDefault(""),
309
+ "",
310
310
  core_1.nls.localizeByDefault("Type over closing quotes or brackets only if they were automatically inserted."),
311
- core_1.nls.localizeByDefault("")
311
+ ""
312
312
  ],
313
313
  "description": core_1.nls.localizeByDefault("Controls whether the editor should type over closing quotes or brackets."),
314
314
  "type": "string",
@@ -323,10 +323,10 @@ exports.editorGeneratedPreferenceProperties = {
323
323
  },
324
324
  "editor.autoClosingQuotes": {
325
325
  "enumDescriptions": [
326
- core_1.nls.localizeByDefault(""),
326
+ "",
327
327
  core_1.nls.localizeByDefault("Use language configurations to determine when to autoclose quotes."),
328
328
  core_1.nls.localizeByDefault("Autoclose quotes only when the cursor is to the left of whitespace."),
329
- core_1.nls.localizeByDefault("")
329
+ ""
330
330
  ],
331
331
  "description": core_1.nls.localizeByDefault("Controls whether the editor should automatically close quotes after the user adds an opening quote."),
332
332
  "type": "string",
@@ -366,7 +366,7 @@ exports.editorGeneratedPreferenceProperties = {
366
366
  core_1.nls.localizeByDefault("Use language configurations to determine when to automatically surround selections."),
367
367
  core_1.nls.localizeByDefault("Surround with quotes but not brackets."),
368
368
  core_1.nls.localizeByDefault("Surround with brackets but not quotes."),
369
- core_1.nls.localizeByDefault("")
369
+ ""
370
370
  ],
371
371
  "description": core_1.nls.localizeByDefault("Controls whether the editor should automatically surround selections when typing quotes or brackets."),
372
372
  "type": "string",
@@ -383,7 +383,7 @@ exports.editorGeneratedPreferenceProperties = {
383
383
  "editor.bracketPairColorization.enabled": {
384
384
  "type": "boolean",
385
385
  "default": false,
386
- "description": core_1.nls.localizeByDefault("Controls whether bracket pair colorization is enabled or not. Use 'workbench.colorCustomizations' to override the bracket highlight colors."),
386
+ "description": core_1.nls.localize("theia/editor/editor.bracketPairColorization.enabled", "Controls whether bracket pair colorization is enabled or not. Use 'workbench.colorCustomizations' to override the bracket highlight colors."),
387
387
  "scope": "language-overridable",
388
388
  "restricted": false
389
389
  },
@@ -398,12 +398,12 @@ exports.editorGeneratedPreferenceProperties = {
398
398
  false
399
399
  ],
400
400
  "enumDescriptions": [
401
- core_1.nls.localizeByDefault("Enables bracket pair guides."),
402
- core_1.nls.localizeByDefault("Enables bracket pair guides only for the active bracket pair."),
403
- core_1.nls.localizeByDefault("Disables bracket pair guides.")
401
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairs0", "Enables bracket pair guides."),
402
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairs1", "Enables bracket pair guides only for the active bracket pair."),
403
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairs2", "Disables bracket pair guides.")
404
404
  ],
405
405
  "default": false,
406
- "description": core_1.nls.localizeByDefault("Controls whether bracket pair guides are enabled or not."),
406
+ "description": core_1.nls.localize("theia/editor/editor.guides.bracketPairs", "Controls whether bracket pair guides are enabled or not."),
407
407
  "scope": "language-overridable",
408
408
  "restricted": false
409
409
  },
@@ -418,19 +418,19 @@ exports.editorGeneratedPreferenceProperties = {
418
418
  false
419
419
  ],
420
420
  "enumDescriptions": [
421
- core_1.nls.localizeByDefault("Enables horizontal guides as addition to vertical bracket pair guides."),
422
- core_1.nls.localizeByDefault("Enables horizontal guides only for the active bracket pair."),
423
- core_1.nls.localizeByDefault("Disables horizontal bracket pair guides.")
421
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairsHorizontal0", "Enables horizontal guides as addition to vertical bracket pair guides."),
422
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairsHorizontal1", "Enables horizontal guides only for the active bracket pair."),
423
+ core_1.nls.localize("theia/editor/editor.guides.bracketPairsHorizontal2", "Disables horizontal bracket pair guides.")
424
424
  ],
425
425
  "default": "active",
426
- "description": core_1.nls.localizeByDefault("Controls whether horizontal bracket pair guides are enabled or not."),
426
+ "description": core_1.nls.localize("theia/editor/editor.guides.bracketPairsHorizontal", "Controls whether horizontal bracket pair guides are enabled or not."),
427
427
  "scope": "language-overridable",
428
428
  "restricted": false
429
429
  },
430
430
  "editor.guides.highlightActiveBracketPair": {
431
431
  "type": "boolean",
432
432
  "default": true,
433
- "description": core_1.nls.localizeByDefault("Controls whether bracket pair guides are enabled or not."),
433
+ "description": core_1.nls.localize("theia/editor/editor.guides.highlightActiveBracketPair", "Controls whether the editor should highlight the active bracket pair."),
434
434
  "scope": "language-overridable",
435
435
  "restricted": false
436
436
  },
@@ -467,7 +467,7 @@ exports.editorGeneratedPreferenceProperties = {
467
467
  "default": 0,
468
468
  "minimum": 0,
469
469
  "maximum": 100,
470
- "markdownDescription": core_1.nls.localizeByDefault("Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used."),
470
+ "markdownDescription": core_1.nls.localize("theia/editor/editor.codeLensFontSize", "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used."),
471
471
  "scope": "language-overridable",
472
472
  "restricted": false
473
473
  },
@@ -612,9 +612,9 @@ exports.editorGeneratedPreferenceProperties = {
612
612
  ],
613
613
  "default": "always",
614
614
  "enumDescriptions": [
615
- core_1.nls.localizeByDefault("Never seed search string from the editor selection."),
616
- core_1.nls.localizeByDefault("Always seed search string from the editor selection, including word at cursor position."),
617
- core_1.nls.localizeByDefault("Only seed search string from the editor selection.")
615
+ core_1.nls.localize("theia/editor/editor.find.seedSearchStringFromSelection0", "Never seed search string from the editor selection."),
616
+ core_1.nls.localize("theia/editor/editor.find.seedSearchStringFromSelection1", "Always seed search string from the editor selection, including word at cursor position."),
617
+ core_1.nls.localize("theia/editor/editor.find.seedSearchStringFromSelection2", "Only seed search string from the editor selection.")
618
618
  ],
619
619
  "description": core_1.nls.localizeByDefault("Controls whether the search string in the Find Widget is seeded from the editor selection."),
620
620
  "scope": "language-overridable",
@@ -629,20 +629,14 @@ exports.editorGeneratedPreferenceProperties = {
629
629
  ],
630
630
  "default": "never",
631
631
  "enumDescriptions": [
632
- core_1.nls.localizeByDefault("Never turn on Find in Selection automatically (default)."),
633
- core_1.nls.localizeByDefault("Always turn on Find in Selection automatically."),
634
- core_1.nls.localizeByDefault("Turn on Find in Selection automatically when multiple lines of content are selected.")
632
+ core_1.nls.localize("theia/editor/editor.find.autoFindInSelection0", "Never turn on Find in Selection automatically (default)."),
633
+ core_1.nls.localize("theia/editor/editor.find.autoFindInSelection1", "Always turn on Find in Selection automatically."),
634
+ core_1.nls.localizeByDefault('Turn on Find in selection automatically when multiple lines of content are selected.')
635
635
  ],
636
- "description": core_1.nls.localizeByDefault("Controls the condition for turning on Find in Selection automatically."),
636
+ "description": core_1.nls.localizeByDefault('Controls the condition for turning on find in selection automatically.'),
637
637
  "scope": "language-overridable",
638
638
  "restricted": false
639
639
  },
640
- "editor.find.globalFindClipboard": {
641
- "type": "boolean",
642
- "default": false,
643
- "description": core_1.nls.localizeByDefault("Controls whether the Find Widget should read or modify the shared find clipboard on macOS."),
644
- "included": core_1.isOSX
645
- },
646
640
  "editor.find.addExtraSpaceOnTop": {
647
641
  "type": "boolean",
648
642
  "default": true,
@@ -687,14 +681,14 @@ exports.editorGeneratedPreferenceProperties = {
687
681
  "restricted": false
688
682
  },
689
683
  "editor.foldingImportsByDefault": {
690
- "description": core_1.nls.localizeByDefault("Controls whether the editor automatically collapses import ranges."),
684
+ "description": core_1.nls.localize("theia/editor/editor.foldingImportsByDefault", "Controls whether the editor automatically collapses import ranges."),
691
685
  "type": "boolean",
692
686
  "default": false,
693
687
  "scope": "language-overridable",
694
688
  "restricted": false
695
689
  },
696
690
  "editor.foldingMaximumRegions": {
697
- "description": core_1.nls.localizeByDefault("The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions."),
691
+ "description": core_1.nls.localize("theia/editor/editor.foldingMaximumRegions", "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions."),
698
692
  "type": "integer",
699
693
  "default": 5000,
700
694
  "minimum": 10,
@@ -1024,14 +1018,14 @@ exports.editorGeneratedPreferenceProperties = {
1024
1018
  "editor.hover.above": {
1025
1019
  "type": "boolean",
1026
1020
  "default": true,
1027
- "description": core_1.nls.localizeByDefault("Prefer showing hovers above the line, if there's space."),
1021
+ "description": core_1.nls.localize("theia/editor/editor.hover.above", "Prefer showing hovers above the line, if there's space."),
1028
1022
  "scope": "language-overridable",
1029
1023
  "restricted": false
1030
1024
  },
1031
1025
  "editor.inlineSuggest.enabled": {
1032
1026
  "type": "boolean",
1033
1027
  "default": true,
1034
- "description": core_1.nls.localizeByDefault("Controls whether to automatically show inline suggestions in the editor."),
1028
+ "description": core_1.nls.localize("theia/editor/editor.inlineSuggest.enabled", "Controls whether to automatically show inline suggestions in the editor."),
1035
1029
  "scope": "language-overridable",
1036
1030
  "restricted": false
1037
1031
  },
@@ -1050,7 +1044,7 @@ exports.editorGeneratedPreferenceProperties = {
1050
1044
  "restricted": false
1051
1045
  },
1052
1046
  "editor.lineHeight": {
1053
- "markdownDescription": core_1.nls.localizeByDefault("Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."),
1047
+ "markdownDescription": core_1.nls.localize("theia/editor/editor.lineHeight", "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values."),
1054
1048
  "type": "number",
1055
1049
  "default": 0,
1056
1050
  "scope": "language-overridable",
@@ -1201,7 +1195,7 @@ exports.editorGeneratedPreferenceProperties = {
1201
1195
  core_1.nls.localizeByDefault("Maps to `Control` on Windows and Linux and to `Command` on macOS."),
1202
1196
  core_1.nls.localizeByDefault("Maps to `Alt` on Windows and Linux and to `Option` on macOS.")
1203
1197
  ],
1204
- "markdownDescription": core_1.nls.localizeByDefault("The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier. [Read more](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier)."),
1198
+ "markdownDescription": core_1.nls.localizeByDefault('The modifier to be used to add multiple cursors with the mouse. The Go To Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier. [Read more](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).'),
1205
1199
  "type": "string",
1206
1200
  "enum": [
1207
1201
  "ctrlCmd",
@@ -1363,9 +1357,9 @@ exports.editorGeneratedPreferenceProperties = {
1363
1357
  },
1364
1358
  "editor.renderLineHighlight": {
1365
1359
  "enumDescriptions": [
1366
- core_1.nls.localizeByDefault(""),
1367
- core_1.nls.localizeByDefault(""),
1368
- core_1.nls.localizeByDefault(""),
1360
+ "",
1361
+ "",
1362
+ "",
1369
1363
  core_1.nls.localizeByDefault("Highlights both the gutter and the current line.")
1370
1364
  ],
1371
1365
  "description": core_1.nls.localizeByDefault("Controls how the editor should render the current line highlight."),
@@ -1381,7 +1375,7 @@ exports.editorGeneratedPreferenceProperties = {
1381
1375
  "restricted": false
1382
1376
  },
1383
1377
  "editor.renderLineHighlightOnlyWhenFocus": {
1384
- "description": core_1.nls.localizeByDefault("Controls if the editor should render the current line highlight only when the editor is focused."),
1378
+ "description": core_1.nls.localize("theia/editor/editor.renderLineHighlightOnlyWhenFocus", "Controls if the editor should render the current line highlight only when the editor is focused."),
1385
1379
  "type": "boolean",
1386
1380
  "default": false,
1387
1381
  "scope": "language-overridable",
@@ -1389,11 +1383,11 @@ exports.editorGeneratedPreferenceProperties = {
1389
1383
  },
1390
1384
  "editor.renderWhitespace": {
1391
1385
  "enumDescriptions": [
1392
- core_1.nls.localizeByDefault(""),
1386
+ "",
1393
1387
  core_1.nls.localizeByDefault("Render whitespace characters except for single spaces between words."),
1394
1388
  core_1.nls.localizeByDefault("Render whitespace characters only on selected text."),
1395
- core_1.nls.localizeByDefault("Render only trailing whitespace characters."),
1396
- core_1.nls.localizeByDefault("")
1389
+ core_1.nls.localize("theia/editor/editor.renderWhitespace3", "Render only trailing whitespace characters."),
1390
+ ""
1397
1391
  ],
1398
1392
  "description": core_1.nls.localizeByDefault("Controls how the editor should render whitespace characters."),
1399
1393
  "type": "string",
@@ -1454,12 +1448,12 @@ exports.editorGeneratedPreferenceProperties = {
1454
1448
  "hidden"
1455
1449
  ],
1456
1450
  "enumDescriptions": [
1457
- core_1.nls.localizeByDefault("The vertical scrollbar will be visible only when necessary."),
1458
- core_1.nls.localizeByDefault("The vertical scrollbar will always be visible."),
1459
- core_1.nls.localizeByDefault("The vertical scrollbar will always be hidden.")
1451
+ core_1.nls.localize("theia/editor/editor.scrollbar.vertical0", "The vertical scrollbar will be visible only when necessary."),
1452
+ core_1.nls.localize("theia/editor/editor.scrollbar.vertical1", "The vertical scrollbar will always be visible."),
1453
+ core_1.nls.localize("theia/editor/editor.scrollbar.vertical2", "The vertical scrollbar will always be hidden.")
1460
1454
  ],
1461
1455
  "default": "auto",
1462
- "description": core_1.nls.localizeByDefault("Controls the visibility of the vertical scrollbar."),
1456
+ "description": core_1.nls.localize("theia/editor/editor.scrollbar.vertical", "Controls the visibility of the vertical scrollbar."),
1463
1457
  "scope": "language-overridable",
1464
1458
  "restricted": false
1465
1459
  },
@@ -1471,33 +1465,33 @@ exports.editorGeneratedPreferenceProperties = {
1471
1465
  "hidden"
1472
1466
  ],
1473
1467
  "enumDescriptions": [
1474
- core_1.nls.localizeByDefault("The horizontal scrollbar will be visible only when necessary."),
1475
- core_1.nls.localizeByDefault("The horizontal scrollbar will always be visible."),
1476
- core_1.nls.localizeByDefault("The horizontal scrollbar will always be hidden.")
1468
+ core_1.nls.localize("theia/editor/editor.scrollbar.horizontal0", "The horizontal scrollbar will be visible only when necessary."),
1469
+ core_1.nls.localize("theia/editor/editor.scrollbar.horizontal1", "The horizontal scrollbar will always be visible."),
1470
+ core_1.nls.localize("theia/editor/editor.scrollbar.horizontal2", "The horizontal scrollbar will always be hidden.")
1477
1471
  ],
1478
1472
  "default": "auto",
1479
- "description": core_1.nls.localizeByDefault("Controls the visibility of the horizontal scrollbar."),
1473
+ "description": core_1.nls.localize("theia/editor/editor.scrollbar.horizontal", "Controls the visibility of the horizontal scrollbar."),
1480
1474
  "scope": "language-overridable",
1481
1475
  "restricted": false
1482
1476
  },
1483
1477
  "editor.scrollbar.verticalScrollbarSize": {
1484
1478
  "type": "number",
1485
1479
  "default": 14,
1486
- "description": core_1.nls.localizeByDefault("The width of the vertical scrollbar."),
1480
+ "description": core_1.nls.localize("theia/editor/editor.scrollbar.verticalScrollbarSize", "The width of the vertical scrollbar."),
1487
1481
  "scope": "language-overridable",
1488
1482
  "restricted": false
1489
1483
  },
1490
1484
  "editor.scrollbar.horizontalScrollbarSize": {
1491
1485
  "type": "number",
1492
1486
  "default": 12,
1493
- "description": core_1.nls.localizeByDefault("The height of the horizontal scrollbar."),
1487
+ "description": core_1.nls.localize("theia/editor/editor.scrollbar.horizontalScrollbarSize", "The height of the horizontal scrollbar."),
1494
1488
  "scope": "language-overridable",
1495
1489
  "restricted": false
1496
1490
  },
1497
1491
  "editor.scrollbar.scrollByPage": {
1498
1492
  "type": "boolean",
1499
1493
  "default": false,
1500
- "description": core_1.nls.localizeByDefault("Controls whether clicks scroll by page or jump to click position."),
1494
+ "description": core_1.nls.localize("theia/editor/editor.scrollbar.scrollByPage", "Controls whether clicks scroll by page or jump to click position."),
1501
1495
  "scope": "language-overridable",
1502
1496
  "restricted": false
1503
1497
  },
@@ -1587,7 +1581,7 @@ exports.editorGeneratedPreferenceProperties = {
1587
1581
  "restricted": false
1588
1582
  },
1589
1583
  "editor.stickyTabStops": {
1590
- "description": core_1.nls.localizeByDefault("Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops."),
1584
+ "description": core_1.nls.localize("theia/editor/editor.stickyTabStops", "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops."),
1591
1585
  "type": "boolean",
1592
1586
  "default": false,
1593
1587
  "scope": "language-overridable",
@@ -1618,7 +1612,7 @@ exports.editorGeneratedPreferenceProperties = {
1618
1612
  "editor.suggest.localityBonus": {
1619
1613
  "type": "boolean",
1620
1614
  "default": false,
1621
- "description": core_1.nls.localizeByDefault("Controls whether sorting favors words that appear close to the cursor."),
1615
+ "description": core_1.nls.localize("theia/editor/editor.suggest.localityBonus", "Controls whether sorting favors words that appear close to the cursor."),
1622
1616
  "scope": "language-overridable",
1623
1617
  "restricted": false
1624
1618
  },
@@ -1653,7 +1647,7 @@ exports.editorGeneratedPreferenceProperties = {
1653
1647
  "editor.suggest.preview": {
1654
1648
  "type": "boolean",
1655
1649
  "default": false,
1656
- "description": core_1.nls.localizeByDefault("Controls whether to preview the suggestion outcome in the editor."),
1650
+ "description": core_1.nls.localize("theia/editor/editor.suggest.preview", "Controls whether to preview the suggestion outcome in the editor."),
1657
1651
  "scope": "language-overridable",
1658
1652
  "restricted": false
1659
1653
  },
@@ -1702,7 +1696,7 @@ exports.editorGeneratedPreferenceProperties = {
1702
1696
  "editor.suggest.showDeprecated": {
1703
1697
  "type": "boolean",
1704
1698
  "default": true,
1705
- "markdownDescription": core_1.nls.localizeByDefault("When enabled IntelliSense shows `deprecated`-suggestions."),
1699
+ "markdownDescription": core_1.nls.localize("theia/editor/editor.suggest.showDeprecated", "When enabled IntelliSense shows `deprecated`-suggestions."),
1706
1700
  "scope": "language-overridable",
1707
1701
  "restricted": false
1708
1702
  },
@@ -1952,21 +1946,21 @@ exports.editorGeneratedPreferenceProperties = {
1952
1946
  "inUntrustedWorkspace"
1953
1947
  ],
1954
1948
  "default": "inUntrustedWorkspace",
1955
- "description": core_1.nls.localizeByDefault("Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII."),
1949
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.nonBasicASCII", "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII."),
1956
1950
  "scope": "language-overridable"
1957
1951
  },
1958
1952
  "editor.unicodeHighlight.invisibleCharacters": {
1959
1953
  "restricted": true,
1960
1954
  "type": "boolean",
1961
1955
  "default": true,
1962
- "description": core_1.nls.localizeByDefault("Controls whether characters that just reserve space or have no width at all are highlighted."),
1956
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.invisibleCharacters", "Controls whether characters that just reserve space or have no width at all are highlighted."),
1963
1957
  "scope": "language-overridable"
1964
1958
  },
1965
1959
  "editor.unicodeHighlight.ambiguousCharacters": {
1966
1960
  "restricted": true,
1967
1961
  "type": "boolean",
1968
1962
  "default": true,
1969
- "description": core_1.nls.localizeByDefault("Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale."),
1963
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.ambiguousCharacters", "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale."),
1970
1964
  "scope": "language-overridable"
1971
1965
  },
1972
1966
  "editor.unicodeHighlight.includeComments": {
@@ -1981,7 +1975,7 @@ exports.editorGeneratedPreferenceProperties = {
1981
1975
  "inUntrustedWorkspace"
1982
1976
  ],
1983
1977
  "default": "inUntrustedWorkspace",
1984
- "description": core_1.nls.localizeByDefault("Controls whether characters in comments should also be subject to unicode highlighting."),
1978
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.includeComments", "Controls whether characters in comments should also be subject to unicode highlighting."),
1985
1979
  "scope": "language-overridable"
1986
1980
  },
1987
1981
  "editor.unicodeHighlight.includeStrings": {
@@ -1996,14 +1990,14 @@ exports.editorGeneratedPreferenceProperties = {
1996
1990
  "inUntrustedWorkspace"
1997
1991
  ],
1998
1992
  "default": true,
1999
- "description": core_1.nls.localizeByDefault("Controls whether characters in strings should also be subject to unicode highlighting."),
1993
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.includeStrings", "Controls whether characters in strings should also be subject to unicode highlighting."),
2000
1994
  "scope": "language-overridable"
2001
1995
  },
2002
1996
  "editor.unicodeHighlight.allowedCharacters": {
2003
1997
  "restricted": true,
2004
1998
  "type": "object",
2005
1999
  "default": {},
2006
- "description": core_1.nls.localizeByDefault("Defines allowed characters that are not being highlighted."),
2000
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.allowedCharacters", "Defines allowed characters that are not being highlighted."),
2007
2001
  "additionalProperties": {
2008
2002
  "type": "boolean"
2009
2003
  },
@@ -2019,7 +2013,7 @@ exports.editorGeneratedPreferenceProperties = {
2019
2013
  "_os": true,
2020
2014
  "_vscode": true
2021
2015
  },
2022
- "description": core_1.nls.localizeByDefault("Unicode characters that are common in allowed locales are not being highlighted."),
2016
+ "description": core_1.nls.localize("theia/editor/editor.unicodeHighlight.allowedLocales", "Unicode characters that are common in allowed locales are not being highlighted."),
2023
2017
  "scope": "language-overridable"
2024
2018
  },
2025
2019
  "editor.unusualLineTerminators": {
@@ -2125,24 +2119,30 @@ exports.editorGeneratedPreferenceProperties = {
2125
2119
  "editor.inlayHints.enabled": {
2126
2120
  "type": "boolean",
2127
2121
  "default": true,
2128
- "description": core_1.nls.localizeByDefault("Enables the inlay hints in the editor."),
2122
+ "description": core_1.nls.localize("theia/editor/editor.inlayHints.enabled", "Enables the inlay hints in the editor."),
2129
2123
  "scope": "language-overridable",
2130
2124
  "restricted": false
2131
2125
  },
2132
2126
  "editor.inlayHints.fontSize": {
2133
2127
  "type": "number",
2134
2128
  "default": 0,
2135
- "markdownDescription": core_1.nls.localizeByDefault("Controls font size of inlay hints in the editor. A default of 90% of `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size."),
2129
+ "markdownDescription": core_1.nls.localize("theia/editor/editor.inlayHints.fontSize", "Controls font size of inlay hints in the editor. A default of 90% of `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size."),
2136
2130
  "scope": "language-overridable",
2137
2131
  "restricted": false
2138
2132
  },
2139
2133
  "editor.inlayHints.fontFamily": {
2140
2134
  "type": "string",
2141
2135
  "default": "",
2142
- "markdownDescription": core_1.nls.localizeByDefault("Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used."),
2136
+ "markdownDescription": core_1.nls.localize("theia/editor/editor.inlayHints.fontFamily", "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used."),
2143
2137
  "scope": "language-overridable",
2144
2138
  "restricted": false
2145
2139
  },
2140
+ "editor.find.globalFindClipboard": {
2141
+ "type": "boolean",
2142
+ "default": false,
2143
+ "description": core_1.nls.localizeByDefault("Controls whether the Find Widget should read or modify the shared find clipboard on macOS."),
2144
+ "included": core_1.isOSX
2145
+ },
2146
2146
  "editor.selectionClipboard": {
2147
2147
  "type": "boolean",
2148
2148
  "default": true,