monaco-editor-core 0.34.0-dev.20220509 → 0.34.0-dev.20220510

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 +412 -412
  2. package/dev/nls.metadata.json +268 -268
  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
  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
+ ],
425
428
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
426
429
  "cursor.undo",
427
430
  "cursor.redo"
428
431
  ],
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
  {
@@ -481,6 +481,10 @@
481
481
  "EditorFontZoomOut.label",
482
482
  "EditorFontZoomReset.label"
483
483
  ],
484
+ "vs/editor/contrib/format/browser/formatActions": [
485
+ "formatDocument.label",
486
+ "formatSelection.label"
487
+ ],
484
488
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
485
489
  "peek.submenu",
486
490
  "def.title",
@@ -586,13 +590,45 @@
586
590
  ]
587
591
  }
588
592
  ],
589
- "vs/editor/contrib/format/browser/formatActions": [
590
- "formatDocument.label",
591
- "formatSelection.label"
593
+ "vs/editor/contrib/indentation/browser/indentation": [
594
+ "indentationToSpaces",
595
+ "indentationToTabs",
596
+ "configuredTabSize",
597
+ {
598
+ "key": "selectTabWidth",
599
+ "comment": [
600
+ "Tab corresponds to the tab key"
601
+ ]
602
+ },
603
+ "indentUsingTabs",
604
+ "indentUsingSpaces",
605
+ "detectIndentation",
606
+ "editor.reindentlines",
607
+ "editor.reindentselectedlines"
608
+ ],
609
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
610
+ "InPlaceReplaceAction.previous.label",
611
+ "InPlaceReplaceAction.next.label"
592
612
  ],
593
613
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
594
614
  "expandLineSelection"
595
615
  ],
616
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
617
+ "linkedEditing.label",
618
+ "editorLinkedEditingBackground"
619
+ ],
620
+ "vs/editor/contrib/links/browser/links": [
621
+ "invalid.url",
622
+ "missing.url",
623
+ "links.navigate.executeCmd",
624
+ "links.navigate.follow",
625
+ "links.navigate.kb.meta.mac",
626
+ "links.navigate.kb.meta",
627
+ "links.navigate.kb.alt.mac",
628
+ "links.navigate.kb.alt",
629
+ "tooltip.explanation",
630
+ "label"
631
+ ],
596
632
  "vs/editor/contrib/linesOperations/browser/linesOperations": [
597
633
  "lines.copyUp",
598
634
  {
@@ -647,22 +683,6 @@
647
683
  "editor.transformToTitlecase",
648
684
  "editor.transformToSnakecase"
649
685
  ],
650
- "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
651
- "linkedEditing.label",
652
- "editorLinkedEditingBackground"
653
- ],
654
- "vs/editor/contrib/links/browser/links": [
655
- "invalid.url",
656
- "missing.url",
657
- "links.navigate.executeCmd",
658
- "links.navigate.follow",
659
- "links.navigate.kb.meta.mac",
660
- "links.navigate.kb.meta",
661
- "links.navigate.kb.alt.mac",
662
- "links.navigate.kb.alt",
663
- "tooltip.explanation",
664
- "label"
665
- ],
666
686
  "vs/editor/contrib/multicursor/browser/multicursor": [
667
687
  "cursorAdded",
668
688
  "cursorsAdded",
@@ -748,25 +768,23 @@
748
768
  ]
749
769
  }
750
770
  ],
751
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
752
- "InPlaceReplaceAction.previous.label",
753
- "InPlaceReplaceAction.next.label"
771
+ "vs/editor/contrib/snippet/browser/snippetController2": [
772
+ "inSnippetMode",
773
+ "hasNextTabstop",
774
+ "hasPrevTabstop",
775
+ "next"
754
776
  ],
