monaco-editor-core 0.34.0-dev.20220430 → 0.34.0-dev.20220501

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 (43) hide show
  1. package/dev/bundleInfo.json +239 -239
  2. package/dev/nls.metadata.json +367 -367
  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 +5 -5
  7. package/dev/vs/editor/editor.main.nls.es.js +5 -5
  8. package/dev/vs/editor/editor.main.nls.fr.js +5 -5
  9. package/dev/vs/editor/editor.main.nls.it.js +5 -5
  10. package/dev/vs/editor/editor.main.nls.ja.js +5 -5
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +5 -5
  13. package/dev/vs/editor/editor.main.nls.ru.js +5 -5
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +5 -5
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +5 -5
  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 +2 -2
  21. package/min/vs/editor/editor.main.nls.es.js +2 -2
  22. package/min/vs/editor/editor.main.nls.fr.js +2 -2
  23. package/min/vs/editor/editor.main.nls.it.js +2 -2
  24. package/min/vs/editor/editor.main.nls.ja.js +2 -2
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +2 -2
  27. package/min/vs/editor/editor.main.nls.ru.js +2 -2
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +2 -2
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +2 -2
  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
  43. package/version.txt +1 -1
@@ -422,13 +422,13 @@
422
422
  ]
423
423
  }
424
424
  ],
425
- "vs/editor/contrib/contextmenu/browser/contextmenu": [
426
- "action.showContextMenu.label"
427
- ],
428
425
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
429
426
  "cursor.undo",
430
427
  "cursor.redo"
431
428
  ],
429
+ "vs/editor/contrib/contextmenu/browser/contextmenu": [
430
+ "action.showContextMenu.label"
431
+ ],
432
432
  "vs/editor/contrib/find/browser/findController": [
433
433
  "startFindAction",
434
434
  {
@@ -613,6 +613,60 @@
613
613
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
614
614
  "expandLineSelection"
615
615
  ],
616
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
617
+ "lines.copyUp",
618
+ {
619
+ "key": "miCopyLinesUp",
620
+ "comment": [
621
+ "&& denotes a mnemonic"
622
+ ]
623
+ },
624
+ "lines.copyDown",
625
+ {
626
+ "key": "miCopyLinesDown",
627
+ "comment": [
628
+ "&& denotes a mnemonic"
629
+ ]
630
+ },
631
+ "duplicateSelection",
632
+ {
633
+ "key": "miDuplicateSelection",
634
+ "comment": [
635
+ "&& denotes a mnemonic"
636
+ ]
637
+ },
638
+ "lines.moveUp",
639
+ {
640
+ "key": "miMoveLinesUp",
641
+ "comment": [
642
+ "&& denotes a mnemonic"
643
+ ]
644
+ },
645
+ "lines.moveDown",
646
+ {
647
+ "key": "miMoveLinesDown",
648
+ "comment": [
649
+ "&& denotes a mnemonic"
650
+ ]
651
+ },
652
+ "lines.sortAscending",
653
+ "lines.sortDescending",
654
+ "lines.deleteDuplicates",
655
+ "lines.trimTrailingWhitespace",
656
+ "lines.delete",
657
+ "lines.indent",
658
+ "lines.outdent",
659
+ "lines.insertBefore",
660
+ "lines.insertAfter",
661
+ "lines.deleteAllLeft",
662
+ "lines.deleteAllRight",
663
+ "lines.joinLines",
664
+ "editor.transpose",
665
+ "editor.transformToUppercase",
666
+ "editor.transformToLowercase",
667
+ "editor.transformToTitlecase",
668
+ "editor.transformToSnakecase"
669
+ ],
616
670
  "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
617
671
  "linkedEditing.label",
618
672
  "editorLinkedEditingBackground"
@@ -684,6 +738,20 @@
684
738
  "mutlicursor.focusPreviousCursor",
685
739
  "mutlicursor.focusPreviousCursor.description"
686
740
  ],
