monaco-editor-core 0.32.0-dev.20211219 → 0.32.0-dev.20211220

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dev/bundleInfo.json +538 -538
  2. package/dev/nls.metadata.json +202 -202
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +6 -6
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +3 -3
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
@@ -416,32 +416,6 @@
416
416
  "cursor.undo",
417
417
  "cursor.redo"
418
418
  ],
419
- "vs/editor/contrib/find/findController": [
420
- "startFindAction",
421
- {
422
- "key": "miFind",
423
- "comment": [
424
- "&& denotes a mnemonic"
425
- ]
426
- },
427
- "actions.find.isRegexOverride",
428
- "actions.find.wholeWordOverride",
429
- "actions.find.matchCaseOverride",
430
- "actions.find.preserveCaseOverride",
431
- "startFindWithArgsAction",
432
- "startFindWithSelectionAction",
433
- "findNextMatchAction",
434
- "findPreviousMatchAction",
435
- "nextSelectionMatchFindAction",
436
- "previousSelectionMatchFindAction",
437
- "startReplace",
438
- {
439
- "key": "miReplace",
440
- "comment": [
441
- "&& denotes a mnemonic"
442
- ]
443
- }
444
- ],
445
419
  "vs/editor/contrib/folding/folding": [
446
420
  "unfoldAction.label",
447
421
  "unFoldRecursivelyAction.label",
@@ -584,26 +558,6 @@
584
558
  ]
585
559
  }
586
560
  ],
587
- "vs/editor/contrib/indentation/indentation": [
588
- "indentationToSpaces",
589
- "indentationToTabs",
590
- "configuredTabSize",
591
- {
592
- "key": "selectTabWidth",
593
- "comment": [
594
- "Tab corresponds to the tab key"
595
- ]
596
- },
597
- "indentUsingTabs",
598
- "indentUsingSpaces",
599
- "detectIndentation",
600
- "editor.reindentlines",
601
- "editor.reindentselectedlines"
602
- ],
603
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
604
- "InPlaceReplaceAction.previous.label",
605
- "InPlaceReplaceAction.next.label"
606
- ],
607
561
  "vs/editor/contrib/lineSelection/lineSelection": [
608
562
  "expandLineSelection"
609
563
  ],
@@ -731,28 +685,31 @@
731
685
  "vs/editor/contrib/parameterHints/parameterHints": [
732
686
  "parameterHints.trigger.label"
733
687
  ],
734
- "vs/editor/contrib/rename/rename": [
735
- "no result",
736
- "resolveRenameLocationFailed",
737
- "label",
738
- "quotableLabel",
739
- "aria",
740
- "rename.failedApply",
741
- "rename.failed",
742
- "rename.label",
743
- "enablePreview"
688
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
689
+ "InPlaceReplaceAction.previous.label",
690
+ "InPlaceReplaceAction.next.label"
744
691
  ],
