monaco-editor-core 0.33.0-dev.20220220 → 0.33.0-dev.20220221

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 +378 -378
  2. package/dev/nls.metadata.json +1251 -1251
  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 +7 -7
  7. package/dev/vs/editor/editor.main.nls.es.js +7 -7
  8. package/dev/vs/editor/editor.main.nls.fr.js +7 -7
  9. package/dev/vs/editor/editor.main.nls.it.js +7 -7
  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 +7 -7
  13. package/dev/vs/editor/editor.main.nls.ru.js +7 -7
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +7 -7
  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 +1 -1
  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 +1 -1
  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
@@ -319,404 +319,97 @@
319
319
  "hint1n",
320
320
  "hintnn"
321
321
  ],
322
- "vs/editor/browser/editorExtensions": [
322
+ "vs/editor/browser/coreCommands": [
323
+ "stickydesc",
324
+ "stickydesc",
325
+ "removedCursor"
326
+ ],
327
+ "vs/editor/browser/widget/codeEditorWidget": [
328
+ "cursors.maximum"
329
+ ],
330
+ "vs/editor/browser/widget/diffEditorWidget": [
331
+ "diffInsertIcon",
332
+ "diffRemoveIcon",
333
+ "diff.tooLarge"
334
+ ],
335
+ "vs/editor/contrib/anchorSelect/browser/anchorSelect": [
336
+ "selectionAnchor",
337
+ "anchorSet",
338
+ "setSelectionAnchor",
339
+ "goToSelectionAnchor",
340
+ "selectFromAnchorToCursor",
341
+ "cancelSelectionAnchor"
342
+ ],
343
+ "vs/editor/contrib/bracketMatching/browser/bracketMatching": [
344
+ "overviewRulerBracketMatchForeground",
345
+ "smartSelect.jumpBracket",
346
+ "smartSelect.selectToBracket",
323
347
  {
324
- "key": "miUndo",
348
+ "key": "miGoToBracket",
349
+ "comment": [
350
+ "&& denotes a mnemonic"
351
+ ]
352
+ }
353
+ ],
354
+ "vs/editor/contrib/caretOperations/browser/caretOperations": [
355
+ "caret.moveLeft",
356
+ "caret.moveRight"
357
+ ],
358
+ "vs/editor/contrib/caretOperations/browser/transpose": [
359
+ "transposeLetters.label"
360
+ ],
361
+ "vs/editor/contrib/clipboard/browser/clipboard": [
362
+ {
363
+ "key": "miCut",
325
364
  "comment": [
326
365
  "&& denotes a mnemonic"
327
366
  ]
328
367
  },
329
- "undo",
368
+ "actions.clipboard.cutLabel",
369
+ "actions.clipboard.cutLabel",
370
+ "actions.clipboard.cutLabel",
330
371
  {
331
- "key": "miRedo",
372
+ "key": "miCopy",
332
373
  "comment": [
333
374
  "&& denotes a mnemonic"
334
375
  ]
335
376
  },
336
- "redo",
377
+ "actions.clipboard.copyLabel",
378
+ "actions.clipboard.copyLabel",
379
+ "actions.clipboard.copyLabel",
380
+ "copy as",
381
+ "copy as",
337
382
  {
338
- "key": "miSelectAll",
383
+ "key": "miPaste",
339
384
  "comment": [
340
385
  "&& denotes a mnemonic"
341
386
  ]
342
387
  },
343
- "selectAll"
388
+ "actions.clipboard.pasteLabel",
389
+ "actions.clipboard.pasteLabel",
390
+ "actions.clipboard.pasteLabel",
391
+ "actions.clipboard.copyWithSyntaxHighlightingLabel"
344
392
  ],
345
- "vs/editor/common/editorContextKeys": [
346
- "editorTextFocus",
347
- "editorFocus",
348
- "textInputFocus",
349
- "editorReadonly",
350
- "inDiffEditor",
351
- "editorColumnSelection",
352
- "editorHasSelection",
353
- "editorHasMultipleSelections",
354
- "editorTabMovesFocus",
355
- "editorHoverVisible",
356
- "inCompositeEditor",
357
- "editorLangId",
358
- "editorHasCompletionItemProvider",
359
- "editorHasCodeActionsProvider",
360
- "editorHasCodeLensProvider",
361
- "editorHasDefinitionProvider",
362
- "editorHasDeclarationProvider",
363
- "editorHasImplementationProvider",
364
- "editorHasTypeDefinitionProvider",
365
- "editorHasHoverProvider",
366
- "editorHasDocumentHighlightProvider",
367
- "editorHasDocumentSymbolProvider",
368
- "editorHasReferenceProvider",
369
- "editorHasRenameProvider",
370
- "editorHasSignatureHelpProvider",
371
- "editorHasInlayHintsProvider",
372
- "editorHasDocumentFormattingProvider",
373
- "editorHasDocumentSelectionFormattingProvider",
374
- "editorHasMultipleDocumentFormattingProvider",
375
- "editorHasMultipleDocumentSelectionFormattingProvider"
393
+ "vs/editor/contrib/codelens/browser/codelensController": [
394
+ "showLensOnLine"
376
395
  ],
377
- "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
396
+ "vs/editor/contrib/comment/browser/comment": [
397
+ "comment.line",
378
398
  {
379
- "key": "toggle.tabMovesFocus",
399
+ "key": "miToggleLineComment",
380
400
  "comment": [
381
- "Turn on/off use of tab key for moving focus around VS Code"
401
+ "&& denotes a mnemonic"
382
402
  ]
383
403
  },
384
- "toggle.tabMovesFocus.on",
385
- "toggle.tabMovesFocus.off"
386
- ],
387
- "vs/platform/theme/common/colorRegistry": [
388
- "foreground",
389
- "errorForeground",
390
- "descriptionForeground",
391
- "iconForeground",
392
- "focusBorder",
393
- "contrastBorder",
394
- "activeContrastBorder",
395
- "selectionBackground",
396
- "textSeparatorForeground",
397
- "textLinkForeground",
398
- "textLinkActiveForeground",
399
- "textPreformatForeground",
400
- "textBlockQuoteBackground",
401
- "textBlockQuoteBorder",
402
- "textCodeBlockBackground",
403
- "widgetShadow",
404
- "inputBoxBackground",
405
- "inputBoxForeground",
406
- "inputBoxBorder",
407
- "inputBoxActiveOptionBorder",
408
- "inputOption.hoverBackground",
409
- "inputOption.activeBackground",
410
- "inputOption.activeForeground",
411
- "inputPlaceholderForeground",
412
- "inputValidationInfoBackground",
413
- "inputValidationInfoForeground",
414
- "inputValidationInfoBorder",
415
- "inputValidationWarningBackground",
416
- "inputValidationWarningForeground",
417
- "inputValidationWarningBorder",
418
- "inputValidationErrorBackground",
419
- "inputValidationErrorForeground",
420
- "inputValidationErrorBorder",
421
- "dropdownBackground",
422
- "dropdownListBackground",
423
- "dropdownForeground",
424
- "dropdownBorder",
425
- "checkbox.background",
426
- "checkbox.foreground",
427
- "checkbox.border",
428
- "buttonForeground",
429
- "buttonBackground",
430
- "buttonHoverBackground",
431
- "buttonBorder",
432
- "buttonSecondaryForeground",
433
- "buttonSecondaryBackground",
434
- "buttonSecondaryHoverBackground",
435
- "badgeBackground",
436
- "badgeForeground",
437
- "scrollbarShadow",
438
- "scrollbarSliderBackground",
439
- "scrollbarSliderHoverBackground",
440
- "scrollbarSliderActiveBackground",
441
- "progressBarBackground",
442
- "editorError.background",
443
- "editorError.foreground",
444
- "errorBorder",
445
- "editorWarning.background",
446
- "editorWarning.foreground",
447
- "warningBorder",
448
- "editorInfo.background",
449
- "editorInfo.foreground",
450
- "infoBorder",
451
- "editorHint.foreground",
452
- "hintBorder",
453
- "sashActiveBorder",
454
- "editorBackground",
455
- "editorForeground",
456
- "editorWidgetBackground",
457
- "editorWidgetForeground",
458
- "editorWidgetBorder",
459
- "editorWidgetResizeBorder",
460
- "pickerBackground",
461
- "pickerForeground",
462
- "pickerTitleBackground",
463
- "pickerGroupForeground",
464
- "pickerGroupBorder",
465
- "keybindingLabelBackground",
466
- "keybindingLabelForeground",
467
- "keybindingLabelBorder",
468
- "keybindingLabelBottomBorder",
469
- "editorSelectionBackground",
470
- "editorSelectionForeground",
471
- "editorInactiveSelection",
472
- "editorSelectionHighlight",
473
- "editorSelectionHighlightBorder",
474
- "editorFindMatch",
475
- "findMatchHighlight",
476
- "findRangeHighlight",
477
- "editorFindMatchBorder",
478
- "findMatchHighlightBorder",
479
- "findRangeHighlightBorder",
480
- "searchEditor.queryMatch",
481
- "searchEditor.editorFindMatchBorder",
482
- "hoverHighlight",
483
- "hoverBackground",
484
- "hoverForeground",
485
- "hoverBorder",
486
- "statusBarBackground",
487
- "activeLinkForeground",
488
- "editorInlayHintForeground",
489
- "editorInlayHintBackground",
490
- "editorInlayHintForegroundTypes",
491
- "editorInlayHintBackgroundTypes",
492
- "editorInlayHintForegroundParameter",
493
- "editorInlayHintBackgroundParameter",
494
- "editorLightBulbForeground",
495
- "editorLightBulbAutoFixForeground",
496
- "diffEditorInserted",
497
- "diffEditorRemoved",
498
- "diffEditorInsertedLines",
499
- "diffEditorRemovedLines",
500
- "diffEditorInsertedLineGutter",
501
- "diffEditorRemovedLineGutter",
502
- "diffEditorOverviewInserted",
503
- "diffEditorOverviewRemoved",
504
- "diffEditorInsertedOutline",
505
- "diffEditorRemovedOutline",
506
- "diffEditorBorder",
507
- "diffDiagonalFill",
508
- "listFocusBackground",
509
- "listFocusForeground",
510
- "listFocusOutline",
511
- "listActiveSelectionBackground",
512
- "listActiveSelectionForeground",
513
- "listActiveSelectionIconForeground",
514
- "listInactiveSelectionBackground",
515
- "listInactiveSelectionForeground",
516
- "listInactiveSelectionIconForeground",
517
- "listInactiveFocusBackground",
518
- "listInactiveFocusOutline",
519
- "listHoverBackground",
520
- "listHoverForeground",
521
- "listDropBackground",
522
- "highlight",
523
- "listFocusHighlightForeground",
524
- "invalidItemForeground",
525
- "listErrorForeground",
526
- "listWarningForeground",
527
- "listFilterWidgetBackground",
528
- "listFilterWidgetOutline",
529
- "listFilterWidgetNoMatchesOutline",
530
- "listFilterMatchHighlight",
531
- "listFilterMatchHighlightBorder",
532
- "treeIndentGuidesStroke",
533
- "tableColumnsBorder",
534
- "tableOddRowsBackgroundColor",
535
- "listDeemphasizedForeground",
536
- "quickInput.list.focusBackground deprecation",
537
- "quickInput.listFocusForeground",
538
- "quickInput.listFocusIconForeground",
539
- "quickInput.listFocusBackground",
540
- "menuBorder",
541
- "menuForeground",
542
- "menuBackground",
543
- "menuSelectionForeground",
544
- "menuSelectionBackground",
545
- "menuSelectionBorder",
546
- "menuSeparatorBackground",
547
- "toolbarHoverBackground",
548
- "toolbarHoverOutline",
549
- "toolbarActiveBackground",
550
- "snippetTabstopHighlightBackground",
551
- "snippetTabstopHighlightBorder",
552
- "snippetFinalTabstopHighlightBackground",
553
- "snippetFinalTabstopHighlightBorder",
554
- "breadcrumbsFocusForeground",
555
- "breadcrumbsBackground",
556
- "breadcrumbsFocusForeground",
557
- "breadcrumbsSelectedForegound",
558
- "breadcrumbsSelectedBackground",
559
- "mergeCurrentHeaderBackground",
560
- "mergeCurrentContentBackground",
561
- "mergeIncomingHeaderBackground",
562
- "mergeIncomingContentBackground",
563
- "mergeCommonHeaderBackground",
564
- "mergeCommonContentBackground",
565
- "mergeBorder",
566
- "overviewRulerCurrentContentForeground",
567
- "overviewRulerIncomingContentForeground",
568
- "overviewRulerCommonContentForeground",
569
- "overviewRulerFindMatchForeground",
570
- "overviewRulerSelectionHighlightForeground",
571
- "minimapFindMatchHighlight",
572
- "minimapSelectionOccurrenceHighlight",
573
- "minimapSelectionHighlight",
574
- "minimapError",
575
- "overviewRuleWarning",
576
- "minimapBackground",
577
- "minimapForegroundOpacity",
578
- "minimapSliderBackground",
579
- "minimapSliderHoverBackground",
580
- "minimapSliderActiveBackground",
581
- "problemsErrorIconForeground",
582
- "problemsWarningIconForeground",
583
- "problemsInfoIconForeground",
584
- "chartsForeground",
585
- "chartsLines",
586
- "chartsRed",
587
- "chartsBlue",
588
- "chartsYellow",
589
- "chartsOrange",
590
- "chartsGreen",
591
- "chartsPurple"
592
- ],
593
- "vs/editor/common/standaloneStrings": [
594
- "noSelection",
595
- "singleSelectionRange",
596
- "singleSelection",
597
- "multiSelectionRange",
598
- "multiSelection",
599
- "emergencyConfOn",
600
- "openingDocs",
601
- "readonlyDiffEditor",
602
- "editableDiffEditor",
603
- "readonlyEditor",
604
- "editableEditor",
605
- "changeConfigToOnMac",
606
- "changeConfigToOnWinLinux",
607
- "auto_on",
608
- "auto_off",
609
- "tabFocusModeOnMsg",
610
- "tabFocusModeOnMsgNoKb",
611
- "tabFocusModeOffMsg",
612
- "tabFocusModeOffMsgNoKb",
613
- "openDocMac",
614
- "openDocWinLinux",
615
- "outroMsg",
616
- "showAccessibilityHelpAction",
617
- "inspectTokens",
618
- "gotoLineActionLabel",
619
- "helpQuickAccess",
620
- "quickCommandActionLabel",
621
- "quickCommandActionHelp",
622
- "quickOutlineActionLabel",
623
- "quickOutlineByCategoryActionLabel",
624
- "editorViewAccessibleLabel",
625
- "accessibilityHelpMessage",
626
- "toggleHighContrast",
627
- "bulkEditServiceSummary"
628
- ],
629
- "vs/editor/browser/coreCommands": [
630
- "stickydesc",
631
- "stickydesc",
632
- "removedCursor"
633
- ],
634
- "vs/editor/browser/widget/codeEditorWidget": [
635
- "cursors.maximum"
636
- ],
637
- "vs/editor/browser/widget/diffEditorWidget": [
638
- "diffInsertIcon",
639
- "diffRemoveIcon",
640
- "diff.tooLarge"
641
- ],
642
- "vs/editor/contrib/anchorSelect/browser/anchorSelect": [
643
- "selectionAnchor",
644
- "anchorSet",
645
- "setSelectionAnchor",
646
- "goToSelectionAnchor",
647
- "selectFromAnchorToCursor",
648
- "cancelSelectionAnchor"
649
- ],
650
- "vs/editor/contrib/bracketMatching/browser/bracketMatching": [
651
- "overviewRulerBracketMatchForeground",
652
- "smartSelect.jumpBracket",
653
- "smartSelect.selectToBracket",
654
- {
655
- "key": "miGoToBracket",
656
- "comment": [
657
- "&& denotes a mnemonic"
658
- ]
659
- }
660
- ],
661
- "vs/editor/contrib/caretOperations/browser/caretOperations": [
662
- "caret.moveLeft",
663
- "caret.moveRight"
664
- ],
665
- "vs/editor/contrib/caretOperations/browser/transpose": [
666
- "transposeLetters.label"
667
- ],
668
- "vs/editor/contrib/clipboard/browser/clipboard": [
669
- {
670
- "key": "miCut",
671
- "comment": [
672
- "&& denotes a mnemonic"
673
- ]
674
- },
675
- "actions.clipboard.cutLabel",
676
- "actions.clipboard.cutLabel",
677
- "actions.clipboard.cutLabel",
678
- {
679
- "key": "miCopy",
680
- "comment": [
681
- "&& denotes a mnemonic"
682
- ]
683
- },
684
- "actions.clipboard.copyLabel",
685
- "actions.clipboard.copyLabel",
686
- "actions.clipboard.copyLabel",
687
- "copy as",
688
- "copy as",
689
- {
690
- "key": "miPaste",
691
- "comment": [
692
- "&& denotes a mnemonic"
693
- ]
694
- },
695
- "actions.clipboard.pasteLabel",
696
- "actions.clipboard.pasteLabel",
697
- "actions.clipboard.pasteLabel",
698
- "actions.clipboard.copyWithSyntaxHighlightingLabel"
699
- ],
700
- "vs/editor/contrib/codelens/browser/codelensController": [
701
- "showLensOnLine"
702
- ],
703
- "vs/editor/contrib/comment/browser/comment": [
704
- "comment.line",
705
- {
706
- "key": "miToggleLineComment",
707
- "comment": [
708
- "&& denotes a mnemonic"
709
- ]
710
- },
711
- "comment.line.add",
712
- "comment.line.remove",
713
- "comment.block",
714
- {
715
- "key": "miToggleBlockComment",
716
- "comment": [
717
- "&& denotes a mnemonic"
718
- ]
719
- }
404
+ "comment.line.add",
405
+ "comment.line.remove",
406
+ "comment.block",
407
+ {
408
+ "key": "miToggleBlockComment",
409
+ "comment": [
410
+ "&& denotes a mnemonic"
411
+ ]
412
+ }
720
413
  ],
721
414
  "vs/editor/contrib/contextmenu/browser/contextmenu": [
722
415
  "action.showContextMenu.label"
@@ -1080,6 +773,16 @@
1080
773
  "vs/editor/contrib/tokenization/browser/tokenization": [
1081
774
  "forceRetokenize"
1082
775
  ],
776
+ "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
777
+ {
778
+ "key": "toggle.tabMovesFocus",
779
+ "comment": [
780
+ "Turn on/off use of tab key for moving focus around VS Code"
781
+ ]
782
+ },
783
+ "toggle.tabMovesFocus.on",
784
+ "toggle.tabMovesFocus.off"
785
+ ],
1083
786
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
1084
787
  "warningIcon",
1085
788
  "unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters",
@@ -1126,406 +829,703 @@
1126
829
  "vs/editor/contrib/wordOperations/browser/wordOperations": [
1127
830
  "deleteInsideWord"
1128
831
  ],
1129
- "vs/platform/quickinput/browser/helpQuickAccess": [
1130
- "globalCommands",
1131
- "editorCommands",
1132
- "helpPickAriaLabel"
1133
- ],
1134
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1135
- "cannotRunGotoLine",
1136
- "gotoLineColumnLabel",
1137
- "gotoLineLabel",
1138
- "gotoLineLabelEmptyWithLimit",
1139
- "gotoLineLabelEmpty"
832
+ "vs/editor/common/standaloneStrings": [
833
+ "noSelection",
834
+ "singleSelectionRange",
835
+ "singleSelection",
836
+ "multiSelectionRange",
837
+ "multiSelection",
838
+ "emergencyConfOn",
839
+ "openingDocs",
840
+ "readonlyDiffEditor",
841
+ "editableDiffEditor",
842
+ "readonlyEditor",
843
+ "editableEditor",
844
+ "changeConfigToOnMac",
845
+ "changeConfigToOnWinLinux",
846
+ "auto_on",
847
+ "auto_off",
848
+ "tabFocusModeOnMsg",
849
+ "tabFocusModeOnMsgNoKb",
850
+ "tabFocusModeOffMsg",
851
+ "tabFocusModeOffMsgNoKb",
852
+ "openDocMac",
853
+ "openDocWinLinux",
854
+ "outroMsg",
855
+ "showAccessibilityHelpAction",
856
+ "inspectTokens",
857
+ "gotoLineActionLabel",
858
+ "helpQuickAccess",
859
+ "quickCommandActionLabel",
860
+ "quickCommandActionHelp",
861
+ "quickOutlineActionLabel",
862
+ "quickOutlineByCategoryActionLabel",
863
+ "editorViewAccessibleLabel",
864
+ "accessibilityHelpMessage",
865
+ "toggleHighContrast",
866
+ "bulkEditServiceSummary"
1140
867
  ],
1141
- "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1142
- "cannotRunGotoSymbolWithoutEditor",
1143
- "cannotRunGotoSymbolWithoutSymbolProvider",
1144
- "noMatchingSymbolResults",
1145
- "noSymbolResults",
1146
- "openToSide",
1147
- "openToBottom",
1148
- "symbols",
1149
- "property",
1150
- "method",
1151
- "function",
1152
- "_constructor",
1153
- "variable",
1154
- "class",
1155
- "struct",
1156
- "event",
1157
- "operator",
1158
- "interface",
1159
- "namespace",
1160
- "package",
1161
- "typeParameter",
1162
- "modules",
1163
- "property",
1164
- "enum",
1165
- "enumMember",
1166
- "string",
1167
- "file",
1168
- "array",
1169
- "number",
1170
- "boolean",
1171
- "object",
1172
- "key",
1173
- "field",
1174
- "constant"
1175
- ],
1176
- "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
1177
- "symbolIcon.arrayForeground",
1178
- "symbolIcon.booleanForeground",
1179
- "symbolIcon.classForeground",
1180
- "symbolIcon.colorForeground",
1181
- "symbolIcon.constantForeground",
1182
- "symbolIcon.constructorForeground",
1183
- "symbolIcon.enumeratorForeground",
1184
- "symbolIcon.enumeratorMemberForeground",
1185
- "symbolIcon.eventForeground",
1186
- "symbolIcon.fieldForeground",
1187
- "symbolIcon.fileForeground",
1188
- "symbolIcon.folderForeground",
1189
- "symbolIcon.functionForeground",
1190
- "symbolIcon.interfaceForeground",
1191
- "symbolIcon.keyForeground",
1192
- "symbolIcon.keywordForeground",
1193
- "symbolIcon.methodForeground",
1194
- "symbolIcon.moduleForeground",
1195
- "symbolIcon.namespaceForeground",
1196
- "symbolIcon.nullForeground",
1197
- "symbolIcon.numberForeground",
1198
- "symbolIcon.objectForeground",
1199
- "symbolIcon.operatorForeground",
1200
- "symbolIcon.packageForeground",
1201
- "symbolIcon.propertyForeground",
1202
- "symbolIcon.referenceForeground",
1203
- "symbolIcon.snippetForeground",
1204
- "symbolIcon.stringForeground",
1205
- "symbolIcon.structForeground",
1206
- "symbolIcon.textForeground",
1207
- "symbolIcon.typeParameterForeground",
1208
- "symbolIcon.unitForeground",
1209
- "symbolIcon.variableForeground"
1210
- ],
1211
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1212
- "referenceSearchVisible",
1213
- "labelLoading",
1214
- "metaTitle.N"
1215
- ],
1216
- "vs/platform/markers/common/markers": [
1217
- "sev.error",
1218
- "sev.warning",
1219
- "sev.info"
1220
- ],
1221
- "vs/editor/common/languages/modesRegistry": [
1222
- "plainText.alias"
1223
- ],
1224
- "vs/editor/common/core/editorColorRegistry": [
1225
- "lineHighlight",
1226
- "lineHighlightBorderBox",
1227
- "rangeHighlight",
1228
- "rangeHighlightBorder",
1229
- "symbolHighlight",
1230
- "symbolHighlightBorder",
1231
- "caret",
1232
- "editorCursorBackground",
1233
- "editorWhitespaces",
1234
- "editorIndentGuides",
1235
- "editorActiveIndentGuide",
1236
- "editorLineNumbers",
1237
- "editorActiveLineNumber",
1238
- "deprecatedEditorActiveLineNumber",
1239
- "editorActiveLineNumber",
1240
- "editorRuler",
1241
- "editorCodeLensForeground",
1242
- "editorBracketMatchBackground",
1243
- "editorBracketMatchBorder",
1244
- "editorOverviewRulerBorder",
1245
- "editorOverviewRulerBackground",
1246
- "editorGutter",
1247
- "unnecessaryCodeBorder",
1248
- "unnecessaryCodeOpacity",
1249
- "editorGhostTextBorder",
1250
- "editorGhostTextForeground",
1251
- "editorGhostTextBackground",
1252
- "overviewRulerRangeHighlight",
1253
- "overviewRuleError",
1254
- "overviewRuleWarning",
1255
- "overviewRuleInfo",
1256
- "editorBracketHighlightForeground1",
1257
- "editorBracketHighlightForeground2",
1258
- "editorBracketHighlightForeground3",
1259
- "editorBracketHighlightForeground4",
1260
- "editorBracketHighlightForeground5",
1261
- "editorBracketHighlightForeground6",
1262
- "editorBracketHighlightUnexpectedBracketForeground",
1263
- "editorBracketPairGuide.background1",
1264
- "editorBracketPairGuide.background2",
1265
- "editorBracketPairGuide.background3",
1266
- "editorBracketPairGuide.background4",
1267
- "editorBracketPairGuide.background5",
1268
- "editorBracketPairGuide.background6",
1269
- "editorBracketPairGuide.activeBackground1",
1270
- "editorBracketPairGuide.activeBackground2",
1271
- "editorBracketPairGuide.activeBackground3",
1272
- "editorBracketPairGuide.activeBackground4",
1273
- "editorBracketPairGuide.activeBackground5",
1274
- "editorBracketPairGuide.activeBackground6",
1275
- "editorUnicodeHighlight.border"
1276
- ],
1277
- "vs/editor/browser/widget/diffReview": [
1278
- "diffReviewInsertIcon",
1279
- "diffReviewRemoveIcon",
1280
- "diffReviewCloseIcon",
1281
- "label.close",
1282
- "no_lines_changed",
1283
- "one_line_changed",
1284
- "more_lines_changed",
868
+ "vs/editor/browser/editorExtensions": [
1285
869
  {
1286
- "key": "header",
870
+ "key": "miUndo",
1287
871
  "comment": [
1288
- "This is the ARIA label for a git diff header.",
1289
- "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1290
- "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1291
- "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1292
- "Variables 2 and 4 will be numbers (a line number).",
1293
- "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
872
+ "&& denotes a mnemonic"
1294
873
  ]
1295
874
  },
1296
- "blankLine",
875
+ "undo",
1297
876
  {
1298
- "key": "unchangedLine",
877
+ "key": "miRedo",
1299
878
  "comment": [
1300
- "The placeholders are contents of the line and should not be translated."
879
+ "&& denotes a mnemonic"
1301
880
  ]
1302
881
  },
1303
- "equalLine",
1304
- "insertLine",
1305
- "deleteLine",
1306
- "editor.action.diffReview.next",
1307
- "editor.action.diffReview.prev"
1308
- ],
1309
- "vs/editor/browser/widget/inlineDiffMargin": [
1310
- "diff.clipboard.copyDeletedLinesContent.label",
1311
- "diff.clipboard.copyDeletedLinesContent.single.label",
1312
- "diff.clipboard.copyChangedLinesContent.label",
1313
- "diff.clipboard.copyChangedLinesContent.single.label",
1314
- "diff.clipboard.copyDeletedLineContent.label",
1315
- "diff.clipboard.copyChangedLineContent.label",
1316
- "diff.inline.revertChange.label",
1317
- "diff.clipboard.copyDeletedLineContent.label",
1318
- "diff.clipboard.copyChangedLineContent.label"
1319
- ],
1320
- "vs/platform/theme/common/iconRegistry": [
1321
- "iconDefinition.fontId",
1322
- "iconDefinition.fontCharacter",
1323
- "widgetClose",
1324
- "previousChangeIcon",
1325
- "nextChangeIcon"
1326
- ],
1327
- "vs/base/browser/ui/actionbar/actionViewItems": [
882
+ "redo",
1328
883
  {
1329
- "key": "titleLabel",
884
+ "key": "miSelectAll",
1330
885
  "comment": [
1331
- "action title",
1332
- "action keybinding"
886
+ "&& denotes a mnemonic"
1333
887
  ]
1334
- }
1335
- ],
1336
- "vs/base/common/actions": [
1337
- "submenu.empty"
888
+ },
889
+ "selectAll"
1338
890
  ],