755
- "vs/editor/contrib/indentation/browser/indentation": [
756
- "indentationToSpaces",
757
- "indentationToTabs",
758
- "configuredTabSize",
759
- {
760
- "key": "selectTabWidth",
761
- "comment": [
762
- "Tab corresponds to the tab key"
763
- ]
764
- },
765
- "indentUsingTabs",
766
- "indentUsingSpaces",
767
- "detectIndentation",
768
- "editor.reindentlines",
769
- "editor.reindentselectedlines"
777
+ "vs/editor/contrib/suggest/browser/suggestController": [
778
+ "aria.alert.snippet",
779
+ "suggest.trigger.label",
780
+ "accept.insert",
781
+ "accept.insert",
782
+ "accept.replace",
783
+ "accept.replace",
784
+ "accept.insert",
785
+ "detail.more",
786
+ "detail.less",
787
+ "suggest.reset.label"
770
788
  ],
771
789
  "vs/editor/contrib/tokenization/browser/tokenization": [
772
790
  "forceRetokenize"
@@ -781,13 +799,6 @@
781
799
  "toggle.tabMovesFocus.on",
782
800
  "toggle.tabMovesFocus.off"
783
801
  ],
784
- "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
785
- "unusualLineTerminators.title",
786
- "unusualLineTerminators.message",
787
- "unusualLineTerminators.detail",
788
- "unusualLineTerminators.fix",
789
- "unusualLineTerminators.ignore"
790
- ],
791
802
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
792
803
  "warningIcon",
793
804
  "unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters",
@@ -813,6 +824,13 @@
813
824
  "unicodeHighlight.allowCommonCharactersInLanguage",
814
825
  "unicodeHighlight.configureUnicodeHighlightOptions"
815
826
  ],
827
+ "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
828
+ "unusualLineTerminators.title",
829
+ "unusualLineTerminators.message",
830
+ "unusualLineTerminators.detail",
831
+ "unusualLineTerminators.fix",
832
+ "unusualLineTerminators.ignore"
833
+ ],
816
834
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
817
835
  "wordHighlight",
818
836
  "wordHighlightStrong",
@@ -824,9 +842,6 @@
824
842
  "wordHighlight.previous.label",
825
843
  "wordHighlight.trigger.label"
826
844
  ],
827
- "vs/editor/contrib/wordOperations/browser/wordOperations": [
828
- "deleteInsideWord"
829
- ],
830
845
  "vs/editor/common/standaloneStrings": [
831
846
  "noSelection",
832
847
  "singleSelectionRange",
@@ -863,23 +878,63 @@
863
878
  "toggleHighContrast",
864
879
  "bulkEditServiceSummary"
865
880
  ],
