monaco-editor-core 0.34.0-dev.20220528 → 0.34.0-dev.20220529

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.
Files changed (42) hide show
  1. package/dev/bundleInfo.json +1465 -1465
  2. package/dev/nls.metadata.json +359 -359
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
@@ -325,17 +325,15 @@
325
325
  "wrappingStrategy.advanced",
326
326
  "wrappingStrategy"
327
327
  ],
328
- "vs/editor/browser/coreCommands": [
329
- "stickydesc",
330
- "stickydesc",
331
- "removedCursor"
332
- ],
333
328
  "vs/editor/contrib/format/browser/format": [
334
329
  "hint11",
335
330
  "hintn1",
336
331
  "hint1n",
337
332
  "hintnn"
338
333
  ],
334
+ "vs/editor/browser/widget/codeEditorWidget": [
335
+ "cursors.maximum"
336
+ ],
339
337
  "vs/editor/browser/widget/diffEditorWidget": [
340
338
  "diffInsertIcon",
341
339
  "diffRemoveIcon",
@@ -399,6 +397,9 @@
399
397
  "actions.clipboard.pasteLabel",
400
398
  "actions.clipboard.copyWithSyntaxHighlightingLabel"
401
399
  ],
400
+ "vs/editor/contrib/codelens/browser/codelensController": [
401
+ "showLensOnLine"
402
+ ],
402
403
  "vs/editor/contrib/copyPaste/browser/copyPasteContribution": [
403
404
  "pasteActions"
404
405
  ],
@@ -420,8 +421,13 @@
420
421
  ]
421
422
  }
422
423
  ],
423
- "vs/editor/contrib/codelens/browser/codelensController": [
424
- "showLensOnLine"
424
+ "vs/editor/contrib/contextmenu/browser/contextmenu": [
425
+ "action.showContextMenu.label"
426
+ ],
427
+ "vs/editor/browser/coreCommands": [
428
+ "stickydesc",
429
+ "stickydesc",
430
+ "removedCursor"
425
431
  ],
426
432
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
427
433
  "cursor.undo",
@@ -483,35 +489,6 @@
483
489
  "formatDocument.label",
484
490
  "formatSelection.label"
485
491
  ],
486
- "vs/editor/browser/widget/codeEditorWidget": [
487
- "cursors.maximum"
488
- ],
489
- "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
490
- "multipleResults"
491
- ],
492
- "vs/editor/contrib/contextmenu/browser/contextmenu": [
493
- "action.showContextMenu.label"
494
- ],
495
- "vs/editor/contrib/gotoError/browser/gotoError": [
496
- "markerAction.next.label",
497
- "nextMarkerIcon",
498
- "markerAction.previous.label",
499
- "previousMarkerIcon",
500
- "markerAction.nextInFiles.label",
501
- {
502
- "key": "miGotoNextProblem",
503
- "comment": [
504
- "&& denotes a mnemonic"
505
- ]
506
- },
507
- "markerAction.previousInFiles.label",
508
- {
509
- "key": "miGotoPreviousProblem",
510
- "comment": [
511
- "&& denotes a mnemonic"
512
- ]
513
- }
514
- ],
515
492
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
516
493
  "peek.submenu",
517
494
  "def.title",
@@ -578,6 +555,29 @@
578
555
  ]
579
556
  }
580
557
  ],
558
+ "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
559
+ "multipleResults"
560
+ ],
561
+ "vs/editor/contrib/gotoError/browser/gotoError": [
562
+ "markerAction.next.label",
563
+ "nextMarkerIcon",
564
+ "markerAction.previous.label",
565
+ "previousMarkerIcon",
566
+ "markerAction.nextInFiles.label",
567
+ {
568
+ "key": "miGotoNextProblem",
569
+ "comment": [
570
+ "&& denotes a mnemonic"
571
+ ]
572
+ },
573
+ "markerAction.previousInFiles.label",
574
+ {
575
+ "key": "miGotoPreviousProblem",
576
+ "comment": [
577
+ "&& denotes a mnemonic"
578
+ ]
579
+ }
580
+ ],
581
581
  "vs/editor/contrib/hover/browser/hover": [
582
582
  {
583
583
  "key": "showHover",
@@ -617,21 +617,59 @@
617
617
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
618
618
  "expandLineSelection"
619
619
  ],
620
- "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
621
- "linkedEditing.label",
622
- "editorLinkedEditingBackground"
623
- ],
624
- "vs/editor/contrib/links/browser/links": [
625
- "invalid.url",
626
- "missing.url",
627
- "links.navigate.executeCmd",
628
- "links.navigate.follow",
629
- "links.navigate.kb.meta.mac",
630
- "links.navigate.kb.meta",
631
- "links.navigate.kb.alt.mac",
632
- "links.navigate.kb.alt",
633
- "tooltip.explanation",
634
- "label"
620
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
621
+ "lines.copyUp",
622
+ {
623
+ "key": "miCopyLinesUp",
624
+ "comment": [
625
+ "&& denotes a mnemonic"
626
+ ]
627
+ },
628
+ "lines.copyDown",
629
+ {
630
+ "key": "miCopyLinesDown",
631
+ "comment": [
632
+ "&& denotes a mnemonic"
633
+ ]
634
+ },
635
+ "duplicateSelection",
636
+ {
637
+ "key": "miDuplicateSelection",
638
+ "comment": [
639
+ "&& denotes a mnemonic"
640
+ ]
641
+ },
642
+ "lines.moveUp",
643
+ {
644
+ "key": "miMoveLinesUp",
645
+ "comment": [
646
+ "&& denotes a mnemonic"
647
+ ]
648
+ },
649
+ "lines.moveDown",
650
+ {
651
+ "key": "miMoveLinesDown",
652
+ "comment": [
653
+ "&& denotes a mnemonic"
654
+ ]
655
+ },
656
+ "lines.sortAscending",
657
+ "lines.sortDescending",
658
+ "lines.deleteDuplicates",
659
+ "lines.trimTrailingWhitespace",
660
+ "lines.delete",
661
+ "lines.indent",
662
+ "lines.outdent",
663
+ "lines.insertBefore",
664
+ "lines.insertAfter",
665
+ "lines.deleteAllLeft",
666
+ "lines.deleteAllRight",
667
+ "lines.joinLines",
668
+ "editor.transpose",
669
+ "editor.transformToUppercase",
670
+ "editor.transformToLowercase",
671
+ "editor.transformToTitlecase",
672
+ "editor.transformToSnakecase"
635
673
  ],