741
+ "vs/editor/contrib/parameterHints/browser/parameterHints": [
742
+ "parameterHints.trigger.label"
743
+ ],
744
+ "vs/editor/contrib/rename/browser/rename": [
745
+ "no result",
746
+ "resolveRenameLocationFailed",
747
+ "label",
748
+ "quotableLabel",
749
+ "aria",
750
+ "rename.failedApply",
751
+ "rename.failed",
752
+ "rename.label",
753
+ "enablePreview"
754
+ ],
687
755
  "vs/editor/contrib/smartSelect/browser/smartSelect": [
688
756
  "smartSelect.expand",
689
757
  {
@@ -763,65 +831,16 @@
763
831
  "unusualLineTerminators.fix",
764
832
  "unusualLineTerminators.ignore"
765
833
  ],
766
- "vs/editor/contrib/parameterHints/browser/parameterHints": [
767
- "parameterHints.trigger.label"
768
- ],
769
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
770
- "lines.copyUp",
771
- {
772
- "key": "miCopyLinesUp",
773
- "comment": [
774
- "&& denotes a mnemonic"
775
- ]
776
- },
777
- "lines.copyDown",
778
- {
779
- "key": "miCopyLinesDown",
780
- "comment": [
781
- "&& denotes a mnemonic"
782
- ]
783
- },
784
- "duplicateSelection",
785
- {
786
- "key": "miDuplicateSelection",
787
- "comment": [
788
- "&& denotes a mnemonic"
789
- ]
790
- },
791
- "lines.moveUp",
792
- {
793
- "key": "miMoveLinesUp",
794
- "comment": [
795
- "&& denotes a mnemonic"
796
- ]
797
- },
798
- "lines.moveDown",
799
- {
800
- "key": "miMoveLinesDown",
801
- "comment": [
802
- "&& denotes a mnemonic"
803
- ]
804
- },
805
- "lines.sortAscending",
806
- "lines.sortDescending",
807
- "lines.deleteDuplicates",
808
- "lines.trimTrailingWhitespace",
809
- "lines.delete",
810
- "lines.indent",
811
- "lines.outdent",
812
- "lines.insertBefore",
813
- "lines.insertAfter",
814
- "lines.deleteAllLeft",
815
- "lines.deleteAllRight",
816
- "lines.joinLines",
817
- "editor.transpose",
818
- "editor.transformToUppercase",
819
- "editor.transformToLowercase",
820
- "editor.transformToTitlecase",
821
- "editor.transformToSnakecase"
822
- ],
823
- "vs/editor/contrib/wordOperations/browser/wordOperations": [
824
- "deleteInsideWord"
834
+ "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
835
+ "wordHighlight",
836
+ "wordHighlightStrong",
837
+ "wordHighlightBorder",
838
+ "wordHighlightStrongBorder",
839
+ "overviewRulerWordHighlightForeground",
840
+ "overviewRulerWordHighlightStrongForeground",
841
+ "wordHighlight.next.label",
842
+ "wordHighlight.previous.label",
843
+ "wordHighlight.trigger.label"
825
844
  ],
826
845
  "vs/editor/common/standaloneStrings": [
827
846
  "noSelection",
@@ -859,6 +878,9 @@
859
878
  "toggleHighContrast",
860
879
  "bulkEditServiceSummary"
861
880
  ],
881
+ "vs/editor/contrib/wordOperations/browser/wordOperations": [
882
+ "deleteInsideWord"
883
+ ],
862
884
  "vs/editor/browser/editorExtensions": [
863
885
  {
864
886
  "key": "miUndo",
@@ -882,115 +904,6 @@
882
904
  },
883
905
  "selectAll"
884
906
  ],
