monaco-editor-core 0.33.0-dev.20220227 → 0.33.0-dev.20220228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dev/bundleInfo.json +216 -216
  2. package/dev/nls.metadata.json +218 -218
  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 +8 -8
  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 +8 -8
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +2 -2
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +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 +2 -2
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
  43. package/version.txt +1 -1
@@ -390,9 +390,6 @@
390
390
  "actions.clipboard.pasteLabel",
391
391
  "actions.clipboard.copyWithSyntaxHighlightingLabel"
392
392
  ],
393
- "vs/editor/contrib/codelens/browser/codelensController": [
394
- "showLensOnLine"
395
- ],
396
393
  "vs/editor/contrib/comment/browser/comment": [
397
394
  "comment.line",
398
395
  {
@@ -411,12 +408,33 @@
411
408
  ]
412
409
  }
413
410
  ],
411
+ "vs/editor/contrib/contextmenu/browser/contextmenu": [
412
+ "action.showContextMenu.label"
413
+ ],
414
414
  "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
415
415
  "cursor.undo",
416
416
  "cursor.redo"
417
417
  ],
418
- "vs/editor/contrib/contextmenu/browser/contextmenu": [
419
- "action.showContextMenu.label"
418
+ "vs/editor/contrib/folding/browser/folding": [
419
+ "maximum fold ranges",
420
+ "unfoldAction.label",
421
+ "unFoldRecursivelyAction.label",
422
+ "foldAction.label",
423
+ "toggleFoldAction.label",
424
+ "foldRecursivelyAction.label",
425
+ "foldAllBlockComments.label",
426
+ "foldAllMarkerRegions.label",
427
+ "unfoldAllMarkerRegions.label",
428
+ "foldAllExcept.label",
429
+ "unfoldAllExcept.label",
430
+ "foldAllAction.label",
431
+ "unfoldAllAction.label",
432
+ "gotoParentFold.label",
433
+ "gotoPreviousFold.label",
434
+ "gotoNextFold.label",
435
+ "foldLevelAction.label",
436
+ "foldBackgroundBackground",
437
+ "editorGutter.foldingControlForeground"
420
438
  ],
421
439
  "vs/editor/contrib/find/browser/findController": [
422
440
  "startFindAction",
@@ -444,27 +462,6 @@
444
462
  ]
445
463
  }
446
464
  ],
447
- "vs/editor/contrib/folding/browser/folding": [
448
- "maximum fold ranges",
449
- "unfoldAction.label",
450
- "unFoldRecursivelyAction.label",
451
- "foldAction.label",
452
- "toggleFoldAction.label",
453
- "foldRecursivelyAction.label",
454
- "foldAllBlockComments.label",
455
- "foldAllMarkerRegions.label",
456
- "unfoldAllMarkerRegions.label",
457
- "foldAllExcept.label",
458
- "unfoldAllExcept.label",
459
- "foldAllAction.label",
460
- "unfoldAllAction.label",
461
- "gotoParentFold.label",
462
- "gotoPreviousFold.label",
463
- "gotoNextFold.label",
464
- "foldLevelAction.label",
465
- "foldBackgroundBackground",
466
- "editorGutter.foldingControlForeground"
467
- ],
468
465
  "vs/editor/contrib/fontZoom/browser/fontZoom": [
469
466
  "EditorFontZoomIn.label",
470
467
  "EditorFontZoomOut.label",
@@ -474,6 +471,32 @@
474
471
  "formatDocument.label",
475
472
  "formatSelection.label"
476
473
  ],
474
+ "vs/editor/contrib/codelens/browser/codelensController": [
475
+ "showLensOnLine"
476
+ ],
477
+ "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
478
+ "multipleResults"
479
+ ],
480
+ "vs/editor/contrib/gotoError/browser/gotoError": [
481
+ "markerAction.next.label",
482
+ "nextMarkerIcon",
483
+ "markerAction.previous.label",
484
+ "previousMarkerIcon",
485
+ "markerAction.nextInFiles.label",
486
+ {
487
+ "key": "miGotoNextProblem",
488
+ "comment": [
489
+ "&& denotes a mnemonic"
490
+ ]
491
+ },
492
+ "markerAction.previousInFiles.label",
493
+ {
494
+ "key": "miGotoPreviousProblem",
495
+ "comment": [
496
+ "&& denotes a mnemonic"
497
+ ]
498
+ }
499
+ ],
477
500
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
478
501
  "peek.submenu",