636
674
  "vs/editor/contrib/multicursor/browser/multicursor": [
637
675
  "cursorAdded",
@@ -688,6 +726,10 @@
688
726
  "mutlicursor.focusPreviousCursor",
689
727
  "mutlicursor.focusPreviousCursor.description"
690
728
  ],
729
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
730
+ "linkedEditing.label",
731
+ "editorLinkedEditingBackground"
732
+ ],
691
733
  "vs/editor/contrib/parameterHints/browser/parameterHints": [
692
734
  "parameterHints.trigger.label"
693
735
  ],
@@ -718,60 +760,6 @@
718
760
  ]
719
761
  }
720
762
  ],
721
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
722
- "lines.copyUp",
723
- {
724
- "key": "miCopyLinesUp",
725
- "comment": [
726
- "&& denotes a mnemonic"
727
- ]
728
- },
729
- "lines.copyDown",
730
- {
731
- "key": "miCopyLinesDown",
732
- "comment": [
733
- "&& denotes a mnemonic"
734
- ]
735
- },
736
- "duplicateSelection",
737
- {
738
- "key": "miDuplicateSelection",
739
- "comment": [
740
- "&& denotes a mnemonic"
741
- ]
742
- },
743
- "lines.moveUp",
744
- {
745
- "key": "miMoveLinesUp",
746
- "comment": [
747
- "&& denotes a mnemonic"
748
- ]
749
- },
750
- "lines.moveDown",
751
- {
752
- "key": "miMoveLinesDown",
753
- "comment": [
754
- "&& denotes a mnemonic"
755
- ]
756
- },
757
- "lines.sortAscending",
758
- "lines.sortDescending",
759
- "lines.deleteDuplicates",
760
- "lines.trimTrailingWhitespace",
761
- "lines.delete",
762
- "lines.indent",
763
- "lines.outdent",
764
- "lines.insertBefore",
765
- "lines.insertAfter",
766
- "lines.deleteAllLeft",
767
- "lines.deleteAllRight",
768
- "lines.joinLines",
769
- "editor.transpose",
770
- "editor.transformToUppercase",
771
- "editor.transformToLowercase",
772
- "editor.transformToTitlecase",
773
- "editor.transformToSnakecase"
774
- ],
775
763
  "vs/editor/contrib/snippet/browser/snippetController2": [
776
764
  "inSnippetMode",
777
765
  "hasNextTabstop",
@@ -828,6 +816,13 @@
828
816
  "unicodeHighlight.allowCommonCharactersInLanguage",
829
817
  "unicodeHighlight.configureUnicodeHighlightOptions"
830
818
  ],
819
+ "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
820
+ "unusualLineTerminators.title",
821
+ "unusualLineTerminators.message",
822
+ "unusualLineTerminators.detail",
823
+ "unusualLineTerminators.fix",
824
+ "unusualLineTerminators.ignore"
825
+ ],
831
826
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
832
827
  "wordHighlight",
833
828
  "wordHighlightStrong",
@@ -839,6 +834,18 @@
839
834
  "wordHighlight.previous.label",
840
835
  "wordHighlight.trigger.label"
841
836
  ],
837
+ "vs/editor/contrib/links/browser/links": [
838
+ "invalid.url",
839
+ "missing.url",
840
+ "links.navigate.executeCmd",
841
+ "links.navigate.follow",
842
+ "links.navigate.kb.meta.mac",
843
+ "links.navigate.kb.meta",
844
+ "links.navigate.kb.alt.mac",
845
+ "links.navigate.kb.alt",
846
+ "tooltip.explanation",
847
+ "label"
848
+ ],
842
849
  "vs/editor/contrib/wordOperations/browser/wordOperations": [
843
850
  "deleteInsideWord"
844
851
  ],