885
- "vs/editor/contrib/rename/browser/rename": [
886
- "no result",
887
- "resolveRenameLocationFailed",
888
- "label",
889
- "quotableLabel",
890
- "aria",
891
- "rename.failedApply",
892
- "rename.failed",
893
- "rename.label",
894
- "enablePreview"
895
- ],
896
- "vs/platform/quickinput/browser/helpQuickAccess": [
897
- "globalCommands",
898
- "editorCommands",
899
- "helpPickAriaLabel"
900
- ],
901
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
902
- "cannotRunGotoLine",
903
- "gotoLineColumnLabel",
904
- "gotoLineLabel",
905
- "gotoLineLabelEmptyWithLimit",
906
- "gotoLineLabelEmpty"
907
- ],
908
- "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
909
- "cannotRunGotoSymbolWithoutEditor",
910
- "cannotRunGotoSymbolWithoutSymbolProvider",
911
- "noMatchingSymbolResults",
912
- "noSymbolResults",
913
- "openToSide",
914
- "openToBottom",
915
- "symbols",
916
- "property",
917
- "method",
918
- "function",
919
- "_constructor",
920
- "variable",
921
- "class",
922
- "struct",
923
- "event",
924
- "operator",
925
- "interface",
926
- "namespace",
927
- "package",
928
- "typeParameter",
929
- "modules",
930
- "property",
931
- "enum",
932
- "enumMember",
933
- "string",
934
- "file",
935
- "array",
936
- "number",
937
- "boolean",
938
- "object",
939
- "key",
940
- "field",
941
- "constant"
942
- ],
943
- "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
944
- "symbolIcon.arrayForeground",
945
- "symbolIcon.booleanForeground",
946
- "symbolIcon.classForeground",
947
- "symbolIcon.colorForeground",
948
- "symbolIcon.constantForeground",
949
- "symbolIcon.constructorForeground",
950
- "symbolIcon.enumeratorForeground",
951
- "symbolIcon.enumeratorMemberForeground",
952
- "symbolIcon.eventForeground",
953
- "symbolIcon.fieldForeground",
954
- "symbolIcon.fileForeground",
955
- "symbolIcon.folderForeground",
956
- "symbolIcon.functionForeground",
957
- "symbolIcon.interfaceForeground",
958
- "symbolIcon.keyForeground",
959
- "symbolIcon.keywordForeground",
960
- "symbolIcon.methodForeground",
961
- "symbolIcon.moduleForeground",
962
- "symbolIcon.namespaceForeground",
963
- "symbolIcon.nullForeground",
964
- "symbolIcon.numberForeground",
965
- "symbolIcon.objectForeground",
966
- "symbolIcon.operatorForeground",
967
- "symbolIcon.packageForeground",
968
- "symbolIcon.propertyForeground",
969
- "symbolIcon.referenceForeground",
970
- "symbolIcon.snippetForeground",
971
- "symbolIcon.stringForeground",
972
- "symbolIcon.structForeground",
973
- "symbolIcon.textForeground",
974
- "symbolIcon.typeParameterForeground",
975
- "symbolIcon.unitForeground",
976
- "symbolIcon.variableForeground"
977
- ],
978
- "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
979
- "wordHighlight",
980
- "wordHighlightStrong",
981
- "wordHighlightBorder",
982
- "wordHighlightStrongBorder",
983
- "overviewRulerWordHighlightForeground",
984
- "overviewRulerWordHighlightStrongForeground",
985
- "wordHighlight.next.label",
986
- "wordHighlight.previous.label",
987
- "wordHighlight.trigger.label"
988
- ],
989
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
990
- "referenceSearchVisible",
991
- "labelLoading",
992
- "metaTitle.N"
993
- ],
994
907
  "vs/editor/common/editorContextKeys": [
995
908
  "editorTextFocus",
996
909
  "editorFocus",
@@ -1230,7 +1143,94 @@
1230
1143
  "chartsGreen",
1231
1144
  "chartsPurple"
1232
1145
  ],
