monaco-editor-core 0.29.0 → 0.29.1
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.
- package/ThirdPartyNotices.txt +63 -63
- package/dev/bundleInfo.json +951 -951
- package/dev/nls.metadata.json +382 -382
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +1 -1
- package/dev/vs/editor/editor.main.nls.de.js +1 -1
- package/dev/vs/editor/editor.main.nls.es.js +1 -1
- package/dev/vs/editor/editor.main.nls.fr.js +1 -1
- package/dev/vs/editor/editor.main.nls.it.js +1 -1
- package/dev/vs/editor/editor.main.nls.ja.js +1 -1
- package/dev/vs/editor/editor.main.nls.js +1 -1
- package/dev/vs/editor/editor.main.nls.ko.js +1 -1
- package/dev/vs/editor/editor.main.nls.ru.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/dev/vs/loader.js +1 -1
- package/esm/vs/editor/editor.api.d.ts +793 -797
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/editor/editor.main.nls.de.js +1 -1
- package/min/vs/editor/editor.main.nls.es.js +1 -1
- package/min/vs/editor/editor.main.nls.fr.js +1 -1
- package/min/vs/editor/editor.main.nls.it.js +1 -1
- package/min/vs/editor/editor.main.nls.ja.js +1 -1
- package/min/vs/editor/editor.main.nls.js +1 -1
- package/min/vs/editor/editor.main.nls.ko.js +1 -1
- package/min/vs/editor/editor.main.nls.ru.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
package/dev/nls.metadata.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"keys": {
|
|
3
|
-
"vs/editor/contrib/format/format": [
|
|
4
|
-
"hint11",
|
|
5
|
-
"hintn1",
|
|
6
|
-
"hint1n",
|
|
7
|
-
"hintnn"
|
|
8
|
-
],
|
|
9
3
|
"vs/editor/common/config/editorOptions": [
|
|
10
4
|
"accessibilitySupport.auto",
|
|
11
5
|
"accessibilitySupport.on",
|
|
@@ -302,16 +296,17 @@
|
|
|
302
296
|
"wrappingStrategy.advanced",
|
|
303
297
|
"wrappingStrategy"
|
|
304
298
|
],
|
|
299
|
+
"vs/editor/contrib/format/format": [
|
|
300
|
+
"hint11",
|
|
301
|
+
"hintn1",
|
|
302
|
+
"hint1n",
|
|
303
|
+
"hintnn"
|
|
304
|
+
],
|
|
305
305
|
"vs/editor/browser/controller/coreCommands": [
|
|
306
306
|
"stickydesc",
|
|
307
307
|
"stickydesc",
|
|
308
308
|
"removedCursor"
|
|
309
309
|
],
|
|
310
|
-
"vs/editor/browser/widget/diffEditorWidget": [
|
|
311
|
-
"diffInsertIcon",
|
|
312
|
-
"diffRemoveIcon",
|
|
313
|
-
"diff.tooLarge"
|
|
314
|
-
],
|
|
315
310
|
"vs/editor/contrib/anchorSelect/anchorSelect": [
|
|
316
311
|
"selectionAnchor",
|
|
317
312
|
"anchorSet",
|
|
@@ -320,8 +315,10 @@
|
|
|
320
315
|
"selectFromAnchorToCursor",
|
|
321
316
|
"cancelSelectionAnchor"
|
|
322
317
|
],
|
|
323
|
-
"vs/editor/browser/widget/
|
|
324
|
-
"
|
|
318
|
+
"vs/editor/browser/widget/diffEditorWidget": [
|
|
319
|
+
"diffInsertIcon",
|
|
320
|
+
"diffRemoveIcon",
|
|
321
|
+
"diff.tooLarge"
|
|
325
322
|
],
|
|
326
323
|
"vs/editor/contrib/bracketMatching/bracketMatching": [
|
|
327
324
|
"overviewRulerBracketMatchForeground",
|
|
@@ -334,15 +331,15 @@
|
|
|
334
331
|
]
|
|
335
332
|
}
|
|
336
333
|
],
|
|
337
|
-
"vs/editor/
|
|
338
|
-
"
|
|
334
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
335
|
+
"cursors.maximum"
|
|
339
336
|
],
|
|
340
337
|
"vs/editor/contrib/caretOperations/caretOperations": [
|
|
341
338
|
"caret.moveLeft",
|
|
342
339
|
"caret.moveRight"
|
|
343
340
|
],
|
|
344
|
-
"vs/editor/contrib/
|
|
345
|
-
"
|
|
341
|
+
"vs/editor/contrib/caretOperations/transpose": [
|
|
342
|
+
"transposeLetters.label"
|
|
346
343
|
],
|
|
347
344
|
"vs/editor/contrib/clipboard/clipboard": [
|
|
348
345
|
{
|
|
@@ -376,6 +373,9 @@
|
|
|
376
373
|
"actions.clipboard.pasteLabel",
|
|
377
374
|
"actions.clipboard.copyWithSyntaxHighlightingLabel"
|
|
378
375
|
],
|
|
376
|
+
"vs/editor/contrib/codelens/codelensController": [
|
|
377
|
+
"showLensOnLine"
|
|
378
|
+
],
|
|
379
379
|
"vs/editor/contrib/contextmenu/contextmenu": [
|
|
380
380
|
"action.showContextMenu.label"
|
|
381
381
|
],
|
|
@@ -451,28 +451,12 @@
|
|
|
451
451
|
"formatDocument.label",
|
|
452
452
|
"formatSelection.label"
|
|
453
453
|
],
|
|
454
|
-
"vs/editor/contrib/
|
|
455
|
-
"
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"markerAction.previous.label",
|
|
461
|
-
"previousMarkerIcon",
|
|
462
|
-
"markerAction.nextInFiles.label",
|
|
463
|
-
{
|
|
464
|
-
"key": "miGotoNextProblem",
|
|
465
|
-
"comment": [
|
|
466
|
-
"&& denotes a mnemonic"
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
"markerAction.previousInFiles.label",
|
|
470
|
-
{
|
|
471
|
-
"key": "miGotoPreviousProblem",
|
|
472
|
-
"comment": [
|
|
473
|
-
"&& denotes a mnemonic"
|
|
474
|
-
]
|
|
475
|
-
}
|
|
454
|
+
"vs/editor/contrib/inlineCompletions/ghostTextController": [
|
|
455
|
+
"inlineSuggestionVisible",
|
|
456
|
+
"inlineSuggestionHasIndentation",
|
|
457
|
+
"action.inlineSuggest.showNext",
|
|
458
|
+
"action.inlineSuggest.showPrevious",
|
|
459
|
+
"action.inlineSuggest.trigger"
|
|
476
460
|
],
|
|
477
461
|
"vs/editor/contrib/gotoSymbol/goToCommands": [
|
|
478
462
|
"peek.submenu",
|
|
@@ -540,6 +524,29 @@
|
|
|
540
524
|
]
|
|
541
525
|
}
|
|
542
526
|
],
|
|
527
|
+
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
528
|
+
"multipleResults"
|
|
529
|
+
],
|
|
530
|
+
"vs/editor/contrib/gotoError/gotoError": [
|
|
531
|
+
"markerAction.next.label",
|
|
532
|
+
"nextMarkerIcon",
|
|
533
|
+
"markerAction.previous.label",
|
|
534
|
+
"previousMarkerIcon",
|
|
535
|
+
"markerAction.nextInFiles.label",
|
|
536
|
+
{
|
|
537
|
+
"key": "miGotoNextProblem",
|
|
538
|
+
"comment": [
|
|
539
|
+
"&& denotes a mnemonic"
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"markerAction.previousInFiles.label",
|
|
543
|
+
{
|
|
544
|
+
"key": "miGotoPreviousProblem",
|
|
545
|
+
"comment": [
|
|
546
|
+
"&& denotes a mnemonic"
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
],
|
|
543
550
|
"vs/editor/contrib/hover/hover": [
|
|
544
551
|
{
|
|
545
552
|
"key": "showHover",
|
|
@@ -556,13 +563,6 @@
|
|
|
556
563
|
]
|
|
557
564
|
}
|
|
558
565
|
],
|
|
559
|
-
"vs/editor/contrib/inlineCompletions/ghostTextController": [
|
|
560
|
-
"inlineSuggestionVisible",
|
|
561
|
-
"inlineSuggestionHasIndentation",
|
|
562
|
-
"action.inlineSuggest.showNext",
|
|
563
|
-
"action.inlineSuggest.showPrevious",
|
|
564
|
-
"action.inlineSuggest.trigger"
|
|
565
|
-
],
|
|
566
566
|
"vs/editor/contrib/indentation/indentation": [
|
|
567
567
|
"indentationToSpaces",
|
|
568
568
|
"indentationToTabs",
|
|
@@ -583,25 +583,6 @@
|
|
|
583
583
|
"InPlaceReplaceAction.previous.label",
|
|
584
584
|
"InPlaceReplaceAction.next.label"
|
|
585
585
|
],
|
|
586
|
-
"vs/editor/contrib/links/links": [
|
|
587
|
-
"links.navigate.executeCmd",
|
|
588
|
-
"links.navigate.follow",
|
|
589
|
-
"links.navigate.kb.meta.mac",
|
|
590
|
-
"links.navigate.kb.meta",
|
|
591
|
-
"links.navigate.kb.alt.mac",
|
|
592
|
-
"links.navigate.kb.alt",
|
|
593
|
-
"tooltip.explanation",
|
|
594
|
-
"invalid.url",
|
|
595
|
-
"missing.url",
|
|
596
|
-
"label"
|
|
597
|
-
],
|
|
598
|
-
"vs/editor/contrib/linkedEditing/linkedEditing": [
|
|
599
|
-
"linkedEditing.label",
|
|
600
|
-
"editorLinkedEditingBackground"
|
|
601
|
-
],
|
|
602
|
-
"vs/editor/contrib/parameterHints/parameterHints": [
|
|
603
|
-
"parameterHints.trigger.label"
|
|
604
|
-
],
|
|
605
586
|
"vs/editor/contrib/linesOperations/linesOperations": [
|
|
606
587
|
"lines.copyUp",
|
|
607
588
|
{
|
|
@@ -655,32 +636,21 @@
|
|
|
655
636
|
"editor.transformToTitlecase",
|
|
656
637
|
"editor.transformToSnakecase"
|
|
657
638
|
],
|
|
658
|
-
"vs/editor/contrib/
|
|
659
|
-
"
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
"
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
"comment": [
|
|
670
|
-
"&& denotes a mnemonic"
|
|
671
|
-
]
|
|
672
|
-
}
|
|
639
|
+
"vs/editor/contrib/links/links": [
|
|
640
|
+
"links.navigate.executeCmd",
|
|
641
|
+
"links.navigate.follow",
|
|
642
|
+
"links.navigate.kb.meta.mac",
|
|
643
|
+
"links.navigate.kb.meta",
|
|
644
|
+
"links.navigate.kb.alt.mac",
|
|
645
|
+
"links.navigate.kb.alt",
|
|
646
|
+
"tooltip.explanation",
|
|
647
|
+
"invalid.url",
|
|
648
|
+
"missing.url",
|
|
649
|
+
"label"
|
|
673
650
|
],
|
|
674
|
-
"vs/editor/contrib/
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
"label",
|
|
678
|
-
"quotableLabel",
|
|
679
|
-
"aria",
|
|
680
|
-
"rename.failedApply",
|
|
681
|
-
"rename.failed",
|
|
682
|
-
"rename.label",
|
|
683
|
-
"enablePreview"
|
|
651
|
+
"vs/editor/contrib/linkedEditing/linkedEditing": [
|
|
652
|
+
"linkedEditing.label",
|
|
653
|
+
"editorLinkedEditingBackground"
|
|
684
654
|
],
|
|
685
655
|
"vs/editor/contrib/multicursor/multicursor": [
|
|
686
656
|
"cursorAdded",
|
|
@@ -733,6 +703,36 @@
|
|
|
733
703
|
},
|
|
734
704
|
"changeAll.label"
|
|
735
705
|
],
|
|
706
|
+
"vs/editor/contrib/rename/rename": [
|
|
707
|
+
"no result",
|
|
708
|
+
"resolveRenameLocationFailed",
|
|
709
|
+
"label",
|
|
710
|
+
"quotableLabel",
|
|
711
|
+
"aria",
|
|
712
|
+
"rename.failedApply",
|
|
713
|
+
"rename.failed",
|
|
714
|
+
"rename.label",
|
|
715
|
+
"enablePreview"
|
|
716
|
+
],
|
|
717
|
+
"vs/editor/contrib/smartSelect/smartSelect": [
|
|
718
|
+
"smartSelect.expand",
|
|
719
|
+
{
|
|
720
|
+
"key": "miSmartSelectGrow",
|
|
721
|
+
"comment": [
|
|
722
|
+
"&& denotes a mnemonic"
|
|
723
|
+
]
|
|
724
|
+
},
|
|
725
|
+
"smartSelect.shrink",
|
|
726
|
+
{
|
|
727
|
+
"key": "miSmartSelectShrink",
|
|
728
|
+
"comment": [
|
|
729
|
+
"&& denotes a mnemonic"
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"vs/editor/contrib/parameterHints/parameterHints": [
|
|
734
|
+
"parameterHints.trigger.label"
|
|
735
|
+
],
|
|
736
736
|
"vs/editor/contrib/snippet/snippetController2": [
|
|
737
737
|
"inSnippetMode",
|
|
738
738
|
"hasNextTabstop",
|
|
@@ -770,6 +770,20 @@
|
|
|
770
770
|
"detail.less",
|
|
771
771
|
"suggest.reset.label"
|
|
772
772
|
],
|
|
773
|
+
"vs/editor/contrib/wordHighlighter/wordHighlighter": [
|
|
774
|
+
"wordHighlight",
|
|
775
|
+
"wordHighlightStrong",
|
|
776
|
+
"wordHighlightBorder",
|
|
777
|
+
"wordHighlightStrongBorder",
|
|
778
|
+
"overviewRulerWordHighlightForeground",
|
|
779
|
+
"overviewRulerWordHighlightStrongForeground",
|
|
780
|
+
"wordHighlight.next.label",
|
|
781
|
+
"wordHighlight.previous.label",
|
|
782
|
+
"wordHighlight.trigger.label"
|
|
783
|
+
],
|
|
784
|
+
"vs/editor/contrib/wordOperations/wordOperations": [
|
|
785
|
+
"deleteInsideWord"
|
|
786
|
+
],
|
|
773
787
|
"vs/editor/common/standaloneStrings": [
|
|
774
788
|
"noSelection",
|
|
775
789
|
"singleSelectionRange",
|
|
@@ -806,19 +820,28 @@
|
|
|
806
820
|
"toggleHighContrast",
|
|
807
821
|
"bulkEditServiceSummary"
|
|
808
822
|
],
|
|
809
|
-
"vs/editor/
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
"
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
823
|
+
"vs/editor/browser/editorExtensions": [
|
|
824
|
+
{
|
|
825
|
+
"key": "miUndo",
|
|
826
|
+
"comment": [
|
|
827
|
+
"&& denotes a mnemonic"
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
"undo",
|
|
831
|
+
{
|
|
832
|
+
"key": "miRedo",
|
|
833
|
+
"comment": [
|
|
834
|
+
"&& denotes a mnemonic"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
"redo",
|
|
838
|
+
{
|
|
839
|
+
"key": "miSelectAll",
|
|
840
|
+
"comment": [
|
|
841
|
+
"&& denotes a mnemonic"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
"selectAll"
|
|
822
845
|
],
|
|
823
846
|
"vs/editor/common/editorContextKeys": [
|
|
824
847
|
"editorTextFocus",
|
|
@@ -852,34 +875,6 @@
|
|
|
852
875
|
"editorHasMultipleDocumentFormattingProvider",
|
|
853
876
|
"editorHasMultipleDocumentSelectionFormattingProvider"
|
|
854
877
|
],
|
|
855
|
-
"vs/editor/browser/editorExtensions": [
|
|
856
|
-
{
|
|
857
|
-
"key": "miUndo",
|
|
858
|
-
"comment": [
|
|
859
|
-
"&& denotes a mnemonic"
|
|
860
|
-
]
|
|
861
|
-
},
|
|
862
|
-
"undo",
|
|
863
|
-
{
|
|
864
|
-
"key": "miRedo",
|
|
865
|
-
"comment": [
|
|
866
|
-
"&& denotes a mnemonic"
|
|
867
|
-
]
|
|
868
|
-
},
|
|
869
|
-
"redo",
|
|
870
|
-
{
|
|
871
|
-
"key": "miSelectAll",
|
|
872
|
-
"comment": [
|
|
873
|
-
"&& denotes a mnemonic"
|
|
874
|
-
]
|
|
875
|
-
},
|
|
876
|
-
"selectAll"
|
|
877
|
-
],
|
|
878
|
-
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
879
|
-
"globalCommands",
|
|
880
|
-
"editorCommands",
|
|
881
|
-
"helpPickAriaLabel"
|
|
882
|
-
],
|
|
883
878
|
"vs/platform/theme/common/colorRegistry": [
|
|
884
879
|
"foreground",
|
|
885
880
|
"errorForeground",
|
|
@@ -1028,6 +1023,11 @@
|
|
|
1028
1023
|
"problemsWarningIconForeground",
|
|
1029
1024
|
"problemsInfoIconForeground"
|
|
1030
1025
|
],
|
|
1026
|
+
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
1027
|
+
"globalCommands",
|
|
1028
|
+
"editorCommands",
|
|
1029
|
+
"helpPickAriaLabel"
|
|
1030
|
+
],
|
|
1031
1031
|
"vs/editor/contrib/quickAccess/gotoLineQuickAccess": [
|
|
1032
1032
|
"cannotRunGotoLine",
|
|
1033
1033
|
"gotoLineColumnLabel",
|
|
@@ -1035,6 +1035,41 @@
|
|
|
1035
1035
|
"gotoLineLabelEmptyWithLimit",
|
|
1036
1036
|
"gotoLineLabelEmpty"
|
|
1037
1037
|
],
|
|
1038
|
+
"vs/editor/contrib/symbolIcons/symbolIcons": [
|
|
1039
|
+
"symbolIcon.arrayForeground",
|
|
1040
|
+
"symbolIcon.booleanForeground",
|
|
1041
|
+
"symbolIcon.classForeground",
|
|
1042
|
+
"symbolIcon.colorForeground",
|
|
1043
|
+
"symbolIcon.constantForeground",
|
|
1044
|
+
"symbolIcon.constructorForeground",
|
|
1045
|
+
"symbolIcon.enumeratorForeground",
|
|
1046
|
+
"symbolIcon.enumeratorMemberForeground",
|
|
1047
|
+
"symbolIcon.eventForeground",
|
|
1048
|
+
"symbolIcon.fieldForeground",
|
|
1049
|
+
"symbolIcon.fileForeground",
|
|
1050
|
+
"symbolIcon.folderForeground",
|
|
1051
|
+
"symbolIcon.functionForeground",
|
|
1052
|
+
"symbolIcon.interfaceForeground",
|
|
1053
|
+
"symbolIcon.keyForeground",
|
|
1054
|
+
"symbolIcon.keywordForeground",
|
|
1055
|
+
"symbolIcon.methodForeground",
|
|
1056
|
+
"symbolIcon.moduleForeground",
|
|
1057
|
+
"symbolIcon.namespaceForeground",
|
|
1058
|
+
"symbolIcon.nullForeground",
|
|
1059
|
+
"symbolIcon.numberForeground",
|
|
1060
|
+
"symbolIcon.objectForeground",
|
|
1061
|
+
"symbolIcon.operatorForeground",
|
|
1062
|
+
"symbolIcon.packageForeground",
|
|
1063
|
+
"symbolIcon.propertyForeground",
|
|
1064
|
+
"symbolIcon.referenceForeground",
|
|
1065
|
+
"symbolIcon.snippetForeground",
|
|
1066
|
+
"symbolIcon.stringForeground",
|
|
1067
|
+
"symbolIcon.structForeground",
|
|
1068
|
+
"symbolIcon.textForeground",
|
|
1069
|
+
"symbolIcon.typeParameterForeground",
|
|
1070
|
+
"symbolIcon.unitForeground",
|
|
1071
|
+
"symbolIcon.variableForeground"
|
|
1072
|
+
],
|
|
1038
1073
|
"vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [
|
|
1039
1074
|
"cannotRunGotoSymbolWithoutEditor",
|
|
1040
1075
|
"cannotRunGotoSymbolWithoutSymbolProvider",
|
|
@@ -1075,41 +1110,6 @@
|
|
|
1075
1110
|
"labelLoading",
|
|
1076
1111
|
"metaTitle.N"
|
|
1077
1112
|
],
|
|
1078
|
-
"vs/editor/contrib/symbolIcons/symbolIcons": [
|
|
1079
|
-
"symbolIcon.arrayForeground",
|
|
1080
|
-
"symbolIcon.booleanForeground",
|
|
1081
|
-
"symbolIcon.classForeground",
|
|
1082
|
-
"symbolIcon.colorForeground",
|
|
1083
|
-
"symbolIcon.constantForeground",
|
|
1084
|
-
"symbolIcon.constructorForeground",
|
|
1085
|
-
"symbolIcon.enumeratorForeground",
|
|
1086
|
-
"symbolIcon.enumeratorMemberForeground",
|
|
1087
|
-
"symbolIcon.eventForeground",
|
|
1088
|
-
"symbolIcon.fieldForeground",
|
|
1089
|
-
"symbolIcon.fileForeground",
|
|
1090
|
-
"symbolIcon.folderForeground",
|
|
1091
|
-
"symbolIcon.functionForeground",
|
|
1092
|
-
"symbolIcon.interfaceForeground",
|
|
1093
|
-
"symbolIcon.keyForeground",
|
|
1094
|
-
"symbolIcon.keywordForeground",
|
|
1095
|
-
"symbolIcon.methodForeground",
|
|
1096
|
-
"symbolIcon.moduleForeground",
|
|
1097
|
-
"symbolIcon.namespaceForeground",
|
|
1098
|
-
"symbolIcon.nullForeground",
|
|
1099
|
-
"symbolIcon.numberForeground",
|
|
1100
|
-
"symbolIcon.objectForeground",
|
|
1101
|
-
"symbolIcon.operatorForeground",
|
|
1102
|
-
"symbolIcon.packageForeground",
|
|
1103
|
-
"symbolIcon.propertyForeground",
|
|
1104
|
-
"symbolIcon.referenceForeground",
|
|
1105
|
-
"symbolIcon.snippetForeground",
|
|
1106
|
-
"symbolIcon.stringForeground",
|
|
1107
|
-
"symbolIcon.structForeground",
|
|
1108
|
-
"symbolIcon.textForeground",
|
|
1109
|
-
"symbolIcon.typeParameterForeground",
|
|
1110
|
-
"symbolIcon.unitForeground",
|
|
1111
|
-
"symbolIcon.variableForeground"
|
|
1112
|
-
],
|
|
1113
1113
|
"vs/editor/common/modes/modesRegistry": [
|
|
1114
1114
|
"plainText.alias"
|
|
1115
1115
|
],
|
|
@@ -1152,11 +1152,6 @@
|
|
|
1152
1152
|
"diff.inline.revertChange.label",
|
|
1153
1153
|
"diff.clipboard.copyDeletedLineContent.label"
|
|
1154
1154
|
],
|
|
1155
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
1156
|
-
"iconDefintion.fontId",
|
|
1157
|
-
"iconDefintion.fontCharacter",
|
|
1158
|
-
"widgetClose"
|
|
1159
|
-
],
|
|
1160
1155
|
"vs/editor/common/view/editorColorRegistry": [
|
|
1161
1156
|
"lineHighlight",
|
|
1162
1157
|
"lineHighlightBorderBox",
|
|
@@ -1196,6 +1191,11 @@
|
|
|
1196
1191
|
"editorBracketHighlightForeground6",
|
|
1197
1192
|
"editorBracketHighlightUnexpectedBracketForeground"
|
|
1198
1193
|
],
|
|
1194
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
1195
|
+
"iconDefintion.fontId",
|
|
1196
|
+
"iconDefintion.fontCharacter",
|
|
1197
|
+
"widgetClose"
|
|
1198
|
+
],
|
|
1199
1199
|
"vs/editor/contrib/codeAction/codeActionCommands": [
|
|
1200
1200
|
"args.schema.kind",
|
|
1201
1201
|
"args.schema.apply",
|
|
@@ -1271,6 +1271,30 @@
|
|
|
1271
1271
|
"foldingExpandedIcon",
|
|
1272
1272
|
"foldingCollapsedIcon"
|
|
1273
1273
|
],
|
|
1274
|
+
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
1275
|
+
"aria.oneReference",
|
|
1276
|
+
{
|
|
1277
|
+
"key": "aria.oneReference.preview",
|
|
1278
|
+
"comment": [
|
|
1279
|
+
"Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
1282
|
+
"aria.fileReferences.1",
|
|
1283
|
+
"aria.fileReferences.N",
|
|
1284
|
+
"aria.result.0",
|
|
1285
|
+
"aria.result.1",
|
|
1286
|
+
"aria.result.n1",
|
|
1287
|
+
"aria.result.nm"
|
|
1288
|
+
],
|
|
1289
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
1290
|
+
"hasSymbols",
|
|
1291
|
+
"location.kb",
|
|
1292
|
+
"location"
|
|
1293
|
+
],
|
|
1294
|
+
"vs/editor/contrib/message/messageController": [
|
|
1295
|
+
"messageVisible",
|
|
1296
|
+
"editor.readonly"
|
|
1297
|
+
],
|
|
1274
1298
|
"vs/editor/contrib/peekView/peekView": [
|
|
1275
1299
|
"inReferenceSearchEditor",
|
|
1276
1300
|
"label.close",
|
|
@@ -1305,35 +1329,6 @@
|
|
|
1305
1329
|
"editorMarkerNavigationInfoHeaderBackground",
|
|
1306
1330
|
"editorMarkerNavigationBackground"
|
|
1307
1331
|
],
|
|
1308
|
-
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
1309
|
-
"aria.oneReference",
|
|
1310
|
-
{
|
|
1311
|
-
"key": "aria.oneReference.preview",
|
|
1312
|
-
"comment": [
|
|
1313
|
-
"Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
|
|
1314
|
-
]
|
|
1315
|
-
},
|
|
1316
|
-
"aria.fileReferences.1",
|
|
1317
|
-
"aria.fileReferences.N",
|
|
1318
|
-
"aria.result.0",
|
|
1319
|
-
"aria.result.1",
|
|
1320
|
-
"aria.result.n1",
|
|
1321
|
-
"aria.result.nm"
|
|
1322
|
-
],
|
|
1323
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
1324
|
-
"hasSymbols",
|
|
1325
|
-
"location.kb",
|
|
1326
|
-
"location"
|
|
1327
|
-
],
|
|
1328
|
-
"vs/editor/contrib/message/messageController": [
|
|
1329
|
-
"messageVisible",
|
|
1330
|
-
"editor.readonly"
|
|
1331
|
-
],
|
|
1332
|
-
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
1333
|
-
"parameterHintsNextIcon",
|
|
1334
|
-
"parameterHintsPreviousIcon",
|
|
1335
|
-
"hint"
|
|
1336
|
-
],
|
|
1337
1332
|
"vs/platform/configuration/common/configurationRegistry": [
|
|
1338
1333
|
"defaultLanguageConfigurationOverrides.title",
|
|
1339
1334
|
"overrideSettings.defaultDescription",
|
|
@@ -1352,6 +1347,11 @@
|
|
|
1352
1347
|
]
|
|
1353
1348
|
}
|
|
1354
1349
|
],
|
|
1350
|
+
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
1351
|
+
"parameterHintsNextIcon",
|
|
1352
|
+
"parameterHintsPreviousIcon",
|
|
1353
|
+
"hint"
|
|
1354
|
+
],
|
|
1355
1355
|
"vs/editor/contrib/suggest/suggest": [
|
|
1356
1356
|
"suggestWidgetVisible",
|
|
1357
1357
|
"suggestWidgetDetailsVisible",
|
|
@@ -1577,6 +1577,13 @@
|
|
|
1577
1577
|
"titleAndKb",
|
|
1578
1578
|
"titleAndKb"
|
|
1579
1579
|
],
|
|
1580
|
+
"vs/editor/contrib/hover/markerHoverParticipant": [
|
|
1581
|
+
"view problem",
|
|
1582
|
+
"noQuickFixes",
|
|
1583
|
+
"checkingForQuickFixes",
|
|
1584
|
+
"noQuickFixes",
|
|
1585
|
+
"quick fixes"
|
|
1586
|
+
],
|
|
1580
1587
|
"vs/editor/contrib/hover/markdownHoverParticipant": [
|
|
1581
1588
|
"modesContentHover.loading",
|
|
1582
1589
|
"too many characters"
|
|
@@ -1587,13 +1594,6 @@
|
|
|
1587
1594
|
"acceptInlineSuggestion",
|
|
1588
1595
|
"inlineSuggestionFollows"
|
|
1589
1596
|
],
|
|
1590
|
-
"vs/editor/contrib/hover/markerHoverParticipant": [
|
|
1591
|
-
"view problem",
|
|
1592
|
-
"noQuickFixes",
|
|
1593
|
-
"checkingForQuickFixes",
|
|
1594
|
-
"noQuickFixes",
|
|
1595
|
-
"quick fixes"
|
|
1596
|
-
],
|
|
1597
1597
|
"vs/editor/contrib/snippet/snippetVariables": [
|
|
1598
1598
|
"Sunday",
|
|
1599
1599
|
"Monday",
|
|
@@ -1637,14 +1637,14 @@
|
|
|
1637
1637
|
"vs/editor/contrib/suggest/suggestWidgetStatus": [
|
|
1638
1638
|
"ddd"
|
|
1639
1639
|
],
|
|
1640
|
-
"vs/editor/contrib/suggest/suggestWidgetRenderer": [
|
|
1641
|
-
"suggestMoreInfoIcon",
|
|
1642
|
-
"readMore"
|
|
1643
|
-
],
|
|
1644
1640
|
"vs/editor/contrib/suggest/suggestWidgetDetails": [
|
|
1645
1641
|
"details.close",
|
|
1646
1642
|
"loading"
|
|
1647
1643
|
],
|
|
1644
|
+
"vs/editor/contrib/suggest/suggestWidgetRenderer": [
|
|
1645
|
+
"suggestMoreInfoIcon",
|
|
1646
|
+
"readMore"
|
|
1647
|
+
],
|
|
1648
1648
|
"vs/base/common/errorMessage": [
|
|
1649
1649
|
"stackTrace.format",
|
|
1650
1650
|
"nodeExceptionMessage",
|
|
@@ -1852,12 +1852,6 @@
|
|
|
1852
1852
|
]
|
|
1853
1853
|
},
|
|
1854
1854
|
"messages": {
|
|
1855
|
-
"vs/editor/contrib/format/format": [
|
|
1856
|
-
"Made 1 formatting edit on line {0}",
|
|
1857
|
-
"Made {0} formatting edits on line {1}",
|
|
1858
|
-
"Made 1 formatting edit between lines {0} and {1}",
|
|
1859
|
-
"Made {0} formatting edits between lines {1} and {2}"
|
|
1860
|
-
],
|
|
1861
1855
|
"vs/editor/common/config/editorOptions": [
|
|
1862
1856
|
"The editor will use platform APIs to detect when a Screen Reader is attached.",
|
|
1863
1857
|
"The editor will be permanently optimized for usage with a Screen Reader. Word wrapping will be disabled.",
|
|
@@ -2125,16 +2119,17 @@
|
|
|
2125
2119
|
"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.",
|
|
2126
2120
|
"Controls the algorithm that computes wrapping points."
|
|
2127
2121
|
],
|
|
2122
|
+
"vs/editor/contrib/format/format": [
|
|
2123
|
+
"Made 1 formatting edit on line {0}",
|
|
2124
|
+
"Made {0} formatting edits on line {1}",
|
|
2125
|
+
"Made 1 formatting edit between lines {0} and {1}",
|
|
2126
|
+
"Made {0} formatting edits between lines {1} and {2}"
|
|
2127
|
+
],
|
|
2128
2128
|
"vs/editor/browser/controller/coreCommands": [
|
|
2129
2129
|
"Stick to the end even when going to longer lines",
|
|
2130
2130
|
"Stick to the end even when going to longer lines",
|
|
2131
2131
|
"Removed secondary cursors"
|
|
2132
2132
|
],
|
|
2133
|
-
"vs/editor/browser/widget/diffEditorWidget": [
|
|
2134
|
-
"Line decoration for inserts in the diff editor.",
|
|
2135
|
-
"Line decoration for removals in the diff editor.",
|
|
2136
|
-
"Cannot compare files because one file is too large."
|
|
2137
|
-
],
|
|
2138
2133
|
"vs/editor/contrib/anchorSelect/anchorSelect": [
|
|
2139
2134
|
"Selection Anchor",
|
|
2140
2135
|
"Anchor set at {0}:{1}",
|
|
@@ -2143,8 +2138,10 @@
|
|
|
2143
2138
|
"Select from Anchor to Cursor",
|
|
2144
2139
|
"Cancel Selection Anchor"
|
|
2145
2140
|
],
|
|
2146
|
-
"vs/editor/browser/widget/
|
|
2147
|
-
"
|
|
2141
|
+
"vs/editor/browser/widget/diffEditorWidget": [
|
|
2142
|
+
"Line decoration for inserts in the diff editor.",
|
|
2143
|
+
"Line decoration for removals in the diff editor.",
|
|
2144
|
+
"Cannot compare files because one file is too large."
|
|
2148
2145
|
],
|
|
2149
2146
|
"vs/editor/contrib/bracketMatching/bracketMatching": [
|
|
2150
2147
|
"Overview ruler marker color for matching brackets.",
|
|
@@ -2152,15 +2149,15 @@
|
|
|
2152
2149
|
"Select to Bracket",
|
|
2153
2150
|
"Go to &&Bracket"
|
|
2154
2151
|
],
|
|
2155
|
-
"vs/editor/
|
|
2156
|
-
"
|
|
2152
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
2153
|
+
"The number of cursors has been limited to {0}."
|
|
2157
2154
|
],
|
|
2158
2155
|
"vs/editor/contrib/caretOperations/caretOperations": [
|
|
2159
2156
|
"Move Selected Text Left",
|
|
2160
2157
|
"Move Selected Text Right"
|
|
2161
2158
|
],
|
|
2162
|
-
"vs/editor/contrib/
|
|
2163
|
-
"
|
|
2159
|
+
"vs/editor/contrib/caretOperations/transpose": [
|
|
2160
|
+
"Transpose Letters"
|
|
2164
2161
|
],
|
|
2165
2162
|
"vs/editor/contrib/clipboard/clipboard": [
|
|
2166
2163
|
"Cu&&t",
|
|
@@ -2179,6 +2176,9 @@
|
|
|
2179
2176
|
"Paste",
|
|
2180
2177
|
"Copy With Syntax Highlighting"
|
|
2181
2178
|
],
|
|
2179
|
+
"vs/editor/contrib/codelens/codelensController": [
|
|
2180
|
+
"Show CodeLens Commands For Current Line"
|
|
2181
|
+
],
|
|
2182
2182
|
"vs/editor/contrib/contextmenu/contextmenu": [
|
|
2183
2183
|
"Show Editor Context Menu"
|
|
2184
2184
|
],
|
|
@@ -2234,18 +2234,12 @@
|
|
|
2234
2234
|
"Format Document",
|
|
2235
2235
|
"Format Selection"
|
|
2236
2236
|
],
|
|
2237
|
-
"vs/editor/contrib/
|
|
2238
|
-
"
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2243
|
-
"Go to Previous Problem (Error, Warning, Info)",
|
|
2244
|
-
"Icon for goto previous marker.",
|
|
2245
|
-
"Go to Next Problem in Files (Error, Warning, Info)",
|
|
2246
|
-
"Next &&Problem",
|
|
2247
|
-
"Go to Previous Problem in Files (Error, Warning, Info)",
|
|
2248
|
-
"Previous &&Problem"
|
|
2237
|
+
"vs/editor/contrib/inlineCompletions/ghostTextController": [
|
|
2238
|
+
"Whether an inline suggestion is visible",
|
|
2239
|
+
"Whether the inline suggestion starts with whitespace",
|
|
2240
|
+
"Show Next Inline Suggestion",
|
|
2241
|
+
"Show Previous Inline Suggestion",
|
|
2242
|
+
"Trigger Inline Suggestion"
|
|
2249
2243
|
],
|
|
2250
2244
|
"vs/editor/contrib/gotoSymbol/goToCommands": [
|
|
2251
2245
|
"Peek",
|
|
@@ -2288,17 +2282,23 @@
|
|
|
2288
2282
|
"Go to &&Implementations",
|
|
2289
2283
|
"Go to &&References"
|
|
2290
2284
|
],
|
|
2285
|
+
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [
|
|
2286
|
+
"Click to show {0} definitions."
|
|
2287
|
+
],
|
|
2288
|
+
"vs/editor/contrib/gotoError/gotoError": [
|
|
2289
|
+
"Go to Next Problem (Error, Warning, Info)",
|
|
2290
|
+
"Icon for goto next marker.",
|
|
2291
|
+
"Go to Previous Problem (Error, Warning, Info)",
|
|
2292
|
+
"Icon for goto previous marker.",
|
|
2293
|
+
"Go to Next Problem in Files (Error, Warning, Info)",
|
|
2294
|
+
"Next &&Problem",
|
|
2295
|
+
"Go to Previous Problem in Files (Error, Warning, Info)",
|
|
2296
|
+
"Previous &&Problem"
|
|
2297
|
+
],
|
|
2291
2298
|
"vs/editor/contrib/hover/hover": [
|
|
2292
2299
|
"Show Hover",
|
|
2293
2300
|
"Show Definition Preview Hover"
|
|
2294
2301
|
],
|
|
2295
|
-
"vs/editor/contrib/inlineCompletions/ghostTextController": [
|
|
2296
|
-
"Whether an inline suggestion is visible",
|
|
2297
|
-
"Whether the inline suggestion starts with whitespace",
|
|
2298
|
-
"Show Next Inline Suggestion",
|
|
2299
|
-
"Show Previous Inline Suggestion",
|
|
2300
|
-
"Trigger Inline Suggestion"
|
|
2301
|
-
],
|
|
2302
2302
|
"vs/editor/contrib/indentation/indentation": [
|
|
2303
2303
|
"Convert Indentation to Spaces",
|
|
2304
2304
|
"Convert Indentation to Tabs",
|
|
@@ -2314,25 +2314,6 @@
|
|
|
2314
2314
|
"Replace with Previous Value",
|
|
2315
2315
|
"Replace with Next Value"
|
|
2316
2316
|
],
|
|
2317
|
-
"vs/editor/contrib/links/links": [
|
|
2318
|
-
"Execute command",
|
|
2319
|
-
"Follow link",
|
|
2320
|
-
"cmd + click",
|
|
2321
|
-
"ctrl + click",
|
|
2322
|
-
"option + click",
|
|
2323
|
-
"alt + click",
|
|
2324
|
-
"Execute command {0}",
|
|
2325
|
-
"Failed to open this link because it is not well-formed: {0}",
|
|
2326
|
-
"Failed to open this link because its target is missing.",
|
|
2327
|
-
"Open Link"
|
|
2328
|
-
],
|
|
2329
|
-
"vs/editor/contrib/linkedEditing/linkedEditing": [
|
|
2330
|
-
"Start Linked Editing",
|
|
2331
|
-
"Background color when the editor auto renames on type."
|
|
2332
|
-
],
|
|
2333
|
-
"vs/editor/contrib/parameterHints/parameterHints": [
|
|
2334
|
-
"Trigger Parameter Hints"
|
|
2335
|
-
],
|
|
2336
2317
|
"vs/editor/contrib/linesOperations/linesOperations": [
|
|
2337
2318
|
"Copy Line Up",
|
|
2338
2319
|
"&&Copy Line Up",
|
|
@@ -2361,22 +2342,21 @@
|
|
|
2361
2342
|
"Transform to Title Case",
|
|
2362
2343
|
"Transform to Snake Case"
|
|
2363
2344
|
],
|
|
2364
|
-
"vs/editor/contrib/
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2345
|
+
"vs/editor/contrib/links/links": [
|
|
2346
|
+
"Execute command",
|
|
2347
|
+
"Follow link",
|
|
2348
|
+
"cmd + click",
|
|
2349
|
+
"ctrl + click",
|
|
2350
|
+
"option + click",
|
|
2351
|
+
"alt + click",
|
|
2352
|
+
"Execute command {0}",
|
|
2353
|
+
"Failed to open this link because it is not well-formed: {0}",
|
|
2354
|
+
"Failed to open this link because its target is missing.",
|
|
2355
|
+
"Open Link"
|
|
2369
2356
|
],
|
|
2370
|
-
"vs/editor/contrib/
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"Renaming '{0}'",
|
|
2374
|
-
"Renaming {0}",
|
|
2375
|
-
"Successfully renamed '{0}' to '{1}'. Summary: {2}",
|
|
2376
|
-
"Rename failed to apply edits",
|
|
2377
|
-
"Rename failed to compute edits",
|
|
2378
|
-
"Rename Symbol",
|
|
2379
|
-
"Enable/disable the ability to preview changes before renaming"
|
|
2357
|
+
"vs/editor/contrib/linkedEditing/linkedEditing": [
|
|
2358
|
+
"Start Linked Editing",
|
|
2359
|
+
"Background color when the editor auto renames on type."
|
|
2380
2360
|
],
|
|
2381
2361
|
"vs/editor/contrib/multicursor/multicursor": [
|
|
2382
2362
|
"Cursor added: {0}",
|
|
@@ -2399,6 +2379,26 @@
|
|
|
2399
2379
|
"Select All &&Occurrences",
|
|
2400
2380
|
"Change All Occurrences"
|
|
2401
2381
|
],
|
|
2382
|
+
"vs/editor/contrib/rename/rename": [
|
|
2383
|
+
"No result.",
|
|
2384
|
+
"An unknown error occurred while resolving rename location",
|
|
2385
|
+
"Renaming '{0}'",
|
|
2386
|
+
"Renaming {0}",
|
|
2387
|
+
"Successfully renamed '{0}' to '{1}'. Summary: {2}",
|
|
2388
|
+
"Rename failed to apply edits",
|
|
2389
|
+
"Rename failed to compute edits",
|
|
2390
|
+
"Rename Symbol",
|
|
2391
|
+
"Enable/disable the ability to preview changes before renaming"
|
|
2392
|
+
],
|
|
2393
|
+
"vs/editor/contrib/smartSelect/smartSelect": [
|
|
2394
|
+
"Expand Selection",
|
|
2395
|
+
"&&Expand Selection",
|
|
2396
|
+
"Shrink Selection",
|
|
2397
|
+
"&&Shrink Selection"
|
|
2398
|
+
],
|
|
2399
|
+
"vs/editor/contrib/parameterHints/parameterHints": [
|
|
2400
|
+
"Trigger Parameter Hints"
|
|
2401
|
+
],
|
|
2402
2402
|
"vs/editor/contrib/snippet/snippetController2": [
|
|
2403
2403
|
"Whether the editor in current in snippet mode",
|
|
2404
2404
|
"Whether there is a next tab stop when in snippet mode",
|
|
@@ -2431,6 +2431,20 @@
|
|
|
2431
2431
|
"show more",
|
|
2432
2432
|
"Reset Suggest Widget Size"
|
|
2433
2433
|
],
|
|
2434
|
+
"vs/editor/contrib/wordHighlighter/wordHighlighter": [
|
|
2435
|
+
"Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.",
|
|
2436
|
+
"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.",
|
|
2437
|
+
"Border color of a symbol during read-access, like reading a variable.",
|
|
2438
|
+
"Border color of a symbol during write-access, like writing to a variable.",
|
|
2439
|
+
"Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
|
|
2440
|
+
"Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.",
|
|
2441
|
+
"Go to Next Symbol Highlight",
|
|
2442
|
+
"Go to Previous Symbol Highlight",
|
|
2443
|
+
"Trigger Symbol Highlight"
|
|
2444
|
+
],
|
|
2445
|
+
"vs/editor/contrib/wordOperations/wordOperations": [
|
|
2446
|
+
"Delete Word"
|
|
2447
|
+
],
|
|
2434
2448
|
"vs/editor/common/standaloneStrings": [
|
|
2435
2449
|
"No selection",
|
|
2436
2450
|
"Line {0}, Column {1} ({2} selected)",
|
|
@@ -2467,19 +2481,13 @@
|
|
|
2467
2481
|
"Toggle High Contrast Theme",
|
|
2468
2482
|
"Made {0} edits in {1} files"
|
|
2469
2483
|
],
|
|
2470
|
-
"vs/editor/
|
|
2471
|
-
"
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2477
|
-
"Go to Next Symbol Highlight",
|
|
2478
|
-
"Go to Previous Symbol Highlight",
|
|
2479
|
-
"Trigger Symbol Highlight"
|
|
2480
|
-
],
|
|
2481
|
-
"vs/editor/contrib/wordOperations/wordOperations": [
|
|
2482
|
-
"Delete Word"
|
|
2484
|
+
"vs/editor/browser/editorExtensions": [
|
|
2485
|
+
"&&Undo",
|
|
2486
|
+
"Undo",
|
|
2487
|
+
"&&Redo",
|
|
2488
|
+
"Redo",
|
|
2489
|
+
"&&Select All",
|
|
2490
|
+
"Select All"
|
|
2483
2491
|
],
|
|
2484
2492
|
"vs/editor/common/editorContextKeys": [
|
|
2485
2493
|
"Whether the editor text has focus (cursor is blinking)",
|
|
@@ -2513,19 +2521,6 @@
|
|
|
2513
2521
|
"Whether the editor has multiple document formatting providers",
|
|
2514
2522
|
"Whether the editor has multiple document selection formatting providers"
|
|
2515
2523
|
],
|
|
2516
|
-
"vs/editor/browser/editorExtensions": [
|
|
2517
|
-
"&&Undo",
|
|
2518
|
-
"Undo",
|
|
2519
|
-
"&&Redo",
|
|
2520
|
-
"Redo",
|
|
2521
|
-
"&&Select All",
|
|
2522
|
-
"Select All"
|
|
2523
|
-
],
|
|
2524
|
-
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
2525
|
-
"global commands",
|
|
2526
|
-
"editor commands",
|
|
2527
|
-
"{0}, {1}"
|
|
2528
|
-
],
|
|
2529
2524
|
"vs/platform/theme/common/colorRegistry": [
|
|
2530
2525
|
"Overall foreground color. This color is only used if not overridden by a component.",
|
|
2531
2526
|
"Overall foreground color for error messages. This color is only used if not overridden by a component.",
|
|
@@ -2674,6 +2669,11 @@
|
|
|
2674
2669
|
"The color used for the problems warning icon.",
|
|
2675
2670
|
"The color used for the problems info icon."
|
|
2676
2671
|
],
|
|
2672
|
+
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
2673
|
+
"global commands",
|
|
2674
|
+
"editor commands",
|
|
2675
|
+
"{0}, {1}"
|
|
2676
|
+
],
|
|
2677
2677
|
"vs/editor/contrib/quickAccess/gotoLineQuickAccess": [
|
|
2678
2678
|
"Open a text editor first to go to a line.",
|
|
2679
2679
|
"Go to line {0} and character {1}.",
|
|
@@ -2681,6 +2681,41 @@
|
|
|
2681
2681
|
"Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.",
|
|
2682
2682
|
"Current Line: {0}, Character: {1}. Type a line number to navigate to."
|
|
2683
2683
|
],
|
|
2684
|
+
"vs/editor/contrib/symbolIcons/symbolIcons": [
|
|
2685
|
+
"The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2686
|
+
"The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2687
|
+
"The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2688
|
+
"The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2689
|
+
"The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2690
|
+
"The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2691
|
+
"The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2692
|
+
"The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2693
|
+
"The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2694
|
+
"The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2695
|
+
"The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2696
|
+
"The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2697
|
+
"The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2698
|
+
"The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2699
|
+
"The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2700
|
+
"The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2701
|
+
"The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2702
|
+
"The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2703
|
+
"The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2704
|
+
"The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2705
|
+
"The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2706
|
+
"The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2707
|
+
"The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2708
|
+
"The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2709
|
+
"The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2710
|
+
"The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2711
|
+
"The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2712
|
+
"The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2713
|
+
"The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2714
|
+
"The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2715
|
+
"The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2716
|
+
"The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2717
|
+
"The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget."
|
|
2718
|
+
],
|
|
2684
2719
|
"vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [
|
|
2685
2720
|
"To go to a symbol, first open a text editor with symbol information.",
|
|
2686
2721
|
"The active text editor does not provide symbol information.",
|
|
@@ -2721,41 +2756,6 @@
|
|
|
2721
2756
|
"Loading...",
|
|
2722
2757
|
"{0} ({1})"
|
|
2723
2758
|
],
|
|
2724
|
-
"vs/editor/contrib/symbolIcons/symbolIcons": [
|
|
2725
|
-
"The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2726
|
-
"The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2727
|
-
"The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2728
|
-
"The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2729
|
-
"The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2730
|
-
"The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2731
|
-
"The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2732
|
-
"The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2733
|
-
"The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2734
|
-
"The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2735
|
-
"The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2736
|
-
"The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2737
|
-
"The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2738
|
-
"The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2739
|
-
"The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2740
|
-
"The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2741
|
-
"The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2742
|
-
"The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2743
|
-
"The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2744
|
-
"The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2745
|
-
"The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2746
|
-
"The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2747
|
-
"The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2748
|
-
"The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2749
|
-
"The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2750
|
-
"The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2751
|
-
"The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2752
|
-
"The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2753
|
-
"The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2754
|
-
"The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2755
|
-
"The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2756
|
-
"The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.",
|
|
2757
|
-
"The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget."
|
|
2758
|
-
],
|
|
2759
2759
|
"vs/editor/common/modes/modesRegistry": [
|
|
2760
2760
|
"Plain Text"
|
|
2761
2761
|
],
|
|
@@ -2783,11 +2783,6 @@
|
|
|
2783
2783
|
"Revert this change",
|
|
2784
2784
|
"Copy deleted line ({0})"
|
|
2785
2785
|
],
|
|
2786
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
2787
|
-
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
2788
|
-
"The font character associated with the icon definition.",
|
|
2789
|
-
"Icon for the close action in widgets."
|
|
2790
|
-
],
|
|
2791
2786
|
"vs/editor/common/view/editorColorRegistry": [
|
|
2792
2787
|
"Background color for the highlight of line at the cursor position.",
|
|
2793
2788
|
"Background color for the border around the line at the cursor position.",
|
|
@@ -2827,6 +2822,11 @@
|
|
|
2827
2822
|
"Foreground color of brackets (6). Requires enabling bracket pair colorization.",
|
|
2828
2823
|
"Foreground color of unexpected brackets."
|
|
2829
2824
|
],
|
|
2825
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
2826
|
+
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
2827
|
+
"The font character associated with the icon definition.",
|
|
2828
|
+
"Icon for the close action in widgets."
|
|
2829
|
+
],
|
|
2830
2830
|
"vs/editor/contrib/codeAction/codeActionCommands": [
|
|
2831
2831
|
"Kind of the code action to run.",
|
|
2832
2832
|
"Controls when the returned actions are applied.",
|
|
@@ -2896,6 +2896,25 @@
|
|
|
2896
2896
|
"Icon for expanded ranges in the editor glyph margin.",
|
|
2897
2897
|
"Icon for collapsed ranges in the editor glyph margin."
|
|
2898
2898
|
],
|
|
2899
|
+
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
2900
|
+
"symbol in {0} on line {1} at column {2}",
|
|
2901
|
+
"symbol in {0} on line {1} at column {2}, {3}",
|
|
2902
|
+
"1 symbol in {0}, full path {1}",
|
|
2903
|
+
"{0} symbols in {1}, full path {2}",
|
|
2904
|
+
"No results found",
|
|
2905
|
+
"Found 1 symbol in {0}",
|
|
2906
|
+
"Found {0} symbols in {1}",
|
|
2907
|
+
"Found {0} symbols in {1} files"
|
|
2908
|
+
],
|
|
2909
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
2910
|
+
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
2911
|
+
"Symbol {0} of {1}, {2} for next",
|
|
2912
|
+
"Symbol {0} of {1}"
|
|
2913
|
+
],
|
|
2914
|
+
"vs/editor/contrib/message/messageController": [
|
|
2915
|
+
"Whether the editor is currently showing an inline message",
|
|
2916
|
+
"Cannot edit in read-only editor"
|
|
2917
|
+
],
|
|
2899
2918
|
"vs/editor/contrib/peekView/peekView": [
|
|
2900
2919
|
"Whether the current code editor is embedded inside peek",
|
|
2901
2920
|
"Close",
|
|
@@ -2930,30 +2949,6 @@
|
|
|
2930
2949
|
"Editor marker navigation widget info heading background.",
|
|
2931
2950
|
"Editor marker navigation widget background."
|
|
2932
2951
|
],
|
|
2933
|
-
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
2934
|
-
"symbol in {0} on line {1} at column {2}",
|
|
2935
|
-
"symbol in {0} on line {1} at column {2}, {3}",
|
|
2936
|
-
"1 symbol in {0}, full path {1}",
|
|
2937
|
-
"{0} symbols in {1}, full path {2}",
|
|
2938
|
-
"No results found",
|
|
2939
|
-
"Found 1 symbol in {0}",
|
|
2940
|
-
"Found {0} symbols in {1}",
|
|
2941
|
-
"Found {0} symbols in {1} files"
|
|
2942
|
-
],
|
|
2943
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
2944
|
-
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
2945
|
-
"Symbol {0} of {1}, {2} for next",
|
|
2946
|
-
"Symbol {0} of {1}"
|
|
2947
|
-
],
|
|
2948
|
-
"vs/editor/contrib/message/messageController": [
|
|
2949
|
-
"Whether the editor is currently showing an inline message",
|
|
2950
|
-
"Cannot edit in read-only editor"
|
|
2951
|
-
],
|
|
2952
|
-
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
2953
|
-
"Icon for show next parameter hint.",
|
|
2954
|
-
"Icon for show previous parameter hint.",
|
|
2955
|
-
"{0}, hint"
|
|
2956
|
-
],
|
|
2957
2952
|
"vs/platform/configuration/common/configurationRegistry": [
|
|
2958
2953
|
"Default Language Configuration Overrides",
|
|
2959
2954
|
"Configure editor settings to be overridden for a language.",
|
|
@@ -2967,6 +2962,11 @@
|
|
|
2967
2962
|
"Rename input. Type new name and press Enter to commit.",
|
|
2968
2963
|
"{0} to Rename, {1} to Preview"
|
|
2969
2964
|
],
|
|
2965
|
+
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
|
2966
|
+
"Icon for show next parameter hint.",
|
|
2967
|
+
"Icon for show previous parameter hint.",
|
|
2968
|
+
"{0}, hint"
|
|
2969
|
+
],
|
|
2970
2970
|
"vs/editor/contrib/suggest/suggest": [
|
|
2971
2971
|
"Whether suggestion are visible",
|
|
2972
2972
|
"Whether suggestion details are visible",
|
|
@@ -3106,6 +3106,13 @@
|
|
|
3106
3106
|
"{0} ({1})",
|
|
3107
3107
|
"{0} ({1})"
|
|
3108
3108
|
],
|
|
3109
|
+
"vs/editor/contrib/hover/markerHoverParticipant": [
|
|
3110
|
+
"View Problem",
|
|
3111
|
+
"No quick fixes available",
|
|
3112
|
+
"Checking for quick fixes...",
|
|
3113
|
+
"No quick fixes available",
|
|
3114
|
+
"Quick Fix..."
|
|
3115
|
+
],
|
|
3109
3116
|
"vs/editor/contrib/hover/markdownHoverParticipant": [
|
|
3110
3117
|
"Loading...",
|
|
3111
3118
|
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
@@ -3116,13 +3123,6 @@
|
|
|
3116
3123
|
"Accept",
|
|
3117
3124
|
"Suggestion:"
|
|
3118
3125
|
],
|
|
3119
|
-
"vs/editor/contrib/hover/markerHoverParticipant": [
|
|
3120
|
-
"View Problem",
|
|
3121
|
-
"No quick fixes available",
|
|
3122
|
-
"Checking for quick fixes...",
|
|
3123
|
-
"No quick fixes available",
|
|
3124
|
-
"Quick Fix..."
|
|
3125
|
-
],
|
|
3126
3126
|
"vs/editor/contrib/snippet/snippetVariables": [
|
|
3127
3127
|
"Sunday",
|
|
3128
3128
|
"Monday",
|
|
@@ -3166,14 +3166,14 @@
|
|
|
3166
3166
|
"vs/editor/contrib/suggest/suggestWidgetStatus": [
|
|
3167
3167
|
"{0} ({1})"
|
|
3168
3168
|
],
|
|
3169
|
-
"vs/editor/contrib/suggest/suggestWidgetRenderer": [
|
|
3170
|
-
"Icon for more information in the suggest widget.",
|
|
3171
|
-
"Read More"
|
|
3172
|
-
],
|
|
3173
3169
|
"vs/editor/contrib/suggest/suggestWidgetDetails": [
|
|
3174
3170
|
"Close",
|
|
3175
3171
|
"Loading..."
|
|
3176
3172
|
],
|
|
3173
|
+
"vs/editor/contrib/suggest/suggestWidgetRenderer": [
|
|
3174
|
+
"Icon for more information in the suggest widget.",
|
|
3175
|
+
"Read More"
|
|
3176
|
+
],
|
|
3177
3177
|
"vs/base/common/errorMessage": [
|
|
3178
3178
|
"{0}: {1}",
|
|
3179
3179
|
"A system error occurred ({0})",
|