@@ -878,13 +885,6 @@
878
885
  "toggleHighContrast",
879
886
  "bulkEditServiceSummary"
880
887
  ],
881
- "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
882
- "unusualLineTerminators.title",
883
- "unusualLineTerminators.message",
884
- "unusualLineTerminators.detail",
885
- "unusualLineTerminators.fix",
886
- "unusualLineTerminators.ignore"
887
- ],
888
888
  "vs/editor/browser/editorExtensions": [
889
889
  {
890
890
  "key": "miUndo",
@@ -1240,56 +1240,6 @@
1240
1240
  "vs/editor/common/languages/modesRegistry": [
1241
1241
  "plainText.alias"
1242
1242
  ],
1243
- "vs/editor/browser/widget/diffReview": [
1244
- "diffReviewInsertIcon",
1245
- "diffReviewRemoveIcon",
1246
- "diffReviewCloseIcon",
1247
- "label.close",
1248
- "no_lines_changed",
1249
- "one_line_changed",
1250
- "more_lines_changed",
1251
- {
1252
- "key": "header",
1253
- "comment": [
1254
- "This is the ARIA label for a git diff header.",
1255
- "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1256
- "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1257
- "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1258
- "Variables 2 and 4 will be numbers (a line number).",
1259
- "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
1260
- ]
1261
- },
1262
- "blankLine",
1263
- {
1264
- "key": "unchangedLine",
1265
- "comment": [
1266
- "The placeholders are contents of the line and should not be translated."
1267
- ]
1268
- },
1269
- "equalLine",
1270
- "insertLine",
1271
- "deleteLine",
1272
- "editor.action.diffReview.next",
1273
- "editor.action.diffReview.prev"
1274
- ],
1275
- "vs/editor/browser/widget/inlineDiffMargin": [
1276
- "diff.clipboard.copyDeletedLinesContent.label",
1277
- "diff.clipboard.copyDeletedLinesContent.single.label",
1278
- "diff.clipboard.copyChangedLinesContent.label",
1279
- "diff.clipboard.copyChangedLinesContent.single.label",
1280
- "diff.clipboard.copyDeletedLineContent.label",
1281
- "diff.clipboard.copyChangedLineContent.label",
1282
- "diff.inline.revertChange.label",
1283
- "diff.clipboard.copyDeletedLineContent.label",
1284
- "diff.clipboard.copyChangedLineContent.label"
1285
- ],
1286
- "vs/platform/theme/common/iconRegistry": [
1287
- "iconDefinition.fontId",
1288
- "iconDefinition.fontCharacter",
1289
- "widgetClose",
1290
- "previousChangeIcon",
1291
- "nextChangeIcon"
1292
- ],
1293
1243
  "vs/editor/common/core/editorColorRegistry": [
1294
1244
  "lineHighlight",
1295
1245
  "lineHighlightBorderBox",
@@ -1344,6 +1294,56 @@
1344
1294
  "editorUnicodeHighlight.border",
1345
1295
  "editorUnicodeHighlight.background"
1346
1296
  ],
1297
+ "vs/editor/browser/widget/diffReview": [
1298
+ "diffReviewInsertIcon",
1299
+ "diffReviewRemoveIcon",
1300
+ "diffReviewCloseIcon",
1301
+ "label.close",
1302
+ "no_lines_changed",
1303
+ "one_line_changed",
1304
+ "more_lines_changed",
1305
+ {
1306
+ "key": "header",
1307
+ "comment": [
1308
+ "This is the ARIA label for a git diff header.",
1309
+ "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1310
+ "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1311
+ "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1312
+ "Variables 2 and 4 will be numbers (a line number).",
1313
+ "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
1314
+ ]
1315
+ },
1316
+ "blankLine",
1317
+ {
1318
+ "key": "unchangedLine",
1319
+ "comment": [
1320
+ "The placeholders are contents of the line and should not be translated."
1321
+ ]
1322
+ },
1323
+ "equalLine",
1324
+ "insertLine",
1325
+ "deleteLine",
1326
+ "editor.action.diffReview.next",
1327
+ "editor.action.diffReview.prev"
1328
+ ],
1329
+ "vs/editor/browser/widget/inlineDiffMargin": [
1330
+ "diff.clipboard.copyDeletedLinesContent.label",
1331
+ "diff.clipboard.copyDeletedLinesContent.single.label",
1332
+ "diff.clipboard.copyChangedLinesContent.label",
1333
+ "diff.clipboard.copyChangedLinesContent.single.label",
1334
+ "diff.clipboard.copyDeletedLineContent.label",
1335
+ "diff.clipboard.copyChangedLineContent.label",
1336
+ "diff.inline.revertChange.label",
1337
+ "diff.clipboard.copyDeletedLineContent.label",
1338
+ "diff.clipboard.copyChangedLineContent.label"
1339
+ ],
1340
+ "vs/platform/theme/common/iconRegistry": [
1341
+ "iconDefinition.fontId",
1342
+ "iconDefinition.fontCharacter",
1343
+ "widgetClose",
1344
+ "previousChangeIcon",
1345
+ "nextChangeIcon"
1346
+ ],
1347
1347
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
1348
1348
  "args.schema.kind",
1349
1349
  "args.schema.apply",
@@ -1421,6 +1421,18 @@
1421
1421
  "config.property.duplicate",
1422
1422
  "config.policy.duplicate"
1423
1423
  ],
1424
+ "vs/base/browser/ui/actionbar/actionViewItems": [
1425
+ {
1426
+ "key": "titleLabel",
1427
+ "comment": [
1428
+ "action title",
1429
+ "action keybinding"
1430
+ ]
1431
+ }
1432
+ ],
1433
+ "vs/base/common/actions": [
1434
+ "submenu.empty"
1435
+ ],
1424
1436
  "vs/platform/dnd/browser/dnd": [
1425
1437
  "fileTooLarge"
1426
1438
  ],
@@ -1459,6 +1471,12 @@
1459
1471
  "foldingExpandedIcon",
1460
1472
  "foldingCollapsedIcon"
1461
1473
  ],