1233
- "vs/platform/markers/common/markers": [
1146
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1147
+ "globalCommands",
1148
+ "editorCommands",
1149
+ "helpPickAriaLabel"
1150
+ ],
1151
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1152
+ "cannotRunGotoLine",
1153
+ "gotoLineColumnLabel",
1154
+ "gotoLineLabel",
1155
+ "gotoLineLabelEmptyWithLimit",
1156
+ "gotoLineLabelEmpty"
1157
+ ],
1158
+ "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1159
+ "cannotRunGotoSymbolWithoutEditor",
1160
+ "cannotRunGotoSymbolWithoutSymbolProvider",
1161
+ "noMatchingSymbolResults",
1162
+ "noSymbolResults",
1163
+ "openToSide",
1164
+ "openToBottom",
1165
+ "symbols",
1166
+ "property",
1167
+ "method",
1168
+ "function",
1169
+ "_constructor",
1170
+ "variable",
1171
+ "class",
1172
+ "struct",
1173
+ "event",
1174
+ "operator",
1175
+ "interface",
1176
+ "namespace",
1177
+ "package",
1178
+ "typeParameter",
1179
+ "modules",
1180
+ "property",
1181
+ "enum",
1182
+ "enumMember",
1183
+ "string",
1184
+ "file",
1185
+ "array",
1186
+ "number",
1187
+ "boolean",
1188
+ "object",
1189
+ "key",
1190
+ "field",
1191
+ "constant"
1192
+ ],
1193
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
1194
+ "symbolIcon.arrayForeground",
1195
+ "symbolIcon.booleanForeground",
1196
+ "symbolIcon.classForeground",
1197
+ "symbolIcon.colorForeground",
1198
+ "symbolIcon.constantForeground",
1199
+ "symbolIcon.constructorForeground",
1200
+ "symbolIcon.enumeratorForeground",
1201
+ "symbolIcon.enumeratorMemberForeground",
1202
+ "symbolIcon.eventForeground",
1203
+ "symbolIcon.fieldForeground",
1204
+ "symbolIcon.fileForeground",
1205
+ "symbolIcon.folderForeground",
1206
+ "symbolIcon.functionForeground",
1207
+ "symbolIcon.interfaceForeground",
1208
+ "symbolIcon.keyForeground",
1209
+ "symbolIcon.keywordForeground",
1210
+ "symbolIcon.methodForeground",
1211
+ "symbolIcon.moduleForeground",
1212
+ "symbolIcon.namespaceForeground",
1213
+ "symbolIcon.nullForeground",
1214
+ "symbolIcon.numberForeground",
1215
+ "symbolIcon.objectForeground",
1216
+ "symbolIcon.operatorForeground",
1217
+ "symbolIcon.packageForeground",
1218
+ "symbolIcon.propertyForeground",
1219
+ "symbolIcon.referenceForeground",
1220
+ "symbolIcon.snippetForeground",
1221
+ "symbolIcon.stringForeground",
1222
+ "symbolIcon.structForeground",
1223
+ "symbolIcon.textForeground",
1224
+ "symbolIcon.typeParameterForeground",
1225
+ "symbolIcon.unitForeground",
1226
+ "symbolIcon.variableForeground"
1227
+ ],
1228
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1229
+ "referenceSearchVisible",
1230
+ "labelLoading",
1231
+ "metaTitle.N"
1232
+ ],
1233
+ "vs/platform/markers/common/markers": [
1234
1234
  "sev.error",
1235
1235
  "sev.warning",
1236
1236
  "sev.info"
@@ -1510,6 +1510,33 @@
1510
1510
  "hint.def",
1511
1511
  "hint.cmd"
1512
1512
  ],
1513
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
1514
+ "parameterHintsNextIcon",
1515
+ "parameterHintsPreviousIcon",
1516
+ "hint",
1517
+ "editorHoverWidgetHighlightForeground"
1518
+ ],
1519
+ "vs/platform/configuration/common/configurationRegistry": [
1520
+ "defaultLanguageConfigurationOverrides.title",
1521
+ "defaultLanguageConfiguration.description",
1522
+ "overrideSettings.defaultDescription",
1523
+ "overrideSettings.errorMessage",
1524
+ "overrideSettings.defaultDescription",
1525
+ "overrideSettings.errorMessage",
1526
+ "config.property.empty",
1527
+ "config.property.languageDefault",
1528
+ "config.property.duplicate"
1529
+ ],
1530
+ "vs/editor/contrib/rename/browser/renameInputField": [
1531
+ "renameInputVisible",
1532
+ "renameAriaLabel",
1533
+ {
1534
+ "key": "label",
1535
+ "comment": [
1536
+ "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
1537
+ ]
1538
+ }
1539
+ ],
1513
1540
  "vs/editor/contrib/suggest/browser/suggest": [
1514
1541
  "suggestWidgetDetailsVisible",
1515
1542
  "suggestWidgetMultipleSuggestions",
@@ -1537,12 +1564,6 @@
1537
1564
  "label.desc",
1538
1565
  "ariaCurrenttSuggestionReadDetails"
1539
1566
  ],