479
502
  "def.title",
@@ -540,29 +563,6 @@
540
563
  ]
541
564
  }
542
565
  ],
543
- "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
544
- "multipleResults"
545
- ],
546
- "vs/editor/contrib/gotoError/browser/gotoError": [
547
- "markerAction.next.label",
548
- "nextMarkerIcon",
549
- "markerAction.previous.label",
550
- "previousMarkerIcon",
551
- "markerAction.nextInFiles.label",
552
- {
553
- "key": "miGotoNextProblem",
554
- "comment": [
555
- "&& denotes a mnemonic"
556
- ]
557
- },
558
- "markerAction.previousInFiles.label",
559
- {
560
- "key": "miGotoPreviousProblem",
561
- "comment": [
562
- "&& denotes a mnemonic"
563
- ]
564
- }
565
- ],
566
566
  "vs/editor/contrib/hover/browser/hover": [
567
567
  {
568
568
  "key": "showHover",
@@ -602,60 +602,6 @@
602
602
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
603
603
  "expandLineSelection"
604
604
  ],
605
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
606
- "lines.copyUp",
607
- {
608
- "key": "miCopyLinesUp",
609
- "comment": [
610
- "&& denotes a mnemonic"
611
- ]
612
- },
613
- "lines.copyDown",
614
- {
615
- "key": "miCopyLinesDown",
616
- "comment": [
617
- "&& denotes a mnemonic"
618
- ]
619
- },
620
- "duplicateSelection",
621
- {
622
- "key": "miDuplicateSelection",
623
- "comment": [
624
- "&& denotes a mnemonic"
625
- ]
626
- },
627
- "lines.moveUp",
628
- {
629
- "key": "miMoveLinesUp",
630
- "comment": [
631
- "&& denotes a mnemonic"
632
- ]
633
- },
634
- "lines.moveDown",
635
- {
636
- "key": "miMoveLinesDown",
637
- "comment": [
638
- "&& denotes a mnemonic"
639
- ]
640
- },
641
- "lines.sortAscending",
642
- "lines.sortDescending",
643
- "lines.deleteDuplicates",
644
- "lines.trimTrailingWhitespace",
645
- "lines.delete",
646
- "lines.indent",
647
- "lines.outdent",
648
- "lines.insertBefore",
649
- "lines.insertAfter",
650
- "lines.deleteAllLeft",
651
- "lines.deleteAllRight",
652
- "lines.joinLines",
653
- "editor.transpose",
654
- "editor.transformToUppercase",
655
- "editor.transformToLowercase",
656
- "editor.transformToTitlecase",
657
- "editor.transformToSnakecase"
658
- ],
659
605
  "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
660
606
  "linkedEditing.label",
661
607
  "editorLinkedEditingBackground"
@@ -753,6 +699,60 @@
753
699
  ]
754
700
  }
755
701
  ],