866
- "vs/editor/contrib/snippet/browser/snippetController2": [
867
- "inSnippetMode",
868
- "hasNextTabstop",
869
- "hasPrevTabstop",
870
- "next"
881
+ "vs/editor/contrib/wordOperations/browser/wordOperations": [
882
+ "deleteInsideWord"
871
883
  ],
872
- "vs/editor/contrib/suggest/browser/suggestController": [
873
- "aria.alert.snippet",
874
- "suggest.trigger.label",
875
- "accept.insert",
876
- "accept.insert",
877
- "accept.replace",
878
- "accept.replace",
879
- "accept.insert",
880
- "detail.more",
881
- "detail.less",
882
- "suggest.reset.label"
884
+ "vs/editor/browser/editorExtensions": [
885
+ {
886
+ "key": "miUndo",
887
+ "comment": [
888
+ "&& denotes a mnemonic"
889
+ ]
890
+ },
891
+ "undo",
892
+ {
893
+ "key": "miRedo",
894
+ "comment": [
895
+ "&& denotes a mnemonic"
896
+ ]
897
+ },
898
+ "redo",
899
+ {
900
+ "key": "miSelectAll",
901
+ "comment": [
902
+ "&& denotes a mnemonic"
903
+ ]
904
+ },
905
+ "selectAll"
906
+ ],
907
+ "vs/editor/common/editorContextKeys": [
908
+ "editorTextFocus",
909
+ "editorFocus",
910
+ "textInputFocus",
911
+ "editorReadonly",
912
+ "inDiffEditor",
913
+ "editorColumnSelection",
914
+ "editorHasSelection",
915
+ "editorHasMultipleSelections",
916
+ "editorTabMovesFocus",
917
+ "editorHoverVisible",
918
+ "inCompositeEditor",
919
+ "editorLangId",
920
+ "editorHasCompletionItemProvider",
921
+ "editorHasCodeActionsProvider",
922
+ "editorHasCodeLensProvider",
923
+ "editorHasDefinitionProvider",
924
+ "editorHasDeclarationProvider",
925
+ "editorHasImplementationProvider",
926
+ "editorHasTypeDefinitionProvider",
927
+ "editorHasHoverProvider",
928
+ "editorHasDocumentHighlightProvider",
929
+ "editorHasDocumentSymbolProvider",
930
+ "editorHasReferenceProvider",
931
+ "editorHasRenameProvider",
932
+ "editorHasSignatureHelpProvider",
933
+ "editorHasInlayHintsProvider",
934
+ "editorHasDocumentFormattingProvider",
935
+ "editorHasDocumentSelectionFormattingProvider",
936
+ "editorHasMultipleDocumentFormattingProvider",
937
+ "editorHasMultipleDocumentSelectionFormattingProvider"
883
938
  ],
884
939
  "vs/platform/theme/common/colorRegistry": [
885
940
  "foreground",
@@ -1175,61 +1230,6 @@
1175
1230
  "labelLoading",
1176
1231
  "metaTitle.N"
1177
1232
  ],
1178
- "vs/editor/common/editorContextKeys": [
1179
- "editorTextFocus",
1180
- "editorFocus",
1181
- "textInputFocus",
1182
- "editorReadonly",
1183
- "inDiffEditor",
1184
- "editorColumnSelection",
1185
- "editorHasSelection",
1186
- "editorHasMultipleSelections",
1187
- "editorTabMovesFocus",
1188
- "editorHoverVisible",
1189
- "inCompositeEditor",
1190
- "editorLangId",
1191
- "editorHasCompletionItemProvider",
1192
- "editorHasCodeActionsProvider",
1193
- "editorHasCodeLensProvider",
1194
- "editorHasDefinitionProvider",
1195
- "editorHasDeclarationProvider",
1196
- "editorHasImplementationProvider",
1197
- "editorHasTypeDefinitionProvider",
1198
- "editorHasHoverProvider",
1199
- "editorHasDocumentHighlightProvider",
1200
- "editorHasDocumentSymbolProvider",
1201
- "editorHasReferenceProvider",
1202
- "editorHasRenameProvider",
1203
- "editorHasSignatureHelpProvider",
1204
- "editorHasInlayHintsProvider",
1205
- "editorHasDocumentFormattingProvider",
1206
- "editorHasDocumentSelectionFormattingProvider",
1207
- "editorHasMultipleDocumentFormattingProvider",
1208
- "editorHasMultipleDocumentSelectionFormattingProvider"
1209
- ],
1210
- "vs/editor/browser/editorExtensions": [
1211
- {
1212
- "key": "miUndo",
1213
- "comment": [
1214
- "&& denotes a mnemonic"
1215
- ]
1216
- },
1217
- "undo",
1218
- {
1219
- "key": "miRedo",
1220
- "comment": [
1221
- "&& denotes a mnemonic"
1222
- ]
1223
- },
1224
- "redo",
1225
- {
1226
- "key": "miSelectAll",
1227
- "comment": [
1228
- "&& denotes a mnemonic"
1229
- ]
1230
- },
1231
- "selectAll"
1232
- ],
1233
1233
  "vs/platform/markers/common/markers": [
1234
1234
  "sev.error",
1235
1235
  "sev.warning",
@@ -1417,12 +1417,6 @@
1417
1417
  "foldingExpandedIcon",
1418
1418
  "foldingCollapsedIcon"
1419
1419
  ],
1420
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
1421
- "showNextInlineSuggestion",
1422
- "showPreviousInlineSuggestion",
1423
- "acceptInlineSuggestion",
1424
- "inlineSuggestionFollows"
1425
- ],
1426
1420
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1427
1421
  "inlineSuggestionVisible",
1428
1422
  "inlineSuggestionHasIndentation",
@@ -1431,10 +1425,11 @@
1431
1425
  "action.inlineSuggest.showPrevious",
1432
1426
  "action.inlineSuggest.trigger"
1433
1427
  ],
1434
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1435
- "hasSymbols",
1436
- "location.kb",
1437
- "location"
1428
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
1429
+ "showNextInlineSuggestion",
1430
+ "showPreviousInlineSuggestion",
1431
+ "acceptInlineSuggestion",
1432
+ "inlineSuggestionFollows"
1438
1433
  ],
1439
1434
  "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1440
1435
  "aria.oneReference",
@@ -1451,6 +1446,11 @@
1451
1446
  "aria.result.n1",
1452
1447
  "aria.result.nm"
1453
1448
  ],