1540
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
1541
- "parameterHintsNextIcon",
1542
- "parameterHintsPreviousIcon",
1543
- "hint",
1544
- "editorHoverWidgetHighlightForeground"
1545
- ],
1546
1567
  "vs/platform/contextkey/common/contextkeys": [
1547
1568
  "isMac",
1548
1569
  "isLinux",
@@ -1552,27 +1573,6 @@
1552
1573
  "isIOS",
1553
1574
  "inputFocus"
1554
1575
  ],
1555
- "vs/platform/configuration/common/configurationRegistry": [
1556
- "defaultLanguageConfigurationOverrides.title",
1557
- "defaultLanguageConfiguration.description",
1558
- "overrideSettings.defaultDescription",
1559
- "overrideSettings.errorMessage",
1560
- "overrideSettings.defaultDescription",
1561
- "overrideSettings.errorMessage",
1562
- "config.property.empty",
1563
- "config.property.languageDefault",
1564
- "config.property.duplicate"
1565
- ],
1566
- "vs/editor/contrib/rename/browser/renameInputField": [
1567
- "renameInputVisible",
1568
- "renameAriaLabel",
1569
- {
1570
- "key": "label",
1571
- "comment": [
1572
- "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
1573
- ]
1574
- }
1575
- ],
1576
1576
  "vs/platform/quickinput/browser/commandsQuickAccess": [
1577
1577
  "commandPickAriaLabelWithKeybinding",
1578
1578
  "recentlyUsed",
@@ -2393,13 +2393,13 @@
2393
2393
  "Toggle Block Comment",
2394
2394
  "Toggle &&Block Comment"
2395
2395
  ],
2396
- "vs/editor/contrib/contextmenu/browser/contextmenu": [
2397
- "Show Editor Context Menu"
2398
- ],
2399
2396
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
2400
2397
  "Cursor Undo",
2401
2398
  "Cursor Redo"
2402
2399
  ],
2400
+ "vs/editor/contrib/contextmenu/browser/contextmenu": [
2401
+ "Show Editor Context Menu"
2402
+ ],
2403
2403
  "vs/editor/contrib/find/browser/findController": [
2404
2404
  "Find",
2405
2405
  "&&Find",
@@ -2522,6 +2522,35 @@
2522
2522
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
2523
2523
  "Expand Line Selection"
2524
2524
  ],
2525
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
2526
+ "Copy Line Up",
2527
+ "&&Copy Line Up",
2528
+ "Copy Line Down",
2529
+ "Co&&py Line Down",
2530
+ "Duplicate Selection",
2531
+ "&&Duplicate Selection",
2532
+ "Move Line Up",
2533
+ "Mo&&ve Line Up",
2534
+ "Move Line Down",
2535
+ "Move &&Line Down",
2536
+ "Sort Lines Ascending",
2537
+ "Sort Lines Descending",
2538
+ "Delete Duplicate Lines",
2539
+ "Trim Trailing Whitespace",
2540
+ "Delete Line",
2541
+ "Indent Line",
2542
+ "Outdent Line",
2543
+ "Insert Line Above",
2544
+ "Insert Line Below",
2545
+ "Delete All Left",
2546
+ "Delete All Right",
2547
+ "Join Lines",
2548
+ "Transpose characters around the cursor",
2549
+ "Transform to Uppercase",
2550
+ "Transform to Lowercase",
2551
+ "Transform to Title Case",
2552
+ "Transform to Snake Case"
2553
+ ],
2525
2554
  "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2526
2555
  "Start Linked Editing",
2527
2556
  "Background color when the editor auto renames on type."
@@ -2563,6 +2592,20 @@
2563
2592
  "Focus Previous Cursor",
2564
2593
  "Focuses the previous cursor"
2565
2594
  ],
2595
+ "vs/editor/contrib/parameterHints/browser/parameterHints": [
2596
+ "Trigger Parameter Hints"
2597
+ ],
2598
+ "vs/editor/contrib/rename/browser/rename": [
2599
+ "No result.",
2600
+ "An unknown error occurred while resolving rename location",
2601
+ "Renaming '{0}' to '{1}'",
2602
+ "Renaming {0} to {1}",
2603
+ "Successfully renamed '{0}' to '{1}'. Summary: {2}",
2604
+ "Rename failed to apply edits",
2605
+ "Rename failed to compute edits",
2606
+ "Rename Symbol",
2607
+ "Enable/disable the ability to preview changes before renaming"
2608
+ ],
2566
2609
  "vs/editor/contrib/smartSelect/browser/smartSelect": [
2567
2610
  "Expand Selection",
2568
2611
  "&&Expand Selection",
@@ -2627,40 +2670,16 @@
2627
2670
  "Remove Unusual Line Terminators",
2628
2671
  "Ignore"
2629
2672
  ],