1339
- "vs/editor/contrib/codeAction/browser/codeActionCommands": [
1340
- "args.schema.kind",
1341
- "args.schema.apply",
1342
- "args.schema.apply.first",
1343
- "args.schema.apply.ifSingle",
1344
- "args.schema.apply.never",
1345
- "args.schema.preferred",
1346
- "applyCodeActionFailed",
1347
- "quickfix.trigger.label",
1348
- "editor.action.quickFix.noneMessage",
1349
- "editor.action.codeAction.noneMessage.preferred.kind",
1350
- "editor.action.codeAction.noneMessage.kind",
1351
- "editor.action.codeAction.noneMessage.preferred",
1352
- "editor.action.codeAction.noneMessage",
1353
- "refactor.label",
1354
- "editor.action.refactor.noneMessage.preferred.kind",
1355
- "editor.action.refactor.noneMessage.kind",
1356
- "editor.action.refactor.noneMessage.preferred",
1357
- "editor.action.refactor.noneMessage",
1358
- "source.label",
1359
- "editor.action.source.noneMessage.preferred.kind",
1360
- "editor.action.source.noneMessage.kind",
1361
- "editor.action.source.noneMessage.preferred",
1362
- "editor.action.source.noneMessage",
1363
- "organizeImports.label",
1364
- "editor.action.organize.noneMessage",
1365
- "fixAll.label",
1366
- "fixAll.noneMessage",
1367
- "autoFix.label",
1368
- "editor.action.autoFix.noneMessage"
891
+ "vs/editor/common/editorContextKeys": [
892
+ "editorTextFocus",
893
+ "editorFocus",
894
+ "textInputFocus",
895
+ "editorReadonly",
896
+ "inDiffEditor",
897
+ "editorColumnSelection",
898
+ "editorHasSelection",
899
+ "editorHasMultipleSelections",
900
+ "editorTabMovesFocus",
901
+ "editorHoverVisible",
902
+ "inCompositeEditor",
903
+ "editorLangId",
904
+ "editorHasCompletionItemProvider",
905
+ "editorHasCodeActionsProvider",
906
+ "editorHasCodeLensProvider",
907
+ "editorHasDefinitionProvider",
908
+ "editorHasDeclarationProvider",
909
+ "editorHasImplementationProvider",
910
+ "editorHasTypeDefinitionProvider",
911
+ "editorHasHoverProvider",
912
+ "editorHasDocumentHighlightProvider",
913
+ "editorHasDocumentSymbolProvider",
914
+ "editorHasReferenceProvider",
915
+ "editorHasRenameProvider",
916
+ "editorHasSignatureHelpProvider",
917
+ "editorHasInlayHintsProvider",
918
+ "editorHasDocumentFormattingProvider",
919
+ "editorHasDocumentSelectionFormattingProvider",
920
+ "editorHasMultipleDocumentFormattingProvider",
921
+ "editorHasMultipleDocumentSelectionFormattingProvider"
1369
922
  ],
1370
- "vs/editor/contrib/find/browser/findWidget": [
1371
- "findSelectionIcon",
1372
- "findCollapsedIcon",
1373
- "findExpandedIcon",
1374
- "findReplaceIcon",
1375
- "findReplaceAllIcon",
1376
- "findPreviousMatchIcon",
1377
- "findNextMatchIcon",
1378
- "label.find",
1379
- "placeholder.find",
1380
- "label.previousMatchButton",
1381
- "label.nextMatchButton",
1382
- "label.toggleSelectionFind",
1383
- "label.closeButton",
1384
- "label.replace",
1385
- "placeholder.replace",
1386
- "label.replaceButton",
1387
- "label.replaceAllButton",
1388
- "label.toggleReplaceButton",
1389
- "title.matchesCountLimit",
1390
- "label.matchesLocation",
1391
- "label.noResults",
1392
- "ariaSearchNoResultEmpty",
1393
- "ariaSearchNoResult",
1394
- "ariaSearchNoResultWithLineNum",
1395
- "ariaSearchNoResultWithLineNumNoCurrentMatch",
1396
- "ctrlEnter.keybindingChanged"
1397
- ],
1398
- "vs/editor/contrib/folding/browser/foldingDecorations": [
1399
- "foldingExpandedIcon",
1400
- "foldingCollapsedIcon"
923
+ "vs/platform/theme/common/colorRegistry": [
924
+ "foreground",
925
+ "errorForeground",
926
+ "descriptionForeground",
927
+ "iconForeground",
928
+ "focusBorder",
929
+ "contrastBorder",
930
+ "activeContrastBorder",
931
+ "selectionBackground",
932
+ "textSeparatorForeground",
933
+ "textLinkForeground",
934
+ "textLinkActiveForeground",
935
+ "textPreformatForeground",
936
+ "textBlockQuoteBackground",
937
+ "textBlockQuoteBorder",
938
+ "textCodeBlockBackground",
939
+ "widgetShadow",
940
+ "inputBoxBackground",
941
+ "inputBoxForeground",
942
+ "inputBoxBorder",
943
+ "inputBoxActiveOptionBorder",
944
+ "inputOption.hoverBackground",
945
+ "inputOption.activeBackground",
946
+ "inputOption.activeForeground",
947
+ "inputPlaceholderForeground",
948
+ "inputValidationInfoBackground",
949
+ "inputValidationInfoForeground",
950
+ "inputValidationInfoBorder",
951
+ "inputValidationWarningBackground",
952
+ "inputValidationWarningForeground",
953
+ "inputValidationWarningBorder",
954
+ "inputValidationErrorBackground",
955
+ "inputValidationErrorForeground",
956
+ "inputValidationErrorBorder",
957
+ "dropdownBackground",
958
+ "dropdownListBackground",
959
+ "dropdownForeground",
960
+ "dropdownBorder",
961
+ "checkbox.background",
962
+ "checkbox.foreground",
963
+ "checkbox.border",
964
+ "buttonForeground",
965
+ "buttonBackground",
966
+ "buttonHoverBackground",
967
+ "buttonBorder",
968
+ "buttonSecondaryForeground",
969
+ "buttonSecondaryBackground",
970
+ "buttonSecondaryHoverBackground",
971
+ "badgeBackground",
972
+ "badgeForeground",
973
+ "scrollbarShadow",
974
+ "scrollbarSliderBackground",
975
+ "scrollbarSliderHoverBackground",
976
+ "scrollbarSliderActiveBackground",
977
+ "progressBarBackground",
978
+ "editorError.background",
979
+ "editorError.foreground",
980
+ "errorBorder",
981
+ "editorWarning.background",
982
+ "editorWarning.foreground",
983
+ "warningBorder",
984
+ "editorInfo.background",
985
+ "editorInfo.foreground",
986
+ "infoBorder",
987
+ "editorHint.foreground",
988
+ "hintBorder",
989
+ "sashActiveBorder",
990
+ "editorBackground",
991
+ "editorForeground",
992
+ "editorWidgetBackground",
993
+ "editorWidgetForeground",
994
+ "editorWidgetBorder",
995
+ "editorWidgetResizeBorder",
996
+ "pickerBackground",
997
+ "pickerForeground",
998
+ "pickerTitleBackground",
999
+ "pickerGroupForeground",
1000
+ "pickerGroupBorder",
1001
+ "keybindingLabelBackground",
1002
+ "keybindingLabelForeground",
1003
+ "keybindingLabelBorder",
1004
+ "keybindingLabelBottomBorder",
1005
+ "editorSelectionBackground",
1006
+ "editorSelectionForeground",
1007
+ "editorInactiveSelection",
1008
+ "editorSelectionHighlight",
1009
+ "editorSelectionHighlightBorder",
1010
+ "editorFindMatch",
1011
+ "findMatchHighlight",
1012
+ "findRangeHighlight",
1013
+ "editorFindMatchBorder",
1014
+ "findMatchHighlightBorder",
1015
+ "findRangeHighlightBorder",
1016
+ "searchEditor.queryMatch",
1017
+ "searchEditor.editorFindMatchBorder",
1018
+ "hoverHighlight",
1019
+ "hoverBackground",
1020
+ "hoverForeground",
1021
+ "hoverBorder",
1022
+ "statusBarBackground",
1023
+ "activeLinkForeground",
1024
+ "editorInlayHintForeground",
1025
+ "editorInlayHintBackground",
1026
+ "editorInlayHintForegroundTypes",
1027
+ "editorInlayHintBackgroundTypes",
1028
+ "editorInlayHintForegroundParameter",
1029
+ "editorInlayHintBackgroundParameter",
1030
+ "editorLightBulbForeground",
1031
+ "editorLightBulbAutoFixForeground",
1032
+ "diffEditorInserted",
1033
+ "diffEditorRemoved",
1034
+ "diffEditorInsertedLines",
1035
+ "diffEditorRemovedLines",
1036
+ "diffEditorInsertedLineGutter",
1037
+ "diffEditorRemovedLineGutter",
1038
+ "diffEditorOverviewInserted",
1039
+ "diffEditorOverviewRemoved",
1040
+ "diffEditorInsertedOutline",
1041
+ "diffEditorRemovedOutline",
1042
+ "diffEditorBorder",
1043
+ "diffDiagonalFill",
1044
+ "listFocusBackground",
1045
+ "listFocusForeground",
1046
+ "listFocusOutline",
1047
+ "listActiveSelectionBackground",
1048
+ "listActiveSelectionForeground",
1049
+ "listActiveSelectionIconForeground",
1050
+ "listInactiveSelectionBackground",
1051
+ "listInactiveSelectionForeground",
1052
+ "listInactiveSelectionIconForeground",
1053
+ "listInactiveFocusBackground",
1054
+ "listInactiveFocusOutline",
1055
+ "listHoverBackground",
1056
+ "listHoverForeground",
1057
+ "listDropBackground",
1058
+ "highlight",
1059
+ "listFocusHighlightForeground",
1060
+ "invalidItemForeground",
1061
+ "listErrorForeground",
1062
+ "listWarningForeground",
1063
+ "listFilterWidgetBackground",
1064
+ "listFilterWidgetOutline",
1065
+ "listFilterWidgetNoMatchesOutline",
1066
+ "listFilterMatchHighlight",
1067
+ "listFilterMatchHighlightBorder",
1068
+ "treeIndentGuidesStroke",
1069
+ "tableColumnsBorder",
1070
+ "tableOddRowsBackgroundColor",
1071
+ "listDeemphasizedForeground",
1072
+ "quickInput.list.focusBackground deprecation",
1073
+ "quickInput.listFocusForeground",
1074
+ "quickInput.listFocusIconForeground",
1075
+ "quickInput.listFocusBackground",
1076
+ "menuBorder",
1077
+ "menuForeground",
1078
+ "menuBackground",
1079
+ "menuSelectionForeground",
1080
+ "menuSelectionBackground",
1081
+ "menuSelectionBorder",
1082
+ "menuSeparatorBackground",
1083
+ "toolbarHoverBackground",
1084
+ "toolbarHoverOutline",
1085
+ "toolbarActiveBackground",
1086
+ "snippetTabstopHighlightBackground",
1087
+ "snippetTabstopHighlightBorder",
1088
+ "snippetFinalTabstopHighlightBackground",
1089
+ "snippetFinalTabstopHighlightBorder",
1090
+ "breadcrumbsFocusForeground",
1091
+ "breadcrumbsBackground",
1092
+ "breadcrumbsFocusForeground",
1093
+ "breadcrumbsSelectedForegound",
1094
+ "breadcrumbsSelectedBackground",
1095
+ "mergeCurrentHeaderBackground",
1096
+ "mergeCurrentContentBackground",
1097
+ "mergeIncomingHeaderBackground",
1098
+ "mergeIncomingContentBackground",
1099
+ "mergeCommonHeaderBackground",
1100
+ "mergeCommonContentBackground",
1101
+ "mergeBorder",
1102
+ "overviewRulerCurrentContentForeground",
1103
+ "overviewRulerIncomingContentForeground",
1104
+ "overviewRulerCommonContentForeground",
1105
+ "overviewRulerFindMatchForeground",
1106
+ "overviewRulerSelectionHighlightForeground",
1107
+ "minimapFindMatchHighlight",
1108
+ "minimapSelectionOccurrenceHighlight",
1109
+ "minimapSelectionHighlight",
1110
+ "minimapError",
1111
+ "overviewRuleWarning",
1112
+ "minimapBackground",
1113
+ "minimapForegroundOpacity",
1114
+ "minimapSliderBackground",
1115
+ "minimapSliderHoverBackground",
1116
+ "minimapSliderActiveBackground",
1117
+ "problemsErrorIconForeground",
1118
+ "problemsWarningIconForeground",
1119
+ "problemsInfoIconForeground",
1120
+ "chartsForeground",
1121
+ "chartsLines",
1122
+ "chartsRed",
1123
+ "chartsBlue",
1124
+ "chartsYellow",
1125
+ "chartsOrange",
1126
+ "chartsGreen",
1127
+ "chartsPurple"
1401
1128
  ],
1402
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1403
- "inlineSuggestionVisible",
1404
- "inlineSuggestionHasIndentation",
1405
- "inlineSuggestionHasIndentationLessThanTabSize",
1406
- "action.inlineSuggest.showNext",
1407
- "action.inlineSuggest.showPrevious",
1408
- "action.inlineSuggest.trigger"
1129
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1130
+ "globalCommands",
1131
+ "editorCommands",
1132
+ "helpPickAriaLabel"
1409
1133
  ],
1410
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
1411
- "showNextInlineSuggestion",
1412
- "showPreviousInlineSuggestion",
1413
- "acceptInlineSuggestion",
1414
- "inlineSuggestionFollows"
1134
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1135
+ "cannotRunGotoLine",
1136
+ "gotoLineColumnLabel",
1137
+ "gotoLineLabel",
1138
+ "gotoLineLabelEmptyWithLimit",
1139
+ "gotoLineLabelEmpty"
1415
1140
  ],