1474
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
1475
+ "showNextInlineSuggestion",
1476
+ "showPreviousInlineSuggestion",
1477
+ "acceptInlineSuggestion",
1478
+ "inlineSuggestionFollows"
1479
+ ],
1462
1480
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1463
1481
  "inlineSuggestionVisible",
1464
1482
  "inlineSuggestionHasIndentation",
@@ -1467,11 +1485,29 @@
1467
1485
  "action.inlineSuggest.showPrevious",
1468
1486
  "action.inlineSuggest.trigger"
1469
1487
  ],
1470
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
1471
- "showNextInlineSuggestion",
1472
- "showPreviousInlineSuggestion",
1473
- "acceptInlineSuggestion",
1474
- "inlineSuggestionFollows"
1488
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1489
+ "aria.oneReference",
1490
+ {
1491
+ "key": "aria.oneReference.preview",
1492
+ "comment": [
1493
+ "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1494
+ ]
1495
+ },
1496
+ "aria.fileReferences.1",
1497
+ "aria.fileReferences.N",
1498
+ "aria.result.0",
1499
+ "aria.result.1",
1500
+ "aria.result.n1",
1501
+ "aria.result.nm"
1502
+ ],
1503
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1504
+ "hasSymbols",
1505
+ "location.kb",
1506
+ "location"
1507
+ ],
1508
+ "vs/editor/contrib/message/browser/messageController": [
1509
+ "messageVisible",
1510
+ "editor.readonly"
1475
1511
  ],
1476
1512
  "vs/editor/contrib/peekView/browser/peekView": [
1477
1513
  "inReferenceSearchEditor",
@@ -1491,18 +1527,6 @@
1491
1527
  "peekViewEditorMatchHighlight",
1492
1528
  "peekViewEditorMatchHighlightBorder"
1493
1529
  ],
1494
- "vs/base/browser/ui/actionbar/actionViewItems": [
1495
- {
1496
- "key": "titleLabel",
1497
- "comment": [
1498
- "action title",
1499
- "action keybinding"
1500
- ]
1501
- }
1502
- ],
1503
- "vs/base/common/actions": [
1504
- "submenu.empty"
1505
- ],
1506
1530
  "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
1507
1531
  "Error",
1508
1532
  "Warning",
@@ -1519,30 +1543,6 @@
1519
1543
  "editorMarkerNavigationInfoHeaderBackground",
1520
1544
  "editorMarkerNavigationBackground"
1521
1545
  ],
1522
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1523
- "aria.oneReference",
1524
- {
1525
- "key": "aria.oneReference.preview",
1526
- "comment": [
1527
- "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1528
- ]
1529
- },
1530
- "aria.fileReferences.1",
1531
- "aria.fileReferences.N",
1532
- "aria.result.0",
1533
- "aria.result.1",
1534
- "aria.result.n1",
1535
- "aria.result.nm"
1536
- ],
1537
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1538
- "hasSymbols",
1539
- "location.kb",
1540
- "location"
1541
- ],
1542
- "vs/editor/contrib/message/browser/messageController": [
1543
- "messageVisible",
1544
- "editor.readonly"
1545
- ],
1546
1546
  "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1547
1547
  "modesContentHover.loading",
1548
1548
  "too many characters"
@@ -1765,12 +1765,19 @@
1765
1765
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
1766
1766
  "cancellableOperation"
1767
1767
  ],
1768
+ "vs/editor/browser/controller/textAreaHandler": [
1769
+ "editor",
1770
+ "accessibilityOffAriaLabel"
1771
+ ],
1768
1772
  "vs/editor/common/model/editStack": [
1769
1773
  "edit"
1770
1774
  ],
1771
1775
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
1772
1776
  "clickToToggleColorOptions"
1773
1777
  ],