2630
- "vs/editor/contrib/parameterHints/browser/parameterHints": [
2631
- "Trigger Parameter Hints"
2632
- ],
2633
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
2634
- "Copy Line Up",
2635
- "&&Copy Line Up",
2636
- "Copy Line Down",
2637
- "Co&&py Line Down",
2638
- "Duplicate Selection",
2639
- "&&Duplicate Selection",
2640
- "Move Line Up",
2641
- "Mo&&ve Line Up",
2642
- "Move Line Down",
2643
- "Move &&Line Down",
2644
- "Sort Lines Ascending",
2645
- "Sort Lines Descending",
2646
- "Delete Duplicate Lines",
2647
- "Trim Trailing Whitespace",
2648
- "Delete Line",
2649
- "Indent Line",
2650
- "Outdent Line",
2651
- "Insert Line Above",
2652
- "Insert Line Below",
2653
- "Delete All Left",
2654
- "Delete All Right",
2655
- "Join Lines",
2656
- "Transpose characters around the cursor",
2657
- "Transform to Uppercase",
2658
- "Transform to Lowercase",
2659
- "Transform to Title Case",
2660
- "Transform to Snake Case"
2661
- ],
2662
- "vs/editor/contrib/wordOperations/browser/wordOperations": [
2663
- "Delete Word"
2673
+ "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
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.",
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.",
2676
+ "Border color of a symbol during read-access, like reading a variable.",
2677
+ "Border color of a symbol during write-access, like writing to a variable.",
2678
+ "Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
2679
+ "Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
2680
+ "Go to Next Symbol Highlight",
2681
+ "Go to Previous Symbol Highlight",
2682
+ "Trigger Symbol Highlight"
2664
2683
  ],
2665
2684
  "vs/editor/common/standaloneStrings": [
2666
2685
  "No selection",
@@ -2698,6 +2717,9 @@
2698
2717
  "Toggle High Contrast Theme",
2699
2718
  "Made {0} edits in {1} files"
2700
2719
  ],
2720
+ "vs/editor/contrib/wordOperations/browser/wordOperations": [
2721
+ "Delete Word"
2722
+ ],
2701
2723
  "vs/editor/browser/editorExtensions": [
2702
2724
  "&&Undo",
2703
2725
  "Undo",
@@ -2706,115 +2728,6 @@
2706
2728
  "&&Select All",
2707
2729
  "Select All"
2708
2730
  ],