1416
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1417
- "aria.oneReference",
1418
- {
1419
- "key": "aria.oneReference.preview",
1420
- "comment": [
1421
- "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1422
- ]
1423
- },
1424
- "aria.fileReferences.1",
1425
- "aria.fileReferences.N",
1426
- "aria.result.0",
1427
- "aria.result.1",
1428
- "aria.result.n1",
1429
- "aria.result.nm"
1430
- ],
1431
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1432
- "hasSymbols",
1433
- "location.kb",
1434
- "location"
1435
- ],
1436
- "vs/editor/contrib/message/browser/messageController": [
1437
- "messageVisible",
1438
- "editor.readonly"
1439
- ],
1440
- "vs/editor/contrib/peekView/browser/peekView": [
1441
- "inReferenceSearchEditor",
1442
- "label.close",
1443
- "peekViewTitleBackground",
1444
- "peekViewTitleForeground",
1445
- "peekViewTitleInfoForeground",
1446
- "peekViewBorder",
1447
- "peekViewResultsBackground",
1448
- "peekViewResultsMatchForeground",
1449
- "peekViewResultsFileForeground",
1450
- "peekViewResultsSelectionBackground",
1451
- "peekViewResultsSelectionForeground",
1452
- "peekViewEditorBackground",
1453
- "peekViewEditorGutterBackground",
1454
- "peekViewResultsMatchHighlight",
1455
- "peekViewEditorMatchHighlight",
1456
- "peekViewEditorMatchHighlightBorder"
1457
- ],
1458
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
1459
- "Error",
1460
- "Warning",
1461
- "Info",
1462
- "Hint",
1463
- "marker aria",
1464
- "problems",
1465
- "change",
1466
- "editorMarkerNavigationError",
1467
- "editorMarkerNavigationErrorHeaderBackground",
1468
- "editorMarkerNavigationWarning",
1469
- "editorMarkerNavigationWarningBackground",
1470
- "editorMarkerNavigationInfo",
1471
- "editorMarkerNavigationInfoHeaderBackground",
1472
- "editorMarkerNavigationBackground"
1141
+ "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1142
+ "cannotRunGotoSymbolWithoutEditor",
1143
+ "cannotRunGotoSymbolWithoutSymbolProvider",
1144
+ "noMatchingSymbolResults",
1145
+ "noSymbolResults",
1146
+ "openToSide",
1147
+ "openToBottom",
1148
+ "symbols",
1149
+ "property",
1150
+ "method",
1151
+ "function",
1152
+ "_constructor",
1153
+ "variable",
1154
+ "class",
1155
+ "struct",
1156
+ "event",
1157
+ "operator",
1158
+ "interface",
1159
+ "namespace",
1160
+ "package",
1161
+ "typeParameter",
1162
+ "modules",
1163
+ "property",
1164
+ "enum",
1165
+ "enumMember",
1166
+ "string",
1167
+ "file",
1168
+ "array",
1169
+ "number",
1170
+ "boolean",
1171
+ "object",
1172
+ "key",
1173
+ "field",
1174
+ "constant"
1473
1175
  ],