1778
+ "vs/base/browser/ui/iconLabel/iconLabelHover": [
1779
+ "iconLabel.loading"
1780
+ ],
1774
1781
  "vs/base/browser/ui/findinput/findInputToggles": [
1775
1782
  "caseDescription",
1776
1783
  "wordsDescription",
@@ -1779,18 +1786,11 @@
1779
1786
  "vs/platform/history/browser/contextScopedHistoryWidget": [
1780
1787
  "suggestWidgetVisible"
1781
1788
  ],
1782
- "vs/editor/browser/controller/textAreaHandler": [
1783
- "editor",
1784
- "accessibilityOffAriaLabel"
1785
- ],
1786
1789
  "vs/platform/actions/browser/menuEntryActionViewItem": [
1787
1790
  "titleAndKb",
1788
1791
  "titleAndKb",
1789
1792
  "titleAndKbAndAlt"
1790
1793
  ],
1791
- "vs/base/browser/ui/iconLabel/iconLabelHover": [
1792
- "iconLabel.loading"
1793
- ],
1794
1794
  "vs/editor/contrib/snippet/browser/snippetVariables": [
1795
1795
  "Sunday",
1796
1796
  "Monday",
@@ -2334,17 +2334,15 @@
2334
2334
  "Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.",
2335
2335
  "Controls the algorithm that computes wrapping points."
2336
2336
  ],
2337
- "vs/editor/browser/coreCommands": [
2338
- "Stick to the end even when going to longer lines",
2339
- "Stick to the end even when going to longer lines",
2340
- "Removed secondary cursors"
2341
- ],
2342
2337
  "vs/editor/contrib/format/browser/format": [
2343
2338
  "Made 1 formatting edit on line {0}",
2344
2339
  "Made {0} formatting edits on line {1}",
2345
2340
  "Made 1 formatting edit between lines {0} and {1}",
2346
2341
  "Made {0} formatting edits between lines {1} and {2}"
2347
2342
  ],
2343
+ "vs/editor/browser/widget/codeEditorWidget": [
2344
+ "The number of cursors has been limited to {0}."
2345
+ ],
2348
2346
  "vs/editor/browser/widget/diffEditorWidget": [
2349
2347
  "Line decoration for inserts in the diff editor.",
2350
2348
  "Line decoration for removals in the diff editor.",
@@ -2388,6 +2386,9 @@
2388
2386
  "Paste",
2389
2387
  "Copy With Syntax Highlighting"
2390
2388
  ],
2389
+ "vs/editor/contrib/codelens/browser/codelensController": [
2390
+ "Show CodeLens Commands For Current Line"
2391
+ ],
2391
2392
  "vs/editor/contrib/copyPaste/browser/copyPasteContribution": [
2392
2393
  "Enable/disable running edits from extensions on paste."
2393
2394
  ],
@@ -2399,8 +2400,13 @@
2399
2400
  "Toggle Block Comment",
2400
2401
  "Toggle &&Block Comment"
2401
2402
  ],
2402
- "vs/editor/contrib/codelens/browser/codelensController": [
2403
- "Show CodeLens Commands For Current Line"
2403
+ "vs/editor/contrib/contextmenu/browser/contextmenu": [
2404
+ "Show Editor Context Menu"
2405
+ ],
2406
+ "vs/editor/browser/coreCommands": [
2407
+ "Stick to the end even when going to longer lines",
2408
+ "Stick to the end even when going to longer lines",
2409
+ "Removed secondary cursors"
2404
2410
  ],
2405
2411
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
2406
2412
  "Cursor Undo",
@@ -2452,25 +2458,6 @@
2452
2458
  "Format Document",
2453
2459
  "Format Selection"
2454
2460
  ],
2455
- "vs/editor/browser/widget/codeEditorWidget": [
2456
- "The number of cursors has been limited to {0}."
2457
- ],
2458
- "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
2459
- "Click to show {0} definitions."
2460
- ],
2461
- "vs/editor/contrib/contextmenu/browser/contextmenu": [
2462
- "Show Editor Context Menu"
2463
- ],
2464
- "vs/editor/contrib/gotoError/browser/gotoError": [
2465
- "Go to Next Problem (Error, Warning, Info)",
2466
- "Icon for goto next marker.",
2467
- "Go to Previous Problem (Error, Warning, Info)",
2468
- "Icon for goto previous marker.",
2469
- "Go to Next Problem in Files (Error, Warning, Info)",
2470
- "Next &&Problem",
2471
- "Go to Previous Problem in Files (Error, Warning, Info)",
2472
- "Previous &&Problem"
2473
- ],
2474
2461
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
2475
2462
  "Peek",
2476
2463
  "Definitions",
@@ -2512,6 +2499,19 @@
2512
2499
  "Go to &&Implementations",
2513
2500
  "Go to &&References"
2514
2501
  ],
2502
+ "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
2503
+ "Click to show {0} definitions."
2504
+ ],
2505
+ "vs/editor/contrib/gotoError/browser/gotoError": [
2506
+ "Go to Next Problem (Error, Warning, Info)",
2507
+ "Icon for goto next marker.",
2508
+ "Go to Previous Problem (Error, Warning, Info)",
2509
+ "Icon for goto previous marker.",
2510
+ "Go to Next Problem in Files (Error, Warning, Info)",
2511
+ "Next &&Problem",
2512
+ "Go to Previous Problem in Files (Error, Warning, Info)",
2513
+ "Previous &&Problem"
2514
+ ],
2515
2515
  "vs/editor/contrib/hover/browser/hover": [
2516
2516
  "Show Hover",
2517
2517
  "Show Definition Preview Hover"
@@ -2534,21 +2534,34 @@
2534
2534
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
2535
2535
  "Expand Line Selection"
2536
2536
  ],
