monaco-editor-core 0.34.0-dev.20220508 → 0.34.0-dev.20220509
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/dev/bundleInfo.json +625 -625
- package/dev/nls.metadata.json +344 -344
- 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/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/dev/nls.metadata.json
CHANGED
|
@@ -401,6 +401,9 @@
|
|
|
401
401
|
"actions.clipboard.pasteLabel",
|
|
402
402
|
"actions.clipboard.copyWithSyntaxHighlightingLabel"
|
|
403
403
|
],
|
|
404
|
+
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
405
|
+
"showLensOnLine"
|
|
406
|
+
],
|
|
404
407
|
"vs/editor/contrib/comment/browser/comment": [
|
|
405
408
|
"comment.line",
|
|
406
409
|
{
|
|
@@ -419,33 +422,12 @@
|
|
|
419
422
|
]
|
|
420
423
|
}
|
|
421
424
|
],
|
|
422
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
423
|
-
"action.showContextMenu.label"
|
|
424
|
-
],
|
|
425
425
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
426
426
|
"cursor.undo",
|
|
427
427
|
"cursor.redo"
|
|
428
428
|
],
|
|
429
|
-
"vs/editor/contrib/
|
|
430
|
-
"
|
|
431
|
-
"unfoldAction.label",
|
|
432
|
-
"unFoldRecursivelyAction.label",
|
|
433
|
-
"foldAction.label",
|
|
434
|
-
"toggleFoldAction.label",
|
|
435
|
-
"foldRecursivelyAction.label",
|
|
436
|
-
"foldAllBlockComments.label",
|
|
437
|
-
"foldAllMarkerRegions.label",
|
|
438
|
-
"unfoldAllMarkerRegions.label",
|
|
439
|
-
"foldAllExcept.label",
|
|
440
|
-
"unfoldAllExcept.label",
|
|
441
|
-
"foldAllAction.label",
|
|
442
|
-
"unfoldAllAction.label",
|
|
443
|
-
"gotoParentFold.label",
|
|
444
|
-
"gotoPreviousFold.label",
|
|
445
|
-
"gotoNextFold.label",
|
|
446
|
-
"foldLevelAction.label",
|
|
447
|
-
"foldBackgroundBackground",
|
|
448
|
-
"editorGutter.foldingControlForeground"
|
|
429
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
430
|
+
"action.showContextMenu.label"
|
|
449
431
|
],
|
|
450
432
|
"vs/editor/contrib/find/browser/findController": [
|
|
451
433
|
"startFindAction",
|
|
@@ -473,34 +455,32 @@
|
|
|
473
455
|
]
|
|
474
456
|
}
|
|
475
457
|
],
|
|
458
|
+
"vs/editor/contrib/folding/browser/folding": [
|
|
459
|
+
"maximum fold ranges",
|
|
460
|
+
"unfoldAction.label",
|
|
461
|
+
"unFoldRecursivelyAction.label",
|
|
462
|
+
"foldAction.label",
|
|
463
|
+
"toggleFoldAction.label",
|
|
464
|
+
"foldRecursivelyAction.label",
|
|
465
|
+
"foldAllBlockComments.label",
|
|
466
|
+
"foldAllMarkerRegions.label",
|
|
467
|
+
"unfoldAllMarkerRegions.label",
|
|
468
|
+
"foldAllExcept.label",
|
|
469
|
+
"unfoldAllExcept.label",
|
|
470
|
+
"foldAllAction.label",
|
|
471
|
+
"unfoldAllAction.label",
|
|
472
|
+
"gotoParentFold.label",
|
|
473
|
+
"gotoPreviousFold.label",
|
|
474
|
+
"gotoNextFold.label",
|
|
475
|
+
"foldLevelAction.label",
|
|
476
|
+
"foldBackgroundBackground",
|
|
477
|
+
"editorGutter.foldingControlForeground"
|
|
478
|
+
],
|
|
476
479
|
"vs/editor/contrib/fontZoom/browser/fontZoom": [
|
|
477
480
|
"EditorFontZoomIn.label",
|
|
478
481
|
"EditorFontZoomOut.label",
|
|
479
482
|
"EditorFontZoomReset.label"
|
|
480
483
|
],
|
|
481
|
-
"vs/editor/contrib/format/browser/formatActions": [
|
|
482
|
-
"formatDocument.label",
|
|
483
|
-
"formatSelection.label"
|
|
484
|
-
],
|
|
485
|
-
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
486
|
-
"showLensOnLine"
|
|
487
|
-
],
|
|
488
|
-
"vs/editor/contrib/hover/browser/hover": [
|
|
489
|
-
{
|
|
490
|
-
"key": "showHover",
|
|
491
|
-
"comment": [
|
|
492
|
-
"Label for action that will trigger the showing of a hover in the editor.",
|
|
493
|
-
"This allows for users to show the hover without using the mouse."
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"key": "showDefinitionPreviewHover",
|
|
498
|
-
"comment": [
|
|
499
|
-
"Label for action that will trigger the showing of definition preview hover in the editor.",
|
|
500
|
-
"This allows for users to show the definition preview hover without using the mouse."
|
|
501
|
-
]
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
484
|
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
|
|
505
485
|
"peek.submenu",
|
|
506
486
|
"def.title",
|
|
@@ -567,22 +547,6 @@
|
|
|
567
547
|
]
|
|
568
548
|
}
|
|
569
549
|
],
|
|
570
|
-
"vs/editor/contrib/indentation/browser/indentation": [
|
|
571
|
-
"indentationToSpaces",
|
|
572
|
-
"indentationToTabs",
|
|
573
|
-
"configuredTabSize",
|
|
574
|
-
{
|
|
575
|
-
"key": "selectTabWidth",
|
|
576
|
-
"comment": [
|
|
577
|
-
"Tab corresponds to the tab key"
|
|
578
|
-
]
|
|
579
|
-
},
|
|
580
|
-
"indentUsingTabs",
|
|
581
|
-
"indentUsingSpaces",
|
|
582
|
-
"detectIndentation",
|
|
583
|
-
"editor.reindentlines",
|
|
584
|
-
"editor.reindentselectedlines"
|
|
585
|
-
],
|
|
586
550
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
|
|
587
551
|
"multipleResults"
|
|
588
552
|
],
|
|
@@ -606,9 +570,25 @@
|
|
|
606
570
|
]
|
|
607
571
|
}
|
|
608
572
|
],
|
|
609
|
-
"vs/editor/contrib/
|
|
610
|
-
|
|
611
|
-
|
|
573
|
+
"vs/editor/contrib/hover/browser/hover": [
|
|
574
|
+
{
|
|
575
|
+
"key": "showHover",
|
|
576
|
+
"comment": [
|
|
577
|
+
"Label for action that will trigger the showing of a hover in the editor.",
|
|
578
|
+
"This allows for users to show the hover without using the mouse."
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"key": "showDefinitionPreviewHover",
|
|
583
|
+
"comment": [
|
|
584
|
+
"Label for action that will trigger the showing of definition preview hover in the editor.",
|
|
585
|
+
"This allows for users to show the definition preview hover without using the mouse."
|
|
586
|
+
]
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"vs/editor/contrib/format/browser/formatActions": [
|
|
590
|
+
"formatDocument.label",
|
|
591
|
+
"formatSelection.label"
|
|
612
592
|
],
|
|
613
593
|
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
614
594
|
"expandLineSelection"
|
|
@@ -768,23 +748,25 @@
|
|
|
768
748
|
]
|
|
769
749
|
}
|
|
770
750
|
],
|
|
771
|
-
"vs/editor/contrib/
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
"hasPrevTabstop",
|
|
775
|
-
"next"
|
|
751
|
+
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
|
|
752
|
+
"InPlaceReplaceAction.previous.label",
|
|
753
|
+
"InPlaceReplaceAction.next.label"
|
|
776
754
|
],
|
|
777
|
-
"vs/editor/contrib/
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
"
|
|
755
|
+
"vs/editor/contrib/indentation/browser/indentation": [
|
|
756
|
+
"indentationToSpaces",
|
|
757
|
+
"indentationToTabs",
|
|
758
|
+
"configuredTabSize",
|
|
759
|
+
{
|
|
760
|
+
"key": "selectTabWidth",
|
|
761
|
+
"comment": [
|
|
762
|
+
"Tab corresponds to the tab key"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
"indentUsingTabs",
|
|
766
|
+
"indentUsingSpaces",
|
|
767
|
+
"detectIndentation",
|
|
768
|
+
"editor.reindentlines",
|
|
769
|
+
"editor.reindentselectedlines"
|
|
788
770
|
],
|
|
789
771
|
"vs/editor/contrib/tokenization/browser/tokenization": [
|
|
790
772
|
"forceRetokenize"
|
|
@@ -799,6 +781,13 @@
|
|
|
799
781
|
"toggle.tabMovesFocus.on",
|
|
800
782
|
"toggle.tabMovesFocus.off"
|
|
801
783
|
],
|
|
784
|
+
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
785
|
+
"unusualLineTerminators.title",
|
|
786
|
+
"unusualLineTerminators.message",
|
|
787
|
+
"unusualLineTerminators.detail",
|
|
788
|
+
"unusualLineTerminators.fix",
|
|
789
|
+
"unusualLineTerminators.ignore"
|
|
790
|
+
],
|
|
802
791
|
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
|
|
803
792
|
"warningIcon",
|
|
804
793
|
"unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters",
|
|
@@ -824,13 +813,6 @@
|
|
|
824
813
|
"unicodeHighlight.allowCommonCharactersInLanguage",
|
|
825
814
|
"unicodeHighlight.configureUnicodeHighlightOptions"
|
|
826
815
|
],
|
|
827
|
-
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
828
|
-
"unusualLineTerminators.title",
|
|
829
|
-
"unusualLineTerminators.message",
|
|
830
|
-
"unusualLineTerminators.detail",
|
|
831
|
-
"unusualLineTerminators.fix",
|
|
832
|
-
"unusualLineTerminators.ignore"
|
|
833
|
-
],
|
|
834
816
|
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
|
|
835
817
|
"wordHighlight",
|
|
836
818
|
"wordHighlightStrong",
|
|
@@ -842,6 +824,9 @@
|
|
|
842
824
|
"wordHighlight.previous.label",
|
|
843
825
|
"wordHighlight.trigger.label"
|
|
844
826
|
],
|
|
827
|
+
"vs/editor/contrib/wordOperations/browser/wordOperations": [
|
|
828
|
+
"deleteInsideWord"
|
|
829
|
+
],
|
|
845
830
|
"vs/editor/common/standaloneStrings": [
|
|
846
831
|
"noSelection",
|
|
847
832
|
"singleSelectionRange",
|
|
@@ -878,63 +863,23 @@
|
|
|
878
863
|
"toggleHighContrast",
|
|
879
864
|
"bulkEditServiceSummary"
|
|
880
865
|
],
|
|
881
|
-
"vs/editor/contrib/
|
|
882
|
-
"
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
"key": "miUndo",
|
|
887
|
-
"comment": [
|
|
888
|
-
"&& denotes a mnemonic"
|
|
889
|
-
]
|
|
890
|
-
},
|
|
891
|
-
"undo",
|
|
892
|
-
{
|
|
893
|
-
"key": "miRedo",
|
|
894
|
-
"comment": [
|
|
895
|
-
"&& denotes a mnemonic"
|
|
896
|
-
]
|
|
897
|
-
},
|
|
898
|
-
"redo",
|
|
899
|
-
{
|
|
900
|
-
"key": "miSelectAll",
|
|
901
|
-
"comment": [
|
|
902
|
-
"&& denotes a mnemonic"
|
|
903
|
-
]
|
|
904
|
-
},
|
|
905
|
-
"selectAll"
|
|
866
|
+
"vs/editor/contrib/snippet/browser/snippetController2": [
|
|
867
|
+
"inSnippetMode",
|
|
868
|
+
"hasNextTabstop",
|
|
869
|
+
"hasPrevTabstop",
|
|
870
|
+
"next"
|
|
906
871
|
],
|
|
907
|
-
"vs/editor/
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"inCompositeEditor",
|
|
919
|
-
"editorLangId",
|
|
920
|
-
"editorHasCompletionItemProvider",
|
|
921
|
-
"editorHasCodeActionsProvider",
|
|
922
|
-
"editorHasCodeLensProvider",
|
|
923
|
-
"editorHasDefinitionProvider",
|
|
924
|
-
"editorHasDeclarationProvider",
|
|
925
|
-
"editorHasImplementationProvider",
|
|
926
|
-
"editorHasTypeDefinitionProvider",
|
|
927
|
-
"editorHasHoverProvider",
|
|
928
|
-
"editorHasDocumentHighlightProvider",
|
|
929
|
-
"editorHasDocumentSymbolProvider",
|
|
930
|
-
"editorHasReferenceProvider",
|
|
931
|
-
"editorHasRenameProvider",
|
|
932
|
-
"editorHasSignatureHelpProvider",
|
|
933
|
-
"editorHasInlayHintsProvider",
|
|
934
|
-
"editorHasDocumentFormattingProvider",
|
|
935
|
-
"editorHasDocumentSelectionFormattingProvider",
|
|
936
|
-
"editorHasMultipleDocumentFormattingProvider",
|
|
937
|
-
"editorHasMultipleDocumentSelectionFormattingProvider"
|
|
872
|
+
"vs/editor/contrib/suggest/browser/suggestController": [
|
|
873
|
+
"aria.alert.snippet",
|
|
874
|
+
"suggest.trigger.label",
|
|
875
|
+
"accept.insert",
|
|
876
|
+
"accept.insert",
|
|
877
|
+
"accept.replace",
|
|
878
|
+
"accept.replace",
|
|
879
|
+
"accept.insert",
|
|
880
|
+
"detail.more",
|
|
881
|
+
"detail.less",
|
|
882
|
+
"suggest.reset.label"
|
|
938
883
|
],
|
|
939
884
|
"vs/platform/theme/common/colorRegistry": [
|
|
940
885
|
"foreground",
|
|
@@ -1230,6 +1175,61 @@
|
|
|
1230
1175
|
"labelLoading",
|
|
1231
1176
|
"metaTitle.N"
|
|
1232
1177
|
],
|
|
1178
|
+
"vs/editor/common/editorContextKeys": [
|
|
1179
|
+
"editorTextFocus",
|
|
1180
|
+
"editorFocus",
|
|
1181
|
+
"textInputFocus",
|
|
1182
|
+
"editorReadonly",
|
|
1183
|
+
"inDiffEditor",
|
|
1184
|
+
"editorColumnSelection",
|
|
1185
|
+
"editorHasSelection",
|
|
1186
|
+
"editorHasMultipleSelections",
|
|
1187
|
+
"editorTabMovesFocus",
|
|
1188
|
+
"editorHoverVisible",
|
|
1189
|
+
"inCompositeEditor",
|
|
1190
|
+
"editorLangId",
|
|
1191
|
+
"editorHasCompletionItemProvider",
|
|
1192
|
+
"editorHasCodeActionsProvider",
|
|
1193
|
+
"editorHasCodeLensProvider",
|
|
1194
|
+
"editorHasDefinitionProvider",
|
|
1195
|
+
"editorHasDeclarationProvider",
|
|
1196
|
+
"editorHasImplementationProvider",
|
|
1197
|
+
"editorHasTypeDefinitionProvider",
|
|
1198
|
+
"editorHasHoverProvider",
|
|
1199
|
+
"editorHasDocumentHighlightProvider",
|
|
1200
|
+
"editorHasDocumentSymbolProvider",
|
|
1201
|
+
"editorHasReferenceProvider",
|
|
1202
|
+
"editorHasRenameProvider",
|
|
1203
|
+
"editorHasSignatureHelpProvider",
|
|
1204
|
+
"editorHasInlayHintsProvider",
|
|
1205
|
+
"editorHasDocumentFormattingProvider",
|
|
1206
|
+
"editorHasDocumentSelectionFormattingProvider",
|
|
1207
|
+
"editorHasMultipleDocumentFormattingProvider",
|
|
1208
|
+
"editorHasMultipleDocumentSelectionFormattingProvider"
|
|
1209
|
+
],
|
|
1210
|
+
"vs/editor/browser/editorExtensions": [
|
|
1211
|
+
{
|
|
1212
|
+
"key": "miUndo",
|
|
1213
|
+
"comment": [
|
|
1214
|
+
"&& denotes a mnemonic"
|
|
1215
|
+
]
|
|
1216
|
+
},
|
|
1217
|
+
"undo",
|
|
1218
|
+
{
|
|
1219
|
+
"key": "miRedo",
|
|
1220
|
+
"comment": [
|
|
1221
|
+
"&& denotes a mnemonic"
|
|
1222
|
+
]
|
|
1223
|
+
},
|
|
1224
|
+
"redo",
|
|
1225
|
+
{
|
|
1226
|
+
"key": "miSelectAll",
|
|
1227
|
+
"comment": [
|
|
1228
|
+
"&& denotes a mnemonic"
|
|
1229
|
+
]
|
|
1230
|
+
},
|
|
1231
|
+
"selectAll"
|
|
1232
|
+
],
|
|
1233
1233
|
"vs/platform/markers/common/markers": [
|
|
1234
1234
|
"sev.error",
|
|
1235
1235
|
"sev.warning",
|
|
@@ -1385,10 +1385,6 @@
|
|
|
1385
1385
|
"vs/base/common/actions": [
|
|
1386
1386
|
"submenu.empty"
|
|
1387
1387
|
],
|
|
1388
|
-
"vs/editor/contrib/folding/browser/foldingDecorations": [
|
|
1389
|
-
"foldingExpandedIcon",
|
|
1390
|
-
"foldingCollapsedIcon"
|
|
1391
|
-
],
|
|
1392
1388
|
"vs/editor/contrib/find/browser/findWidget": [
|
|
1393
1389
|
"findSelectionIcon",
|
|
1394
1390
|
"findCollapsedIcon",
|
|
@@ -1417,13 +1413,9 @@
|
|
|
1417
1413
|
"ariaSearchNoResultWithLineNumNoCurrentMatch",
|
|
1418
1414
|
"ctrlEnter.keybindingChanged"
|
|
1419
1415
|
],
|
|
1420
|
-
"vs/editor/contrib/
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"inlineSuggestionHasIndentationLessThanTabSize",
|
|
1424
|
-
"action.inlineSuggest.showNext",
|
|
1425
|
-
"action.inlineSuggest.showPrevious",
|
|
1426
|
-
"action.inlineSuggest.trigger"
|
|
1416
|
+
"vs/editor/contrib/folding/browser/foldingDecorations": [
|
|
1417
|
+
"foldingExpandedIcon",
|
|
1418
|
+
"foldingCollapsedIcon"
|
|
1427
1419
|
],
|
|
1428
1420
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
|
|
1429
1421
|
"showNextInlineSuggestion",
|
|
@@ -1431,16 +1423,18 @@
|
|
|
1431
1423
|
"acceptInlineSuggestion",
|
|
1432
1424
|
"inlineSuggestionFollows"
|
|
1433
1425
|
],
|
|
1434
|
-
"vs/editor/contrib/
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1426
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
1427
|
+
"inlineSuggestionVisible",
|
|
1428
|
+
"inlineSuggestionHasIndentation",
|
|
1429
|
+
"inlineSuggestionHasIndentationLessThanTabSize",
|
|
1430
|
+
"action.inlineSuggest.showNext",
|
|
1431
|
+
"action.inlineSuggest.showPrevious",
|
|
1432
|
+
"action.inlineSuggest.trigger"
|
|
1437
1433
|
],
|
|
1438
|
-
"vs/editor/contrib/
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"noQuickFixes",
|
|
1443
|
-
"quick fixes"
|
|
1434
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
1435
|
+
"hasSymbols",
|
|
1436
|
+
"location.kb",
|
|
1437
|
+
"location"
|
|
1444
1438
|
],
|
|
1445
1439
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
1446
1440
|
"aria.oneReference",
|
|
@@ -1457,11 +1451,6 @@
|
|
|
1457
1451
|
"aria.result.n1",
|
|
1458
1452
|
"aria.result.nm"
|
|
1459
1453
|
],
|
|
1460
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
1461
|
-
"hasSymbols",
|
|
1462
|
-
"location.kb",
|
|
1463
|
-
"location"
|
|
1464
|
-
],
|
|
1465
1454
|
"vs/editor/contrib/message/browser/messageController": [
|
|
1466
1455
|
"messageVisible",
|
|
1467
1456
|
"editor.readonly"
|
|
@@ -1484,16 +1473,6 @@
|
|
|
1484
1473
|
"peekViewEditorMatchHighlight",
|
|
1485
1474
|
"peekViewEditorMatchHighlightBorder"
|
|
1486
1475
|
],
|
|
1487
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
1488
|
-
"hint.dbl",
|
|
1489
|
-
"links.navigate.kb.meta.mac",
|
|
1490
|
-
"links.navigate.kb.meta",
|
|
1491
|
-
"links.navigate.kb.alt.mac",
|
|
1492
|
-
"links.navigate.kb.alt",
|
|
1493
|
-
"hint.defAndCommand",
|
|
1494
|
-
"hint.def",
|
|
1495
|
-
"hint.cmd"
|
|
1496
|
-
],
|
|
1497
1476
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
1498
1477
|
"Error",
|
|
1499
1478
|
"Warning",
|
|
@@ -1510,6 +1489,27 @@
|
|
|
1510
1489
|
"editorMarkerNavigationInfoHeaderBackground",
|
|
1511
1490
|
"editorMarkerNavigationBackground"
|
|
1512
1491
|
],
|
|
1492
|
+
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
1493
|
+
"view problem",
|
|
1494
|
+
"noQuickFixes",
|
|
1495
|
+
"checkingForQuickFixes",
|
|
1496
|
+
"noQuickFixes",
|
|
1497
|
+
"quick fixes"
|
|
1498
|
+
],
|
|
1499
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
1500
|
+
"modesContentHover.loading",
|
|
1501
|
+
"too many characters"
|
|
1502
|
+
],
|
|
1503
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
1504
|
+
"hint.dbl",
|
|
1505
|
+
"links.navigate.kb.meta.mac",
|
|
1506
|
+
"links.navigate.kb.meta",
|
|
1507
|
+
"links.navigate.kb.alt.mac",
|
|
1508
|
+
"links.navigate.kb.alt",
|
|
1509
|
+
"hint.defAndCommand",
|
|
1510
|
+
"hint.def",
|
|
1511
|
+
"hint.cmd"
|
|
1512
|
+
],
|
|
1513
1513
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
1514
1514
|
"parameterHintsNextIcon",
|
|
1515
1515
|
"parameterHintsPreviousIcon",
|
|
@@ -1546,6 +1546,15 @@
|
|
|
1546
1546
|
"suggestionInsertMode",
|
|
1547
1547
|
"suggestionCanResolve"
|
|
1548
1548
|
],
|
|
1549
|
+
"vs/platform/contextkey/common/contextkeys": [
|
|
1550
|
+
"isMac",
|
|
1551
|
+
"isLinux",
|
|
1552
|
+
"isWindows",
|
|
1553
|
+
"isWeb",
|
|
1554
|
+
"isMacNative",
|
|
1555
|
+
"isIOS",
|
|
1556
|
+
"inputFocus"
|
|
1557
|
+
],
|
|
1549
1558
|
"vs/editor/contrib/suggest/browser/suggestWidget": [
|
|
1550
1559
|
"editorSuggestWidgetBackground",
|
|
1551
1560
|
"editorSuggestWidgetBorder",
|
|
@@ -1564,15 +1573,6 @@
|
|
|
1564
1573
|
"label.desc",
|
|
1565
1574
|
"ariaCurrenttSuggestionReadDetails"
|
|
1566
1575
|
],
|
|
1567
|
-
"vs/platform/contextkey/common/contextkeys": [
|
|
1568
|
-
"isMac",
|
|
1569
|
-
"isLinux",
|
|
1570
|
-
"isWindows",
|
|
1571
|
-
"isWeb",
|
|
1572
|
-
"isMacNative",
|
|
1573
|
-
"isIOS",
|
|
1574
|
-
"inputFocus"
|
|
1575
|
-
],
|
|
1576
1576
|
"vs/platform/quickinput/browser/commandsQuickAccess": [
|
|
1577
1577
|
"commandPickAriaLabelWithKeybinding",
|
|
1578
1578
|
"recentlyUsed",
|
|
@@ -2382,6 +2382,9 @@
|
|
|
2382
2382
|
"Paste",
|
|
2383
2383
|
"Copy With Syntax Highlighting"
|
|
2384
2384
|
],
|
|
2385
|
+
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
2386
|
+
"Show CodeLens Commands For Current Line"
|
|
2387
|
+
],
|
|
2385
2388
|
"vs/editor/contrib/comment/browser/comment": [
|
|
2386
2389
|
"Toggle Line Comment",
|
|
2387
2390
|
"&&Toggle Line Comment",
|
|
@@ -2390,13 +2393,29 @@
|
|
|
2390
2393
|
"Toggle Block Comment",
|
|
2391
2394
|
"Toggle &&Block Comment"
|
|
2392
2395
|
],
|
|
2393
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2394
|
-
"Show Editor Context Menu"
|
|
2395
|
-
],
|
|
2396
2396
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
2397
2397
|
"Cursor Undo",
|
|
2398
2398
|
"Cursor Redo"
|
|
2399
2399
|
],
|
|
2400
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2401
|
+
"Show Editor Context Menu"
|
|
2402
|
+
],
|
|
2403
|
+
"vs/editor/contrib/find/browser/findController": [
|
|
2404
|
+
"Find",
|
|
2405
|
+
"&&Find",
|
|
2406
|
+
"Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2407
|
+
"Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2408
|
+
"Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2409
|
+
"Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2410
|
+
"Find With Arguments",
|
|
2411
|
+
"Find With Selection",
|
|
2412
|
+
"Find Next",
|
|
2413
|
+
"Find Previous",
|
|
2414
|
+
"Find Next Selection",
|
|
2415
|
+
"Find Previous Selection",
|
|
2416
|
+
"Replace",
|
|
2417
|
+
"&&Replace"
|
|
2418
|
+
],
|
|
2400
2419
|
"vs/editor/contrib/folding/browser/folding": [
|
|
2401
2420
|
"The number of foldable regions is limited to a maximum of {0}. Increase configuration option ['Folding Maximum Regions'](command:workbench.action.openSettings?[\"editor.foldingMaximumRegions\"]) to enable more.",
|
|
2402
2421
|
"Unfold",
|
|
@@ -2418,37 +2437,10 @@
|
|
|
2418
2437
|
"Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations.",
|
|
2419
2438
|
"Color of the folding control in the editor gutter."
|
|
2420
2439
|
],
|
|
2421
|
-
"vs/editor/contrib/
|
|
2422
|
-
"
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2425
|
-
"Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2426
|
-
"Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2427
|
-
"Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
|
|
2428
|
-
"Find With Arguments",
|
|
2429
|
-
"Find With Selection",
|
|
2430
|
-
"Find Next",
|
|
2431
|
-
"Find Previous",
|
|
2432
|
-
"Find Next Selection",
|
|
2433
|
-
"Find Previous Selection",
|
|
2434
|
-
"Replace",
|
|
2435
|
-
"&&Replace"
|
|
2436
|
-
],
|
|
2437
|
-
"vs/editor/contrib/fontZoom/browser/fontZoom": [
|
|
2438
|
-
"Editor Font Zoom In",
|
|
2439
|
-
"Editor Font Zoom Out",
|
|
2440
|
-
"Editor Font Zoom Reset"
|
|
2441
|
-
],
|
|
2442
|
-
"vs/editor/contrib/format/browser/formatActions": [
|
|
2443
|
-
"Format Document",
|
|
2444
|
-
"Format Selection"
|
|
2445
|
-
],
|
|
2446
|
-
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
2447
|
-
"Show CodeLens Commands For Current Line"
|
|
2448
|
-
],
|
|
2449
|
-
"vs/editor/contrib/hover/browser/hover": [
|
|
2450
|
-
"Show Hover",
|
|
2451
|
-
"Show Definition Preview Hover"
|
|
2440
|
+
"vs/editor/contrib/fontZoom/browser/fontZoom": [
|
|
2441
|
+
"Editor Font Zoom In",
|
|
2442
|
+
"Editor Font Zoom Out",
|
|
2443
|
+
"Editor Font Zoom Reset"
|
|
2452
2444
|
],
|
|
2453
2445
|
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
|
|
2454
2446
|
"Peek",
|
|
@@ -2491,17 +2483,6 @@
|
|
|
2491
2483
|
"Go to &&Implementations",
|
|
2492
2484
|
"Go to &&References"
|
|
2493
2485
|
],
|
|
2494
|
-
"vs/editor/contrib/indentation/browser/indentation": [
|
|
2495
|
-
"Convert Indentation to Spaces",
|
|
2496
|
-
"Convert Indentation to Tabs",
|
|
2497
|
-
"Configured Tab Size",
|
|
2498
|
-
"Select Tab Size for Current File",
|
|
2499
|
-
"Indent Using Tabs",
|
|
2500
|
-
"Indent Using Spaces",
|
|
2501
|
-
"Detect Indentation from Content",
|
|
2502
|
-
"Reindent Lines",
|
|
2503
|
-
"Reindent Selected Lines"
|
|
2504
|
-
],
|
|
2505
2486
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
|
|
2506
2487
|
"Click to show {0} definitions."
|
|
2507
2488
|
],
|
|
@@ -2515,9 +2496,13 @@
|
|
|
2515
2496
|
"Go to Previous Problem in Files (Error, Warning, Info)",
|
|
2516
2497
|
"Previous &&Problem"
|
|
2517
2498
|
],
|
|
2518
|
-
"vs/editor/contrib/
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2499
|
+
"vs/editor/contrib/hover/browser/hover": [
|
|
2500
|
+
"Show Hover",
|
|
2501
|
+
"Show Definition Preview Hover"
|
|
2502
|
+
],
|
|
2503
|
+
"vs/editor/contrib/format/browser/formatActions": [
|
|
2504
|
+
"Format Document",
|
|
2505
|
+
"Format Selection"
|
|
2521
2506
|
],
|
|
2522
2507
|
"vs/editor/contrib/lineSelection/browser/lineSelection": [
|
|
2523
2508
|
"Expand Line Selection"
|
|
@@ -2612,23 +2597,20 @@
|
|
|
2612
2597
|
"Shrink Selection",
|
|
2613
2598
|
"&&Shrink Selection"
|
|
2614
2599
|
],
|
|
2615
|
-
"vs/editor/contrib/
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
"Whether there is a previous tab stop when in snippet mode",
|
|
2619
|
-
"Go to next placeholder..."
|
|
2600
|
+
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
|
|
2601
|
+
"Replace with Previous Value",
|
|
2602
|
+
"Replace with Next Value"
|
|
2620
2603
|
],
|
|
2621
|
-
"vs/editor/contrib/
|
|
2622
|
-
"
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2627
|
-
"
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2631
|
-
"Reset Suggest Widget Size"
|
|
2604
|
+
"vs/editor/contrib/indentation/browser/indentation": [
|
|
2605
|
+
"Convert Indentation to Spaces",
|
|
2606
|
+
"Convert Indentation to Tabs",
|
|
2607
|
+
"Configured Tab Size",
|
|
2608
|
+
"Select Tab Size for Current File",
|
|
2609
|
+
"Indent Using Tabs",
|
|
2610
|
+
"Indent Using Spaces",
|
|
2611
|
+
"Detect Indentation from Content",
|
|
2612
|
+
"Reindent Lines",
|
|
2613
|
+
"Reindent Selected Lines"
|
|
2632
2614
|
],
|
|
2633
2615
|
"vs/editor/contrib/tokenization/browser/tokenization": [
|
|
2634
2616
|
"Developer: Force Retokenize"
|
|
@@ -2638,6 +2620,13 @@
|
|
|
2638
2620
|
"Pressing Tab will now move focus to the next focusable element",
|
|
2639
2621
|
"Pressing Tab will now insert the tab character"
|
|
2640
2622
|
],
|
|
2623
|
+
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
2624
|
+
"Unusual Line Terminators",
|
|
2625
|
+
"Detected unusual line terminators",
|
|
2626
|
+
"The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
|
|
2627
|
+
"Remove Unusual Line Terminators",
|
|
2628
|
+
"Ignore"
|
|
2629
|
+
],
|
|
2641
2630
|
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [
|
|
2642
2631
|
"Icon shown with a warning message in the extensions editor.",
|
|
2643
2632
|
"This document contains many non-basic ASCII unicode characters",
|
|
@@ -2663,13 +2652,6 @@
|
|
|
2663
2652
|
"Allow unicode characters that are more common in the language \"{0}\".",
|
|
2664
2653
|
"Configure Unicode Highlight Options"
|
|
2665
2654
|
],
|
|
2666
|
-
"vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [
|
|
2667
|
-
"Unusual Line Terminators",
|
|
2668
|
-
"Detected unusual line terminators",
|
|
2669
|
-
"The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",
|
|
2670
|
-
"Remove Unusual Line Terminators",
|
|
2671
|
-
"Ignore"
|
|
2672
|
-
],
|
|
2673
2655
|
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [
|
|
2674
2656
|
"Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.",
|
|
2675
2657
|
"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.",
|
|
@@ -2681,6 +2663,9 @@
|
|
|
2681
2663
|
"Go to Previous Symbol Highlight",
|
|
2682
2664
|
"Trigger Symbol Highlight"
|
|
2683
2665
|
],
|
|
2666
|
+
"vs/editor/contrib/wordOperations/browser/wordOperations": [
|
|
2667
|
+
"Delete Word"
|
|
2668
|
+
],
|
|
2684
2669
|
"vs/editor/common/standaloneStrings": [
|
|
2685
2670
|
"No selection",
|
|
2686
2671
|
"Line {0}, Column {1} ({2} selected)",
|
|
@@ -2717,48 +2702,23 @@
|
|
|
2717
2702
|
"Toggle High Contrast Theme",
|
|
2718
2703
|
"Made {0} edits in {1} files"
|
|
2719
2704
|
],
|
|
2720
|
-
"vs/editor/contrib/
|
|
2721
|
-
"
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
"
|
|
2725
|
-
"Undo",
|
|
2726
|
-
"&&Redo",
|
|
2727
|
-
"Redo",
|
|
2728
|
-
"&&Select All",
|
|
2729
|
-
"Select All"
|
|
2705
|
+
"vs/editor/contrib/snippet/browser/snippetController2": [
|
|
2706
|
+
"Whether the editor in current in snippet mode",
|
|
2707
|
+
"Whether there is a next tab stop when in snippet mode",
|
|
2708
|
+
"Whether there is a previous tab stop when in snippet mode",
|
|
2709
|
+
"Go to next placeholder..."
|
|
2730
2710
|
],
|
|
2731
|
-
"vs/editor/
|
|
2732
|
-
"
|
|
2733
|
-
"
|
|
2734
|
-
"
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2742
|
-
"Whether the editor is part of a larger editor (e.g. notebooks)",
|
|
2743
|
-
"The language identifier of the editor",
|
|
2744
|
-
"Whether the editor has a completion item provider",
|
|
2745
|
-
"Whether the editor has a code actions provider",
|
|
2746
|
-
"Whether the editor has a code lens provider",
|
|
2747
|
-
"Whether the editor has a definition provider",
|
|
2748
|
-
"Whether the editor has a declaration provider",
|
|
2749
|
-
"Whether the editor has an implementation provider",
|
|
2750
|
-
"Whether the editor has a type definition provider",
|
|
2751
|
-
"Whether the editor has a hover provider",
|
|
2752
|
-
"Whether the editor has a document highlight provider",
|
|
2753
|
-
"Whether the editor has a document symbol provider",
|
|
2754
|
-
"Whether the editor has a reference provider",
|
|
2755
|
-
"Whether the editor has a rename provider",
|
|
2756
|
-
"Whether the editor has a signature help provider",
|
|
2757
|
-
"Whether the editor has an inline hints provider",
|
|
2758
|
-
"Whether the editor has a document formatting provider",
|
|
2759
|
-
"Whether the editor has a document selection formatting provider",
|
|
2760
|
-
"Whether the editor has multiple document formatting providers",
|
|
2761
|
-
"Whether the editor has multiple document selection formatting providers"
|
|
2711
|
+
"vs/editor/contrib/suggest/browser/suggestController": [
|
|
2712
|
+
"Accepting '{0}' made {1} additional edits",
|
|
2713
|
+
"Trigger Suggest",
|
|
2714
|
+
"Insert",
|
|
2715
|
+
"Insert",
|
|
2716
|
+
"Replace",
|
|
2717
|
+
"Replace",
|
|
2718
|
+
"Insert",
|
|
2719
|
+
"show less",
|
|
2720
|
+
"show more",
|
|
2721
|
+
"Reset Suggest Widget Size"
|
|
2762
2722
|
],
|
|
2763
2723
|
"vs/platform/theme/common/colorRegistry": [
|
|
2764
2724
|
"Overall foreground color. This color is only used if not overridden by a component.",
|
|
@@ -3054,6 +3014,46 @@
|
|
|
3054
3014
|
"Loading...",
|
|
3055
3015
|
"{0} ({1})"
|
|
3056
3016
|
],
|
|
3017
|
+
"vs/editor/common/editorContextKeys": [
|
|
3018
|
+
"Whether the editor text has focus (cursor is blinking)",
|
|
3019
|
+
"Whether the editor or an editor widget has focus (e.g. focus is in the find widget)",
|
|
3020
|
+
"Whether an editor or a rich text input has focus (cursor is blinking)",
|
|
3021
|
+
"Whether the editor is read only",
|
|
3022
|
+
"Whether the context is a diff editor",
|
|
3023
|
+
"Whether `editor.columnSelection` is enabled",
|
|
3024
|
+
"Whether the editor has text selected",
|
|
3025
|
+
"Whether the editor has multiple selections",
|
|
3026
|
+
"Whether `Tab` will move focus out of the editor",
|
|
3027
|
+
"Whether the editor hover is visible",
|
|
3028
|
+
"Whether the editor is part of a larger editor (e.g. notebooks)",
|
|
3029
|
+
"The language identifier of the editor",
|
|
3030
|
+
"Whether the editor has a completion item provider",
|
|
3031
|
+
"Whether the editor has a code actions provider",
|
|
3032
|
+
"Whether the editor has a code lens provider",
|
|
3033
|
+
"Whether the editor has a definition provider",
|
|
3034
|
+
"Whether the editor has a declaration provider",
|
|
3035
|
+
"Whether the editor has an implementation provider",
|
|
3036
|
+
"Whether the editor has a type definition provider",
|
|
3037
|
+
"Whether the editor has a hover provider",
|
|
3038
|
+
"Whether the editor has a document highlight provider",
|
|
3039
|
+
"Whether the editor has a document symbol provider",
|
|
3040
|
+
"Whether the editor has a reference provider",
|
|
3041
|
+
"Whether the editor has a rename provider",
|
|
3042
|
+
"Whether the editor has a signature help provider",
|
|
3043
|
+
"Whether the editor has an inline hints provider",
|
|
3044
|
+
"Whether the editor has a document formatting provider",
|
|
3045
|
+
"Whether the editor has a document selection formatting provider",
|
|
3046
|
+
"Whether the editor has multiple document formatting providers",
|
|
3047
|
+
"Whether the editor has multiple document selection formatting providers"
|
|
3048
|
+
],
|
|
3049
|
+
"vs/editor/browser/editorExtensions": [
|
|
3050
|
+
"&&Undo",
|
|
3051
|
+
"Undo",
|
|
3052
|
+
"&&Redo",
|
|
3053
|
+
"Redo",
|
|
3054
|
+
"&&Select All",
|
|
3055
|
+
"Select All"
|
|
3056
|
+
],
|
|
3057
3057
|
"vs/platform/markers/common/markers": [
|
|
3058
3058
|
"Error",
|
|
3059
3059
|
"Warning",
|
|
@@ -3188,10 +3188,6 @@
|
|
|
3188
3188
|
"vs/base/common/actions": [
|
|
3189
3189
|
"(empty)"
|
|
3190
3190
|
],
|
|
3191
|
-
"vs/editor/contrib/folding/browser/foldingDecorations": [
|
|
3192
|
-
"Icon for expanded ranges in the editor glyph margin.",
|
|
3193
|
-
"Icon for collapsed ranges in the editor glyph margin."
|
|
3194
|
-
],
|
|
3195
3191
|
"vs/editor/contrib/find/browser/findWidget": [
|
|
3196
3192
|
"Icon for 'Find in Selection' in the editor find widget.",
|
|
3197
3193
|
"Icon to indicate that the editor find widget is collapsed.",
|
|
@@ -3220,13 +3216,9 @@
|
|
|
3220
3216
|
"{0} found for '{1}'",
|
|
3221
3217
|
"Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior."
|
|
3222
3218
|
],
|
|
3223
|
-
"vs/editor/contrib/
|
|
3224
|
-
"
|
|
3225
|
-
"
|
|
3226
|
-
"Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
|
|
3227
|
-
"Show Next Inline Suggestion",
|
|
3228
|
-
"Show Previous Inline Suggestion",
|
|
3229
|
-
"Trigger Inline Suggestion"
|
|
3219
|
+
"vs/editor/contrib/folding/browser/foldingDecorations": [
|
|
3220
|
+
"Icon for expanded ranges in the editor glyph margin.",
|
|
3221
|
+
"Icon for collapsed ranges in the editor glyph margin."
|
|
3230
3222
|
],
|
|
3231
3223
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [
|
|
3232
3224
|
"Next",
|
|
@@ -3234,16 +3226,18 @@
|
|
|
3234
3226
|
"Accept",
|
|
3235
3227
|
"Suggestion:"
|
|
3236
3228
|
],
|
|
3237
|
-
"vs/editor/contrib/
|
|
3238
|
-
"
|
|
3239
|
-
"
|
|
3229
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
3230
|
+
"Whether an inline suggestion is visible",
|
|
3231
|
+
"Whether the inline suggestion starts with whitespace",
|
|
3232
|
+
"Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
|
|
3233
|
+
"Show Next Inline Suggestion",
|
|
3234
|
+
"Show Previous Inline Suggestion",
|
|
3235
|
+
"Trigger Inline Suggestion"
|
|
3240
3236
|
],
|
|
3241
|
-
"vs/editor/contrib/
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
"
|
|
3245
|
-
"No quick fixes available",
|
|
3246
|
-
"Quick Fix..."
|
|
3237
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
3238
|
+
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
3239
|
+
"Symbol {0} of {1}, {2} for next",
|
|
3240
|
+
"Symbol {0} of {1}"
|
|
3247
3241
|
],
|
|
3248
3242
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3249
3243
|
"symbol in {0} on line {1} at column {2}",
|
|
@@ -3255,11 +3249,6 @@
|
|
|
3255
3249
|
"Found {0} symbols in {1}",
|
|
3256
3250
|
"Found {0} symbols in {1} files"
|
|
3257
3251
|
],
|
|
3258
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
3259
|
-
"Whether there are symbol locations that can be navigated via keyboard-only.",
|
|
3260
|
-
"Symbol {0} of {1}, {2} for next",
|
|
3261
|
-
"Symbol {0} of {1}"
|
|
3262
|
-
],
|
|
3263
3252
|
"vs/editor/contrib/message/browser/messageController": [
|
|
3264
3253
|
"Whether the editor is currently showing an inline message",
|
|
3265
3254
|
"Cannot edit in read-only editor"
|
|
@@ -3282,16 +3271,6 @@
|
|
|
3282
3271
|
"Match highlight color in the peek view editor.",
|
|
3283
3272
|
"Match highlight border in the peek view editor."
|
|
3284
3273
|
],
|
|
3285
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
3286
|
-
"Double click to insert",
|
|
3287
|
-
"cmd + click",
|
|
3288
|
-
"ctrl + click",
|
|
3289
|
-
"option + click",
|
|
3290
|
-
"alt + click",
|
|
3291
|
-
"Go to Definition ({0}), right click for more",
|
|
3292
|
-
"Go to Definition ({0})",
|
|
3293
|
-
"Execute Command"
|
|
3294
|
-
],
|
|
3295
3274
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
3296
3275
|
"Error",
|
|
3297
3276
|
"Warning",
|
|
@@ -3308,6 +3287,27 @@
|
|
|
3308
3287
|
"Editor marker navigation widget info heading background.",
|
|
3309
3288
|
"Editor marker navigation widget background."
|
|
3310
3289
|
],
|
|
3290
|
+
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
3291
|
+
"View Problem",
|
|
3292
|
+
"No quick fixes available",
|
|
3293
|
+
"Checking for quick fixes...",
|
|
3294
|
+
"No quick fixes available",
|
|
3295
|
+
"Quick Fix..."
|
|
3296
|
+
],
|
|
3297
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
3298
|
+
"Loading...",
|
|
3299
|
+
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
3300
|
+
],
|
|
3301
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
3302
|
+
"Double click to insert",
|
|
3303
|
+
"cmd + click",
|
|
3304
|
+
"ctrl + click",
|
|
3305
|
+
"option + click",
|
|
3306
|
+
"alt + click",
|
|
3307
|
+
"Go to Definition ({0}), right click for more",
|
|
3308
|
+
"Go to Definition ({0})",
|
|
3309
|
+
"Execute Command"
|
|
3310
|
+
],
|
|
3311
3311
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
3312
3312
|
"Icon for show next parameter hint.",
|
|
3313
3313
|
"Icon for show previous parameter hint.",
|
|
@@ -3339,6 +3339,15 @@
|
|
|
3339
3339
|
"Whether the default behaviour is to insert or replace",
|
|
3340
3340
|
"Whether the current suggestion supports to resolve further details"
|
|
3341
3341
|
],
|
|
3342
|
+
"vs/platform/contextkey/common/contextkeys": [
|
|
3343
|
+
"Whether the operating system is macOS",
|
|
3344
|
+
"Whether the operating system is Linux",
|
|
3345
|
+
"Whether the operating system is Windows",
|
|
3346
|
+
"Whether the platform is a web browser",
|
|
3347
|
+
"Whether the operating system is macOS on a non-browser platform",
|
|
3348
|
+
"Whether the operating system is iOS",
|
|
3349
|
+
"Whether keyboard focus is inside an input box"
|
|
3350
|
+
],
|
|
3342
3351
|
"vs/editor/contrib/suggest/browser/suggestWidget": [
|
|
3343
3352
|
"Background color of the suggest widget.",
|
|
3344
3353
|
"Border color of the suggest widget.",
|
|
@@ -3357,15 +3366,6 @@
|
|
|
3357
3366
|
"{0}, {1}",
|
|
3358
3367
|
"{0}, docs: {1}"
|
|
3359
3368
|
],
|
|
3360
|
-
"vs/platform/contextkey/common/contextkeys": [
|
|
3361
|
-
"Whether the operating system is macOS",
|
|
3362
|
-
"Whether the operating system is Linux",
|
|
3363
|
-
"Whether the operating system is Windows",
|
|
3364
|
-
"Whether the platform is a web browser",
|
|
3365
|
-
"Whether the operating system is macOS on a non-browser platform",
|
|
3366
|
-
"Whether the operating system is iOS",
|
|
3367
|
-
"Whether keyboard focus is inside an input box"
|
|
3368
|
-
],
|
|
3369
3369
|
"vs/platform/quickinput/browser/commandsQuickAccess": [
|
|
3370
3370
|
"{0}, {1}",
|
|
3371
3371
|
"recently used",
|