1474
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1475
- "modesContentHover.loading",
1476
- "too many characters"
1176
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons": [
1177
+ "symbolIcon.arrayForeground",
1178
+ "symbolIcon.booleanForeground",
1179
+ "symbolIcon.classForeground",
1180
+ "symbolIcon.colorForeground",
1181
+ "symbolIcon.constantForeground",
1182
+ "symbolIcon.constructorForeground",
1183
+ "symbolIcon.enumeratorForeground",
1184
+ "symbolIcon.enumeratorMemberForeground",
1185
+ "symbolIcon.eventForeground",
1186
+ "symbolIcon.fieldForeground",
1187
+ "symbolIcon.fileForeground",
1188
+ "symbolIcon.folderForeground",
1189
+ "symbolIcon.functionForeground",
1190
+ "symbolIcon.interfaceForeground",
1191
+ "symbolIcon.keyForeground",
1192
+ "symbolIcon.keywordForeground",
1193
+ "symbolIcon.methodForeground",
1194
+ "symbolIcon.moduleForeground",
1195
+ "symbolIcon.namespaceForeground",
1196
+ "symbolIcon.nullForeground",
1197
+ "symbolIcon.numberForeground",
1198
+ "symbolIcon.objectForeground",
1199
+ "symbolIcon.operatorForeground",
1200
+ "symbolIcon.packageForeground",
1201
+ "symbolIcon.propertyForeground",
1202
+ "symbolIcon.referenceForeground",
1203
+ "symbolIcon.snippetForeground",
1204
+ "symbolIcon.stringForeground",
1205
+ "symbolIcon.structForeground",
1206
+ "symbolIcon.textForeground",
1207
+ "symbolIcon.typeParameterForeground",
1208
+ "symbolIcon.unitForeground",
1209
+ "symbolIcon.variableForeground"
1477
1210
  ],
1478
- "vs/editor/contrib/hover/browser/markerHoverParticipant": [
1479
- "view problem",
1480
- "noQuickFixes",
1481
- "checkingForQuickFixes",
1482
- "noQuickFixes",
1483
- "quick fixes"
1211
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1212
+ "referenceSearchVisible",
1213
+ "labelLoading",
1214
+ "metaTitle.N"
1484
1215
  ],
1485
- "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
1486
- "read.title",
1487
- "stop.title"
1216
+ "vs/platform/markers/common/markers": [
1217
+ "sev.error",
1218
+ "sev.warning",
1219
+ "sev.info"
1488
1220
  ],
1489
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
1490
- "parameterHintsNextIcon",
1491
- "parameterHintsPreviousIcon",
1492
- "hint",
1493
- "editorHoverWidgetHighlightForeground"
1221
+ "vs/editor/common/languages/modesRegistry": [
1222
+ "plainText.alias"
1494
1223
  ],