2537
- "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2538
- "Start Linked Editing",
2539
- "Background color when the editor auto renames on type."
2540
- ],
2541
- "vs/editor/contrib/links/browser/links": [
2542
- "Failed to open this link because it is not well-formed: {0}",
2543
- "Failed to open this link because its target is missing.",
2544
- "Execute command",
2545
- "Follow link",
2546
- "cmd + click",
2547
- "ctrl + click",
2548
- "option + click",
2549
- "alt + click",
2550
- "Execute command {0}",
2551
- "Open Link"
2537
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
2538
+ "Copy Line Up",
2539
+ "&&Copy Line Up",
2540
+ "Copy Line Down",
2541
+ "Co&&py Line Down",
2542
+ "Duplicate Selection",
2543
+ "&&Duplicate Selection",
2544
+ "Move Line Up",
2545
+ "Mo&&ve Line Up",
2546
+ "Move Line Down",
2547
+ "Move &&Line Down",
2548
+ "Sort Lines Ascending",
2549
+ "Sort Lines Descending",
2550
+ "Delete Duplicate Lines",
2551
+ "Trim Trailing Whitespace",
2552
+ "Delete Line",
2553
+ "Indent Line",
2554
+ "Outdent Line",
2555
+ "Insert Line Above",
2556
+ "Insert Line Below",
2557
+ "Delete All Left",
2558
+ "Delete All Right",
2559
+ "Join Lines",
2560
+ "Transpose characters around the cursor",
2561
+ "Transform to Uppercase",
2562
+ "Transform to Lowercase",
2563
+ "Transform to Title Case",
2564
+ "Transform to Snake Case"
2552
2565
  ],
2553
2566
  "vs/editor/contrib/multicursor/browser/multicursor": [
2554
2567
  "Cursor added: {0}",
@@ -2575,6 +2588,10 @@
2575
2588
  "Focus Previous Cursor",
2576
2589
  "Focuses the previous cursor"
2577
2590
  ],
2591
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2592
+ "Start Linked Editing",
2593
+ "Background color when the editor auto renames on type."
2594
+ ],
2578
2595
  "vs/editor/contrib/parameterHints/browser/parameterHints": [
2579
2596
  "Trigger Parameter Hints"
2580
2597
  ],
@@ -2595,35 +2612,6 @@
2595
2612
  "Shrink Selection",
2596
2613
  "&&Shrink Selection"
2597
2614
  ],
2598
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
2599
- "Copy Line Up",
2600
- "&&Copy Line Up",
2601
- "Copy Line Down",
2602
- "Co&&py Line Down",
2603
- "Duplicate Selection",
2604
- "&&Duplicate Selection",
2605
- "Move Line Up",
2606
- "Mo&&ve Line Up",
2607
- "Move Line Down",
2608
- "Move &&Line Down",
2609
- "Sort Lines Ascending",
2610
- "Sort Lines Descending",
2611
- "Delete Duplicate Lines",
2612
- "Trim Trailing Whitespace",
2613
- "Delete Line",
2614
- "Indent Line",
2615
- "Outdent Line",
2616
- "Insert Line Above",
2617
- "Insert Line Below",
2618
- "Delete All Left",
2619
- "Delete All Right",
2620
- "Join Lines",
2621
- "Transpose characters around the cursor",
2622
- "Transform to Uppercase",
2623
- "Transform to Lowercase",
2624
- "Transform to Title Case",
2625
- "Transform to Snake Case"
2626
- ],
2627
2615
  "vs/editor/contrib/snippet/browser/snippetController2": [
2628
2616
  "Whether the editor in current in snippet mode",
2629
2617
  "Whether there is a next tab stop when in snippet mode",
@@ -2675,6 +2663,13 @@
2675
2663
  "Allow unicode characters that are more common in the language \"{0}\".",
2676
2664
  "Configure Unicode Highlight Options"
2677
2665
  ],
2666
+ "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
2667
+ "Unusual Line Terminators",
2668
+ "Detected unusual line terminators",
2669
+ "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
2670
+ "Remove Unusual Line Terminators",
2671
+ "Ignore"
2672
+ ],
2678
2673
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
2679
2674
  "Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.",
2680
2675
  "Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.",
@@ -2686,6 +2681,18 @@
2686
2681
  "Go to Previous Symbol Highlight",
2687
2682
  "Trigger Symbol Highlight"
2688
2683
  ],
2684
+ "vs/editor/contrib/links/browser/links": [
2685
+ "Failed to open this link because it is not well-formed: {0}",
2686
+ "Failed to open this link because its target is missing.",
2687
+ "Execute command",
2688
+ "Follow link",
2689
+ "cmd + click",
2690
+ "ctrl + click",
2691
+ "option + click",
2692
+ "alt + click",
2693
+ "Execute command {0}",
2694
+ "Open Link"
2695
+ ],
2689
2696
  "vs/editor/contrib/wordOperations/browser/wordOperations": [
2690
2697
  "Delete Word"
2691
2698
  ],