2709
- "vs/editor/contrib/rename/browser/rename": [
2710
- "No result.",
2711
- "An unknown error occurred while resolving rename location",
2712
- "Renaming '{0}' to '{1}'",
2713
- "Renaming {0} to {1}",
2714
- "Successfully renamed '{0}' to '{1}'. Summary: {2}",
2715
- "Rename failed to apply edits",
2716
- "Rename failed to compute edits",
2717
- "Rename Symbol",
2718
- "Enable/disable the ability to preview changes before renaming"
2719
- ],
2720
- "vs/platform/quickinput/browser/helpQuickAccess": [
2721
- "global commands",
2722
- "editor commands",
2723
- "{0}, {1}"
2724
- ],
2725
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
2726
- "Open a text editor first to go to a line.",
2727
- "Go to line {0} and character {1}.",
2728
- "Go to line {0}.",
2729
- "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.",
2730
- "Current Line: {0}, Character: {1}. Type a line number to navigate to."
2731
- ],
2732
- "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
2733
- "To go to a symbol, first open a text editor with symbol information.",
2734
- "The active text editor does not provide symbol information.",
2735
- "No matching editor symbols",
2736
- "No editor symbols",
2737
- "Open to the Side",
2738
- "Open to the Bottom",
2739
- "symbols ({0})",
2740
- "properties ({0})",
2741
- "methods ({0})",
2742
- "functions ({0})",
2743
- "constructors ({0})",
2744
- "variables ({0})",
2745
- "classes ({0})",
2746
- "structs ({0})",
2747
- "events ({0})",
2748
- "operators ({0})",
2749
- "interfaces ({0})",
2750
- "namespaces ({0})",
2751
- "packages ({0})",
2752
- "type parameters ({0})",
2753
- "modules ({0})",
2754
- "properties ({0})",
2755
- "enumerations ({0})",
2756
- "enumeration members ({0})",
2757
- "strings ({0})",
2758
- "files ({0})",
2759
- "arrays ({0})",
2760
- "numbers ({0})",
2761
- "booleans ({0})",
2762
- "objects ({0})",
2763
- "keys ({0})",
2764
- "fields ({0})",
2765
- "constants ({0})"
2766
- ],
2767
- "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
2768
- "The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2769
- "The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2770
- "The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2771
- "The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2772
- "The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2773
- "The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2774
- "The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2775
- "The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2776
- "The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2777
- "The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2778
- "The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2779
- "The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2780
- "The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2781
- "The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2782
- "The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2783
- "The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2784
- "The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2785
- "The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2786
- "The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2787
- "The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2788
- "The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2789
- "The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2790
- "The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2791
- "The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2792
- "The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2793
- "The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2794
- "The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2795
- "The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2796
- "The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2797
- "The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2798
- "The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2799
- "The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
2800
- "The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget."
2801
- ],
2802
- "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
2803
- "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.",
2804
- "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.",
2805
- "Border color of a symbol during read-access, like reading a variable.",
2806
- "Border color of a symbol during write-access, like writing to a variable.",
2807
- "Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
2808
- "Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
2809
- "Go to Next Symbol Highlight",
2810
- "Go to Previous Symbol Highlight",
2811
- "Trigger Symbol Highlight"
2812
- ],
2813
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
2814
- "Whether reference peek is visible, like 'Peek References' or 'Peek Definition'",
2815
- "Loading...",
2816
- "{0} ({1})"
2817
- ],
2818
2731
  "vs/editor/common/editorContextKeys": [
2819
2732
  "Whether the editor text has focus (cursor is blinking)",
2820
2733
  "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
@@ -3054,6 +2967,93 @@
3054
2967
  "The green color used in chart visualizations.",
3055
2968
  "The purple color used in chart visualizations."
3056
2969
  ],
2970
+ "vs/platform/quickinput/browser/helpQuickAccess": [
2971
+ "global commands",
2972
+ "editor commands",
2973
+ "{0}, {1}"
2974
+ ],
2975
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
2976
+ "Open a text editor first to go to a line.",
2977
+ "Go to line {0} and character {1}.",
2978
+ "Go to line {0}.",
2979
+ "Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.",
2980
+ "Current Line: {0}, Character: {1}. Type a line number to navigate to."
2981
+ ],
2982
+ "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
2983
+ "To go to a symbol, first open a text editor with symbol information.",
2984
+ "The active text editor does not provide symbol information.",
2985
+ "No matching editor symbols",
2986
+ "No editor symbols",
2987
+ "Open to the Side",
2988
+ "Open to the Bottom",
2989
+ "symbols ({0})",
2990
+ "properties ({0})",
2991
+ "methods ({0})",
2992
+ "functions ({0})",
2993
+ "constructors ({0})",
2994
+ "variables ({0})",
2995
+ "classes ({0})",
2996
+ "structs ({0})",
2997
+ "events ({0})",
2998
+ "operators ({0})",
2999
+ "interfaces ({0})",
3000
+ "namespaces ({0})",
3001
+ "packages ({0})",
3002
+ "type parameters ({0})",
3003
+ "modules ({0})",
3004
+ "properties ({0})",
3005
+ "enumerations ({0})",
3006
+ "enumeration members ({0})",
3007
+ "strings ({0})",
3008
+ "files ({0})",
3009
+ "arrays ({0})",
3010
+ "numbers ({0})",
3011
+ "booleans ({0})",
3012
+ "objects ({0})",
3013
+ "keys ({0})",
3014
+ "fields ({0})",
3015
+ "constants ({0})"
3016
+ ],
3017
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
3018
+ "The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3019
+ "The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3020
+ "The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3021
+ "The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3022
+ "The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3023
+ "The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3024
+ "The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3025
+ "The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3026
+ "The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3027
+ "The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3028
+ "The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3029
+ "The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3030
+ "The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3031
+ "The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3032
+ "The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3033
+ "The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3034
+ "The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3035
+ "The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3036
+ "The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3037
+ "The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3038
+ "The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3039
+ "The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3040
+ "The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3041
+ "The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3042
+ "The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3043
+ "The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3044
+ "The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3045
+ "The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3046
+ "The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3047
+ "The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3048
+ "The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3049
+ "The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
3050
+ "The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget."
3051
+ ],
3052
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
3053
+ "Whether reference peek is visible, like 'Peek References' or 'Peek Definition'",
3054
+ "Loading...",
3055
+ "{0} ({1})"
3056
+ ],
3057
3057
  "vs/platform/markers/common/markers": [
3058
3058
  "Error",
3059
3059
  "Warning",
@@ -3308,6 +3308,28 @@
3308
3308
  "Go to Definition ({0})",
3309
3309
  "Execute Command"
3310
3310
  ],