1449
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1450
+ "hasSymbols",
1451
+ "location.kb",
1452
+ "location"
1453
+ ],
1454
1454
  "vs/editor/contrib/message/browser/messageController": [
1455
1455
  "messageVisible",
1456
1456
  "editor.readonly"
@@ -1489,6 +1489,10 @@
1489
1489
  "editorMarkerNavigationInfoHeaderBackground",
1490
1490
  "editorMarkerNavigationBackground"
1491
1491
  ],
1492
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1493
+ "modesContentHover.loading",
1494
+ "too many characters"
1495
+ ],
1492
1496
  "vs/editor/contrib/hover/browser/markerHoverParticipant": [
1493
1497
  "view problem",
1494
1498
  "noQuickFixes",
@@ -1496,10 +1500,6 @@
1496
1500
  "noQuickFixes",
1497
1501
  "quick fixes"
1498
1502
  ],
1499
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1500
- "modesContentHover.loading",
1501
- "too many characters"
1502
- ],
1503
1503
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
1504
1504
  "hint.dbl",
1505
1505
  "links.navigate.kb.meta.mac",
@@ -1546,15 +1546,6 @@
1546
1546
  "suggestionInsertMode",
1547
1547
  "suggestionCanResolve"
1548
1548
  ],
1549
- "vs/platform/contextkey/common/contextkeys": [
1550
- "isMac",
1551
- "isLinux",
1552
- "isWindows",
1553
- "isWeb",
1554
- "isMacNative",
1555
- "isIOS",
1556
- "inputFocus"
1557
- ],
1558
1549
  "vs/editor/contrib/suggest/browser/suggestWidget": [
1559
1550
  "editorSuggestWidgetBackground",
1560
1551
  "editorSuggestWidgetBorder",
@@ -1573,6 +1564,15 @@
1573
1564
  "label.desc",
1574
1565
  "ariaCurrenttSuggestionReadDetails"
1575
1566
  ],
1567
+ "vs/platform/contextkey/common/contextkeys": [
1568
+ "isMac",
1569
+ "isLinux",
1570
+ "isWindows",
1571
+ "isWeb",
1572
+ "isMacNative",
1573
+ "isIOS",
1574
+ "inputFocus"
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
+ ],
2396
2399
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
2397
2400
  "Cursor Undo",
2398
2401
  "Cursor Redo"
2399
2402
  ],
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",
@@ -2442,6 +2442,10 @@
2442
2442
  "Editor Font Zoom Out",
2443
2443
  "Editor Font Zoom Reset"
2444
2444
  ],
2445
+ "vs/editor/contrib/format/browser/formatActions": [
2446
+ "Format Document",
2447
+ "Format Selection"
2448
+ ],
2445
2449
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
2446
2450
  "Peek",
2447
2451
  "Definitions",
@@ -2500,13 +2504,40 @@
2500
2504
  "Show Hover",
2501
2505
  "Show Definition Preview Hover"
2502
2506
  ],
2503
- "vs/editor/contrib/format/browser/formatActions": [
2504
- "Format Document",
2505
- "Format Selection"
2507
+ "vs/editor/contrib/indentation/browser/indentation": [
2508
+ "Convert Indentation to Spaces",
2509
+ "Convert Indentation to Tabs",
2510
+ "Configured Tab Size",
2511
+ "Select Tab Size for Current File",
2512
+ "Indent Using Tabs",
2513
+ "Indent Using Spaces",
2514
+ "Detect Indentation from Content",
2515
+ "Reindent Lines",
2516
+ "Reindent Selected Lines"
2517
+ ],
2518
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
2519
+ "Replace with Previous Value",
2520
+ "Replace with Next Value"
2506
2521
  ],
2507
2522
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
2508
2523
  "Expand Line Selection"
2509
2524
  ],
2525
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2526
+ "Start Linked Editing",
2527
+ "Background color when the editor auto renames on type."
2528
+ ],
2529
+ "vs/editor/contrib/links/browser/links": [
2530
+ "Failed to open this link because it is not well-formed: {0}",
2531
+ "Failed to open this link because its target is missing.",
2532
+ "Execute command",
2533
+ "Follow link",
2534
+ "cmd + click",
2535
+ "ctrl + click",
2536
+ "option + click",
2537
+ "alt + click",
2538
+ "Execute command {0}",
2539
+ "Open Link"
2540
+ ],
2510
2541
  "vs/editor/contrib/linesOperations/browser/linesOperations": [
2511
2542
  "Copy Line Up",
2512
2543
  "&&Copy Line Up",
@@ -2536,22 +2567,6 @@
2536
2567
  "Transform to Title Case",
2537
2568
  "Transform to Snake Case"
2538
2569
  ],