@@ -2725,13 +2732,6 @@
2725
2732
  "Toggle High Contrast Theme",
2726
2733
  "Made {0} edits in {1} files"
2727
2734
  ],
2728
- "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
2729
- "Unusual Line Terminators",
2730
- "Detected unusual line terminators",
2731
- "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
2732
- "Remove Unusual Line Terminators",
2733
- "Ignore"
2734
- ],
2735
2735
  "vs/editor/browser/editorExtensions": [
2736
2736
  "&&Undo",
2737
2737
  "Undo",
@@ -3072,41 +3072,6 @@
3072
3072
  "vs/editor/common/languages/modesRegistry": [
3073
3073
  "Plain Text"
3074
3074
  ],
3075
- "vs/editor/browser/widget/diffReview": [
3076
- "Icon for 'Insert' in diff review.",
3077
- "Icon for 'Remove' in diff review.",
3078
- "Icon for 'Close' in diff review.",
3079
- "Close",
3080
- "no lines changed",
3081
- "1 line changed",
3082
- "{0} lines changed",
3083
- "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
3084
- "blank",
3085
- "{0} unchanged line {1}",
3086
- "{0} original line {1} modified line {2}",
3087
- "+ {0} modified line {1}",
3088
- "- {0} original line {1}",
3089
- "Go to Next Difference",
3090
- "Go to Previous Difference"
3091
- ],
3092
- "vs/editor/browser/widget/inlineDiffMargin": [
3093
- "Copy deleted lines",
3094
- "Copy deleted line",
3095
- "Copy changed lines",
3096
- "Copy changed line",
3097
- "Copy deleted line ({0})",
3098
- "Copy changed line ({0})",
3099
- "Revert this change",
3100
- "Copy deleted line ({0})",
3101
- "Copy changed line ({0})"
3102
- ],
3103
- "vs/platform/theme/common/iconRegistry": [
3104
- "The id of the font to use. If not set, the font that is defined first is used.",
3105
- "The font character associated with the icon definition.",
3106
- "Icon for the close action in widgets.",
3107
- "Icon for goto previous editor location.",
3108
- "Icon for goto next editor location."
3109
- ],
3110
3075
  "vs/editor/common/core/editorColorRegistry": [
3111
3076
  "Background color for the highlight of line at the cursor position.",
3112
3077
  "Background color for the border around the line at the cursor position.",
@@ -3161,6 +3126,41 @@
3161
3126
  "Border color used to highlight unicode characters.",
3162
3127
  "Background color used to highlight unicode characters."
3163
3128
  ],
3129
+ "vs/editor/browser/widget/diffReview": [
3130
+ "Icon for 'Insert' in diff review.",
3131
+ "Icon for 'Remove' in diff review.",
3132
+ "Icon for 'Close' in diff review.",
3133
+ "Close",
3134
+ "no lines changed",
3135
+ "1 line changed",
3136
+ "{0} lines changed",
3137
+ "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
3138
+ "blank",
3139
+ "{0} unchanged line {1}",
3140
+ "{0} original line {1} modified line {2}",
3141
+ "+ {0} modified line {1}",
3142
+ "- {0} original line {1}",
3143
+ "Go to Next Difference",
3144
+ "Go to Previous Difference"
3145
+ ],
3146
+ "vs/editor/browser/widget/inlineDiffMargin": [
3147
+ "Copy deleted lines",
3148
+ "Copy deleted line",
3149
+ "Copy changed lines",
3150
+ "Copy changed line",
3151
+ "Copy deleted line ({0})",
3152
+ "Copy changed line ({0})",
3153
+ "Revert this change",
3154
+ "Copy deleted line ({0})",
3155
+ "Copy changed line ({0})"
3156
+ ],
3157
+ "vs/platform/theme/common/iconRegistry": [
3158
+ "The id of the font to use. If not set, the font that is defined first is used.",
3159
+ "The font character associated with the icon definition.",
3160
+ "Icon for the close action in widgets.",
3161
+ "Icon for goto previous editor location.",
3162
+ "Icon for goto next editor location."
3163
+ ],
3164
3164
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
3165
3165
  "Kind of the code action to run.",
3166
3166
  "Controls when the returned actions are applied.",
@@ -3238,6 +3238,12 @@
3238
3238
  "Cannot register '{0}'. This property is already registered.",
3239
3239
  "Cannot register '{0}'. The associated policy {1} is already registered with {2}."
3240
3240
  ],
3241
+ "vs/base/browser/ui/actionbar/actionViewItems": [
3242
+ "{0} ({1})"
3243
+ ],
3244
+ "vs/base/common/actions": [
3245
+ "(empty)"
3246
+ ],
3241
3247
  "vs/platform/dnd/browser/dnd": [
3242
3248
  "File is too large to open as untitled editor. Please upload it first into the file explorer and then try again."
3243
3249
  ],
@@ -3276,6 +3282,12 @@
3276
3282
  "Icon for expanded ranges in the editor glyph margin.",