3311
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3312
+ "Icon for show next parameter hint.",
3313
+ "Icon for show previous parameter hint.",
3314
+ "{0}, hint",
3315
+ "Foreground color of the active item in the parameter hint."
3316
+ ],
3317
+ "vs/platform/configuration/common/configurationRegistry": [
3318
+ "Default Language Configuration Overrides",
3319
+ "Configure settings to be overridden for the {0} language.",
3320
+ "Configure editor settings to be overridden for a language.",
3321
+ "This setting does not support per-language configuration.",
3322
+ "Configure editor settings to be overridden for a language.",
3323
+ "This setting does not support per-language configuration.",
3324
+ "Cannot register an empty property",
3325
+ "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.",
3326
+ "Cannot register '{0}'. This property is already registered."
3327
+ ],
3328
+ "vs/editor/contrib/rename/browser/renameInputField": [
3329
+ "Whether the rename input widget is visible",
3330
+ "Rename input. Type new name and press Enter to commit.",
3331
+ "{0} to Rename, {1} to Preview"
3332
+ ],
3311
3333
  "vs/editor/contrib/suggest/browser/suggest": [
3312
3334
  "Whether suggestion details are visible",
3313
3335
  "Whether there are multiple suggestions to pick from",
@@ -3335,12 +3357,6 @@
3335
3357
  "{0}, {1}",
3336
3358
  "{0}, docs: {1}"
3337
3359
  ],
3338
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3339
- "Icon for show next parameter hint.",
3340
- "Icon for show previous parameter hint.",
3341
- "{0}, hint",
3342
- "Foreground color of the active item in the parameter hint."
3343
- ],
3344
3360
  "vs/platform/contextkey/common/contextkeys": [
3345
3361
  "Whether the operating system is macOS",
3346
3362
  "Whether the operating system is Linux",
@@ -3350,22 +3366,6 @@
3350
3366
  "Whether the operating system is iOS",
3351
3367
  "Whether keyboard focus is inside an input box"
3352
3368
  ],
3353
- "vs/platform/configuration/common/configurationRegistry": [
3354
- "Default Language Configuration Overrides",
3355
- "Configure settings to be overridden for the {0} language.",
3356
- "Configure editor settings to be overridden for a language.",
3357
- "This setting does not support per-language configuration.",
3358
- "Configure editor settings to be overridden for a language.",
3359
- "This setting does not support per-language configuration.",
3360
- "Cannot register an empty property",
3361
- "Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.",
3362
- "Cannot register '{0}'. This property is already registered."
3363
- ],
3364
- "vs/editor/contrib/rename/browser/renameInputField": [
3365
- "Whether the rename input widget is visible",
3366
- "Rename input. Type new name and press Enter to commit.",
3367
- "{0} to Rename, {1} to Preview"
3368
- ],
3369
3369
  "vs/platform/quickinput/browser/commandsQuickAccess": [
3370
3370
  "{0}, {1}",
3371
3371
  "recently used",