702
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
703
+ "lines.copyUp",
704
+ {
705
+ "key": "miCopyLinesUp",
706
+ "comment": [
707
+ "&& denotes a mnemonic"
708
+ ]
709
+ },
710
+ "lines.copyDown",
711
+ {
712
+ "key": "miCopyLinesDown",
713
+ "comment": [
714
+ "&& denotes a mnemonic"
715
+ ]
716
+ },
717
+ "duplicateSelection",
718
+ {
719
+ "key": "miDuplicateSelection",
720
+ "comment": [
721
+ "&& denotes a mnemonic"
722
+ ]
723
+ },
724
+ "lines.moveUp",
725
+ {
726
+ "key": "miMoveLinesUp",
727
+ "comment": [
728
+ "&& denotes a mnemonic"
729
+ ]
730
+ },
731
+ "lines.moveDown",
732
+ {
733
+ "key": "miMoveLinesDown",
734
+ "comment": [
735
+ "&& denotes a mnemonic"
736
+ ]
737
+ },
738
+ "lines.sortAscending",
739
+ "lines.sortDescending",
740
+ "lines.deleteDuplicates",
741
+ "lines.trimTrailingWhitespace",
742
+ "lines.delete",
743
+ "lines.indent",
744
+ "lines.outdent",
745
+ "lines.insertBefore",
746
+ "lines.insertAfter",
747
+ "lines.deleteAllLeft",
748
+ "lines.deleteAllRight",
749
+ "lines.joinLines",
750
+ "editor.transpose",
751
+ "editor.transformToUppercase",
752
+ "editor.transformToLowercase",
753
+ "editor.transformToTitlecase",
754
+ "editor.transformToSnakecase"
755
+ ],
756
756
  "vs/editor/contrib/snippet/browser/snippetController2": [
757
757
  "inSnippetMode",
758
758
  "hasNextTabstop",
@@ -1367,6 +1367,10 @@
1367
1367
  "vs/base/common/actions": [
1368
1368
  "submenu.empty"
1369
1369
  ],
1370
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
1371
+ "foldingExpandedIcon",
1372
+ "foldingCollapsedIcon"
1373
+ ],
1370
1374
  "vs/editor/contrib/find/browser/findWidget": [
1371
1375
  "findSelectionIcon",
1372
1376
  "findCollapsedIcon",
@@ -1395,10 +1399,6 @@
1395
1399
  "ariaSearchNoResultWithLineNumNoCurrentMatch",
1396
1400
  "ctrlEnter.keybindingChanged"
1397
1401
  ],
1398
- "vs/editor/contrib/folding/browser/foldingDecorations": [
1399
- "foldingExpandedIcon",
1400
- "foldingCollapsedIcon"
1401
- ],
1402
1402
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1403
1403
  "inlineSuggestionVisible",
1404
1404
  "inlineSuggestionHasIndentation",
@@ -1413,30 +1413,6 @@
1413
1413
  "acceptInlineSuggestion",
1414
1414
  "inlineSuggestionFollows"
1415
1415
  ],
1416
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1417
- "aria.oneReference",
1418
- {
1419
- "key": "aria.oneReference.preview",
1420
- "comment": [
1421
- "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1422
- ]
1423
- },
1424
- "aria.fileReferences.1",
1425
- "aria.fileReferences.N",
1426
- "aria.result.0",
1427
- "aria.result.1",
1428
- "aria.result.n1",
1429
- "aria.result.nm"
1430
- ],
1431
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1432
- "hasSymbols",
1433
- "location.kb",
1434
- "location"
1435
- ],
1436
- "vs/editor/contrib/message/browser/messageController": [
1437
- "messageVisible",
1438
- "editor.readonly"
1439
- ],
1440
1416
  "vs/editor/contrib/peekView/browser/peekView": [
1441
1417
  "inReferenceSearchEditor",
1442
1418
  "label.close",
@@ -1471,6 +1447,30 @@
1471
1447
  "editorMarkerNavigationInfoHeaderBackground",
1472
1448
  "editorMarkerNavigationBackground"
1473
1449
  ],
1450
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1451
+ "aria.oneReference",
1452
+ {
1453
+ "key": "aria.oneReference.preview",
1454
+ "comment": [
1455
+ "Placeholders are: 0: filename, 1:line number, 2: column number, 3: preview snippet of source code"
1456
+ ]
1457
+ },
1458
+ "aria.fileReferences.1",
1459
+ "aria.fileReferences.N",
1460
+ "aria.result.0",
1461
+ "aria.result.1",
1462
+ "aria.result.n1",
1463
+ "aria.result.nm"
1464
+ ],
1465
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
1466
+ "hasSymbols",
1467
+ "location.kb",
1468
+ "location"
1469
+ ],
1470
+ "vs/editor/contrib/message/browser/messageController": [
1471
+ "messageVisible",
1472
+ "editor.readonly"
1473
+ ],
1474
1474
  "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1475