2539
- "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2540
- "Start Linked Editing",
2541
- "Background color when the editor auto renames on type."
2542
- ],
2543
- "vs/editor/contrib/links/browser/links": [
2544
- "Failed to open this link because it is not well-formed: {0}",
2545
- "Failed to open this link because its target is missing.",
2546
- "Execute command",
2547
- "Follow link",
2548
- "cmd + click",
2549
- "ctrl + click",
2550
- "option + click",
2551
- "alt + click",
2552
- "Execute command {0}",
2553
- "Open Link"
2554
- ],
2555
2570
  "vs/editor/contrib/multicursor/browser/multicursor": [
2556
2571
  "Cursor added: {0}",
2557
2572
  "Cursors added: {0}",
@@ -2597,20 +2612,23 @@
2597
2612
  "Shrink Selection",
2598
2613
  "&&Shrink Selection"
2599
2614
  ],
2600
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
2601
- "Replace with Previous Value",
2602
- "Replace with Next Value"
2615
+ "vs/editor/contrib/snippet/browser/snippetController2": [
2616
+ "Whether the editor in current in snippet mode",
2617
+ "Whether there is a next tab stop when in snippet mode",
2618
+ "Whether there is a previous tab stop when in snippet mode",
2619
+ "Go to next placeholder..."
2603
2620
  ],
2604
- "vs/editor/contrib/indentation/browser/indentation": [
2605
- "Convert Indentation to Spaces",
2606
- "Convert Indentation to Tabs",
2607
- "Configured Tab Size",
2608
- "Select Tab Size for Current File",
2609
- "Indent Using Tabs",
2610
- "Indent Using Spaces",
2611
- "Detect Indentation from Content",
2612
- "Reindent Lines",
2613
- "Reindent Selected Lines"
2621
+ "vs/editor/contrib/suggest/browser/suggestController": [
2622
+ "Accepting '{0}' made {1} additional edits",
2623
+ "Trigger Suggest",
2624
+ "Insert",
2625
+ "Insert",
2626
+ "Replace",
2627
+ "Replace",
2628
+ "Insert",
2629
+ "show less",
2630
+ "show more",
2631
+ "Reset Suggest Widget Size"
2614
2632
  ],
2615
2633
  "vs/editor/contrib/tokenization/browser/tokenization": [
2616
2634
  "Developer: Force Retokenize"
@@ -2620,13 +2638,6 @@
2620
2638
  "Pressing Tab will now move focus to the next focusable element",
2621
2639
  "Pressing Tab will now insert the tab character"
2622
2640
  ],
2623
- "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
2624
- "Unusual Line Terminators",
2625
- "Detected unusual line terminators",
2626
- "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`.",
2627
- "Remove Unusual Line Terminators",
2628
- "Ignore"
2629
- ],
2630
2641
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
2631
2642
  "Icon shown with a warning message in the extensions editor.",
2632
2643
  "This document contains many non-basic ASCII unicode characters",
@@ -2652,6 +2663,13 @@
2652
2663
  "Allow unicode characters that are more common in the language \"{0}\".",
2653
2664
  "Configure Unicode Highlight Options"
2654
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
+ ],
2655
2673
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
2656
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.",
2657
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.",
@@ -2663,9 +2681,6 @@
2663
2681
  "Go to Previous Symbol Highlight",
2664
2682
  "Trigger Symbol Highlight"
2665
2683
  ],
2666
- "vs/editor/contrib/wordOperations/browser/wordOperations": [
2667
- "Delete Word"
2668
- ],
2669
2684
  "vs/editor/common/standaloneStrings": [
2670
2685
  "No selection",
2671
2686
  "Line {0}, Column {1} ({2} selected)",
@@ -2702,23 +2717,48 @@
2702
2717
  "Toggle High Contrast Theme",
2703
2718
  "Made {0} edits in {1} files"
2704
2719
  ],