1495
- "vs/platform/configuration/common/configurationRegistry": [
1496
- "defaultLanguageConfigurationOverrides.title",
1497
- "defaultLanguageConfiguration.description",
1498
- "overrideSettings.defaultDescription",
1499
- "overrideSettings.errorMessage",
1500
- "overrideSettings.defaultDescription",
1501
- "overrideSettings.errorMessage",
1502
- "config.property.empty",
1503
- "config.property.languageDefault",
1504
- "config.property.duplicate"
1224
+ "vs/editor/common/core/editorColorRegistry": [
1225
+ "lineHighlight",
1226
+ "lineHighlightBorderBox",
1227
+ "rangeHighlight",
1228
+ "rangeHighlightBorder",
1229
+ "symbolHighlight",
1230
+ "symbolHighlightBorder",
1231
+ "caret",
1232
+ "editorCursorBackground",
1233
+ "editorWhitespaces",
1234
+ "editorIndentGuides",
1235
+ "editorActiveIndentGuide",
1236
+ "editorLineNumbers",
1237
+ "editorActiveLineNumber",
1238
+ "deprecatedEditorActiveLineNumber",
1239
+ "editorActiveLineNumber",
1240
+ "editorRuler",
1241
+ "editorCodeLensForeground",
1242
+ "editorBracketMatchBackground",
1243
+ "editorBracketMatchBorder",
1244
+ "editorOverviewRulerBorder",
1245
+ "editorOverviewRulerBackground",
1246
+ "editorGutter",
1247
+ "unnecessaryCodeBorder",
1248
+ "unnecessaryCodeOpacity",
1249
+ "editorGhostTextBorder",
1250
+ "editorGhostTextForeground",
1251
+ "editorGhostTextBackground",
1252
+ "overviewRulerRangeHighlight",
1253
+ "overviewRuleError",
1254
+ "overviewRuleWarning",
1255
+ "overviewRuleInfo",
1256
+ "editorBracketHighlightForeground1",
1257
+ "editorBracketHighlightForeground2",
1258
+ "editorBracketHighlightForeground3",
1259
+ "editorBracketHighlightForeground4",
1260
+ "editorBracketHighlightForeground5",
1261
+ "editorBracketHighlightForeground6",
1262
+ "editorBracketHighlightUnexpectedBracketForeground",
1263
+ "editorBracketPairGuide.background1",
1264
+ "editorBracketPairGuide.background2",
1265
+ "editorBracketPairGuide.background3",
1266
+ "editorBracketPairGuide.background4",
1267
+ "editorBracketPairGuide.background5",
1268
+ "editorBracketPairGuide.background6",
1269
+ "editorBracketPairGuide.activeBackground1",
1270
+ "editorBracketPairGuide.activeBackground2",
1271
+ "editorBracketPairGuide.activeBackground3",
1272
+ "editorBracketPairGuide.activeBackground4",
1273
+ "editorBracketPairGuide.activeBackground5",
1274
+ "editorBracketPairGuide.activeBackground6",
1275
+ "editorUnicodeHighlight.border"
1505
1276
  ],
1506
- "vs/editor/contrib/rename/browser/renameInputField": [
1507
- "renameInputVisible",
1508
- "renameAriaLabel",
1277
+ "vs/editor/browser/widget/diffReview": [
1278
+ "diffReviewInsertIcon",
1279
+ "diffReviewRemoveIcon",
1280
+ "diffReviewCloseIcon",
1281
+ "label.close",
1282
+ "no_lines_changed",
1283
+ "one_line_changed",
1284
+ "more_lines_changed",
1509
1285
  {
1510
- "key": "label",
1286
+ "key": "header",
1511
1287
  "comment": [
1512
- "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
1288
+ "This is the ARIA label for a git diff header.",
1289
+ "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1290
+ "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1291
+ "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1292
+ "Variables 2 and 4 will be numbers (a line number).",
1293
+ "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
1513
1294
  ]
1514
- }
1515
- ],
1516
- "vs/editor/contrib/suggest/browser/suggest": [
1517
- "suggestWidgetDetailsVisible",
1518
- "suggestWidgetMultipleSuggestions",
1519
- "suggestionMakesTextEdit",
1520
- "acceptSuggestionOnEnter",
1521
- "suggestionHasInsertAndReplaceRange",
1522
- "suggestionInsertMode",
1523
- "suggestionCanResolve"
1295
+ },
1296
+ "blankLine",
1297
+ {
1298
+ "key": "unchangedLine",
1299
+ "comment": [
1300
+ "The placeholders are contents of the line and should not be translated."
1301
+ ]
1302
+ },
1303
+ "equalLine",
1304
+ "insertLine",
1305
+ "deleteLine",
1306
+ "editor.action.diffReview.next",
1307
+ "editor.action.diffReview.prev"
1524
1308
  ],
1525
- "vs/editor/contrib/suggest/browser/suggestWidget": [
1526
- "editorSuggestWidgetBackground",
1527
- "editorSuggestWidgetBorder",
1528
- "editorSuggestWidgetForeground",
1309
+ "vs/editor/browser/widget/inlineDiffMargin": [
1310
+ "diff.clipboard.copyDeletedLinesContent.label",
1311
+ "diff.clipboard.copyDeletedLinesContent.single.label",
1312
+ "diff.clipboard.copyChangedLinesContent.label",
1313
+ "diff.clipboard.copyChangedLinesContent.single.label",
1314
+ "diff.clipboard.copyDeletedLineContent.label",
1315
+ "diff.clipboard.copyChangedLineContent.label",
1316
+ "diff.inline.revertChange.label",
1317
+ "diff.clipboard.copyDeletedLineContent.label",
1318
+ "diff.clipboard.copyChangedLineContent.label"
1319
+ ],
1320
+ "vs/platform/theme/common/iconRegistry": [
1321
+ "iconDefinition.fontId",
1322
+ "iconDefinition.fontCharacter",
1323
+ "widgetClose",
1324
+ "previousChangeIcon",
1325
+ "nextChangeIcon"
1326
+ ],
1327
+ "vs/editor/contrib/codeAction/browser/codeActionCommands": [
1328
+ "args.schema.kind",
1329
+ "args.schema.apply",
1330
+ "args.schema.apply.first",
1331
+ "args.schema.apply.ifSingle",
1332
+ "args.schema.apply.never",
1333
+ "args.schema.preferred",
1334
+ "applyCodeActionFailed",
1335
+ "quickfix.trigger.label",
1336
+ "editor.action.quickFix.noneMessage",
1337
+ "editor.action.codeAction.noneMessage.preferred.kind",
1338
+ "editor.action.codeAction.noneMessage.kind",
1339
+ "editor.action.codeAction.noneMessage.preferred",
1340
+ "editor.action.codeAction.noneMessage",
1341
+ "refactor.label",
1342
+ "editor.action.refactor.noneMessage.preferred.kind",
1343
+ "editor.action.refactor.noneMessage.kind",
1344
+ "editor.action.refactor.noneMessage.preferred",
1345
+ "editor.action.refactor.noneMessage",
1346
+ "source.label",
1347
+ "editor.action.source.noneMessage.preferred.kind",
1348
+ "editor.action.source.noneMessage.kind",
1349
+ "editor.action.source.noneMessage.preferred",
1350
+ "editor.action.source.noneMessage",
1351
+ "organizeImports.label",
1352
+ "editor.action.organize.noneMessage",
1353
+ "fixAll.label",
1354
+ "fixAll.noneMessage",
1355
+ "autoFix.label",
1356
+ "editor.action.autoFix.noneMessage"
1357
+ ],
1358
+ "vs/base/browser/ui/actionbar/actionViewItems": [
1359
+ {
1360
+ "key": "titleLabel",
1361
+ "comment": [
1362
+ "action title",
1363
+ "action keybinding"
1364
+ ]
1365
+ }
1366
+ ],
1367
+ "vs/base/common/actions": [
1368
+ "submenu.empty"
1369
+ ],
1370
+ "vs/editor/contrib/find/browser/findWidget": [
1371
+ "findSelectionIcon",
1372
+ "findCollapsedIcon",
1373
+ "findExpandedIcon",
1374
+ "findReplaceIcon",
1375
+ "findReplaceAllIcon",
1376
+ "findPreviousMatchIcon",
1377
+ "findNextMatchIcon",
1378
+ "label.find",
1379
+ "placeholder.find",
1380
+ "label.previousMatchButton",
1381
+ "label.nextMatchButton",
1382
+ "label.toggleSelectionFind",
1383
+ "label.closeButton",
1384
+ "label.replace",
1385
+ "placeholder.replace",
1386
+ "label.replaceButton",
1387
+ "label.replaceAllButton",
1388
+ "label.toggleReplaceButton",
1389
+ "title.matchesCountLimit",
1390
+ "label.matchesLocation",
1391
+ "label.noResults",
1392
+ "ariaSearchNoResultEmpty",
1393
+ "ariaSearchNoResult",
1394
+ "ariaSearchNoResultWithLineNum",
1395
+ "ariaSearchNoResultWithLineNumNoCurrentMatch",
1396
+ "ctrlEnter.keybindingChanged"
1397
+ ],
1398
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
1399
+ "foldingExpandedIcon",
1400
+ "foldingCollapsedIcon"
1401
+ ],
1402
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1403
+ "inlineSuggestionVisible",
1404
+ "inlineSuggestionHasIndentation",
1405
+ "inlineSuggestionHasIndentationLessThanTabSize",
1406
+ "action.inlineSuggest.showNext",
1407
+ "action.inlineSuggest.showPrevious",
1408
+ "action.inlineSuggest.trigger"
1409
+ ],
1410
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
1411
+ "showNextInlineSuggestion",
1412
+ "showPreviousInlineSuggestion",
1413
+ "acceptInlineSuggestion",
1414
+ "inlineSuggestionFollows"
1415
+ ],
1416
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1417
+ "aria.oneReference",
1418
+ {
1419
+ "key": "aria.oneReference.preview",
1420
+ "comment": [
1421
+ "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1422
+ ]
1423
+ },
1424
+ "aria.fileReferences.1",
1425
+ "aria.fileReferences.N",
1426
+ "aria.result.0",
1427
+ "aria.result.1",
1428
+ "aria.result.n1",
1429
+ "aria.result.nm"
1430
+ ],
1431
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1432
+ "hasSymbols",
1433
+ "location.kb",
1434
+ "location"
1435
+ ],
1436
+ "vs/editor/contrib/message/browser/messageController": [
1437
+ "messageVisible",
1438
+ "editor.readonly"
1439
+ ],
1440
+ "vs/editor/contrib/peekView/browser/peekView": [
1441
+ "inReferenceSearchEditor",
1442
+ "label.close",
1443
+ "peekViewTitleBackground",
1444
+ "peekViewTitleForeground",
1445
+ "peekViewTitleInfoForeground",
1446
+ "peekViewBorder",
1447
+ "peekViewResultsBackground",
1448
+ "peekViewResultsMatchForeground",
1449
+ "peekViewResultsFileForeground",
1450
+ "peekViewResultsSelectionBackground",
1451
+ "peekViewResultsSelectionForeground",
1452
+ "peekViewEditorBackground",
1453
+ "peekViewEditorGutterBackground",
1454
+ "peekViewResultsMatchHighlight",
1455
+ "peekViewEditorMatchHighlight",
1456
+ "peekViewEditorMatchHighlightBorder"
1457
+ ],
1458
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
1459
+ "Error",
1460
+ "Warning",
1461
+ "Info",
1462
+ "Hint",
1463
+ "marker aria",
1464
+ "problems",
1465
+ "change",
1466
+ "editorMarkerNavigationError",
1467
+ "editorMarkerNavigationErrorHeaderBackground",
1468
+ "editorMarkerNavigationWarning",
1469
+ "editorMarkerNavigationWarningBackground",
1470
+ "editorMarkerNavigationInfo",
1471
+ "editorMarkerNavigationInfoHeaderBackground",
1472
+ "editorMarkerNavigationBackground"
1473
+ ],
1474
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1475
+ "modesContentHover.loading",
1476
+ "too many characters"
1477
+ ],
1478
+ "vs/editor/contrib/hover/browser/markerHoverParticipant": [
1479
+ "view problem",
1480
+ "noQuickFixes",
1481
+ "checkingForQuickFixes",
1482
+ "noQuickFixes",
1483
+ "quick fixes"
1484
+ ],
1485
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
1486
+ "read.title",
1487
+ "stop.title"
1488
+ ],
1489
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
1490
+ "parameterHintsNextIcon",
1491
+ "parameterHintsPreviousIcon",
1492
+ "hint",
1493
+ "editorHoverWidgetHighlightForeground"
1494
+ ],
1495
+ "vs/platform/configuration/common/configurationRegistry": [
1496
+ "defaultLanguageConfigurationOverrides.title",
1497
+ "defaultLanguageConfiguration.description",
1498
+ "overrideSettings.defaultDescription",
1499
+ "overrideSettings.errorMessage",
1500
+ "overrideSettings.defaultDescription",
1501
+ "overrideSettings.errorMessage",
1502
+ "config.property.empty",
1503
+ "config.property.languageDefault",
1504
+ "config.property.duplicate"
1505
+ ],
1506
+ "vs/editor/contrib/rename/browser/renameInputField": [
1507
+ "renameInputVisible",
1508
+ "renameAriaLabel",
1509
+ {
1510
+ "key": "label",
1511
+ "comment": [
1512
+ "placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
1513
+ ]
1514
+ }
1515
+ ],
1516
+ "vs/editor/contrib/suggest/browser/suggest": [
1517
+ "suggestWidgetDetailsVisible",
1518
+ "suggestWidgetMultipleSuggestions",
1519
+ "suggestionMakesTextEdit",
1520
+ "acceptSuggestionOnEnter",
1521
+ "suggestionHasInsertAndReplaceRange",
1522
+ "suggestionInsertMode",
1523
+ "suggestionCanResolve"
1524
+ ],
1525
+ "vs/editor/contrib/suggest/browser/suggestWidget": [
1526
+ "editorSuggestWidgetBackground",
1527
+ "editorSuggestWidgetBorder",
1528
+ "editorSuggestWidgetForeground",
1529
1529
  "editorSuggestWidgetSelectedForeground",
1530
1530
  "editorSuggestWidgetSelectedIconForeground",
1531
1531
  "editorSuggestWidgetSelectedBackground",
@@ -2092,500 +2092,213 @@
2092
2092
  "The horizontal scrollbar will be visible only when necessary.",
2093
2093
  "The horizontal scrollbar will always be visible.",
2094
2094
  "The horizontal scrollbar will always be hidden.",
2095
- "Controls the visibility of the horizontal scrollbar.",
2096
- "The width of the vertical scrollbar.",
2097
- "The height of the horizontal scrollbar.",
2098
- "Controls whether clicks scroll by page or jump to click position.",
2099
- "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.",
2100
- "Controls whether characters that just reserve space or have no width at all are highlighted.",
2101
- "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.",
2102
- "Controls whether characters in comments should also be subject to unicode highlighting.",
2103
- "Controls whether characters in strings should also be subject to unicode highlighting.",
2104
- "Defines allowed characters that are not being highlighted.",
2105
- "Unicode characters that are common in allowed locales are not being highlighted.",
2106
- "Controls whether to automatically show inline suggestions in the editor.",
2107
- "Controls whether bracket pair colorization is enabled or not. Use 'workbench.colorCustomizations' to override the bracket highlight colors.",
2108
- "Enables bracket pair guides.",
2109
- "Enables bracket pair guides only for the active bracket pair.",
2110
- "Disables bracket pair guides.",
2111
- "Controls whether bracket pair guides are enabled or not.",
2112
- "Enables horizontal guides as addition to vertical bracket pair guides.",
2113
- "Enables horizontal guides only for the active bracket pair.",
2114
- "Disables horizontal bracket pair guides.",
2115
- "Controls whether horizontal bracket pair guides are enabled or not.",
2116
- "Controls whether bracket pair guides are enabled or not.",
2117
- "Controls whether the editor should render indent guides.",
2118
- "Controls whether the editor should highlight the active indent guide.",
2119
- "Insert suggestion without overwriting text right of the cursor.",
2120
- "Insert suggestion and overwrite text right of the cursor.",
2121
- "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.",
2122
- "Controls whether filtering and sorting suggestions accounts for small typos.",
2123
- "Controls whether sorting favors words that appear close to the cursor.",
2124
- "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).",
2125
- "Controls whether an active snippet prevents quick suggestions.",
2126
- "Controls whether to show or hide icons in suggestions.",
2127
- "Controls the visibility of the status bar at the bottom of the suggest widget.",
2128
- "Controls whether to preview the suggestion outcome in the editor.",
2129
- "Controls whether suggest details show inline with the label or only in the details widget",
2130
- "This setting is deprecated. The suggest widget can now be resized.",
2131
- "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.",
2132
- "When enabled IntelliSense shows `method`-suggestions.",
2133
- "When enabled IntelliSense shows `function`-suggestions.",
2134
- "When enabled IntelliSense shows `constructor`-suggestions.",
2135
- "When enabled IntelliSense shows `deprecated`-suggestions.",
2136
- "When enabled IntelliSense shows `field`-suggestions.",
2137
- "When enabled IntelliSense shows `variable`-suggestions.",
2138
- "When enabled IntelliSense shows `class`-suggestions.",
2139
- "When enabled IntelliSense shows `struct`-suggestions.",
2140
- "When enabled IntelliSense shows `interface`-suggestions.",
2141
- "When enabled IntelliSense shows `module`-suggestions.",
2142
- "When enabled IntelliSense shows `property`-suggestions.",
2143
- "When enabled IntelliSense shows `event`-suggestions.",
2144
- "When enabled IntelliSense shows `operator`-suggestions.",
2145
- "When enabled IntelliSense shows `unit`-suggestions.",
2146
- "When enabled IntelliSense shows `value`-suggestions.",
2147
- "When enabled IntelliSense shows `constant`-suggestions.",
2148
- "When enabled IntelliSense shows `enum`-suggestions.",
2149
- "When enabled IntelliSense shows `enumMember`-suggestions.",
2150
- "When enabled IntelliSense shows `keyword`-suggestions.",
2151
- "When enabled IntelliSense shows `text`-suggestions.",
2152
- "When enabled IntelliSense shows `color`-suggestions.",
2153
- "When enabled IntelliSense shows `file`-suggestions.",
2154
- "When enabled IntelliSense shows `reference`-suggestions.",
2155
- "When enabled IntelliSense shows `customcolor`-suggestions.",
2156
- "When enabled IntelliSense shows `folder`-suggestions.",
2157
- "When enabled IntelliSense shows `typeParameter`-suggestions.",
2158
- "When enabled IntelliSense shows `snippet`-suggestions.",
2159
- "When enabled IntelliSense shows `user`-suggestions.",
2160
- "When enabled IntelliSense shows `issues`-suggestions.",
2161
- "Whether leading and trailing whitespace should always be selected.",
2162
- "Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.",
2163
- "Only accept a suggestion with `Enter` when it makes a textual change.",
2164
- "Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions.",
2165
- "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default.",
2166
- "Editor content",
2167
- "Use language configurations to determine when to autoclose brackets.",
2168
- "Autoclose brackets only when the cursor is to the left of whitespace.",
2169
- "Controls whether the editor should automatically close brackets after the user adds an opening bracket.",
2170
- "Remove adjacent closing quotes or brackets only if they were automatically inserted.",
2171
- "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.",
2172
- "Type over closing quotes or brackets only if they were automatically inserted.",
2173
- "Controls whether the editor should type over closing quotes or brackets.",
2174
- "Use language configurations to determine when to autoclose quotes.",
2175
- "Autoclose quotes only when the cursor is to the left of whitespace.",
2176
- "Controls whether the editor should automatically close quotes after the user adds an opening quote.",
2177
- "The editor will not insert indentation automatically.",
2178
- "The editor will keep the current line's indentation.",
2179
- "The editor will keep the current line's indentation and honor language defined brackets.",
2180
- "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.",
2181
- "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.",
2182
- "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.",
2183
- "Use language configurations to determine when to automatically surround selections.",
2184
- "Surround with quotes but not brackets.",
2185
- "Surround with brackets but not quotes.",
2186
- "Controls whether the editor should automatically surround selections when typing quotes or brackets.",
2187
- "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.",
2188
- "Controls whether the editor shows CodeLens.",
2189
- "Controls the font family for CodeLens.",
2190
- "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used.",
2191
- "Controls whether the editor should render the inline color decorators and color picker.",
2192
- "Enable that the selection with the mouse and keys is doing column selection.",
2193
- "Controls whether syntax highlighting should be copied into the clipboard.",
2194
- "Control the cursor animation style.",
2195
- "Controls whether the smooth caret animation should be enabled.",
2196
- "Controls the cursor style.",
2197
- "Controls the minimal number of visible leading and trailing lines surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.",
2198
- "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API.",
2199
- "`cursorSurroundingLines` is enforced always.",
2200
- "Controls when `cursorSurroundingLines` should be enforced.",
2201
- "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.",
2202
- "Controls whether the editor should allow moving selections via drag and drop.",
2203
- "Scrolling speed multiplier when pressing `Alt`.",
2204
- "Controls whether the editor has code folding enabled.",
2205
- "Use a language-specific folding strategy if available, else the indentation-based one.",
2206
- "Use the indentation-based folding strategy.",
2207
- "Controls the strategy for computing folding ranges.",
2208
- "Controls whether the editor should highlight folded ranges.",
2209
- "Controls whether the editor automatically collapses import ranges.",
2210
- "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.",
2211
- "Controls whether clicking on the empty content after a folded line will unfold the line.",
2212
- "Controls the font family.",
2213
- "Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.",
2214
- "Controls whether the editor should automatically format the line after typing.",
2215
- "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.",
2216
- "Controls whether the cursor should be hidden in the overview ruler.",
2217
- "Controls the letter spacing in pixels.",
2218
- "Controls whether the editor has linked editing enabled. Depending on the language, related symbols, e.g. HTML tags, are updated while editing.",
2219
- "Controls whether the editor should detect links and make them clickable.",
2220
- "Highlight matching brackets.",
2221
- "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.",
2222
- "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.",
2223
- "Merge multiple cursors when they are overlapping.",
2224
- "Maps to `Control` on Windows and Linux and to `Command` on macOS.",
2225
- "Maps to `Alt` on Windows and Linux and to `Option` on macOS.",
2226
- "The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier. [Read more](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).",
2227
- "Each cursor pastes a single line of the text.",
2228
- "Each cursor pastes the full text.",
2229
- "Controls pasting when the line count of the pasted text matches the cursor count.",
2230
- "Controls whether the editor should highlight semantic symbol occurrences.",
2231
- "Controls whether a border should be drawn around the overview ruler.",
2232
- "Focus the tree when opening peek",
2233
- "Focus the editor when opening peek",
2234
- "Controls whether to focus the inline editor or the tree in the peek widget.",
2235
- "Controls whether the Go to Definition mouse gesture always opens the peek widget.",
2236
- "Controls the delay in milliseconds after which quick suggestions will show up.",
2237
- "Controls whether the editor auto renames on type.",
2238
- "Deprecated, use `editor.linkedEditing` instead.",
2239
- "Controls whether the editor should render control characters.",
2240
- "Render last line number when the file ends with a newline.",
2241
- "Highlights both the gutter and the current line.",
2242
- "Controls how the editor should render the current line highlight.",
2243
- "Controls if the editor should render the current line highlight only when the editor is focused.",
2244
- "Render whitespace characters except for single spaces between words.",
2245
- "Render whitespace characters only on selected text.",
2246
- "Render only trailing whitespace characters.",
2247
- "Controls how the editor should render whitespace characters.",
2248
- "Controls whether selections should have rounded corners.",
2249
- "Controls the number of extra characters beyond which the editor will scroll horizontally.",
2250
- "Controls whether the editor will scroll beyond the last line.",
2251
- "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.",
2252
- "Controls whether the Linux primary clipboard should be supported.",
2253
- "Controls whether the editor should highlight matches similar to the selection.",
2254
- "Always show the folding controls.",
2255
- "Only show the folding controls when the mouse is over the gutter.",
2256
- "Controls when the folding controls on the gutter are shown.",
2257
- "Controls fading out of unused code.",
2258
- "Controls strikethrough deprecated variables.",
2259
- "Show snippet suggestions on top of other suggestions.",
2260
- "Show snippet suggestions below other suggestions.",
2261
- "Show snippets suggestions with other suggestions.",
2262
- "Do not show snippet suggestions.",
2263
- "Controls whether snippets are shown with other suggestions and how they are sorted.",
2264
- "Controls whether the editor will scroll using an animation.",
2265
- "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.",
2266
- "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.",
2267
- "Controls whether suggestions should automatically show up when typing trigger characters.",
2268
- "Always select the first suggestion.",
2269
- "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.",
2270
- "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.",
2271
- "Controls how suggestions are pre-selected when showing the suggest list.",
2272
- "Tab complete will insert the best matching suggestion when pressing tab.",
2273
- "Disable tab completions.",
2274
- "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled.",
2275
- "Enables tab completions.",
2276
- "Unusual line terminators are automatically removed.",
2277
- "Unusual line terminators are ignored.",
2278
- "Unusual line terminators prompt to be removed.",
2279
- "Remove unusual line terminators that might cause problems.",
2280
- "Inserting and deleting whitespace follows tab stops.",
2281
- "Characters that will be used as word separators when doing word related navigations or operations.",
2282
- "Lines will never wrap.",
2283
- "Lines will wrap at the viewport width.",
2284
- "Lines will wrap at `#editor.wordWrapColumn#`.",
2285
- "Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`.",
2286
- "Controls how lines should wrap.",
2287
- "Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`.",
2288
- "No indentation. Wrapped lines begin at column 1.",
2289
- "Wrapped lines get the same indentation as the parent.",
2290
- "Wrapped lines get +1 indentation toward the parent.",
2291
- "Wrapped lines get +2 indentation toward the parent.",
2292
- "Controls the indentation of wrapped lines.",
2293
- "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width.",
2294
- "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.",
2295
- "Controls the algorithm that computes wrapping points."
2296
- ],
2297
- "vs/editor/contrib/format/browser/format": [
2298
- "Made 1 formatting edit on line {0}",
2299
- "Made {0} formatting edits on line {1}",
2300
- "Made 1 formatting edit between lines {0} and {1}",
2301
- "Made {0} formatting edits between lines {1} and {2}"
2302
- ],
2303
- "vs/editor/browser/editorExtensions": [
2304
- "&&Undo",
2305
- "Undo",
2306
- "&&Redo",
2307
- "Redo",
2308
- "&&Select All",
2309
- "Select All"
2310
- ],
2311
- "vs/editor/common/editorContextKeys": [
2312
- "Whether the editor text has focus (cursor is blinking)",
2313
- "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
2314
- "Whether an editor or a rich text input has focus (cursor is blinking)",
2315
- "Whether the editor is read only",
2316
- "Whether the context is a diff editor",
2317
- "Whether `editor.columnSelection` is enabled",
2318
- "Whether the editor has text selected",
2319
- "Whether the editor has multiple selections",
2320
- "Whether `Tab` will move focus out of the editor",
2321
- "Whether the editor hover is visible",
2322
- "Whether the editor is part of a larger editor (e.g. notebooks)",
2323
- "The language identifier of the editor",
2324
- "Whether the editor has a completion item provider",
2325
- "Whether the editor has a code actions provider",
2326
- "Whether the editor has a code lens provider",
2327
- "Whether the editor has a definition provider",
2328
- "Whether the editor has a declaration provider",
2329
- "Whether the editor has an implementation provider",
2330
- "Whether the editor has a type definition provider",
2331
- "Whether the editor has a hover provider",
2332
- "Whether the editor has a document highlight provider",
2333
- "Whether the editor has a document symbol provider",
2334
- "Whether the editor has a reference provider",
2335
- "Whether the editor has a rename provider",
2336
- "Whether the editor has a signature help provider",
2337
- "Whether the editor has an inline hints provider",
2338
- "Whether the editor has a document formatting provider",
2339
- "Whether the editor has a document selection formatting provider",
2340
- "Whether the editor has multiple document formatting providers",
2341
- "Whether the editor has multiple document selection formatting providers"
2342
- ],
2343
- "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
2344
- "Toggle Tab Key Moves Focus",
2345
- "Pressing Tab will now move focus to the next focusable element",
2346
- "Pressing Tab will now insert the tab character"
2347
- ],
2348
- "vs/platform/theme/common/colorRegistry": [
2349
- "Overall foreground color. This color is only used if not overridden by a component.",
2350
- "Overall foreground color for error messages. This color is only used if not overridden by a component.",
2351
- "Foreground color for description text providing additional information, for example for a label.",
2352
- "The default color for icons in the workbench.",
2353
- "Overall border color for focused elements. This color is only used if not overridden by a component.",
2354
- "An extra border around elements to separate them from others for greater contrast.",
2355
- "An extra border around active elements to separate them from others for greater contrast.",
2356
- "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.",
2357
- "Color for text separators.",
2358
- "Foreground color for links in text.",
2359
- "Foreground color for links in text when clicked on and on mouse hover.",
2360
- "Foreground color for preformatted text segments.",
2361
- "Background color for block quotes in text.",
2362
- "Border color for block quotes in text.",
2363
- "Background color for code blocks in text.",
2364
- "Shadow color of widgets such as find/replace inside the editor.",
2365
- "Input box background.",
2366
- "Input box foreground.",
2367
- "Input box border.",
2368
- "Border color of activated options in input fields.",
2369
- "Background color of activated options in input fields.",
2370
- "Background hover color of options in input fields.",
2371
- "Foreground color of activated options in input fields.",
2372
- "Input box foreground color for placeholder text.",
2373
- "Input validation background color for information severity.",
2374
- "Input validation foreground color for information severity.",
2375
- "Input validation border color for information severity.",
2376
- "Input validation background color for warning severity.",
2377
- "Input validation foreground color for warning severity.",
2378
- "Input validation border color for warning severity.",
2379
- "Input validation background color for error severity.",
2380
- "Input validation foreground color for error severity.",
2381
- "Input validation border color for error severity.",
2382
- "Dropdown background.",
2383
- "Dropdown list background.",
2384
- "Dropdown foreground.",
2385
- "Dropdown border.",
2386
- "Background color of checkbox widget.",
2387
- "Foreground color of checkbox widget.",
2388
- "Border color of checkbox widget.",
2389
- "Button foreground color.",
2390
- "Button background color.",
2391
- "Button background color when hovering.",
2392
- "Button border color.",
2393
- "Secondary button foreground color.",
2394
- "Secondary button background color.",
2395
- "Secondary button background color when hovering.",
2396
- "Badge background color. Badges are small information labels, e.g. for search results count.",
2397
- "Badge foreground color. Badges are small information labels, e.g. for search results count.",
2398
- "Scrollbar shadow to indicate that the view is scrolled.",
2399
- "Scrollbar slider background color.",
2400
- "Scrollbar slider background color when hovering.",
2401
- "Scrollbar slider background color when clicked on.",
2402
- "Background color of the progress bar that can show for long running operations.",
2403
- "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2404
- "Foreground color of error squigglies in the editor.",
2405
- "Border color of error boxes in the editor.",
2406
- "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2407
- "Foreground color of warning squigglies in the editor.",
2408
- "Border color of warning boxes in the editor.",
2409
- "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2410
- "Foreground color of info squigglies in the editor.",
2411
- "Border color of info boxes in the editor.",
2412
- "Foreground color of hint squigglies in the editor.",
2413
- "Border color of hint boxes in the editor.",
2414
- "Border color of active sashes.",
2415
- "Editor background color.",
2416
- "Editor default foreground color.",
2417
- "Background color of editor widgets, such as find/replace.",
2418
- "Foreground color of editor widgets, such as find/replace.",
2419
- "Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.",
2420
- "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.",
2421
- "Quick picker background color. The quick picker widget is the container for pickers like the command palette.",
2422
- "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.",
2423
- "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.",
2424
- "Quick picker color for grouping labels.",
2425
- "Quick picker color for grouping borders.",
2426
- "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.",
2427
- "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut.",
2428
- "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.",
2429
- "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.",
2430
- "Color of the editor selection.",
2431
- "Color of the selected text for high contrast.",
2432
- "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations.",
2433
- "Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.",
2434
- "Border color for regions with the same content as the selection.",
2435
- "Color of the current search match.",
2436
- "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations.",
2437
- "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2438
- "Border color of the current search match.",
2439
- "Border color of the other search matches.",
2440
- "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2441
- "Color of the Search Editor query matches.",
2442
- "Border color of the Search Editor query matches.",
2443
- "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.",
2444
- "Background color of the editor hover.",
2445
- "Foreground color of the editor hover.",
2446
- "Border color of the editor hover.",
2447
- "Background color of the editor hover status bar.",
2448
- "Color of active links.",
2449
- "Foreground color of inline hints",
2450
- "Background color of inline hints",
2451
- "Foreground color of inline hints for types",
2452
- "Background color of inline hints for types",
2453
- "Foreground color of inline hints for parameters",
2454
- "Background color of inline hints for parameters",
2455
- "The color used for the lightbulb actions icon.",
2456
- "The color used for the lightbulb auto fix actions icon.",
2457
- "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2458
- "Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.",
2459
- "Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2460
- "Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.",
2461
- "Background color for the margin where lines got inserted.",
2462
- "Background color for the margin where lines got removed.",
2463
- "Diff overview ruler foreground for inserted content.",
2464
- "Diff overview ruler foreground for removed content.",
2465
- "Outline color for the text that got inserted.",
2466
- "Outline color for text that got removed.",
2467
- "Border color between the two text editors.",
2468
- "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.",
2469
- "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2470
- "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2471
- "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2472
- "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2473
- "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2474
- "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2475
- "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2476
- "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2477
- "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2478
- "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2479
- "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2480
- "List/Tree background when hovering over items using the mouse.",
2481
- "List/Tree foreground when hovering over items using the mouse.",
2482
- "List/Tree drag and drop background when moving items around using the mouse.",
2483
- "List/Tree foreground color of the match highlights when searching inside the list/tree.",
2484
- "List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.",
2485
- "List/Tree foreground color for invalid items, for example an unresolved root in explorer.",
2486
- "Foreground color of list items containing errors.",
2487
- "Foreground color of list items containing warnings.",
2488
- "Background color of the type filter widget in lists and trees.",
2489
- "Outline color of the type filter widget in lists and trees.",
2490
- "Outline color of the type filter widget in lists and trees, when there are no matches.",
2491
- "Background color of the filtered match.",
2492
- "Border color of the filtered match.",
2493
- "Tree stroke color for the indentation guides.",
2494
- "Table border color between columns.",
2495
- "Background color for odd table rows.",
2496
- "List/Tree foreground color for items that are deemphasized. ",
2497
- "Please use quickInputList.focusBackground instead",
2498
- "Quick picker foreground color for the focused item.",
2499
- "Quick picker icon foreground color for the focused item.",
2500
- "Quick picker background color for the focused item.",
2501
- "Border color of menus.",
2502
- "Foreground color of menu items.",
2503
- "Background color of menu items.",
2504
- "Foreground color of the selected menu item in menus.",
2505
- "Background color of the selected menu item in menus.",
2506
- "Border color of the selected menu item in menus.",
2507
- "Color of a separator menu item in menus.",
2508
- "Toolbar background when hovering over actions using the mouse",
2509
- "Toolbar outline when hovering over actions using the mouse",
2510
- "Toolbar background when holding the mouse over actions",
2511
- "Highlight background color of a snippet tabstop.",
2512
- "Highlight border color of a snippet tabstop.",
2513
- "Highlight background color of the final tabstop of a snippet.",
2514
- "Highlight border color of the final tabstop of a snippet.",
2515
- "Color of focused breadcrumb items.",
2516
- "Background color of breadcrumb items.",
2517
- "Color of focused breadcrumb items.",
2518
- "Color of selected breadcrumb items.",
2519
- "Background color of breadcrumb item picker.",
2520
- "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2521
- "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2522
- "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2523
- "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2524
- "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2525
- "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2526
- "Border color on headers and the splitter in inline merge-conflicts.",
2527
- "Current overview ruler foreground for inline merge-conflicts.",
2528
- "Incoming overview ruler foreground for inline merge-conflicts.",
2529
- "Common ancestor overview ruler foreground for inline merge-conflicts.",
2530
- "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.",
2531
- "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.",
2532
- "Minimap marker color for find matches.",
2533
- "Minimap marker color for repeating editor selections.",
2534
- "Minimap marker color for the editor selection.",
2535
- "Minimap marker color for errors.",
2536
- "Minimap marker color for warnings.",
2537
- "Minimap background color.",
2538
- "Opacity of foreground elements rendered in the minimap. For example, \"#000000c0\" will render the elements with 75% opacity.",
2539
- "Minimap slider background color.",
2540
- "Minimap slider background color when hovering.",
2541
- "Minimap slider background color when clicked on.",
2542
- "The color used for the problems error icon.",
2543
- "The color used for the problems warning icon.",
2544
- "The color used for the problems info icon.",
2545
- "The foreground color used in charts.",
2546
- "The color used for horizontal lines in charts.",
2547
- "The red color used in chart visualizations.",
2548
- "The blue color used in chart visualizations.",
2549
- "The yellow color used in chart visualizations.",
2550
- "The orange color used in chart visualizations.",
2551
- "The green color used in chart visualizations.",
2552
- "The purple color used in chart visualizations."
2553
- ],
2554
- "vs/editor/common/standaloneStrings": [
2555
- "No selection",
2556
- "Line {0}, Column {1} ({2} selected)",
2557
- "Line {0}, Column {1}",
2558
- "{0} selections ({1} characters selected)",
2559
- "{0} selections",
2560
- "Now changing the setting `accessibilitySupport` to 'on'.",
2561
- "Now opening the Editor Accessibility documentation page.",
2562
- " in a read-only pane of a diff editor.",
2563
- " in a pane of a diff editor.",
2564
- " in a read-only code editor",
2565
- " in a code editor",
2566
- "To configure the editor to be optimized for usage with a Screen Reader press Command+E now.",
2567
- "To configure the editor to be optimized for usage with a Screen Reader press Control+E now.",
2568
- "The editor is configured to be optimized for usage with a Screen Reader.",
2569
- "The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time.",
2570
- "Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}.",
2571
- "Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding.",
2572
- "Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}.",
2573
- "Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.",
2574
- "Press Command+H now to open a browser window with more information related to editor accessibility.",
2575
- "Press Control+H now to open a browser window with more information related to editor accessibility.",
2576
- "You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape.",
2577
- "Show Accessibility Help",
2578
- "Developer: Inspect Tokens",
2579
- "Go to Line/Column...",
2580
- "Show all Quick Access Providers",
2581
- "Command Palette",
2582
- "Show And Run Commands",
2583
- "Go to Symbol...",
2584
- "Go to Symbol by Category...",
2095
+ "Controls the visibility of the horizontal scrollbar.",
2096
+ "The width of the vertical scrollbar.",
2097
+ "The height of the horizontal scrollbar.",
2098
+ "Controls whether clicks scroll by page or jump to click position.",
2099
+ "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.",
2100
+ "Controls whether characters that just reserve space or have no width at all are highlighted.",
2101
+ "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.",
2102
+ "Controls whether characters in comments should also be subject to unicode highlighting.",
2103
+ "Controls whether characters in strings should also be subject to unicode highlighting.",
2104
+ "Defines allowed characters that are not being highlighted.",
2105
+ "Unicode characters that are common in allowed locales are not being highlighted.",
2106
+ "Controls whether to automatically show inline suggestions in the editor.",
2107
+ "Controls whether bracket pair colorization is enabled or not. Use 'workbench.colorCustomizations' to override the bracket highlight colors.",
2108
+ "Enables bracket pair guides.",
2109
+ "Enables bracket pair guides only for the active bracket pair.",
2110
+ "Disables bracket pair guides.",
2111
+ "Controls whether bracket pair guides are enabled or not.",
2112
+ "Enables horizontal guides as addition to vertical bracket pair guides.",
2113
+ "Enables horizontal guides only for the active bracket pair.",
2114
+ "Disables horizontal bracket pair guides.",
2115
+ "Controls whether horizontal bracket pair guides are enabled or not.",
2116
+ "Controls whether bracket pair guides are enabled or not.",
2117
+ "Controls whether the editor should render indent guides.",
2118
+ "Controls whether the editor should highlight the active indent guide.",
2119
+ "Insert suggestion without overwriting text right of the cursor.",
2120
+ "Insert suggestion and overwrite text right of the cursor.",
2121
+ "Controls whether words are overwritten when accepting completions. Note that this depends on extensions opting into this feature.",
2122
+ "Controls whether filtering and sorting suggestions accounts for small typos.",
2123
+ "Controls whether sorting favors words that appear close to the cursor.",
2124
+ "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).",
2125
+ "Controls whether an active snippet prevents quick suggestions.",
2126
+ "Controls whether to show or hide icons in suggestions.",
2127
+ "Controls the visibility of the status bar at the bottom of the suggest widget.",
2128
+ "Controls whether to preview the suggestion outcome in the editor.",
2129
+ "Controls whether suggest details show inline with the label or only in the details widget",
2130
+ "This setting is deprecated. The suggest widget can now be resized.",
2131
+ "This setting is deprecated, please use separate settings like 'editor.suggest.showKeywords' or 'editor.suggest.showSnippets' instead.",
2132
+ "When enabled IntelliSense shows `method`-suggestions.",
2133
+ "When enabled IntelliSense shows `function`-suggestions.",
2134
+ "When enabled IntelliSense shows `constructor`-suggestions.",
2135
+ "When enabled IntelliSense shows `deprecated`-suggestions.",
2136
+ "When enabled IntelliSense shows `field`-suggestions.",
2137
+ "When enabled IntelliSense shows `variable`-suggestions.",
2138
+ "When enabled IntelliSense shows `class`-suggestions.",
2139
+ "When enabled IntelliSense shows `struct`-suggestions.",
2140
+ "When enabled IntelliSense shows `interface`-suggestions.",
2141
+ "When enabled IntelliSense shows `module`-suggestions.",
2142
+ "When enabled IntelliSense shows `property`-suggestions.",
2143
+ "When enabled IntelliSense shows `event`-suggestions.",
2144
+ "When enabled IntelliSense shows `operator`-suggestions.",
2145
+ "When enabled IntelliSense shows `unit`-suggestions.",
2146
+ "When enabled IntelliSense shows `value`-suggestions.",
2147
+ "When enabled IntelliSense shows `constant`-suggestions.",
2148
+ "When enabled IntelliSense shows `enum`-suggestions.",
2149
+ "When enabled IntelliSense shows `enumMember`-suggestions.",
2150
+ "When enabled IntelliSense shows `keyword`-suggestions.",
2151
+ "When enabled IntelliSense shows `text`-suggestions.",
2152
+ "When enabled IntelliSense shows `color`-suggestions.",
2153
+ "When enabled IntelliSense shows `file`-suggestions.",
2154
+ "When enabled IntelliSense shows `reference`-suggestions.",
2155
+ "When enabled IntelliSense shows `customcolor`-suggestions.",
2156
+ "When enabled IntelliSense shows `folder`-suggestions.",
2157
+ "When enabled IntelliSense shows `typeParameter`-suggestions.",
2158
+ "When enabled IntelliSense shows `snippet`-suggestions.",
2159
+ "When enabled IntelliSense shows `user`-suggestions.",
2160
+ "When enabled IntelliSense shows `issues`-suggestions.",
2161
+ "Whether leading and trailing whitespace should always be selected.",
2162
+ "Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.",
2163
+ "Only accept a suggestion with `Enter` when it makes a textual change.",
2164
+ "Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. Helps to avoid ambiguity between inserting new lines or accepting suggestions.",
2165
+ "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default.",
2585
2166
  "Editor content",
2586
- "Press Alt+F1 for Accessibility Options.",
2587
- "Toggle High Contrast Theme",
2588
- "Made {0} edits in {1} files"
2167
+ "Use language configurations to determine when to autoclose brackets.",
2168
+ "Autoclose brackets only when the cursor is to the left of whitespace.",
2169
+ "Controls whether the editor should automatically close brackets after the user adds an opening bracket.",
2170
+ "Remove adjacent closing quotes or brackets only if they were automatically inserted.",
2171
+ "Controls whether the editor should remove adjacent closing quotes or brackets when deleting.",
2172
+ "Type over closing quotes or brackets only if they were automatically inserted.",
2173
+ "Controls whether the editor should type over closing quotes or brackets.",
2174
+ "Use language configurations to determine when to autoclose quotes.",
2175
+ "Autoclose quotes only when the cursor is to the left of whitespace.",
2176
+ "Controls whether the editor should automatically close quotes after the user adds an opening quote.",
2177
+ "The editor will not insert indentation automatically.",
2178
+ "The editor will keep the current line's indentation.",
2179
+ "The editor will keep the current line's indentation and honor language defined brackets.",
2180
+ "The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.",
2181
+ "The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.",
2182
+ "Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines.",
2183
+ "Use language configurations to determine when to automatically surround selections.",
2184
+ "Surround with quotes but not brackets.",
2185
+ "Surround with brackets but not quotes.",
2186
+ "Controls whether the editor should automatically surround selections when typing quotes or brackets.",
2187
+ "Emulate selection behavior of tab characters when using spaces for indentation. Selection will stick to tab stops.",
2188
+ "Controls whether the editor shows CodeLens.",
2189
+ "Controls the font family for CodeLens.",
2190
+ "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used.",
2191
+ "Controls whether the editor should render the inline color decorators and color picker.",
2192
+ "Enable that the selection with the mouse and keys is doing column selection.",
2193
+ "Controls whether syntax highlighting should be copied into the clipboard.",
2194
+ "Control the cursor animation style.",
2195
+ "Controls whether the smooth caret animation should be enabled.",
2196
+ "Controls the cursor style.",
2197
+ "Controls the minimal number of visible leading and trailing lines surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.",
2198
+ "`cursorSurroundingLines` is enforced only when triggered via the keyboard or API.",
2199
+ "`cursorSurroundingLines` is enforced always.",
2200
+ "Controls when `cursorSurroundingLines` should be enforced.",
2201
+ "Controls the width of the cursor when `#editor.cursorStyle#` is set to `line`.",
2202
+ "Controls whether the editor should allow moving selections via drag and drop.",
2203
+ "Scrolling speed multiplier when pressing `Alt`.",
2204
+ "Controls whether the editor has code folding enabled.",
2205
+ "Use a language-specific folding strategy if available, else the indentation-based one.",
2206
+ "Use the indentation-based folding strategy.",
2207
+ "Controls the strategy for computing folding ranges.",
2208
+ "Controls whether the editor should highlight folded ranges.",
2209
+ "Controls whether the editor automatically collapses import ranges.",
2210
+ "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.",
2211
+ "Controls whether clicking on the empty content after a folded line will unfold the line.",
2212
+ "Controls the font family.",
2213
+ "Controls whether the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.",
2214
+ "Controls whether the editor should automatically format the line after typing.",
2215
+ "Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.",
2216
+ "Controls whether the cursor should be hidden in the overview ruler.",
2217
+ "Controls the letter spacing in pixels.",
2218
+ "Controls whether the editor has linked editing enabled. Depending on the language, related symbols, e.g. HTML tags, are updated while editing.",
2219
+ "Controls whether the editor should detect links and make them clickable.",
2220
+ "Highlight matching brackets.",
2221
+ "A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.",
2222
+ "Zoom the font of the editor when using mouse wheel and holding `Ctrl`.",
2223
+ "Merge multiple cursors when they are overlapping.",
2224
+ "Maps to `Control` on Windows and Linux and to `Command` on macOS.",
2225
+ "Maps to `Alt` on Windows and Linux and to `Option` on macOS.",
2226
+ "The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier. [Read more](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).",
2227
+ "Each cursor pastes a single line of the text.",
2228
+ "Each cursor pastes the full text.",
2229
+ "Controls pasting when the line count of the pasted text matches the cursor count.",
2230
+ "Controls whether the editor should highlight semantic symbol occurrences.",
2231
+ "Controls whether a border should be drawn around the overview ruler.",
2232
+ "Focus the tree when opening peek",
2233
+ "Focus the editor when opening peek",
2234
+ "Controls whether to focus the inline editor or the tree in the peek widget.",
2235
+ "Controls whether the Go to Definition mouse gesture always opens the peek widget.",
2236
+ "Controls the delay in milliseconds after which quick suggestions will show up.",
2237
+ "Controls whether the editor auto renames on type.",
2238
+ "Deprecated, use `editor.linkedEditing` instead.",
2239
+ "Controls whether the editor should render control characters.",
2240
+ "Render last line number when the file ends with a newline.",
2241
+ "Highlights both the gutter and the current line.",
2242
+ "Controls how the editor should render the current line highlight.",
2243
+ "Controls if the editor should render the current line highlight only when the editor is focused.",
2244
+ "Render whitespace characters except for single spaces between words.",
2245
+ "Render whitespace characters only on selected text.",
2246
+ "Render only trailing whitespace characters.",
2247
+ "Controls how the editor should render whitespace characters.",
2248
+ "Controls whether selections should have rounded corners.",
2249
+ "Controls the number of extra characters beyond which the editor will scroll horizontally.",
2250
+ "Controls whether the editor will scroll beyond the last line.",
2251
+ "Scroll only along the predominant axis when scrolling both vertically and horizontally at the same time. Prevents horizontal drift when scrolling vertically on a trackpad.",
2252
+ "Controls whether the Linux primary clipboard should be supported.",
2253
+ "Controls whether the editor should highlight matches similar to the selection.",
2254
+ "Always show the folding controls.",
2255
+ "Only show the folding controls when the mouse is over the gutter.",
2256
+ "Controls when the folding controls on the gutter are shown.",
2257
+ "Controls fading out of unused code.",
2258
+ "Controls strikethrough deprecated variables.",
2259
+ "Show snippet suggestions on top of other suggestions.",
2260
+ "Show snippet suggestions below other suggestions.",
2261
+ "Show snippets suggestions with other suggestions.",
2262
+ "Do not show snippet suggestions.",
2263
+ "Controls whether snippets are shown with other suggestions and how they are sorted.",
2264
+ "Controls whether the editor will scroll using an animation.",
2265
+ "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.",
2266
+ "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.",
2267
+ "Controls whether suggestions should automatically show up when typing trigger characters.",
2268
+ "Always select the first suggestion.",
2269
+ "Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.",
2270
+ "Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.",
2271
+ "Controls how suggestions are pre-selected when showing the suggest list.",
2272
+ "Tab complete will insert the best matching suggestion when pressing tab.",
2273
+ "Disable tab completions.",
2274
+ "Tab complete snippets when their prefix match. Works best when 'quickSuggestions' aren't enabled.",
2275
+ "Enables tab completions.",
2276
+ "Unusual line terminators are automatically removed.",
2277
+ "Unusual line terminators are ignored.",
2278
+ "Unusual line terminators prompt to be removed.",
2279
+ "Remove unusual line terminators that might cause problems.",
2280
+ "Inserting and deleting whitespace follows tab stops.",
2281
+ "Characters that will be used as word separators when doing word related navigations or operations.",
2282
+ "Lines will never wrap.",
2283
+ "Lines will wrap at the viewport width.",
2284
+ "Lines will wrap at `#editor.wordWrapColumn#`.",
2285
+ "Lines will wrap at the minimum of viewport and `#editor.wordWrapColumn#`.",
2286
+ "Controls how lines should wrap.",
2287
+ "Controls the wrapping column of the editor when `#editor.wordWrap#` is `wordWrapColumn` or `bounded`.",
2288
+ "No indentation. Wrapped lines begin at column 1.",
2289
+ "Wrapped lines get the same indentation as the parent.",
2290
+ "Wrapped lines get +1 indentation toward the parent.",
2291
+ "Wrapped lines get +2 indentation toward the parent.",
2292
+ "Controls the indentation of wrapped lines.",
2293
+ "Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width.",
2294
+ "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.",
2295
+ "Controls the algorithm that computes wrapping points."
2296
+ ],
2297
+ "vs/editor/contrib/format/browser/format": [
2298
+ "Made 1 formatting edit on line {0}",
2299
+ "Made {0} formatting edits on line {1}",
2300
+ "Made 1 formatting edit between lines {0} and {1}",
2301
+ "Made {0} formatting edits between lines {1} and {2}"
2589
2302
  ],