1475
  "modesContentHover.loading",
1476
1476
  "too many characters"
@@ -2352,9 +2352,6 @@
2352
2352
  "Paste",
2353
2353
  "Copy With Syntax Highlighting"
2354
2354
  ],
2355
- "vs/editor/contrib/codelens/browser/codelensController": [
2356
- "Show CodeLens Commands For Current Line"
2357
- ],
2358
2355
  "vs/editor/contrib/comment/browser/comment": [
2359
2356
  "Toggle Line Comment",
2360
2357
  "&&Toggle Line Comment",
@@ -2363,28 +2360,12 @@
2363
2360
  "Toggle Block Comment",
2364
2361
  "Toggle &&Block Comment"
2365
2362
  ],
2366
- "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
2367
- "Cursor Undo",
2368
- "Cursor Redo"
2369
- ],
2370
2363
  "vs/editor/contrib/contextmenu/browser/contextmenu": [
2371
2364
  "Show Editor Context Menu"
2372
2365
  ],
2373
- "vs/editor/contrib/find/browser/findController": [
2374
- "Find",
2375
- "&&Find",
2376
- "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2377
- "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2378
- "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2379
- "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2380
- "Find With Arguments",
2381
- "Find With Selection",
2382
- "Find Next",
2383
- "Find Previous",
2384
- "Find Next Selection",
2385
- "Find Previous Selection",
2386
- "Replace",
2387
- "&&Replace"
2366
+ "vs/editor/contrib/cursorUndo/browser/cursorUndo": [
2367
+ "Cursor Undo",
2368
+ "Cursor Redo"
2388
2369
  ],
2389
2370
  "vs/editor/contrib/folding/browser/folding": [
2390
2371
  "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.",
@@ -2407,6 +2388,22 @@
2407
2388
  "Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations.",
2408
2389
  "Color of the folding control in the editor gutter."
2409
2390
  ],
2391
+ "vs/editor/contrib/find/browser/findController": [
2392
+ "Find",
2393
+ "&&Find",
2394
+ "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2395
+ "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2396
+ "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2397
+ "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2398
+ "Find With Arguments",
2399
+ "Find With Selection",
2400
+ "Find Next",
2401
+ "Find Previous",
2402
+ "Find Next Selection",
2403
+ "Find Previous Selection",
2404
+ "Replace",
2405
+ "&&Replace"
2406
+ ],
2410
2407
  "vs/editor/contrib/fontZoom/browser/fontZoom": [
2411
2408
  "Editor Font Zoom In",
2412
2409
  "Editor Font Zoom Out",
@@ -2416,6 +2413,22 @@
2416
2413
  "Format Document",
2417
2414
  "Format Selection"
2418
2415
  ],
2416
+ "vs/editor/contrib/codelens/browser/codelensController": [
2417
+ "Show CodeLens Commands For Current Line"
2418
+ ],
2419
+ "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
2420
+ "Click to show {0} definitions."
2421
+ ],
2422
+ "vs/editor/contrib/gotoError/browser/gotoError": [
2423
+ "Go to Next Problem (Error, Warning, Info)",
2424
+ "Icon for goto next marker.",
2425
+ "Go to Previous Problem (Error, Warning, Info)",
2426
+ "Icon for goto previous marker.",
2427
+ "Go to Next Problem in Files (Error, Warning, Info)",
2428
+ "Next &&Problem",
2429
+ "Go to Previous Problem in Files (Error, Warning, Info)",
2430
+ "Previous &&Problem"
2431
+ ],
2419
2432
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
2420
2433
  "Peek",
2421
2434
  "Definitions",
@@ -2457,19 +2470,6 @@
2457
2470
  "Go to &&Implementations",
2458
2471
  "Go to &&References"
2459
2472
  ],