745
- "vs/editor/contrib/smartSelect/smartSelect": [
746
- "smartSelect.expand",
692
+ "vs/editor/contrib/find/findController": [
693
+ "startFindAction",
747
694
  {
748
- "key": "miSmartSelectGrow",
695
+ "key": "miFind",
749
696
  "comment": [
750
697
  "&& denotes a mnemonic"
751
698
  ]
752
699
  },
753
- "smartSelect.shrink",
700
+ "actions.find.isRegexOverride",
701
+ "actions.find.wholeWordOverride",
702
+ "actions.find.matchCaseOverride",
703
+ "actions.find.preserveCaseOverride",
704
+ "startFindWithArgsAction",
705
+ "startFindWithSelectionAction",
706
+ "findNextMatchAction",
707
+ "findPreviousMatchAction",
708
+ "nextSelectionMatchFindAction",
709
+ "previousSelectionMatchFindAction",
710
+ "startReplace",
754
711
  {
755
- "key": "miSmartSelectShrink",
712
+ "key": "miReplace",
756
713
  "comment": [
757
714
  "&& denotes a mnemonic"
758
715
  ]
@@ -763,6 +720,33 @@
763
720
  "hasNextTabstop",
764
721
  "hasPrevTabstop"
765
722
  ],
723
+ "vs/editor/contrib/rename/rename": [
724
+ "no result",
725
+ "resolveRenameLocationFailed",
726
+ "label",
727
+ "quotableLabel",
728
+ "aria",
729
+ "rename.failedApply",
730
+ "rename.failed",
731
+ "rename.label",
732
+ "enablePreview"
733
+ ],
734
+ "vs/editor/contrib/indentation/indentation": [
735
+ "indentationToSpaces",
736
+ "indentationToTabs",
737
+ "configuredTabSize",
738
+ {
739
+ "key": "selectTabWidth",
740
+ "comment": [
741
+ "Tab corresponds to the tab key"
742
+ ]
743
+ },
744
+ "indentUsingTabs",
745
+ "indentUsingSpaces",
746
+ "detectIndentation",
747
+ "editor.reindentlines",
748
+ "editor.reindentselectedlines"
749
+ ],
766
750
  "vs/editor/contrib/suggest/suggestController": [
767
751
  "aria.alert.snippet",
768
752
  "suggest.trigger.label",
@@ -869,6 +853,22 @@
869
853
  "toggleHighContrast",
870
854
  "bulkEditServiceSummary"
871
855
  ],
856
+ "vs/editor/contrib/smartSelect/smartSelect": [
857
+ "smartSelect.expand",
858
+ {
859
+ "key": "miSmartSelectGrow",
860
+ "comment": [
861
+ "&& denotes a mnemonic"
862
+ ]
863
+ },
864
+ "smartSelect.shrink",
865
+ {
866
+ "key": "miSmartSelectShrink",
867
+ "comment": [
868
+ "&& denotes a mnemonic"
869
+ ]
870
+ }
871
+ ],
872
872
  "vs/editor/browser/editorExtensions": [
873
873
  {
874
874
  "key": "miUndo",
@@ -1362,34 +1362,6 @@
1362
1362
  "vs/base/common/actions": [
1363
1363
  "submenu.empty"
1364
1364
  ],
1365
- "vs/editor/contrib/find/findWidget": [
1366
- "findSelectionIcon",
1367
- "findCollapsedIcon",
1368
- "findExpandedIcon",
1369
- "findReplaceIcon",
1370
- "findReplaceAllIcon",
1371
- "findPreviousMatchIcon",
1372
- "findNextMatchIcon",
1373
- "label.find",
1374
- "placeholder.find",
1375
- "label.previousMatchButton",
1376
- "label.nextMatchButton",
1377
- "label.toggleSelectionFind",
1378
- "label.closeButton",
1379
- "label.replace",
1380
- "placeholder.replace",
1381
- "label.replaceButton",
1382
- "label.replaceAllButton",
1383
- "label.toggleReplaceButton",
1384
- "title.matchesCountLimit",
1385
- "label.matchesLocation",
1386
- "label.noResults",
1387
- "ariaSearchNoResultEmpty",
1388
- "ariaSearchNoResult",
1389
- "ariaSearchNoResultWithLineNum",
1390
- "ariaSearchNoResultWithLineNumNoCurrentMatch",
1391
- "ctrlEnter.keybindingChanged"
1392
- ],
1393
1365
  "vs/editor/contrib/folding/foldingDecorations": [
1394
1366
  "foldingExpandedIcon",
1395
1367
  "foldingCollapsedIcon"
@@ -1458,6 +1430,44 @@
1458
1430
  "hint",
1459
1431
  "editorHoverWidgetHighlightForeground"
1460
1432
  ],
1433
+ "vs/editor/contrib/find/findWidget": [
1434
+ "findSelectionIcon",
1435
+ "findCollapsedIcon",
1436
+ "findExpandedIcon",
1437
+ "findReplaceIcon",
1438
+ "findReplaceAllIcon",
1439
+ "findPreviousMatchIcon",
1440
+ "findNextMatchIcon",
1441
+ "label.find",
1442
+ "placeholder.find",
1443
+ "label.previousMatchButton",
1444
+ "label.nextMatchButton",
1445
+ "label.toggleSelectionFind",
1446
+ "label.closeButton",
1447
+ "label.replace",
1448
+ "placeholder.replace",
1449
+ "label.replaceButton",
1450
+ "label.replaceAllButton",
1451
+ "label.toggleReplaceButton",
1452
+ "title.matchesCountLimit",
1453
+ "label.matchesLocation",
1454
+ "label.noResults",
1455
+ "ariaSearchNoResultEmpty",
1456
+ "ariaSearchNoResult",
1457
+ "ariaSearchNoResultWithLineNum",
1458
+ "ariaSearchNoResultWithLineNumNoCurrentMatch",
1459
+ "ctrlEnter.keybindingChanged"
1460
+ ],
1461
+ "vs/editor/contrib/suggest/suggest": [
1462
+ "suggestWidgetVisible",
1463
+ "suggestWidgetDetailsVisible",
1464
+ "suggestWidgetMultipleSuggestions",
1465
+ "suggestionMakesTextEdit",
1466
+ "acceptSuggestionOnEnter",
1467
+ "suggestionHasInsertAndReplaceRange",
1468
+ "suggestionInsertMode",
1469
+ "suggestionCanResolve"
1470
+ ],
1461
1471
  "vs/platform/configuration/common/configurationRegistry": [
1462
1472
  "defaultLanguageConfigurationOverrides.title",
1463
1473
  "defaultLanguageConfiguration.description",
@@ -1479,16 +1489,6 @@
1479
1489
  ]
1480
1490
  }
1481
1491
  ],
1482
- "vs/editor/contrib/suggest/suggest": [
1483
- "suggestWidgetVisible",
1484
- "suggestWidgetDetailsVisible",
1485
- "suggestWidgetMultipleSuggestions",
1486
- "suggestionMakesTextEdit",
1487
- "acceptSuggestionOnEnter",
1488
- "suggestionHasInsertAndReplaceRange",
1489
- "suggestionInsertMode",
1490
- "suggestionCanResolve"
1491
- ],
1492
1492
  "vs/editor/contrib/suggest/suggestWidget": [
1493
1493
  "editorSuggestWidgetBackground",
1494
1494
  "editorSuggestWidgetBorder",
@@ -1712,11 +1712,6 @@
1712
1712
  "vs/editor/common/model/editStack": [
1713
1713
  "edit"
1714
1714
  ],
1715
- "vs/base/browser/ui/findinput/findInputCheckboxes": [
1716
- "caseDescription",
1717
- "wordsDescription",
1718
- "regexDescription"
1719
- ],
1720
1715
  "vs/platform/actions/browser/menuEntryActionViewItem": [
1721
1716
  "titleAndKb",
1722
1717
  "titleAndKb"
@@ -1734,6 +1729,11 @@
1734
1729
  "acceptInlineSuggestion",
1735
1730
  "inlineSuggestionFollows"
1736
1731
  ],
1732
+ "vs/base/browser/ui/findinput/findInputCheckboxes": [
1733
+ "caseDescription",
1734
+ "wordsDescription",
1735
+ "regexDescription"
1736
+ ],
1737
1737
  "vs/editor/contrib/snippet/snippetVariables": [
1738
1738
  "Sunday",
1739
1739
  "Monday",
@@ -1803,13 +1803,6 @@
1803
1803
  "codeActionWithKb",
1804
1804
  "codeAction"
1805
1805
  ],
1806
- "vs/base/browser/ui/findinput/findInput": [
1807
- "defaultLabel"
1808
- ],
1809
- "vs/base/browser/ui/findinput/replaceInput": [
1810
- "defaultLabel",
1811
- "label.preserveCaseCheckbox"
1812
- ],
1813
1806
  "vs/base/common/keybindingLabels": [
1814
1807
  {
1815
1808
  "key": "ctrlKey",
@@ -1935,6 +1928,13 @@
1935
1928
  "vs/editor/contrib/colorPicker/colorPickerWidget": [
1936
1929
  "clickToToggleColorOptions"
1937
1930
  ],
1931
+ "vs/base/browser/ui/findinput/findInput": [
1932
+ "defaultLabel"
1933
+ ],
1934
+ "vs/base/browser/ui/findinput/replaceInput": [
1935
+ "defaultLabel",
1936
+ "label.preserveCaseCheckbox"
1937
+ ],
1938
1938
  "vs/platform/workspaces/common/workspaces": [
1939
1939
  "codeWorkspace"
1940
1940
  ],
@@ -2355,22 +2355,6 @@
2355
2355
  "Cursor Undo",
2356
2356
  "Cursor Redo"
2357
2357
  ],
2358
- "vs/editor/contrib/find/findController": [
2359
- "Find",
2360
- "&&Find",
2361
- "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2362
- "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2363
- "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2364
- "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2365
- "Find With Arguments",
2366
- "Find With Selection",
2367
- "Find Next",
2368
- "Find Previous",
2369
- "Find Next Selection",
2370
- "Find Previous Selection",
2371
- "Replace",
2372
- "&&Replace"
2373
- ],
2374
2358
  "vs/editor/contrib/folding/folding": [
2375
2359
  "Unfold",
2376
2360
  "Unfold Recursively",
@@ -2466,21 +2450,6 @@
2466
2450
  "Show Hover",
2467
2451
  "Show Definition Preview Hover"
2468
2452
  ],
2469
- "vs/editor/contrib/indentation/indentation": [
2470
- "Convert Indentation to Spaces",
2471
- "Convert Indentation to Tabs",
2472
- "Configured Tab Size",
2473
- "Select Tab Size for Current File",
2474
- "Indent Using Tabs",
2475
- "Indent Using Spaces",
2476
- "Detect Indentation from Content",
2477
- "Reindent Lines",
2478
- "Reindent Selected Lines"
2479
- ],
2480
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
2481
- "Replace with Previous Value",
2482
- "Replace with Next Value"
2483
- ],
2484
2453
  "vs/editor/contrib/lineSelection/lineSelection": [
2485
2454
  "Expand Line Selection"
2486
2455
  ],
@@ -2553,6 +2522,31 @@
2553
2522
  "vs/editor/contrib/parameterHints/parameterHints": [
2554
2523
  "Trigger Parameter Hints"
2555
2524
  ],
2525
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
2526
+ "Replace with Previous Value",
2527
+ "Replace with Next Value"
2528
+ ],
2529
+ "vs/editor/contrib/find/findController": [
2530
+ "Find",
2531
+ "&&Find",
2532
+ "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2533
+ "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2534
+ "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2535
+ "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2536
+ "Find With Arguments",
2537
+ "Find With Selection",
2538
+ "Find Next",
2539
+ "Find Previous",
2540
+ "Find Next Selection",
2541
+ "Find Previous Selection",
2542
+ "Replace",
2543
+ "&&Replace"
2544
+ ],
2545
+ "vs/editor/contrib/snippet/snippetController2": [
2546
+ "Whether the editor in current in snippet mode",
2547
+ "Whether there is a next tab stop when in snippet mode",
2548
+ "Whether there is a previous tab stop when in snippet mode"
2549
+ ],
2556
2550
  "vs/editor/contrib/rename/rename": [
2557
2551
  "No result.",
2558
2552
  "An unknown error occurred while resolving rename location",
@@ -2564,16 +2558,16 @@
2564
2558
  "Rename Symbol",
2565
2559
  "Enable/disable the ability to preview changes before renaming"
2566
2560
  ],
2567
- "vs/editor/contrib/smartSelect/smartSelect": [
2568
- "Expand Selection",
2569
- "&&Expand Selection",
2570
- "Shrink Selection",
2571
- "&&Shrink Selection"
2572
- ],
2573
- "vs/editor/contrib/snippet/snippetController2": [
2574
- "Whether the editor in current in snippet mode",
2575
- "Whether there is a next tab stop when in snippet mode",
2576
- "Whether there is a previous tab stop when in snippet mode"
2561
+ "vs/editor/contrib/indentation/indentation": [
2562
+ "Convert Indentation to Spaces",
2563
+ "Convert Indentation to Tabs",
2564
+ "Configured Tab Size",
2565
+ "Select Tab Size for Current File",
2566
+ "Indent Using Tabs",
2567
+ "Indent Using Spaces",
2568
+ "Detect Indentation from Content",
2569
+ "Reindent Lines",
2570
+ "Reindent Selected Lines"
2577
2571
  ],
2578
2572
  "vs/editor/contrib/suggest/suggestController": [
2579
2573
  "Accepting '{0}' made {1} additional edits",
@@ -2676,6 +2670,12 @@
2676
2670
  "Toggle High Contrast Theme",
2677
2671
  "Made {0} edits in {1} files"
2678
2672
  ],
2673
+ "vs/editor/contrib/smartSelect/smartSelect": [
2674
+ "Expand Selection",
2675
+ "&&Expand Selection",
2676
+ "Shrink Selection",
2677
+ "&&Shrink Selection"
2678
+ ],
2679
2679
  "vs/editor/browser/editorExtensions": [
2680
2680
  "&&Undo",
2681
2681
  "Undo",
@@ -3133,34 +3133,6 @@
3133
3133
  "vs/base/common/actions": [
3134
3134
  "(empty)"
3135
3135
  ],
3136
- "vs/editor/contrib/find/findWidget": [
3137
- "Icon for 'Find in Selection' in the editor find widget.",
3138
- "Icon to indicate that the editor find widget is collapsed.",
3139
- "Icon to indicate that the editor find widget is expanded.",
3140
- "Icon for 'Replace' in the editor find widget.",
3141
- "Icon for 'Replace All' in the editor find widget.",
3142
- "Icon for 'Find Previous' in the editor find widget.",
3143
- "Icon for 'Find Next' in the editor find widget.",
3144
- "Find",
3145
- "Find",
3146
- "Previous Match",
3147
- "Next Match",
3148
- "Find in Selection",
3149
- "Close",
3150
- "Replace",
3151
- "Replace",
3152
- "Replace",
3153
- "Replace All",
3154
- "Toggle Replace",
3155
- "Only the first {0} results are highlighted, but all find operations work on the entire text.",
3156
- "{0} of {1}",
3157
- "No results",
3158
- "{0} found",
3159
- "{0} found for '{1}'",
3160
- "{0} found for '{1}', at {2}",
3161
- "{0} found for '{1}'",
3162
- "Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior."
3163
- ],
3164
3136
  "vs/editor/contrib/folding/foldingDecorations": [
3165
3137
  "Icon for expanded ranges in the editor glyph margin.",
3166
3138
  "Icon for collapsed ranges in the editor glyph margin."
@@ -3224,6 +3196,44 @@
3224
3196
  "{0}, hint",
3225
3197
  "Foreground color of the active item in the parameter hint."
3226
3198
  ],
3199
+ "vs/editor/contrib/find/findWidget": [
3200
+ "Icon for 'Find in Selection' in the editor find widget.",
3201
+ "Icon to indicate that the editor find widget is collapsed.",
3202
+ "Icon to indicate that the editor find widget is expanded.",
3203
+ "Icon for 'Replace' in the editor find widget.",
3204
+ "Icon for 'Replace All' in the editor find widget.",
3205
+ "Icon for 'Find Previous' in the editor find widget.",
3206
+ "Icon for 'Find Next' in the editor find widget.",
3207
+ "Find",
3208
+ "Find",
3209
+ "Previous Match",
3210
+ "Next Match",
3211
+ "Find in Selection",
3212
+ "Close",
3213
+ "Replace",
3214
+ "Replace",
3215
+ "Replace",
3216
+ "Replace All",
3217
+ "Toggle Replace",
3218
+ "Only the first {0} results are highlighted, but all find operations work on the entire text.",
3219
+ "{0} of {1}",
3220
+ "No results",
3221
+ "{0} found",
3222
+ "{0} found for '{1}'",
3223
+ "{0} found for '{1}', at {2}",
3224
+ "{0} found for '{1}'",
3225
+ "Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior."
3226
+ ],
3227
+ "vs/editor/contrib/suggest/suggest": [
3228
+ "Whether suggestion are visible",
3229
+ "Whether suggestion details are visible",
3230
+ "Whether there are multiple suggestions to pick from",
3231
+ "Whether inserting the current suggestion yields in a change or has everything already been typed",
3232
+ "Whether suggestions are inserted when pressing Enter",
3233
+ "Whether the current suggestion has insert and replace behaviour",
3234
+ "Whether the default behaviour is to insert or replace",
3235
+ "Whether the current suggestion supports to resolve further details"
3236
+ ],
3227
3237
  "vs/platform/configuration/common/configurationRegistry": [
3228
3238
  "Default Language Configuration Overrides",
3229
3239
  "Configure settings to be overridden for {0} language.",
@@ -3240,16 +3250,6 @@
3240
3250
  "Rename input. Type new name and press Enter to commit.",
3241
3251
  "{0} to Rename, {1} to Preview"
3242
3252
  ],
3243
- "vs/editor/contrib/suggest/suggest": [
3244
- "Whether suggestion are visible",
3245
- "Whether suggestion details are visible",
3246
- "Whether there are multiple suggestions to pick from",
3247
- "Whether inserting the current suggestion yields in a change or has everything already been typed",
3248
- "Whether suggestions are inserted when pressing Enter",
3249
- "Whether the current suggestion has insert and replace behaviour",
3250
- "Whether the default behaviour is to insert or replace",
3251
- "Whether the current suggestion supports to resolve further details"
3252
- ],
3253
3253
  "vs/editor/contrib/suggest/suggestWidget": [
3254
3254
  "Background color of the suggest widget.",
3255
3255
  "Border color of the suggest widget.",
@@ -3387,11 +3387,6 @@
3387
3387
  "vs/editor/common/model/editStack": [
3388
3388
  "Typing"
3389
3389
  ],
3390
- "vs/base/browser/ui/findinput/findInputCheckboxes": [
3391
- "Match Case",
3392
- "Match Whole Word",
3393
- "Use Regular Expression"
3394
- ],
3395
3390
  "vs/platform/actions/browser/menuEntryActionViewItem": [
3396
3391
  "{0} ({1})",
3397
3392
  "{0} ({1})"
@@ -3409,6 +3404,11 @@
3409
3404
  "Accept",
3410
3405
  "Suggestion:"
3411
3406
  ],
3407
+ "vs/base/browser/ui/findinput/findInputCheckboxes": [
3408
+ "Match Case",
3409
+ "Match Whole Word",
3410
+ "Use Regular Expression"
3411
+ ],
3412
3412
  "vs/editor/contrib/snippet/snippetVariables": [
3413
3413
  "Sunday",
3414
3414
  "Monday",
@@ -3478,13 +3478,6 @@
3478
3478
  "Show Code Actions ({0})",
3479
3479
  "Show Code Actions"
3480
3480
  ],
3481
- "vs/base/browser/ui/findinput/findInput": [
3482
- "input"
3483
- ],
3484
- "vs/base/browser/ui/findinput/replaceInput": [
3485
- "input",
3486
- "Preserve Case"
3487
- ],
3488
3481
  "vs/base/common/keybindingLabels": [
3489
3482
  "Ctrl",
3490
3483
  "Shift",
@@ -3510,6 +3503,13 @@
3510
3503
  "vs/editor/contrib/colorPicker/colorPickerWidget": [
3511
3504
  "Click to toggle color options (rgb/hsl/hex)"
3512
3505
  ],
3506
+ "vs/base/browser/ui/findinput/findInput": [
3507
+ "input"
3508
+ ],
3509
+ "vs/base/browser/ui/findinput/replaceInput": [
3510
+ "input",
3511
+ "Preserve Case"
3512
+ ],
3513
3513
  "vs/platform/workspaces/common/workspaces": [
3514
3514
  "Code Workspace"
3515
3515
  ],
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.32.0-dev.20211219(807bf598bea406dcb272a9fced54697986e87768)
3
+ * Version: 0.32.0-dev.20211220(807bf598bea406dcb272a9fced54697986e87768)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/