2705
- "vs/editor/contrib/snippet/browser/snippetController2": [
2706
- "Whether the editor in current in snippet mode",
2707
- "Whether there is a next tab stop when in snippet mode",
2708
- "Whether there is a previous tab stop when in snippet mode",
2709
- "Go to next placeholder..."
2720
+ "vs/editor/contrib/wordOperations/browser/wordOperations": [
2721
+ "Delete Word"
2710
2722
  ],
2711
- "vs/editor/contrib/suggest/browser/suggestController": [
2712
- "Accepting '{0}' made {1} additional edits",
2713
- "Trigger Suggest",
2714
- "Insert",
2715
- "Insert",
2716
- "Replace",
2717
- "Replace",
2718
- "Insert",
2719
- "show less",
2720
- "show more",
2721
- "Reset Suggest Widget Size"
2723
+ "vs/editor/browser/editorExtensions": [
2724
+ "&&Undo",
2725
+ "Undo",
2726
+ "&&Redo",
2727
+ "Redo",
2728
+ "&&Select All",
2729
+ "Select All"
2730
+ ],
2731
+ "vs/editor/common/editorContextKeys": [
2732
+ "Whether the editor text has focus (cursor is blinking)",
2733
+ "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
2734
+ "Whether an editor or a rich text input has focus (cursor is blinking)",
2735
+ "Whether the editor is read only",
2736
+ "Whether the context is a diff editor",
2737
+ "Whether `editor.columnSelection` is enabled",
2738
+ "Whether the editor has text selected",
2739
+ "Whether the editor has multiple selections",
2740
+ "Whether `Tab` will move focus out of the editor",
2741
+ "Whether the editor hover is visible",
2742
+ "Whether the editor is part of a larger editor (e.g. notebooks)",
2743
+ "The language identifier of the editor",
2744
+ "Whether the editor has a completion item provider",
2745
+ "Whether the editor has a code actions provider",
2746
+ "Whether the editor has a code lens provider",
2747
+ "Whether the editor has a definition provider",
2748
+ "Whether the editor has a declaration provider",
2749
+ "Whether the editor has an implementation provider",
2750
+ "Whether the editor has a type definition provider",
2751
+ "Whether the editor has a hover provider",
2752
+ "Whether the editor has a document highlight provider",
2753
+ "Whether the editor has a document symbol provider",
2754
+ "Whether the editor has a reference provider",
2755
+ "Whether the editor has a rename provider",
2756
+ "Whether the editor has a signature help provider",
2757
+ "Whether the editor has an inline hints provider",
2758
+ "Whether the editor has a document formatting provider",
2759
+ "Whether the editor has a document selection formatting provider",
2760
+ "Whether the editor has multiple document formatting providers",
2761
+ "Whether the editor has multiple document selection formatting providers"
2722
2762
  ],
2723
2763
  "vs/platform/theme/common/colorRegistry": [
2724
2764
  "Overall foreground color. This color is only used if not overridden by a component.",
@@ -3014,46 +3054,6 @@
3014
3054
  "Loading...",
3015
3055
  "{0} ({1})"
3016
3056
  ],
3017
- "vs/editor/common/editorContextKeys": [
3018
- "Whether the editor text has focus (cursor is blinking)",
3019
- "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
3020
- "Whether an editor or a rich text input has focus (cursor is blinking)",
3021
- "Whether the editor is read only",
3022
- "Whether the context is a diff editor",
3023
- "Whether `editor.columnSelection` is enabled",
3024
- "Whether the editor has text selected",
3025
- "Whether the editor has multiple selections",
3026
- "Whether `Tab` will move focus out of the editor",
3027
- "Whether the editor hover is visible",
3028
- "Whether the editor is part of a larger editor (e.g. notebooks)",
3029
- "The language identifier of the editor",
3030
- "Whether the editor has a completion item provider",
3031
- "Whether the editor has a code actions provider",
3032
- "Whether the editor has a code lens provider",
3033
- "Whether the editor has a definition provider",
3034
- "Whether the editor has a declaration provider",
3035
- "Whether the editor has an implementation provider",
3036
- "Whether the editor has a type definition provider",
3037
- "Whether the editor has a hover provider",
3038
- "Whether the editor has a document highlight provider",
3039
- "Whether the editor has a document symbol provider",
3040
- "Whether the editor has a reference provider",
3041
- "Whether the editor has a rename provider",
3042
- "Whether the editor has a signature help provider",
3043
- "Whether the editor has an inline hints provider",
3044
- "Whether the editor has a document formatting provider",
3045
- "Whether the editor has a document selection formatting provider",
3046
- "Whether the editor has multiple document formatting providers",
3047
- "Whether the editor has multiple document selection formatting providers"
3048
- ],
3049
- "vs/editor/browser/editorExtensions": [
3050
- "&&Undo",
3051
- "Undo",
3052
- "&&Redo",
3053
- "Redo",
3054
- "&&Select All",
3055
- "Select All"
3056
- ],
3057
3057
  "vs/platform/markers/common/markers": [
3058
3058
  "Error",
3059
3059
  "Warning",
@@ -3220,12 +3220,6 @@
3220
3220
  "Icon for expanded ranges in the editor glyph margin.",
3221
3221
  "Icon for collapsed ranges in the editor glyph margin."
3222
3222
  ],
3223
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
3224
- "Next",
3225
- "Previous",
3226
- "Accept",
3227
- "Suggestion:"
3228
- ],
3229
3223
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
3230
3224
  "Whether an inline suggestion is visible",
3231
3225
  "Whether the inline suggestion starts with whitespace",
@@ -3234,10 +3228,11 @@
3234
3228
  "Show Previous Inline Suggestion",
3235
3229
  "Trigger Inline Suggestion"
3236
3230
  ],