2460
- "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
2461
- "Click to show {0} definitions."
2462
- ],
2463
- "vs/editor/contrib/gotoError/browser/gotoError": [
2464
- "Go to Next Problem (Error, Warning, Info)",
2465
- "Icon for goto next marker.",
2466
- "Go to Previous Problem (Error, Warning, Info)",
2467
- "Icon for goto previous marker.",
2468
- "Go to Next Problem in Files (Error, Warning, Info)",
2469
- "Next &&Problem",
2470
- "Go to Previous Problem in Files (Error, Warning, Info)",
2471
- "Previous &&Problem"
2472
- ],
2473
2473
  "vs/editor/contrib/hover/browser/hover": [
2474
2474
  "Show Hover",
2475
2475
  "Show Definition Preview Hover"
@@ -2492,35 +2492,6 @@
2492
2492
  "vs/editor/contrib/lineSelection/browser/lineSelection": [
2493
2493
  "Expand Line Selection"
2494
2494
  ],
2495
- "vs/editor/contrib/linesOperations/browser/linesOperations": [
2496
- "Copy Line Up",
2497
- "&&Copy Line Up",
2498
- "Copy Line Down",
2499
- "Co&&py Line Down",
2500
- "Duplicate Selection",
2501
- "&&Duplicate Selection",
2502
- "Move Line Up",
2503
- "Mo&&ve Line Up",
2504
- "Move Line Down",
2505
- "Move &&Line Down",
2506
- "Sort Lines Ascending",
2507
- "Sort Lines Descending",
2508
- "Delete Duplicate Lines",
2509
- "Trim Trailing Whitespace",
2510
- "Delete Line",
2511
- "Indent Line",
2512
- "Outdent Line",
2513
- "Insert Line Above",
2514
- "Insert Line Below",
2515
- "Delete All Left",
2516
- "Delete All Right",
2517
- "Join Lines",
2518
- "Transpose characters around the cursor",
2519
- "Transform to Uppercase",
2520
- "Transform to Lowercase",
2521
- "Transform to Title Case",
2522
- "Transform to Snake Case"
2523
- ],
2524
2495
  "vs/editor/contrib/linkedEditing/browser/linkedEditing": [
2525
2496
  "Start Linked Editing",
2526
2497
  "Background color when the editor auto renames on type."
@@ -2578,6 +2549,35 @@
2578
2549
  "Shrink Selection",
2579
2550
  "&&Shrink Selection"
2580
2551
  ],
2552
+ "vs/editor/contrib/linesOperations/browser/linesOperations": [
2553
+ "Copy Line Up",
2554
+ "&&Copy Line Up",
2555
+ "Copy Line Down",
2556
+ "Co&&py Line Down",
2557
+ "Duplicate Selection",
2558
+ "&&Duplicate Selection",
2559
+ "Move Line Up",
2560
+ "Mo&&ve Line Up",
2561
+ "Move Line Down",
2562
+ "Move &&Line Down",
2563
+ "Sort Lines Ascending",
2564
+ "Sort Lines Descending",
2565
+ "Delete Duplicate Lines",
2566
+ "Trim Trailing Whitespace",
2567
+ "Delete Line",
2568
+ "Indent Line",
2569
+ "Outdent Line",
2570
+ "Insert Line Above",
2571
+ "Insert Line Below",
2572
+ "Delete All Left",
2573
+ "Delete All Right",
2574
+ "Join Lines",
2575
+ "Transpose characters around the cursor",
2576
+ "Transform to Uppercase",
2577
+ "Transform to Lowercase",
2578
+ "Transform to Title Case",
2579
+ "Transform to Snake Case"
2580
+ ],
2581
2581
  "vs/editor/contrib/snippet/browser/snippetController2": [
2582
2582
  "Whether the editor in current in snippet mode",
2583
2583
  "Whether there is a next tab stop when in snippet mode",
@@ -3151,6 +3151,10 @@
3151
3151
  "vs/base/common/actions": [
3152
3152
  "(empty)"
3153
3153
  ],
3154
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
3155
+ "Icon for expanded ranges in the editor glyph margin.",
3156
+ "Icon for collapsed ranges in the editor glyph margin."
3157
+ ],
3154
3158
  "vs/editor/contrib/find/browser/findWidget": [
3155
3159
  "Icon for 'Find in Selection' in the editor find widget.",
3156
3160
  "Icon to indicate that the editor find widget is collapsed.",
@@ -3179,10 +3183,6 @@
3179
3183
  "{0} found for '{1}'",
3180
3184
  "Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior."
3181
3185
  ],
3182
- "vs/editor/contrib/folding/browser/foldingDecorations": [
3183
- "Icon for expanded ranges in the editor glyph margin.",
3184
- "Icon for collapsed ranges in the editor glyph margin."
3185
- ],
3186
3186
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
3187
3187
  "Whether an inline suggestion is visible",
3188
3188
  "Whether the inline suggestion starts with whitespace",
@@ -3197,25 +3197,6 @@
3197
3197
  "Accept",
3198
3198
  "Suggestion:"
3199
3199
  ],