2590
2303
  "vs/editor/browser/coreCommands": [
2591
2304
  "Stick to the end even when going to longer lines",
@@ -2884,6 +2597,11 @@
2884
2597
  "vs/editor/contrib/tokenization/browser/tokenization": [
2885
2598
  "Developer: Force Retokenize"
2886
2599
  ],
2600
+ "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [
2601
+ "Toggle Tab Key Moves Focus",
2602
+ "Pressing Tab will now move focus to the next focusable element",
2603
+ "Pressing Tab will now insert the tab character"
2604
+ ],
2887
2605
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
2888
2606
  "Icon shown with a warning message in the extensions editor.",
2889
2607
  "This document contains many non-basic ASCII unicode characters",
@@ -2927,8 +2645,290 @@
2927
2645
  "Go to Previous Symbol Highlight",
2928
2646
  "Trigger Symbol Highlight"
2929
2647
  ],
2930
- "vs/editor/contrib/wordOperations/browser/wordOperations": [
2931
- "Delete Word"
2648
+ "vs/editor/contrib/wordOperations/browser/wordOperations": [
2649
+ "Delete Word"
2650
+ ],
2651
+ "vs/editor/common/standaloneStrings": [
2652
+ "No selection",
2653
+ "Line {0}, Column {1} ({2} selected)",
2654
+ "Line {0}, Column {1}",
2655
+ "{0} selections ({1} characters selected)",
2656
+ "{0} selections",
2657
+ "Now changing the setting `accessibilitySupport` to 'on'.",
2658
+ "Now opening the Editor Accessibility documentation page.",
2659
+ " in a read-only pane of a diff editor.",
2660
+ " in a pane of a diff editor.",
2661
+ " in a read-only code editor",
2662
+ " in a code editor",
2663
+ "To configure the editor to be optimized for usage with a Screen Reader press Command+E now.",
2664
+ "To configure the editor to be optimized for usage with a Screen Reader press Control+E now.",
2665
+ "The editor is configured to be optimized for usage with a Screen Reader.",
2666
+ "The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time.",
2667
+ "Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}.",
2668
+ "Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding.",
2669
+ "Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}.",
2670
+ "Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.",
2671
+ "Press Command+H now to open a browser window with more information related to editor accessibility.",
2672
+ "Press Control+H now to open a browser window with more information related to editor accessibility.",
2673
+ "You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape.",
2674
+ "Show Accessibility Help",
2675
+ "Developer: Inspect Tokens",
2676
+ "Go to Line/Column...",
2677
+ "Show all Quick Access Providers",
2678
+ "Command Palette",
2679
+ "Show And Run Commands",
2680
+ "Go to Symbol...",
2681
+ "Go to Symbol by Category...",
2682
+ "Editor content",
2683
+ "Press Alt+F1 for Accessibility Options.",
2684
+ "Toggle High Contrast Theme",
2685
+ "Made {0} edits in {1} files"
2686
+ ],
2687
+ "vs/editor/browser/editorExtensions": [
2688
+ "&&Undo",
2689
+ "Undo",
2690
+ "&&Redo",
2691
+ "Redo",
2692
+ "&&Select All",
2693
+ "Select All"
2694
+ ],
2695
+ "vs/editor/common/editorContextKeys": [
2696
+ "Whether the editor text has focus (cursor is blinking)",
2697
+ "Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
2698
+ "Whether an editor or a rich text input has focus (cursor is blinking)",
2699
+ "Whether the editor is read only",
2700
+ "Whether the context is a diff editor",
2701
+ "Whether `editor.columnSelection` is enabled",
2702
+ "Whether the editor has text selected",
2703
+ "Whether the editor has multiple selections",
2704
+ "Whether `Tab` will move focus out of the editor",
2705
+ "Whether the editor hover is visible",
2706
+ "Whether the editor is part of a larger editor (e.g. notebooks)",
2707
+ "The language identifier of the editor",
2708
+ "Whether the editor has a completion item provider",
2709
+ "Whether the editor has a code actions provider",
2710
+ "Whether the editor has a code lens provider",
2711
+ "Whether the editor has a definition provider",
2712
+ "Whether the editor has a declaration provider",
2713
+ "Whether the editor has an implementation provider",
2714
+ "Whether the editor has a type definition provider",
2715
+ "Whether the editor has a hover provider",
2716
+ "Whether the editor has a document highlight provider",
2717
+ "Whether the editor has a document symbol provider",
2718
+ "Whether the editor has a reference provider",
2719
+ "Whether the editor has a rename provider",
2720
+ "Whether the editor has a signature help provider",
2721
+ "Whether the editor has an inline hints provider",
2722
+ "Whether the editor has a document formatting provider",
2723
+ "Whether the editor has a document selection formatting provider",
2724
+ "Whether the editor has multiple document formatting providers",
2725
+ "Whether the editor has multiple document selection formatting providers"
2726
+ ],
2727
+ "vs/platform/theme/common/colorRegistry": [
2728
+ "Overall foreground color. This color is only used if not overridden by a component.",
2729
+ "Overall foreground color for error messages. This color is only used if not overridden by a component.",
2730
+ "Foreground color for description text providing additional information, for example for a label.",
2731
+ "The default color for icons in the workbench.",
2732
+ "Overall border color for focused elements. This color is only used if not overridden by a component.",
2733
+ "An extra border around elements to separate them from others for greater contrast.",
2734
+ "An extra border around active elements to separate them from others for greater contrast.",
2735
+ "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.",
2736
+ "Color for text separators.",
2737
+ "Foreground color for links in text.",
2738
+ "Foreground color for links in text when clicked on and on mouse hover.",
2739
+ "Foreground color for preformatted text segments.",
2740
+ "Background color for block quotes in text.",
2741
+ "Border color for block quotes in text.",
2742
+ "Background color for code blocks in text.",
2743
+ "Shadow color of widgets such as find/replace inside the editor.",
2744
+ "Input box background.",
2745
+ "Input box foreground.",
2746
+ "Input box border.",
2747
+ "Border color of activated options in input fields.",
2748
+ "Background color of activated options in input fields.",
2749
+ "Background hover color of options in input fields.",
2750
+ "Foreground color of activated options in input fields.",
2751
+ "Input box foreground color for placeholder text.",
2752
+ "Input validation background color for information severity.",
2753
+ "Input validation foreground color for information severity.",
2754
+ "Input validation border color for information severity.",
2755
+ "Input validation background color for warning severity.",
2756
+ "Input validation foreground color for warning severity.",
2757
+ "Input validation border color for warning severity.",
2758
+ "Input validation background color for error severity.",
2759
+ "Input validation foreground color for error severity.",
2760
+ "Input validation border color for error severity.",
2761
+ "Dropdown background.",
2762
+ "Dropdown list background.",
2763
+ "Dropdown foreground.",
2764
+ "Dropdown border.",
2765
+ "Background color of checkbox widget.",
2766
+ "Foreground color of checkbox widget.",
2767
+ "Border color of checkbox widget.",
2768
+ "Button foreground color.",
2769
+ "Button background color.",
2770
+ "Button background color when hovering.",
2771
+ "Button border color.",
2772
+ "Secondary button foreground color.",
2773
+ "Secondary button background color.",
2774
+ "Secondary button background color when hovering.",
2775
+ "Badge background color. Badges are small information labels, e.g. for search results count.",
2776
+ "Badge foreground color. Badges are small information labels, e.g. for search results count.",
2777
+ "Scrollbar shadow to indicate that the view is scrolled.",
2778
+ "Scrollbar slider background color.",
2779
+ "Scrollbar slider background color when hovering.",
2780
+ "Scrollbar slider background color when clicked on.",
2781
+ "Background color of the progress bar that can show for long running operations.",
2782
+ "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2783
+ "Foreground color of error squigglies in the editor.",
2784
+ "Border color of error boxes in the editor.",
2785
+ "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2786
+ "Foreground color of warning squigglies in the editor.",
2787
+ "Border color of warning boxes in the editor.",
2788
+ "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2789
+ "Foreground color of info squigglies in the editor.",
2790
+ "Border color of info boxes in the editor.",
2791
+ "Foreground color of hint squigglies in the editor.",
2792
+ "Border color of hint boxes in the editor.",
2793
+ "Border color of active sashes.",
2794
+ "Editor background color.",
2795
+ "Editor default foreground color.",
2796
+ "Background color of editor widgets, such as find/replace.",
2797
+ "Foreground color of editor widgets, such as find/replace.",
2798
+ "Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.",
2799
+ "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.",
2800
+ "Quick picker background color. The quick picker widget is the container for pickers like the command palette.",
2801
+ "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.",
2802
+ "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.",
2803
+ "Quick picker color for grouping labels.",
2804
+ "Quick picker color for grouping borders.",
2805
+ "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.",
2806
+ "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut.",
2807
+ "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.",
2808
+ "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.",
2809
+ "Color of the editor selection.",
2810
+ "Color of the selected text for high contrast.",
2811
+ "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations.",
2812
+ "Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.",
2813
+ "Border color for regions with the same content as the selection.",
2814
+ "Color of the current search match.",
2815
+ "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations.",
2816
+ "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2817
+ "Border color of the current search match.",
2818
+ "Border color of the other search matches.",
2819
+ "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2820
+ "Color of the Search Editor query matches.",
2821
+ "Border color of the Search Editor query matches.",
2822
+ "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.",
2823
+ "Background color of the editor hover.",
2824
+ "Foreground color of the editor hover.",
2825
+ "Border color of the editor hover.",
2826
+ "Background color of the editor hover status bar.",
2827
+ "Color of active links.",
2828
+ "Foreground color of inline hints",
2829
+ "Background color of inline hints",
2830
+ "Foreground color of inline hints for types",
2831
+ "Background color of inline hints for types",
2832
+ "Foreground color of inline hints for parameters",
2833
+ "Background color of inline hints for parameters",
2834
+ "The color used for the lightbulb actions icon.",
2835
+ "The color used for the lightbulb auto fix actions icon.",
2836
+ "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2837
+ "Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.",
2838
+ "Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2839
+ "Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.",
2840
+ "Background color for the margin where lines got inserted.",
2841
+ "Background color for the margin where lines got removed.",
2842
+ "Diff overview ruler foreground for inserted content.",
2843
+ "Diff overview ruler foreground for removed content.",
2844
+ "Outline color for the text that got inserted.",
2845
+ "Outline color for text that got removed.",
2846
+ "Border color between the two text editors.",
2847
+ "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.",
2848
+ "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2849
+ "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2850
+ "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2851
+ "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2852
+ "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2853
+ "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2854
+ "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2855
+ "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2856
+ "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2857
+ "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2858
+ "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2859
+ "List/Tree background when hovering over items using the mouse.",
2860
+ "List/Tree foreground when hovering over items using the mouse.",
2861
+ "List/Tree drag and drop background when moving items around using the mouse.",
2862
+ "List/Tree foreground color of the match highlights when searching inside the list/tree.",
2863
+ "List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.",
2864
+ "List/Tree foreground color for invalid items, for example an unresolved root in explorer.",
2865
+ "Foreground color of list items containing errors.",
2866
+ "Foreground color of list items containing warnings.",
2867
+ "Background color of the type filter widget in lists and trees.",
2868
+ "Outline color of the type filter widget in lists and trees.",
2869
+ "Outline color of the type filter widget in lists and trees, when there are no matches.",
2870
+ "Background color of the filtered match.",
2871
+ "Border color of the filtered match.",
2872
+ "Tree stroke color for the indentation guides.",
2873
+ "Table border color between columns.",
2874
+ "Background color for odd table rows.",
2875
+ "List/Tree foreground color for items that are deemphasized. ",
2876
+ "Please use quickInputList.focusBackground instead",
2877
+ "Quick picker foreground color for the focused item.",
2878
+ "Quick picker icon foreground color for the focused item.",
2879
+ "Quick picker background color for the focused item.",
2880
+ "Border color of menus.",
2881
+ "Foreground color of menu items.",
2882
+ "Background color of menu items.",
2883
+ "Foreground color of the selected menu item in menus.",
2884
+ "Background color of the selected menu item in menus.",
2885
+ "Border color of the selected menu item in menus.",
2886
+ "Color of a separator menu item in menus.",
2887
+ "Toolbar background when hovering over actions using the mouse",
2888
+ "Toolbar outline when hovering over actions using the mouse",
2889
+ "Toolbar background when holding the mouse over actions",
2890
+ "Highlight background color of a snippet tabstop.",
2891
+ "Highlight border color of a snippet tabstop.",
2892
+ "Highlight background color of the final tabstop of a snippet.",
2893
+ "Highlight border color of the final tabstop of a snippet.",
2894
+ "Color of focused breadcrumb items.",
2895
+ "Background color of breadcrumb items.",
2896
+ "Color of focused breadcrumb items.",
2897
+ "Color of selected breadcrumb items.",
2898
+ "Background color of breadcrumb item picker.",
2899
+ "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2900
+ "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2901
+ "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2902
+ "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2903
+ "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2904
+ "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2905
+ "Border color on headers and the splitter in inline merge-conflicts.",
2906
+ "Current overview ruler foreground for inline merge-conflicts.",
2907
+ "Incoming overview ruler foreground for inline merge-conflicts.",
2908
+ "Common ancestor overview ruler foreground for inline merge-conflicts.",
2909
+ "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.",
2910
+ "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.",
2911
+ "Minimap marker color for find matches.",
2912
+ "Minimap marker color for repeating editor selections.",
2913
+ "Minimap marker color for the editor selection.",
2914
+ "Minimap marker color for errors.",
2915
+ "Minimap marker color for warnings.",
2916
+ "Minimap background color.",
2917
+ "Opacity of foreground elements rendered in the minimap. For example, \"#000000c0\" will render the elements with 75% opacity.",
2918
+ "Minimap slider background color.",
2919
+ "Minimap slider background color when hovering.",
2920
+ "Minimap slider background color when clicked on.",
2921
+ "The color used for the problems error icon.",
2922
+ "The color used for the problems warning icon.",
2923
+ "The color used for the problems info icon.",
2924
+ "The foreground color used in charts.",
2925
+ "The color used for horizontal lines in charts.",
2926
+ "The red color used in chart visualizations.",
2927
+ "The blue color used in chart visualizations.",
2928
+ "The yellow color used in chart visualizations.",
2929
+ "The orange color used in chart visualizations.",
2930
+ "The green color used in chart visualizations.",
2931
+ "The purple color used in chart visualizations."
2932
2932
  ],
2933
2933
  "vs/platform/quickinput/browser/helpQuickAccess": [
2934
2934
  "global commands",
@@ -3113,12 +3113,6 @@
3113
3113
  "Icon for goto previous editor location.",
3114
3114
  "Icon for goto next editor location."
3115
3115
  ],
3116
- "vs/base/browser/ui/actionbar/actionViewItems": [
3117
- "{0} ({1})"
3118
- ],
3119
- "vs/base/common/actions": [
3120
- "(empty)"
3121
- ],
3122
3116
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
3123
3117
  "Kind of the code action to run.",
3124
3118
  "Controls when the returned actions are applied.",
@@ -3150,6 +3144,12 @@
3150
3144
  "Auto Fix...",
3151
3145
  "No auto fixes available"
3152
3146
  ],
3147
+ "vs/base/browser/ui/actionbar/actionViewItems": [
3148
+ "{0} ({1})"
3149
+ ],
3150
+ "vs/base/common/actions": [
3151
+ "(empty)"
3152
+ ],
3153
3153
  "vs/editor/contrib/find/browser/findWidget": [
3154
3154
  "Icon for 'Find in Selection' in the editor find widget.",
3155
3155
  "Icon to indicate that the editor find widget is collapsed.",