3277
3283
  "Icon for collapsed ranges in the editor glyph margin."
3278
3284
  ],
3285
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
3286
+ "Next",
3287
+ "Previous",
3288
+ "Accept",
3289
+ "Suggestion:"
3290
+ ],
3279
3291
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
3280
3292
  "Whether an inline suggestion is visible",
3281
3293
  "Whether the inline suggestion starts with whitespace",
@@ -3284,11 +3296,24 @@
3284
3296
  "Show Previous Inline Suggestion",
3285
3297
  "Trigger Inline Suggestion"
3286
3298
  ],
3287
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
3288
- "Next",
3289
- "Previous",
3290
- "Accept",
3291
- "Suggestion:"
3299
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3300
+ "symbol in {0} on line {1} at column {2}",
3301
+ "symbol in {0} on line {1} at column {2}, {3}",
3302
+ "1 symbol in {0}, full path {1}",
3303
+ "{0} symbols in {1}, full path {2}",
3304
+ "No results found",
3305
+ "Found 1 symbol in {0}",
3306
+ "Found {0} symbols in {1}",
3307
+ "Found {0} symbols in {1} files"
3308
+ ],
3309
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3310
+ "Whether there are symbol locations that can be navigated via keyboard-only.",
3311
+ "Symbol {0} of {1}, {2} for next",
3312
+ "Symbol {0} of {1}"
3313
+ ],
3314
+ "vs/editor/contrib/message/browser/messageController": [
3315
+ "Whether the editor is currently showing an inline message",
3316
+ "Cannot edit in read-only editor"
3292
3317
  ],
3293
3318
  "vs/editor/contrib/peekView/browser/peekView": [
3294
3319
  "Whether the current code editor is embedded inside peek",
@@ -3308,12 +3333,6 @@
3308
3333
  "Match highlight color in the peek view editor.",
3309
3334
  "Match highlight border in the peek view editor."
3310
3335
  ],
3311
- "vs/base/browser/ui/actionbar/actionViewItems": [
3312
- "{0} ({1})"
3313
- ],
3314
- "vs/base/common/actions": [
3315
- "(empty)"
3316
- ],
3317
3336
  "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3318
3337
  "Error",
3319
3338
  "Warning",
@@ -3330,25 +3349,6 @@
3330
3349
  "Editor marker navigation widget info heading background.",
3331
3350
  "Editor marker navigation widget background."
3332
3351
  ],
3333
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3334
- "symbol in {0} on line {1} at column {2}",
3335
- "symbol in {0} on line {1} at column {2}, {3}",
3336
- "1 symbol in {0}, full path {1}",
3337
- "{0} symbols in {1}, full path {2}",
3338
- "No results found",
3339
- "Found 1 symbol in {0}",
3340
- "Found {0} symbols in {1}",
3341
- "Found {0} symbols in {1} files"
3342
- ],
3343
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3344
- "Whether there are symbol locations that can be navigated via keyboard-only.",
3345
- "Symbol {0} of {1}, {2} for next",
3346
- "Symbol {0} of {1}"
3347
- ],
3348
- "vs/editor/contrib/message/browser/messageController": [
3349
- "Whether the editor is currently showing an inline message",
3350
- "Cannot edit in read-only editor"
3351
- ],
3352
3352
  "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3353
3353
  "Loading...",
3354
3354
  "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
@@ -3480,12 +3480,19 @@
3480
3480
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
3481
3481
  "Whether the editor runs a cancellable operation, e.g. like 'Peek References'"
3482
3482
  ],
3483
+ "vs/editor/browser/controller/textAreaHandler": [
3484
+ "editor",
3485
+ "The editor is not accessible at this time. Press {0} for options."
3486
+ ],
3483
3487
  "vs/editor/common/model/editStack": [
3484
3488
  "Typing"
3485
3489
  ],
3486
3490
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
3487
3491
  "Click to toggle color options (rgb/hsl/hex)"
3488
3492
  ],
3493
+ "vs/base/browser/ui/iconLabel/iconLabelHover": [
3494
+ "Loading..."
3495
+ ],
3489
3496
  "vs/base/browser/ui/findinput/findInputToggles": [
3490
3497
  "Match Case",
3491
3498
  "Match Whole Word",
@@ -3494,18 +3501,11 @@
3494
3501
  "vs/platform/history/browser/contextScopedHistoryWidget": [
3495
3502
  "Whether suggestion are visible"
3496
3503
  ],
3497
- "vs/editor/browser/controller/textAreaHandler": [
3498
- "editor",
3499
- "The editor is not accessible at this time. Press {0} for options."
3500
- ],
3501
3504
  "vs/platform/actions/browser/menuEntryActionViewItem": [
3502
3505
  "{0} ({1})",
3503
3506
  "{0} ({1})",
3504
3507
  "{0}\n[{1}] {2}"
3505
3508
  ],
3506
- "vs/base/browser/ui/iconLabel/iconLabelHover": [
3507
- "Loading..."
3508
- ],
3509
3509
  "vs/editor/contrib/snippet/browser/snippetVariables": [
3510
3510
  "Sunday",
3511
3511
  "Monday",