3200
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3201
- "symbol in {0} on line {1} at column {2}",
3202
- "symbol in {0} on line {1} at column {2}, {3}",
3203
- "1 symbol in {0}, full path {1}",
3204
- "{0} symbols in {1}, full path {2}",
3205
- "No results found",
3206
- "Found 1 symbol in {0}",
3207
- "Found {0} symbols in {1}",
3208
- "Found {0} symbols in {1} files"
3209
- ],
3210
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3211
- "Whether there are symbol locations that can be navigated via keyboard-only.",
3212
- "Symbol {0} of {1}, {2} for next",
3213
- "Symbol {0} of {1}"
3214
- ],
3215
- "vs/editor/contrib/message/browser/messageController": [
3216
- "Whether the editor is currently showing an inline message",
3217
- "Cannot edit in read-only editor"
3218
- ],
3219
3200
  "vs/editor/contrib/peekView/browser/peekView": [
3220
3201
  "Whether the current code editor is embedded inside peek",
3221
3202
  "Close",
@@ -3250,6 +3231,25 @@
3250
3231
  "Editor marker navigation widget info heading background.",
3251
3232
  "Editor marker navigation widget background."
3252
3233
  ],
3234
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3235
+ "symbol in {0} on line {1} at column {2}",
3236
+ "symbol in {0} on line {1} at column {2}, {3}",
3237
+ "1 symbol in {0}, full path {1}",
3238
+ "{0} symbols in {1}, full path {2}",
3239
+ "No results found",
3240
+ "Found 1 symbol in {0}",
3241
+ "Found {0} symbols in {1}",
3242
+ "Found {0} symbols in {1} files"
3243
+ ],
3244
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3245
+ "Whether there are symbol locations that can be navigated via keyboard-only.",
3246
+ "Symbol {0} of {1}, {2} for next",
3247
+ "Symbol {0} of {1}"
3248
+ ],
3249
+ "vs/editor/contrib/message/browser/messageController": [
3250
+ "Whether the editor is currently showing an inline message",
3251
+ "Cannot edit in read-only editor"
3252
+ ],
3253
3253
  "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3254
3254
  "Loading...",
3255
3255
  "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
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.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -899,13 +899,13 @@ define("vs/editor/editor.main.nls.it", {
899
899
  "Re-Indenta le Linee Selezionate",
900
900
  ],
901
901
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
902
- "cmd + click",
903
- "ctrl + click",
904
- "option + click",
905
- "alt + click",
906
- "Go to Definition ({0}), right click for more",
907
- "Go to Definition ({0})",
908
- "Execute Command",
902
+ "CMD+clic",
903
+ "CTRL+clic",
904
+ "Opzione+clic",
905
+ "ALT+clic",
906
+ "Vai alla definizione ({0}), fai clic con il pulsante destro del mouse per altre informazioni",
907
+ "Vai alla definizione ({0})",
908
+ "Esegui il comando",
909
909
  ],
910
910
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
911
911
  "Se è visibile un suggerimento inline",
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.33.0-dev.20220227(7e57af782039727e21d8e63ce0c671ce9004286b)
3
+ * Version: 0.33.0-dev.20220228(6a74402c7f75b8405c4b045e88f983c14d7d1f75)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/