3237
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3238
- "Whether there are symbol locations that can be navigated via keyboard-only.",
3239
- "Symbol {0} of {1}, {2} for next",
3240
- "Symbol {0} of {1}"
3231
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
3232
+ "Next",
3233
+ "Previous",
3234
+ "Accept",
3235
+ "Suggestion:"
3241
3236
  ],
3242
3237
  "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3243
3238
  "symbol in {0} on line {1} at column {2}",
@@ -3249,6 +3244,11 @@
3249
3244
  "Found {0} symbols in {1}",
3250
3245
  "Found {0} symbols in {1} files"
3251
3246
  ],
3247
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3248
+ "Whether there are symbol locations that can be navigated via keyboard-only.",
3249
+ "Symbol {0} of {1}, {2} for next",
3250
+ "Symbol {0} of {1}"
3251
+ ],
3252
3252
  "vs/editor/contrib/message/browser/messageController": [
3253
3253
  "Whether the editor is currently showing an inline message",
3254
3254
  "Cannot edit in read-only editor"
@@ -3287,6 +3287,10 @@
3287
3287
  "Editor marker navigation widget info heading background.",
3288
3288
  "Editor marker navigation widget background."
3289
3289
  ],
3290
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3291
+ "Loading...",
3292
+ "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
3293
+ ],
3290
3294
  "vs/editor/contrib/hover/browser/markerHoverParticipant": [
3291
3295
  "View Problem",
3292
3296
  "No quick fixes available",
@@ -3294,10 +3298,6 @@
3294
3298
  "No quick fixes available",
3295
3299
  "Quick Fix..."
3296
3300
  ],
3297
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3298
- "Loading...",
3299
- "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
3300
- ],
3301
3301
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3302
3302
  "Double click to insert",
3303
3303
  "cmd + click",
@@ -3339,15 +3339,6 @@
3339
3339
  "Whether the default behaviour is to insert or replace",
3340
3340
  "Whether the current suggestion supports to resolve further details"
3341
3341
  ],
3342
- "vs/platform/contextkey/common/contextkeys": [
3343
- "Whether the operating system is macOS",
3344
- "Whether the operating system is Linux",
3345
- "Whether the operating system is Windows",
3346
- "Whether the platform is a web browser",
3347
- "Whether the operating system is macOS on a non-browser platform",
3348
- "Whether the operating system is iOS",
3349
- "Whether keyboard focus is inside an input box"
3350
- ],
3351
3342
  "vs/editor/contrib/suggest/browser/suggestWidget": [
3352
3343
  "Background color of the suggest widget.",
3353
3344
  "Border color of the suggest widget.",
@@ -3366,6 +3357,15 @@
3366
3357
  "{0}, {1}",
3367
3358
  "{0}, docs: {1}"
3368
3359
  ],
3360
+ "vs/platform/contextkey/common/contextkeys": [
3361
+ "Whether the operating system is macOS",
3362
+ "Whether the operating system is Linux",
3363
+ "Whether the operating system is Windows",
3364
+ "Whether the platform is a web browser",
3365
+ "Whether the operating system is macOS on a non-browser platform",
3366
+ "Whether the operating system is iOS",
3367
+ "Whether keyboard focus is inside an input box"
3368
+ ],
3369
3369
  "vs/platform/quickinput/browser/commandsQuickAccess": [
3370
3370
  "{0}, {1}",
3371
3371
  "recently used",