monaco-editor-core 0.51.0-dev-20240803 → 0.51.0-dev-20240805

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 (38) hide show
  1. package/dev/bundleInfo.json +745 -745
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +2 -2
@@ -1556,42 +1556,6 @@
1556
1556
  "exports",
1557
1557
  "vs/platform/instantiation/common/instantiation"
1558
1558
  ],
1559
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1560
- "require",
1561
- "exports",
1562
- "vs/base/common/iconLabels",
1563
- "vs/platform/action/common/action",
1564
- "vs/platform/quickinput/browser/commandsQuickAccess"
1565
- ],
1566
- "vs/platform/instantiation/common/instantiation": [
1567
- "require",
1568
- "exports"
1569
- ],
1570
- "vs/platform/keybinding/common/keybinding": [
1571
- "require",
1572
- "exports",
1573
- "vs/platform/instantiation/common/instantiation"
1574
- ],
1575
- "vs/platform/commands/common/commands": [
1576
- "require",
1577
- "exports",
1578
- "vs/base/common/event",
1579
- "vs/base/common/iterator",
1580
- "vs/base/common/lifecycle",
1581
- "vs/base/common/linkedList",
1582
- "vs/base/common/types",
1583
- "vs/platform/instantiation/common/instantiation"
1584
- ],
1585
- "vs/platform/telemetry/common/telemetry": [
1586
- "require",
1587
- "exports",
1588
- "vs/platform/instantiation/common/instantiation"
1589
- ],
1590
- "vs/platform/dialogs/common/dialogs": [
1591
- "require",
1592
- "exports",
1593
- "vs/platform/instantiation/common/instantiation"
1594
- ],
1595
1559
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1596
1560
  "require",
1597
1561
  "exports",
@@ -1639,28 +1603,41 @@
1639
1603
  "vs/platform/theme/common/colorRegistry",
1640
1604
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1641
1605
  ],
1642
- "vs/platform/theme/common/theme": [
1606
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1607
+ "require",
1608
+ "exports",
1609
+ "vs/base/common/iconLabels",
1610
+ "vs/platform/action/common/action",
1611
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1612
+ ],
1613
+ "vs/platform/instantiation/common/instantiation": [
1643
1614
  "require",
1644
1615
  "exports"
1645
1616
  ],
1646
- "vs/editor/standalone/browser/standaloneThemeService": [
1617
+ "vs/platform/keybinding/common/keybinding": [
1618
+ "require",
1619
+ "exports",
1620
+ "vs/platform/instantiation/common/instantiation"
1621
+ ],
1622
+ "vs/platform/commands/common/commands": [
1647
1623
  "require",
1648
1624
  "exports",
1649
- "vs/base/browser/dom",
1650
- "vs/base/browser/browser",
1651
- "vs/base/common/color",
1652
1625
  "vs/base/common/event",
1653
- "vs/editor/common/languages",
1654
- "vs/editor/common/encodedTokenAttributes",
1655
- "vs/editor/common/languages/supports/tokenization",
1656
- "vs/editor/standalone/common/themes",
1657
- "vs/platform/registry/common/platform",
1658
- "vs/platform/theme/common/colorRegistry",
1659
- "vs/platform/theme/common/themeService",
1626
+ "vs/base/common/iterator",
1660
1627
  "vs/base/common/lifecycle",
1661
- "vs/platform/theme/common/theme",
1662
- "vs/platform/theme/browser/iconsStyleSheet",
1663
- "vs/base/browser/window"
1628
+ "vs/base/common/linkedList",
1629
+ "vs/base/common/types",
1630
+ "vs/platform/instantiation/common/instantiation"
1631
+ ],
1632
+ "vs/platform/telemetry/common/telemetry": [
1633
+ "require",
1634
+ "exports",
1635
+ "vs/platform/instantiation/common/instantiation"
1636
+ ],
1637
+ "vs/platform/dialogs/common/dialogs": [
1638
+ "require",
1639
+ "exports",
1640
+ "vs/platform/instantiation/common/instantiation"
1664
1641
  ],
1665
1642
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1666
1643
  "require",
@@ -1716,6 +1693,29 @@
1716
1693
  "vs/base/parts/storage/common/storage",
1717
1694
  "vs/platform/instantiation/common/instantiation"
1718
1695
  ],
1696
+ "vs/platform/theme/common/theme": [
1697
+ "require",
1698
+ "exports"
1699
+ ],
1700
+ "vs/editor/standalone/browser/standaloneThemeService": [
1701
+ "require",
1702
+ "exports",
1703
+ "vs/base/browser/dom",
1704
+ "vs/base/browser/browser",
1705
+ "vs/base/common/color",
1706
+ "vs/base/common/event",
1707
+ "vs/editor/common/languages",
1708
+ "vs/editor/common/encodedTokenAttributes",
1709
+ "vs/editor/common/languages/supports/tokenization",
1710
+ "vs/editor/standalone/common/themes",
1711
+ "vs/platform/registry/common/platform",
1712
+ "vs/platform/theme/common/colorRegistry",
1713
+ "vs/platform/theme/common/themeService",
1714
+ "vs/base/common/lifecycle",
1715
+ "vs/platform/theme/common/theme",
1716
+ "vs/platform/theme/browser/iconsStyleSheet",
1717
+ "vs/base/browser/window"
1718
+ ],
1719
1719
  "vs/base/common/functional": [
1720
1720
  "require",
1721
1721
  "exports"
@@ -1724,11 +1724,11 @@
1724
1724
  "require",
1725
1725
  "exports"
1726
1726
  ],
1727
- "vs/base/common/types": [
1727
+ "vs/base/common/iterator": [
1728
1728
  "require",
1729
1729
  "exports"
1730
1730
  ],
1731
- "vs/base/common/iterator": [
1731
+ "vs/base/common/types": [
1732
1732
  "require",
1733
1733
  "exports"
1734
1734
  ],
@@ -2238,6 +2238,47 @@
2238
2238
  "vs/editor/common/languages/autoIndent",
2239
2239
  "vs/editor/common/languages/enterAction"
2240
2240
  ],
2241
+ "vs/base/common/codicons": [
2242
+ "require",
2243
+ "exports",
2244
+ "vs/base/common/codiconsUtil",
2245
+ "vs/base/common/codiconsLibrary"
2246
+ ],
2247
+ "vs/editor/browser/widget/diffEditor/commands": [
2248
+ "require",
2249
+ "exports",
2250
+ "vs/base/browser/dom",
2251
+ "vs/base/common/codicons",
2252
+ "vs/editor/browser/editorExtensions",
2253
+ "vs/editor/browser/services/codeEditorService",
2254
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2255
+ "vs/editor/common/editorContextKeys",
2256
+ "vs/nls",
2257
+ "vs/platform/actions/common/actions",
2258
+ "vs/platform/configuration/common/configuration",
2259
+ "vs/platform/contextkey/common/contextkey",
2260
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2261
+ ],
2262
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2263
+ "require",
2264
+ "exports",
2265
+ "vs/base/common/codicons",
2266
+ "vs/base/common/themables",
2267
+ "vs/editor/common/model/textModel",
2268
+ "vs/nls",
2269
+ "vs/platform/theme/common/colorRegistry",
2270
+ "vs/platform/theme/common/iconRegistry"
2271
+ ],
2272
+ "vs/base/common/htmlContent": [
2273
+ "require",
2274
+ "exports",
2275
+ "vs/base/common/errors",
2276
+ "vs/base/common/iconLabels",
2277
+ "vs/base/common/resources",
2278
+ "vs/base/common/strings",
2279
+ "vs/base/common/uri"
2280
+ ],
2281
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2241
2282
  "vs/base/common/network": [
2242
2283
  "require",
2243
2284
  "exports",
@@ -2484,47 +2525,6 @@
2484
2525
  "vs/editor/browser/editorExtensions"
2485
2526
  ],
2486
2527
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2487
- "vs/base/common/codicons": [
2488
- "require",
2489
- "exports",
2490
- "vs/base/common/codiconsUtil",
2491
- "vs/base/common/codiconsLibrary"
2492
- ],
2493
- "vs/editor/browser/widget/diffEditor/commands": [
2494
- "require",
2495
- "exports",
2496
- "vs/base/browser/dom",
2497
- "vs/base/common/codicons",
2498
- "vs/editor/browser/editorExtensions",
2499
- "vs/editor/browser/services/codeEditorService",
2500
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2501
- "vs/editor/common/editorContextKeys",
2502
- "vs/nls",
2503
- "vs/platform/actions/common/actions",
2504
- "vs/platform/configuration/common/configuration",
2505
- "vs/platform/contextkey/common/contextkey",
2506
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2507
- ],
2508
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2509
- "require",
2510
- "exports",
2511
- "vs/base/common/codicons",
2512
- "vs/base/common/themables",
2513
- "vs/editor/common/model/textModel",
2514
- "vs/nls",
2515
- "vs/platform/theme/common/colorRegistry",
2516
- "vs/platform/theme/common/iconRegistry"
2517
- ],
2518
- "vs/base/common/htmlContent": [
2519
- "require",
2520
- "exports",
2521
- "vs/base/common/errors",
2522
- "vs/base/common/iconLabels",
2523
- "vs/base/common/resources",
2524
- "vs/base/common/strings",
2525
- "vs/base/common/uri"
2526
- ],
2527
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2528
2528
  "vs/base/common/async": [
2529
2529
  "require",
2530
2530
  "exports",
@@ -2557,62 +2557,6 @@
2557
2557
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2558
2558
  "vs/editor/common/cursorCommon"
2559
2559
  ],
2560
- "vs/editor/browser/controller/textAreaInput": [
2561
- "require",
2562
- "exports",
2563
- "vs/base/browser/browser",
2564
- "vs/base/browser/dom",
2565
- "vs/base/browser/event",
2566
- "vs/base/browser/keyboardEvent",
2567
- "vs/base/browser/performance",
2568
- "vs/base/common/async",
2569
- "vs/base/common/event",
2570
- "vs/base/common/lifecycle",
2571
- "vs/base/common/mime",
2572
- "vs/base/common/strings",
2573
- "vs/editor/browser/controller/textAreaState",
2574
- "vs/editor/common/core/selection",
2575
- "vs/platform/accessibility/common/accessibility",
2576
- "vs/platform/log/common/log"
2577
- ],
2578
- "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2579
- "require",
2580
- "exports",
2581
- "vs/base/browser/dom",
2582
- "vs/base/common/arrays",
2583
- "vs/base/common/async",
2584
- "vs/base/common/cancellation",
2585
- "vs/base/common/dataTransfer",
2586
- "vs/base/common/hierarchicalKind",
2587
- "vs/base/common/lifecycle",
2588
- "vs/base/common/mime",
2589
- "vs/base/common/platform",
2590
- "vs/base/common/uuid",
2591
- "vs/editor/browser/controller/textAreaInput",
2592
- "vs/editor/browser/dnd",
2593
- "vs/editor/browser/services/bulkEditService",
2594
- "vs/editor/common/core/range",
2595
- "vs/editor/common/languages",
2596
- "vs/editor/common/services/languageFeatures",
2597
- "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2598
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2599
- "vs/editor/contrib/editorState/browser/editorState",
2600
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2601
- "vs/editor/contrib/message/browser/messageController",
2602
- "vs/nls",
2603
- "vs/platform/clipboard/common/clipboardService",
2604
- "vs/platform/contextkey/common/contextkey",
2605
- "vs/platform/instantiation/common/instantiation",
2606
- "vs/platform/progress/common/progress",
2607
- "vs/platform/quickinput/common/quickInput",
2608
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2609
- "vs/base/common/errors"
2610
- ],
2611
- "vs/platform/clipboard/common/clipboardService": [
2612
- "require",
2613
- "exports",
2614
- "vs/platform/instantiation/common/instantiation"
2615
- ],
2616
2560
  "vs/editor/common/config/editorConfigurationSchema": [
2617
2561
  "require",
2618
2562
  "exports",
@@ -2698,59 +2642,61 @@
2698
2642
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2699
2643
  "vs/platform/registry/common/platform"
2700
2644
  ],
2701
- "vs/editor/contrib/colorPicker/browser/colorDetector": [
2645
+ "vs/editor/browser/controller/textAreaInput": [
2702
2646
  "require",
2703
2647
  "exports",
2648
+ "vs/base/browser/browser",
2649
+ "vs/base/browser/dom",
2650
+ "vs/base/browser/event",
2651
+ "vs/base/browser/keyboardEvent",
2652
+ "vs/base/browser/performance",
2704
2653
  "vs/base/common/async",
2705
- "vs/base/common/color",
2706
- "vs/base/common/errors",
2707
2654
  "vs/base/common/event",
2708
2655
  "vs/base/common/lifecycle",
2709
- "vs/base/common/stopwatch",
2656
+ "vs/base/common/mime",
2710
2657
  "vs/base/common/strings",
2711
- "vs/editor/browser/editorDom",
2712
- "vs/editor/browser/editorExtensions",
2713
- "vs/editor/common/core/range",
2714
- "vs/editor/common/model/textModel",
2715
- "vs/editor/common/services/languageFeatureDebounce",
2716
- "vs/editor/common/services/languageFeatures",
2717
- "vs/editor/contrib/colorPicker/browser/color",
2718
- "vs/platform/configuration/common/configuration"
2658
+ "vs/editor/browser/controller/textAreaState",
2659
+ "vs/editor/common/core/selection",
2660
+ "vs/platform/accessibility/common/accessibility",
2661
+ "vs/platform/log/common/log"
2719
2662
  ],
2720
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2663
+ "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2721
2664
  "require",
2722
2665
  "exports",
2666
+ "vs/base/browser/dom",
2667
+ "vs/base/common/arrays",
2723
2668
  "vs/base/common/async",
2724
2669
  "vs/base/common/cancellation",
2725
- "vs/base/common/color",
2670
+ "vs/base/common/dataTransfer",
2671
+ "vs/base/common/hierarchicalKind",
2726
2672
  "vs/base/common/lifecycle",
2673
+ "vs/base/common/mime",
2674
+ "vs/base/common/platform",
2675
+ "vs/base/common/uuid",
2676
+ "vs/editor/browser/controller/textAreaInput",
2677
+ "vs/editor/browser/dnd",
2678
+ "vs/editor/browser/services/bulkEditService",
2727
2679
  "vs/editor/common/core/range",
2728
- "vs/editor/contrib/colorPicker/browser/color",
2729
- "vs/editor/contrib/colorPicker/browser/colorDetector",
2730
- "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2731
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2732
- "vs/editor/contrib/hover/browser/hoverTypes",
2733
- "vs/platform/theme/common/themeService",
2734
- "vs/base/browser/dom"
2735
- ],
2736
- "vs/editor/contrib/hover/browser/hoverController": [
2737
- "require",
2738
- "exports",
2739
- "vs/editor/contrib/hover/browser/hoverActionIds",
2740
- "vs/base/common/lifecycle",
2680
+ "vs/editor/common/languages",
2681
+ "vs/editor/common/services/languageFeatures",
2682
+ "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2683
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
2684
+ "vs/editor/contrib/editorState/browser/editorState",
2685
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2686
+ "vs/editor/contrib/message/browser/messageController",
2687
+ "vs/nls",
2688
+ "vs/platform/clipboard/common/clipboardService",
2689
+ "vs/platform/contextkey/common/contextkey",
2741
2690
  "vs/platform/instantiation/common/instantiation",
2742
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
2743
- "vs/platform/keybinding/common/keybinding",
2744
- "vs/base/common/async",
2745
- "vs/editor/contrib/hover/browser/contentHoverWidget",
2746
- "vs/editor/contrib/hover/browser/contentHoverController",
2747
- "vs/editor/contrib/hover/browser/marginHoverWidget",
2748
- "vs/base/common/event",
2749
- "vs/css!vs/editor/contrib/hover/browser/hover"
2691
+ "vs/platform/progress/common/progress",
2692
+ "vs/platform/quickinput/common/quickInput",
2693
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2694
+ "vs/base/common/errors"
2750
2695
  ],
2751
- "vs/editor/contrib/hover/browser/hoverTypes": [
2696
+ "vs/platform/clipboard/common/clipboardService": [
2752
2697
  "require",
2753
- "exports"
2698
+ "exports",
2699
+ "vs/platform/instantiation/common/instantiation"
2754
2700
  ],
2755
2701
  "vs/editor/browser/stableEditorScroll": [
2756
2702
  "require",
@@ -2822,23 +2768,59 @@
2822
2768
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2823
2769
  ],
2824
2770
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2825
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2771
+ "vs/editor/contrib/colorPicker/browser/colorDetector": [
2826
2772
  "require",
2827
2773
  "exports",
2828
- "vs/editor/common/core/editOperation",
2829
- "vs/editor/common/core/position",
2774
+ "vs/base/common/async",
2775
+ "vs/base/common/color",
2776
+ "vs/base/common/errors",
2777
+ "vs/base/common/event",
2778
+ "vs/base/common/lifecycle",
2779
+ "vs/base/common/stopwatch",
2780
+ "vs/base/common/strings",
2781
+ "vs/editor/browser/editorDom",
2782
+ "vs/editor/browser/editorExtensions",
2830
2783
  "vs/editor/common/core/range",
2831
- "vs/editor/common/core/selection"
2784
+ "vs/editor/common/model/textModel",
2785
+ "vs/editor/common/services/languageFeatureDebounce",
2786
+ "vs/editor/common/services/languageFeatures",
2787
+ "vs/editor/contrib/colorPicker/browser/color",
2788
+ "vs/platform/configuration/common/configuration"
2832
2789
  ],
2833
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2790
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2834
2791
  "require",
2835
2792
  "exports",
2836
- "vs/base/common/strings",
2837
- "vs/editor/common/core/editOperation",
2838
- "vs/editor/common/core/position",
2793
+ "vs/base/common/async",
2794
+ "vs/base/common/cancellation",
2795
+ "vs/base/common/color",
2796
+ "vs/base/common/lifecycle",
2839
2797
  "vs/editor/common/core/range",
2840
- "vs/editor/common/core/selection",
2841
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2798
+ "vs/editor/contrib/colorPicker/browser/color",
2799
+ "vs/editor/contrib/colorPicker/browser/colorDetector",
2800
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2801
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2802
+ "vs/editor/contrib/hover/browser/hoverTypes",
2803
+ "vs/platform/theme/common/themeService",
2804
+ "vs/base/browser/dom"
2805
+ ],
2806
+ "vs/editor/contrib/hover/browser/hoverController": [
2807
+ "require",
2808
+ "exports",
2809
+ "vs/editor/contrib/hover/browser/hoverActionIds",
2810
+ "vs/base/common/lifecycle",
2811
+ "vs/platform/instantiation/common/instantiation",
2812
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
2813
+ "vs/platform/keybinding/common/keybinding",
2814
+ "vs/base/common/async",
2815
+ "vs/editor/contrib/hover/browser/contentHoverWidget",
2816
+ "vs/editor/contrib/hover/browser/contentHoverController",
2817
+ "vs/editor/contrib/hover/browser/marginHoverWidget",
2818
+ "vs/base/common/event",
2819
+ "vs/css!vs/editor/contrib/hover/browser/hover"
2820
+ ],
2821
+ "vs/editor/contrib/hover/browser/hoverTypes": [
2822
+ "require",
2823
+ "exports"
2842
2824
  ],
2843
2825
  "vs/base/browser/ui/actionbar/actionViewItems": [
2844
2826
  "require",
@@ -2878,6 +2860,24 @@
2878
2860
  "vs/base/common/uri",
2879
2861
  "vs/platform/instantiation/common/instantiation"
2880
2862
  ],
2863
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2864
+ "require",
2865
+ "exports",
2866
+ "vs/editor/common/core/editOperation",
2867
+ "vs/editor/common/core/position",
2868
+ "vs/editor/common/core/range",
2869
+ "vs/editor/common/core/selection"
2870
+ ],
2871
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2872
+ "require",
2873
+ "exports",
2874
+ "vs/base/common/strings",
2875
+ "vs/editor/common/core/editOperation",
2876
+ "vs/editor/common/core/position",
2877
+ "vs/editor/common/core/range",
2878
+ "vs/editor/common/core/selection",
2879
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2880
+ ],
2881
2881
  "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2882
2882
  "require",
2883
2883
  "exports",
@@ -3049,11 +3049,6 @@
3049
3049
  "vs/editor/contrib/folding/browser/foldingRanges"
3050
3050
  ],
3051
3051
  "vs/css!vs/editor/contrib/folding/browser/folding": [],
3052
- "vs/platform/progress/common/progress": [
3053
- "require",
3054
- "exports",
3055
- "vs/platform/instantiation/common/instantiation"
3056
- ],
3057
3052
  "vs/editor/contrib/inlineCompletions/browser/commands": [
3058
3053
  "require",
3059
3054
  "exports",
@@ -3129,6 +3124,59 @@
3129
3124
  "require",
3130
3125
  "exports"
3131
3126
  ],
3127
+ "vs/platform/progress/common/progress": [
3128
+ "require",
3129
+ "exports",
3130
+ "vs/platform/instantiation/common/instantiation"
3131
+ ],
3132
+ "vs/base/common/themables": [
3133
+ "require",
3134
+ "exports",
3135
+ "vs/base/common/codicons"
3136
+ ],
3137
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3138
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3139
+ "require",
3140
+ "exports",
3141
+ "vs/base/common/event",
3142
+ "vs/base/common/lifecycle",
3143
+ "vs/base/common/platform"
3144
+ ],
3145
+ "vs/editor/contrib/peekView/browser/peekView": [
3146
+ "require",
3147
+ "exports",
3148
+ "vs/base/browser/dom",
3149
+ "vs/base/browser/ui/actionbar/actionbar",
3150
+ "vs/base/common/actions",
3151
+ "vs/base/common/codicons",
3152
+ "vs/base/common/themables",
3153
+ "vs/base/common/color",
3154
+ "vs/base/common/event",
3155
+ "vs/base/common/objects",
3156
+ "vs/editor/browser/editorExtensions",
3157
+ "vs/editor/browser/services/codeEditorService",
3158
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3159
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3160
+ "vs/nls",
3161
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3162
+ "vs/platform/contextkey/common/contextkey",
3163
+ "vs/platform/instantiation/common/extensions",
3164
+ "vs/platform/instantiation/common/instantiation",
3165
+ "vs/platform/theme/common/colorRegistry",
3166
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3167
+ ],
3168
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3169
+ "require",
3170
+ "exports",
3171
+ "vs/base/common/arrays",
3172
+ "vs/base/common/cancellation",
3173
+ "vs/base/common/errors",
3174
+ "vs/base/common/network",
3175
+ "vs/editor/browser/editorExtensions",
3176
+ "vs/editor/common/services/languageFeatures",
3177
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3178
+ ],
3179
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3132
3180
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3133
3181
  "require",
3134
3182
  "exports",
@@ -3191,40 +3239,6 @@
3191
3239
  "vs/base/browser/dom",
3192
3240
  "vs/css!vs/editor/contrib/message/browser/messageController"
3193
3241
  ],
3194
- "vs/editor/contrib/peekView/browser/peekView": [
3195
- "require",
3196
- "exports",
3197
- "vs/base/browser/dom",
3198
- "vs/base/browser/ui/actionbar/actionbar",
3199
- "vs/base/common/actions",
3200
- "vs/base/common/codicons",
3201
- "vs/base/common/themables",
3202
- "vs/base/common/color",
3203
- "vs/base/common/event",
3204
- "vs/base/common/objects",
3205
- "vs/editor/browser/editorExtensions",
3206
- "vs/editor/browser/services/codeEditorService",
3207
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3208
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3209
- "vs/nls",
3210
- "vs/platform/actions/browser/menuEntryActionViewItem",
3211
- "vs/platform/contextkey/common/contextkey",
3212
- "vs/platform/instantiation/common/extensions",
3213
- "vs/platform/instantiation/common/instantiation",
3214
- "vs/platform/theme/common/colorRegistry",
3215
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3216
- ],
3217
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3218
- "require",
3219
- "exports",
3220
- "vs/base/common/arrays",
3221
- "vs/base/common/cancellation",
3222
- "vs/base/common/errors",
3223
- "vs/base/common/network",
3224
- "vs/editor/browser/editorExtensions",
3225
- "vs/editor/common/services/languageFeatures",
3226
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3227
- ],
3228
3242
  "vs/platform/contextkey/common/contextkeys": [
3229
3243
  "require",
3230
3244
  "exports",
@@ -3232,12 +3246,6 @@
3232
3246
  "vs/nls",
3233
3247
  "vs/platform/contextkey/common/contextkey"
3234
3248
  ],
3235
- "vs/base/common/themables": [
3236
- "require",
3237
- "exports",
3238
- "vs/base/common/codicons"
3239
- ],
3240
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3241
3249
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3242
3250
  "require",
3243
3251
  "exports",
@@ -3293,14 +3301,42 @@
3293
3301
  "vs/platform/theme/common/themeService",
3294
3302
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3295
3303
  ],
3296
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3304
+ "vs/editor/common/commands/shiftCommand": [
3297
3305
  "require",
3298
3306
  "exports",
3299
- "vs/base/common/event",
3300
- "vs/base/common/lifecycle",
3301
- "vs/base/common/platform"
3307
+ "vs/base/common/strings",
3308
+ "vs/editor/common/core/cursorColumns",
3309
+ "vs/editor/common/core/range",
3310
+ "vs/editor/common/core/selection",
3311
+ "vs/editor/common/languages/enterAction",
3312
+ "vs/editor/common/languages/languageConfigurationRegistry"
3313
+ ],
3314
+ "vs/editor/contrib/indentation/common/indentUtils": [
3315
+ "require",
3316
+ "exports"
3317
+ ],
3318
+ "vs/editor/common/languages/autoIndent": [
3319
+ "require",
3320
+ "exports",
3321
+ "vs/base/common/strings",
3322
+ "vs/editor/common/languages/languageConfiguration",
3323
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3324
+ ],
3325
+ "vs/editor/contrib/indentation/common/indentation": [
3326
+ "require",
3327
+ "exports",
3328
+ "vs/base/common/strings",
3329
+ "vs/editor/common/commands/shiftCommand",
3330
+ "vs/editor/common/core/editOperation",
3331
+ "vs/editor/common/core/indentation",
3332
+ "vs/editor/common/core/selection",
3333
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3334
+ ],
3335
+ "vs/editor/common/tokens/lineTokens": [
3336
+ "require",
3337
+ "exports",
3338
+ "vs/editor/common/encodedTokenAttributes"
3302
3339
  ],
3303
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3304
3340
  "vs/editor/contrib/hover/browser/hoverActions": [
3305
3341
  "require",
3306
3342
  "exports",
@@ -3371,42 +3407,6 @@
3371
3407
  "exports"
3372
3408
  ],
3373
3409
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3374
- "vs/editor/common/commands/shiftCommand": [
3375
- "require",
3376
- "exports",
3377
- "vs/base/common/strings",
3378
- "vs/editor/common/core/cursorColumns",
3379
- "vs/editor/common/core/range",
3380
- "vs/editor/common/core/selection",
3381
- "vs/editor/common/languages/enterAction",
3382
- "vs/editor/common/languages/languageConfigurationRegistry"
3383
- ],
3384
- "vs/editor/contrib/indentation/common/indentUtils": [
3385
- "require",
3386
- "exports"
3387
- ],
3388
- "vs/editor/common/languages/autoIndent": [
3389
- "require",
3390
- "exports",
3391
- "vs/base/common/strings",
3392
- "vs/editor/common/languages/languageConfiguration",
3393
- "vs/editor/common/languages/supports/indentationLineProcessor"
3394
- ],
3395
- "vs/editor/contrib/indentation/common/indentation": [
3396
- "require",
3397
- "exports",
3398
- "vs/base/common/strings",
3399
- "vs/editor/common/commands/shiftCommand",
3400
- "vs/editor/common/core/editOperation",
3401
- "vs/editor/common/core/indentation",
3402
- "vs/editor/common/core/selection",
3403
- "vs/editor/common/languages/supports/indentationLineProcessor"
3404
- ],
3405
- "vs/editor/common/tokens/lineTokens": [
3406
- "require",
3407
- "exports",
3408
- "vs/editor/common/encodedTokenAttributes"
3409
- ],
3410
3410
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3411
3411
  "require",
3412
3412
  "exports",
@@ -3507,7 +3507,6 @@
3507
3507
  "vs/editor/common/core/editOperation",
3508
3508
  "vs/editor/common/core/range"
3509
3509
  ],
3510
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3511
3510
  "vs/base/common/resources": [
3512
3511
  "require",
3513
3512
  "exports",
@@ -3533,6 +3532,7 @@
3533
3532
  "vs/editor/common/services/languageFeatures"
3534
3533
  ],
3535
3534
  "vs/css!vs/editor/contrib/links/browser/links": [],
3535
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3536
3536
  "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3537
3537
  "require",
3538
3538
  "exports",
@@ -3663,36 +3663,6 @@
3663
3663
  "vs/platform/telemetry/common/telemetry",
3664
3664
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3665
3665
  ],
3666
- "vs/platform/theme/common/colorUtils": [
3667
- "require",
3668
- "exports",
3669
- "vs/base/common/assert",
3670
- "vs/base/common/async",
3671
- "vs/base/common/color",
3672
- "vs/base/common/event",
3673
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3674
- "vs/platform/registry/common/platform",
3675
- "vs/nls"
3676
- ],
3677
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3678
- "require",
3679
- "exports",
3680
- "vs/base/browser/dom",
3681
- "vs/base/common/equals",
3682
- "vs/base/common/lifecycle",
3683
- "vs/base/common/observable",
3684
- "vs/base/common/observableInternal/derived",
3685
- "vs/editor/browser/observableCodeEditor"
3686
- ],
3687
- "vs/platform/observable/common/wrapInReloadableClass": [
3688
- "require",
3689
- "exports",
3690
- "vs/base/common/hotReload",
3691
- "vs/base/common/hotReloadHelpers",
3692
- "vs/base/common/observable",
3693
- "vs/platform/instantiation/common/instantiation"
3694
- ],
3695
- "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3696
3666
  "vs/editor/browser/services/bulkEditService": [
3697
3667
  "require",
3698
3668
  "exports",
@@ -3736,6 +3706,36 @@
3736
3706
  "vs/platform/theme/common/themeService",
3737
3707
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3738
3708
  ],
3709
+ "vs/platform/theme/common/colorUtils": [
3710
+ "require",
3711
+ "exports",
3712
+ "vs/base/common/assert",
3713
+ "vs/base/common/async",
3714
+ "vs/base/common/color",
3715
+ "vs/base/common/event",
3716
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3717
+ "vs/platform/registry/common/platform",
3718
+ "vs/nls"
3719
+ ],
3720
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3721
+ "require",
3722
+ "exports",
3723
+ "vs/base/browser/dom",
3724
+ "vs/base/common/equals",
3725
+ "vs/base/common/lifecycle",
3726
+ "vs/base/common/observable",
3727
+ "vs/base/common/observableInternal/derived",
3728
+ "vs/editor/browser/observableCodeEditor"
3729
+ ],
3730
+ "vs/platform/observable/common/wrapInReloadableClass": [
3731
+ "require",
3732
+ "exports",
3733
+ "vs/base/common/hotReload",
3734
+ "vs/base/common/hotReloadHelpers",
3735
+ "vs/base/common/observable",
3736
+ "vs/platform/instantiation/common/instantiation"
3737
+ ],
3738
+ "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3739
3739
  "vs/editor/common/services/semanticTokensProviderStyling": [
3740
3740
  "require",
3741
3741
  "exports",
@@ -3818,6 +3818,44 @@
3818
3818
  "vs/editor/contrib/snippet/browser/snippetVariables",
3819
3819
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3820
3820
  ],
3821
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3822
+ "require",
3823
+ "exports",
3824
+ "vs/editor/browser/editorExtensions",
3825
+ "vs/nls",
3826
+ "vs/platform/action/common/actionCommonCategories",
3827
+ "vs/platform/actions/common/actions",
3828
+ "vs/platform/configuration/common/configuration",
3829
+ "vs/platform/contextkey/common/contextkey",
3830
+ "vs/editor/common/editorContextKeys",
3831
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollController"
3832
+ ],
3833
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollController": [
3834
+ "require",
3835
+ "exports",
3836
+ "vs/base/common/lifecycle",
3837
+ "vs/editor/common/services/languageFeatures",
3838
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget",
3839
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider",
3840
+ "vs/platform/instantiation/common/instantiation",
3841
+ "vs/platform/contextview/browser/contextView",
3842
+ "vs/platform/actions/common/actions",
3843
+ "vs/platform/contextkey/common/contextkey",
3844
+ "vs/editor/common/editorContextKeys",
3845
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3846
+ "vs/editor/common/core/range",
3847
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol",
3848
+ "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3849
+ "vs/editor/common/core/position",
3850
+ "vs/base/common/cancellation",
3851
+ "vs/editor/common/languages/languageConfigurationRegistry",
3852
+ "vs/editor/common/services/languageFeatureDebounce",
3853
+ "vs/base/browser/dom",
3854
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
3855
+ "vs/base/browser/mouseEvent",
3856
+ "vs/editor/contrib/folding/browser/folding",
3857
+ "vs/editor/contrib/folding/browser/foldingModel"
3858
+ ],
3821
3859
  "vs/base/common/keybindings": [
3822
3860
  "require",
3823
3861
  "exports",
@@ -3899,62 +3937,24 @@
3899
3937
  "vs/base/common/lifecycle",
3900
3938
  "vs/base/common/numbers",
3901
3939
  "vs/base/common/strings",
3902
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3903
- "vs/editor/contrib/suggest/browser/suggestWidgetStatus",
3904
- "vs/nls",
3905
- "vs/platform/contextkey/common/contextkey",
3906
- "vs/platform/instantiation/common/instantiation",
3907
- "vs/platform/storage/common/storage",
3908
- "vs/platform/theme/common/colorRegistry",
3909
- "vs/platform/theme/common/theme",
3910
- "vs/platform/theme/common/themeService",
3911
- "vs/base/browser/ui/resizable/resizable",
3912
- "vs/editor/contrib/suggest/browser/suggest",
3913
- "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3914
- "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3915
- "vs/platform/theme/browser/defaultStyles",
3916
- "vs/base/browser/ui/aria/aria",
3917
- "vs/base/browser/ui/codicons/codiconStyles",
3918
- "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3919
- "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3920
- ],
3921
- "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3922
- "require",
3923
- "exports",
3924
- "vs/editor/browser/editorExtensions",
3925
- "vs/nls",
3926
- "vs/platform/action/common/actionCommonCategories",
3927
- "vs/platform/actions/common/actions",
3928
- "vs/platform/configuration/common/configuration",
3929
- "vs/platform/contextkey/common/contextkey",
3930
- "vs/editor/common/editorContextKeys",
3931
- "vs/editor/contrib/stickyScroll/browser/stickyScrollController"
3932
- ],
3933
- "vs/editor/contrib/stickyScroll/browser/stickyScrollController": [
3934
- "require",
3935
- "exports",
3936
- "vs/base/common/lifecycle",
3937
- "vs/editor/common/services/languageFeatures",
3938
- "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget",
3939
- "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider",
3940
- "vs/platform/instantiation/common/instantiation",
3941
- "vs/platform/contextview/browser/contextView",
3942
- "vs/platform/actions/common/actions",
3943
- "vs/platform/contextkey/common/contextkey",
3944
- "vs/editor/common/editorContextKeys",
3945
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3946
- "vs/editor/common/core/range",
3947
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol",
3948
- "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3949
- "vs/editor/common/core/position",
3950
- "vs/base/common/cancellation",
3951
- "vs/editor/common/languages/languageConfigurationRegistry",
3952
- "vs/editor/common/services/languageFeatureDebounce",
3953
- "vs/base/browser/dom",
3954
- "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
3955
- "vs/base/browser/mouseEvent",
3956
- "vs/editor/contrib/folding/browser/folding",
3957
- "vs/editor/contrib/folding/browser/foldingModel"
3940
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3941
+ "vs/editor/contrib/suggest/browser/suggestWidgetStatus",
3942
+ "vs/nls",
3943
+ "vs/platform/contextkey/common/contextkey",
3944
+ "vs/platform/instantiation/common/instantiation",
3945
+ "vs/platform/storage/common/storage",
3946
+ "vs/platform/theme/common/colorRegistry",
3947
+ "vs/platform/theme/common/theme",
3948
+ "vs/platform/theme/common/themeService",
3949
+ "vs/base/browser/ui/resizable/resizable",
3950
+ "vs/editor/contrib/suggest/browser/suggest",
3951
+ "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3952
+ "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3953
+ "vs/platform/theme/browser/defaultStyles",
3954
+ "vs/base/browser/ui/aria/aria",
3955
+ "vs/base/browser/ui/codicons/codiconStyles",
3956
+ "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3957
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3958
3958
  ],
3959
3959
  "vs/base/common/filters": [
3960
3960
  "require",
@@ -4111,6 +4111,24 @@
4111
4111
  "vs/platform/theme/common/themeService",
4112
4112
  "vs/base/browser/ui/aria/aria"
4113
4113
  ],
4114
+ "vs/base/common/fuzzyScorer": [
4115
+ "require",
4116
+ "exports",
4117
+ "vs/base/common/filters",
4118
+ "vs/base/common/path",
4119
+ "vs/base/common/platform",
4120
+ "vs/base/common/strings"
4121
+ ],
4122
+ "vs/base/common/arraysFind": [
4123
+ "require",
4124
+ "exports"
4125
+ ],
4126
+ "vs/platform/instantiation/common/extensions": [
4127
+ "require",
4128
+ "exports",
4129
+ "vs/platform/instantiation/common/descriptors"
4130
+ ],
4131
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4114
4132
  "vs/base/common/iconLabels": [
4115
4133
  "require",
4116
4134
  "exports",
@@ -4143,44 +4161,6 @@
4143
4161
  "vs/platform/storage/common/storage",
4144
4162
  "vs/platform/telemetry/common/telemetry"
4145
4163
  ],
4146
- "vs/base/common/fuzzyScorer": [
4147
- "require",
4148
- "exports",
4149
- "vs/base/common/filters",
4150
- "vs/base/common/path",
4151
- "vs/base/common/platform",
4152
- "vs/base/common/strings"
4153
- ],
4154
- "vs/base/common/arraysFind": [
4155
- "require",
4156
- "exports"
4157
- ],
4158
- "vs/platform/instantiation/common/extensions": [
4159
- "require",
4160
- "exports",
4161
- "vs/platform/instantiation/common/descriptors"
4162
- ],
4163
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4164
- "vs/editor/common/languages/supports/tokenization": [
4165
- "require",
4166
- "exports",
4167
- "vs/base/common/color"
4168
- ],
4169
- "vs/editor/standalone/common/themes": [
4170
- "require",
4171
- "exports",
4172
- "vs/editor/common/core/editorColorRegistry",
4173
- "vs/platform/theme/common/colorRegistry"
4174
- ],
4175
- "vs/platform/theme/browser/iconsStyleSheet": [
4176
- "require",
4177
- "exports",
4178
- "vs/base/browser/dom",
4179
- "vs/base/common/event",
4180
- "vs/base/common/lifecycle",
4181
- "vs/base/common/themables",
4182
- "vs/platform/theme/common/iconRegistry"
4183
- ],
4184
4164
  "vs/platform/list/browser/listService": [
4185
4165
  "require",
4186
4166
  "exports",
@@ -4251,15 +4231,35 @@
4251
4231
  "vs/base/common/marshalling",
4252
4232
  "vs/base/common/types"
4253
4233
  ],
4254
- "vs/base/common/process": [
4234
+ "vs/editor/common/languages/supports/tokenization": [
4255
4235
  "require",
4256
4236
  "exports",
4257
- "vs/base/common/platform"
4237
+ "vs/base/common/color"
4238
+ ],
4239
+ "vs/editor/standalone/common/themes": [
4240
+ "require",
4241
+ "exports",
4242
+ "vs/editor/common/core/editorColorRegistry",
4243
+ "vs/platform/theme/common/colorRegistry"
4244
+ ],
4245
+ "vs/platform/theme/browser/iconsStyleSheet": [
4246
+ "require",
4247
+ "exports",
4248
+ "vs/base/browser/dom",
4249
+ "vs/base/common/event",
4250
+ "vs/base/common/lifecycle",
4251
+ "vs/base/common/themables",
4252
+ "vs/platform/theme/common/iconRegistry"
4258
4253
  ],
4259
4254
  "vs/base/common/uint": [
4260
4255
  "require",
4261
4256
  "exports"
4262
4257
  ],
4258
+ "vs/base/common/process": [
4259
+ "require",
4260
+ "exports",
4261
+ "vs/base/common/platform"
4262
+ ],
4263
4263
  "vs/editor/common/diff/linesDiffComputer": [
4264
4264
  "require",
4265
4265
  "exports"
@@ -4913,6 +4913,16 @@
4913
4913
  "vs/editor/common/languages/languageConfigurationRegistry",
4914
4914
  "vs/editor/common/languages/supports/indentationLineProcessor"
4915
4915
  ],
4916
+ "vs/base/common/codiconsUtil": [
4917
+ "require",
4918
+ "exports",
4919
+ "vs/base/common/types"
4920
+ ],
4921
+ "vs/base/common/codiconsLibrary": [
4922
+ "require",
4923
+ "exports",
4924
+ "vs/base/common/codiconsUtil"
4925
+ ],
4916
4926
  "vs/base/browser/fastDomNode": [
4917
4927
  "require",
4918
4928
  "exports"
@@ -5521,16 +5531,6 @@
5521
5531
  "vs/platform/theme/common/colors/baseColors",
5522
5532
  "vs/platform/theme/common/colors/editorColors"
5523
5533
  ],
5524
- "vs/base/common/codiconsUtil": [
5525
- "require",
5526
- "exports",
5527
- "vs/base/common/types"
5528
- ],
5529
- "vs/base/common/codiconsLibrary": [
5530
- "require",
5531
- "exports",
5532
- "vs/base/common/codiconsUtil"
5533
- ],
5534
5534
  "vs/base/common/symbols": [
5535
5535
  "require",
5536
5536
  "exports"
@@ -5540,63 +5540,6 @@
5540
5540
  "exports",
5541
5541
  "vs/editor/common/core/cursorColumns"
5542
5542
  ],
5543
- "vs/base/browser/event": [
5544
- "require",
5545
- "exports",
5546
- "vs/base/common/event"
5547
- ],
5548
- "vs/editor/browser/controller/textAreaState": [
5549
- "require",
5550
- "exports",
5551
- "vs/base/common/strings",
5552
- "vs/editor/common/core/range"
5553
- ],
5554
- "vs/base/common/dataTransfer": [
5555
- "require",
5556
- "exports",
5557
- "vs/base/common/arrays",
5558
- "vs/base/common/iterator",
5559
- "vs/base/common/uuid"
5560
- ],
5561
- "vs/base/common/uuid": [
5562
- "require",
5563
- "exports"
5564
- ],
5565
- "vs/editor/browser/dnd": [
5566
- "require",
5567
- "exports",
5568
- "vs/base/browser/dnd",
5569
- "vs/base/common/dataTransfer",
5570
- "vs/base/common/mime",
5571
- "vs/base/common/uri",
5572
- "vs/platform/dnd/browser/dnd"
5573
- ],
5574
- "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5575
- "require",
5576
- "exports",
5577
- "vs/editor/browser/services/bulkEditService",
5578
- "vs/editor/contrib/snippet/browser/snippetParser"
5579
- ],
5580
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5581
- "require",
5582
- "exports",
5583
- "vs/base/browser/dom",
5584
- "vs/base/browser/ui/button/button",
5585
- "vs/base/common/actions",
5586
- "vs/base/common/errorMessage",
5587
- "vs/base/common/errors",
5588
- "vs/base/common/event",
5589
- "vs/base/common/lifecycle",
5590
- "vs/editor/browser/services/bulkEditService",
5591
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
5592
- "vs/nls",
5593
- "vs/platform/contextkey/common/contextkey",
5594
- "vs/platform/contextview/browser/contextView",
5595
- "vs/platform/instantiation/common/instantiation",
5596
- "vs/platform/keybinding/common/keybinding",
5597
- "vs/platform/notification/common/notification",
5598
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5599
- ],
5600
5543
  "vs/editor/common/config/diffEditor": [
5601
5544
  "require",
5602
5545
  "exports"
@@ -5646,6 +5589,28 @@
5646
5589
  "vs/editor/contrib/codeAction/browser/codeAction",
5647
5590
  "vs/base/common/hierarchicalKind"
5648
5591
  ],
5592
+ "vs/base/browser/touch": [
5593
+ "require",
5594
+ "exports",
5595
+ "vs/base/browser/dom",
5596
+ "vs/base/browser/window",
5597
+ "vs/base/common/arrays",
5598
+ "vs/base/common/decorators",
5599
+ "vs/base/common/event",
5600
+ "vs/base/common/lifecycle",
5601
+ "vs/base/common/linkedList"
5602
+ ],
5603
+ "vs/editor/common/model/utils": [
5604
+ "require",
5605
+ "exports"
5606
+ ],
5607
+ "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5608
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5609
+ "require",
5610
+ "exports",
5611
+ "vs/base/common/event",
5612
+ "vs/platform/registry/common/platform"
5613
+ ],
5649
5614
  "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
5650
5615
  "require",
5651
5616
  "exports",
@@ -5672,36 +5637,101 @@
5672
5637
  "vs/base/browser/ui/actionbar/actionbar",
5673
5638
  "vs/base/common/lifecycle",
5674
5639
  "vs/nls",
5675
- "vs/platform/actionWidget/browser/actionList",
5676
- "vs/platform/actions/common/actions",
5640
+ "vs/platform/actionWidget/browser/actionList",
5641
+ "vs/platform/actions/common/actions",
5642
+ "vs/platform/contextkey/common/contextkey",
5643
+ "vs/platform/contextview/browser/contextView",
5644
+ "vs/platform/instantiation/common/extensions",
5645
+ "vs/platform/instantiation/common/instantiation",
5646
+ "vs/platform/theme/common/colorRegistry",
5647
+ "vs/css!vs/platform/actionWidget/browser/actionWidget"
5648
+ ],
5649
+ "vs/base/browser/event": [
5650
+ "require",
5651
+ "exports",
5652
+ "vs/base/common/event"
5653
+ ],
5654
+ "vs/editor/browser/controller/textAreaState": [
5655
+ "require",
5656
+ "exports",
5657
+ "vs/base/common/strings",
5658
+ "vs/editor/common/core/range"
5659
+ ],
5660
+ "vs/base/common/dataTransfer": [
5661
+ "require",
5662
+ "exports",
5663
+ "vs/base/common/arrays",
5664
+ "vs/base/common/iterator",
5665
+ "vs/base/common/uuid"
5666
+ ],
5667
+ "vs/base/common/uuid": [
5668
+ "require",
5669
+ "exports"
5670
+ ],
5671
+ "vs/editor/browser/dnd": [
5672
+ "require",
5673
+ "exports",
5674
+ "vs/base/browser/dnd",
5675
+ "vs/base/common/dataTransfer",
5676
+ "vs/base/common/mime",
5677
+ "vs/base/common/uri",
5678
+ "vs/platform/dnd/browser/dnd"
5679
+ ],
5680
+ "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5681
+ "require",
5682
+ "exports",
5683
+ "vs/editor/browser/services/bulkEditService",
5684
+ "vs/editor/contrib/snippet/browser/snippetParser"
5685
+ ],
5686
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5687
+ "require",
5688
+ "exports",
5689
+ "vs/base/browser/dom",
5690
+ "vs/base/browser/ui/button/button",
5691
+ "vs/base/common/actions",
5692
+ "vs/base/common/errorMessage",
5693
+ "vs/base/common/errors",
5694
+ "vs/base/common/event",
5695
+ "vs/base/common/lifecycle",
5696
+ "vs/editor/browser/services/bulkEditService",
5697
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
5698
+ "vs/nls",
5677
5699
  "vs/platform/contextkey/common/contextkey",
5678
5700
  "vs/platform/contextview/browser/contextView",
5679
- "vs/platform/instantiation/common/extensions",
5680
5701
  "vs/platform/instantiation/common/instantiation",
5681
- "vs/platform/theme/common/colorRegistry",
5682
- "vs/css!vs/platform/actionWidget/browser/actionWidget"
5702
+ "vs/platform/keybinding/common/keybinding",
5703
+ "vs/platform/notification/common/notification",
5704
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5683
5705
  ],
5684
- "vs/base/browser/touch": [
5706
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5685
5707
  "require",
5686
5708
  "exports",
5687
5709
  "vs/base/browser/dom",
5688
- "vs/base/browser/window",
5689
- "vs/base/common/arrays",
5690
- "vs/base/common/decorators",
5691
- "vs/base/common/event",
5692
- "vs/base/common/lifecycle",
5693
- "vs/base/common/linkedList"
5710
+ "vs/base/common/themables"
5694
5711
  ],
5695
- "vs/editor/common/model/utils": [
5712
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5713
+ "vs/base/common/numbers": [
5696
5714
  "require",
5697
5715
  "exports"
5698
5716
  ],
5699
- "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5700
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5717
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5701
5718
  "require",
5702
5719
  "exports",
5703
- "vs/base/common/event",
5704
- "vs/platform/registry/common/platform"
5720
+ "vs/base/browser/dom",
5721
+ "vs/base/browser/ui/hover/hoverWidget",
5722
+ "vs/base/common/lifecycle",
5723
+ "vs/platform/keybinding/common/keybinding"
5724
+ ],
5725
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5726
+ "require",
5727
+ "exports",
5728
+ "vs/base/common/color",
5729
+ "vs/editor/browser/services/editorWorkerService",
5730
+ "vs/editor/common/services/model",
5731
+ "vs/editor/common/languages/languageConfigurationRegistry",
5732
+ "vs/base/common/lifecycle",
5733
+ "vs/editor/common/services/languageFeatures",
5734
+ "vs/editor/common/editorFeatures"
5705
5735
  ],
5706
5736
  "vs/editor/browser/editorDom": [
5707
5737
  "require",
@@ -5825,36 +5855,6 @@
5825
5855
  "vs/base/browser/ui/hover/hoverWidget",
5826
5856
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5827
5857
  ],
5828
- "vs/base/browser/ui/iconLabel/iconLabels": [
5829
- "require",
5830
- "exports",
5831
- "vs/base/browser/dom",
5832
- "vs/base/common/themables"
5833
- ],
5834
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5835
- "vs/base/common/numbers": [
5836
- "require",
5837
- "exports"
5838
- ],
5839
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5840
- "require",
5841
- "exports",
5842
- "vs/base/browser/dom",
5843
- "vs/base/browser/ui/hover/hoverWidget",
5844
- "vs/base/common/lifecycle",
5845
- "vs/platform/keybinding/common/keybinding"
5846
- ],
5847
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5848
- "require",
5849
- "exports",
5850
- "vs/base/common/color",
5851
- "vs/editor/browser/services/editorWorkerService",
5852
- "vs/editor/common/services/model",
5853
- "vs/editor/common/languages/languageConfigurationRegistry",
5854
- "vs/base/common/lifecycle",
5855
- "vs/editor/common/services/languageFeatures",
5856
- "vs/editor/common/editorFeatures"
5857
- ],
5858
5858
  "vs/base/browser/dnd": [
5859
5859
  "require",
5860
5860
  "exports",
@@ -6112,36 +6112,6 @@
6112
6112
  "vs/editor/contrib/snippet/browser/snippetSession",
6113
6113
  "vs/editor/contrib/suggest/browser/suggestController"
6114
6114
  ],
6115
- "vs/base/common/idGenerator": [
6116
- "require",
6117
- "exports"
6118
- ],
6119
- "vs/base/browser/markdownRenderer": [
6120
- "require",
6121
- "exports",
6122
- "vs/base/browser/dom",
6123
- "vs/base/browser/dompurify/dompurify",
6124
- "vs/base/browser/event",
6125
- "vs/base/browser/formattedTextRenderer",
6126
- "vs/base/browser/keyboardEvent",
6127
- "vs/base/browser/mouseEvent",
6128
- "vs/base/browser/ui/iconLabel/iconLabels",
6129
- "vs/base/common/errors",
6130
- "vs/base/common/event",
6131
- "vs/base/common/htmlContent",
6132
- "vs/base/common/iconLabels",
6133
- "vs/base/common/idGenerator",
6134
- "vs/base/common/lazy",
6135
- "vs/base/common/lifecycle",
6136
- "vs/base/common/marked/marked",
6137
- "vs/base/common/marshalling",
6138
- "vs/base/common/network",
6139
- "vs/base/common/objects",
6140
- "vs/base/common/resources",
6141
- "vs/base/common/strings",
6142
- "vs/base/common/uri"
6143
- ],
6144
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6145
6115
  "vs/base/browser/ui/actionbar/actionbar": [
6146
6116
  "require",
6147
6117
  "exports",
@@ -6198,6 +6168,36 @@
6198
6168
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6199
6169
  ],
6200
6170
  "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6171
+ "vs/base/common/idGenerator": [
6172
+ "require",
6173
+ "exports"
6174
+ ],
6175
+ "vs/base/browser/markdownRenderer": [
6176
+ "require",
6177
+ "exports",
6178
+ "vs/base/browser/dom",
6179
+ "vs/base/browser/dompurify/dompurify",
6180
+ "vs/base/browser/event",
6181
+ "vs/base/browser/formattedTextRenderer",
6182
+ "vs/base/browser/keyboardEvent",
6183
+ "vs/base/browser/mouseEvent",
6184
+ "vs/base/browser/ui/iconLabel/iconLabels",
6185
+ "vs/base/common/errors",
6186
+ "vs/base/common/event",
6187
+ "vs/base/common/htmlContent",
6188
+ "vs/base/common/iconLabels",
6189
+ "vs/base/common/idGenerator",
6190
+ "vs/base/common/lazy",
6191
+ "vs/base/common/lifecycle",
6192
+ "vs/base/common/marked/marked",
6193
+ "vs/base/common/marshalling",
6194
+ "vs/base/common/network",
6195
+ "vs/base/common/objects",
6196
+ "vs/base/common/resources",
6197
+ "vs/base/common/strings",
6198
+ "vs/base/common/uri"
6199
+ ],
6200
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6201
6201
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6202
6202
  "require",
6203
6203
  "exports",
@@ -6224,6 +6224,13 @@
6224
6224
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6225
6225
  ],
6226
6226
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6227
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6228
+ "require",
6229
+ "exports",
6230
+ "vs/base/common/strings",
6231
+ "vs/editor/common/languages/supports",
6232
+ "vs/editor/common/tokens/lineTokens"
6233
+ ],
6227
6234
  "vs/base/browser/ui/hover/hoverWidget": [
6228
6235
  "require",
6229
6236
  "exports",
@@ -6243,13 +6250,6 @@
6243
6250
  "vs/editor/browser/editorExtensions",
6244
6251
  "vs/editor/common/services/languageFeatures"
6245
6252
  ],
6246
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6247
- "require",
6248
- "exports",
6249
- "vs/base/common/strings",
6250
- "vs/editor/common/languages/supports",
6251
- "vs/editor/common/tokens/lineTokens"
6252
- ],
6253
6253
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6254
6254
  "require",
6255
6255
  "exports",
@@ -6421,16 +6421,6 @@
6421
6421
  "vs/base/common/observableInternal/utils"
6422
6422
  ],
6423
6423
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6424
- "vs/base/common/equals": [
6425
- "require",
6426
- "exports",
6427
- "vs/base/common/arrays"
6428
- ],
6429
- "vs/base/common/hotReload": [
6430
- "require",
6431
- "exports",
6432
- "vs/base/common/process"
6433
- ],
6434
6424
  "vs/base/browser/ui/list/listWidget": [
6435
6425
  "require",
6436
6426
  "exports",
@@ -6457,6 +6447,16 @@
6457
6447
  "vs/css!vs/base/browser/ui/list/list"
6458
6448
  ],
6459
6449
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6450
+ "vs/base/common/equals": [
6451
+ "require",
6452
+ "exports",
6453
+ "vs/base/common/arrays"
6454
+ ],
6455
+ "vs/base/common/hotReload": [
6456
+ "require",
6457
+ "exports",
6458
+ "vs/base/common/process"
6459
+ ],
6460
6460
  "vs/editor/common/tokens/sparseMultilineTokens": [
6461
6461
  "require",
6462
6462
  "exports",
@@ -6484,6 +6484,44 @@
6484
6484
  "vs/platform/workspace/common/workspace"
6485
6485
  ],
6486
6486
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6487
+ "vs/platform/action/common/actionCommonCategories": [
6488
+ "require",
6489
+ "exports",
6490
+ "vs/nls"
6491
+ ],
6492
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6493
+ "require",
6494
+ "exports",
6495
+ "vs/base/browser/dom",
6496
+ "vs/base/browser/trustedTypes",
6497
+ "vs/base/common/arrays",
6498
+ "vs/base/common/lifecycle",
6499
+ "vs/base/common/themables",
6500
+ "vs/editor/browser/viewParts/lines/viewLine",
6501
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6502
+ "vs/editor/common/core/position",
6503
+ "vs/editor/common/core/stringBuilder",
6504
+ "vs/editor/common/viewLayout/lineDecorations",
6505
+ "vs/editor/common/viewLayout/viewLineRenderer",
6506
+ "vs/editor/contrib/folding/browser/foldingDecorations",
6507
+ "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll"
6508
+ ],
6509
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider": [
6510
+ "require",
6511
+ "exports",
6512
+ "vs/base/common/lifecycle",
6513
+ "vs/editor/common/services/languageFeatures",
6514
+ "vs/base/common/cancellation",
6515
+ "vs/base/common/async",
6516
+ "vs/base/common/arrays",
6517
+ "vs/base/common/event",
6518
+ "vs/editor/common/languages/languageConfigurationRegistry",
6519
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider"
6520
+ ],
6521
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollElement": [
6522
+ "require",
6523
+ "exports"
6524
+ ],
6487
6525
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6488
6526
  "require",
6489
6527
  "exports",
@@ -6523,61 +6561,23 @@
6523
6561
  "exports",
6524
6562
  "vs/base/browser/dom",
6525
6563
  "vs/base/browser/ui/iconLabel/iconLabel",
6526
- "vs/base/common/codicons",
6527
- "vs/base/common/themables",
6528
- "vs/base/common/event",
6529
- "vs/base/common/filters",
6530
- "vs/base/common/lifecycle",
6531
- "vs/base/common/uri",
6532
- "vs/editor/common/languages",
6533
- "vs/editor/common/services/getIconClasses",
6534
- "vs/editor/common/services/model",
6535
- "vs/editor/common/languages/language",
6536
- "vs/nls",
6537
- "vs/platform/files/common/files",
6538
- "vs/platform/theme/common/iconRegistry",
6539
- "vs/platform/theme/common/themeService",
6540
- "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6541
- ],
6542
- "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6543
- "vs/platform/action/common/actionCommonCategories": [
6544
- "require",
6545
- "exports",
6546
- "vs/nls"
6547
- ],
6548
- "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6549
- "require",
6550
- "exports",
6551
- "vs/base/browser/dom",
6552
- "vs/base/browser/trustedTypes",
6553
- "vs/base/common/arrays",
6554
- "vs/base/common/lifecycle",
6555
- "vs/base/common/themables",
6556
- "vs/editor/browser/viewParts/lines/viewLine",
6557
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6558
- "vs/editor/common/core/position",
6559
- "vs/editor/common/core/stringBuilder",
6560
- "vs/editor/common/viewLayout/lineDecorations",
6561
- "vs/editor/common/viewLayout/viewLineRenderer",
6562
- "vs/editor/contrib/folding/browser/foldingDecorations",
6563
- "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll"
6564
- ],
6565
- "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider": [
6566
- "require",
6567
- "exports",
6568
- "vs/base/common/lifecycle",
6569
- "vs/editor/common/services/languageFeatures",
6570
- "vs/base/common/cancellation",
6571
- "vs/base/common/async",
6572
- "vs/base/common/arrays",
6573
- "vs/base/common/event",
6574
- "vs/editor/common/languages/languageConfigurationRegistry",
6575
- "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider"
6576
- ],
6577
- "vs/editor/contrib/stickyScroll/browser/stickyScrollElement": [
6578
- "require",
6579
- "exports"
6564
+ "vs/base/common/codicons",
6565
+ "vs/base/common/themables",
6566
+ "vs/base/common/event",
6567
+ "vs/base/common/filters",
6568
+ "vs/base/common/lifecycle",
6569
+ "vs/base/common/uri",
6570
+ "vs/editor/common/languages",
6571
+ "vs/editor/common/services/getIconClasses",
6572
+ "vs/editor/common/services/model",
6573
+ "vs/editor/common/languages/language",
6574
+ "vs/nls",
6575
+ "vs/platform/files/common/files",
6576
+ "vs/platform/theme/common/iconRegistry",
6577
+ "vs/platform/theme/common/themeService",
6578
+ "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6580
6579
  ],
6580
+ "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6581
6581
  "vs/base/common/naturalLanguage/korean": [
6582
6582
  "require",
6583
6583
  "exports"
@@ -6663,6 +6663,41 @@
6663
6663
  "vs/base/common/lifecycle",
6664
6664
  "vs/base/common/types"
6665
6665
  ],
6666
+ "vs/base/browser/ui/splitview/splitview": [
6667
+ "require",
6668
+ "exports",
6669
+ "vs/base/browser/dom",
6670
+ "vs/base/browser/event",
6671
+ "vs/base/browser/ui/sash/sash",
6672
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6673
+ "vs/base/common/arrays",
6674
+ "vs/base/common/color",
6675
+ "vs/base/common/event",
6676
+ "vs/base/common/lifecycle",
6677
+ "vs/base/common/numbers",
6678
+ "vs/base/common/scrollable",
6679
+ "vs/base/common/types",
6680
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6681
+ ],
6682
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6683
+ "require",
6684
+ "exports",
6685
+ "vs/base/browser/dom",
6686
+ "vs/base/browser/ui/countBadge/countBadge",
6687
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6688
+ "vs/base/browser/ui/iconLabel/iconLabel",
6689
+ "vs/base/common/filters",
6690
+ "vs/base/common/lifecycle",
6691
+ "vs/base/common/resources",
6692
+ "vs/editor/common/services/resolverService",
6693
+ "vs/nls",
6694
+ "vs/platform/instantiation/common/instantiation",
6695
+ "vs/platform/keybinding/common/keybinding",
6696
+ "vs/platform/label/common/label",
6697
+ "vs/platform/theme/browser/defaultStyles",
6698
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6699
+ ],
6700
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6666
6701
  "vs/base/browser/ui/list/listPaging": [
6667
6702
  "require",
6668
6703
  "exports",
@@ -6747,41 +6782,6 @@
6747
6782
  "vs/base/common/decorators",
6748
6783
  "vs/base/common/iterator"
6749
6784
  ],
6750
- "vs/base/browser/ui/splitview/splitview": [
6751
- "require",
6752
- "exports",
6753
- "vs/base/browser/dom",
6754
- "vs/base/browser/event",
6755
- "vs/base/browser/ui/sash/sash",
6756
- "vs/base/browser/ui/scrollbar/scrollableElement",
6757
- "vs/base/common/arrays",
6758
- "vs/base/common/color",
6759
- "vs/base/common/event",
6760
- "vs/base/common/lifecycle",
6761
- "vs/base/common/numbers",
6762
- "vs/base/common/scrollable",
6763
- "vs/base/common/types",
6764
- "vs/css!vs/base/browser/ui/splitview/splitview"
6765
- ],
6766
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6767
- "require",
6768
- "exports",
6769
- "vs/base/browser/dom",
6770
- "vs/base/browser/ui/countBadge/countBadge",
6771
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6772
- "vs/base/browser/ui/iconLabel/iconLabel",
6773
- "vs/base/common/filters",
6774
- "vs/base/common/lifecycle",
6775
- "vs/base/common/resources",
6776
- "vs/editor/common/services/resolverService",
6777
- "vs/nls",
6778
- "vs/platform/instantiation/common/instantiation",
6779
- "vs/platform/keybinding/common/keybinding",
6780
- "vs/platform/label/common/label",
6781
- "vs/platform/theme/browser/defaultStyles",
6782
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6783
- ],
6784
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6785
6785
  "vs/base/common/marshalling": [
6786
6786
  "require",
6787
6787
  "exports",
@@ -6820,6 +6820,14 @@
6820
6820
  "require",
6821
6821
  "exports"
6822
6822
  ],
6823
+ "vs/editor/browser/services/abstractCodeEditorService": [
6824
+ "require",
6825
+ "exports",
6826
+ "vs/base/common/event",
6827
+ "vs/base/common/lifecycle",
6828
+ "vs/base/common/linkedList",
6829
+ "vs/platform/theme/common/themeService"
6830
+ ],
6823
6831
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
6824
6832
  "require",
6825
6833
  "exports",
@@ -7010,14 +7018,6 @@
7010
7018
  "vs/base/common/assert"
7011
7019
  ],
7012
7020
  "vs/css!vs/editor/browser/widget/diffEditor/style": [],
7013
- "vs/editor/browser/services/abstractCodeEditorService": [
7014
- "require",
7015
- "exports",
7016
- "vs/base/common/event",
7017
- "vs/base/common/lifecycle",
7018
- "vs/base/common/linkedList",
7019
- "vs/platform/theme/common/themeService"
7020
- ],
7021
7021
  "vs/base/common/ime": [
7022
7022
  "require",
7023
7023
  "exports",
@@ -7188,19 +7188,6 @@
7188
7188
  "exports",
7189
7189
  "vs/base/common/actions"
7190
7190
  ],
7191
- "vs/editor/browser/viewParts/lines/viewLine": [
7192
- "require",
7193
- "exports",
7194
- "vs/base/browser/browser",
7195
- "vs/base/browser/fastDomNode",
7196
- "vs/base/common/platform",
7197
- "vs/editor/browser/viewParts/lines/rangeUtil",
7198
- "vs/editor/browser/view/renderingContext",
7199
- "vs/editor/common/viewLayout/lineDecorations",
7200
- "vs/editor/common/viewLayout/viewLineRenderer",
7201
- "vs/platform/theme/common/theme",
7202
- "vs/editor/common/config/editorOptions"
7203
- ],
7204
7191
  "vs/editor/browser/controller/mouseHandler": [
7205
7192
  "require",
7206
7193
  "exports",
@@ -7216,6 +7203,19 @@
7216
7203
  "vs/editor/common/viewEventHandler",
7217
7204
  "vs/base/browser/ui/scrollbar/scrollableElement"
7218
7205
  ],
7206
+ "vs/editor/browser/viewParts/lines/viewLine": [
7207
+ "require",
7208
+ "exports",
7209
+ "vs/base/browser/browser",
7210
+ "vs/base/browser/fastDomNode",
7211
+ "vs/base/common/platform",
7212
+ "vs/editor/browser/viewParts/lines/rangeUtil",
7213
+ "vs/editor/browser/view/renderingContext",
7214
+ "vs/editor/common/viewLayout/lineDecorations",
7215
+ "vs/editor/common/viewLayout/viewLineRenderer",
7216
+ "vs/platform/theme/common/theme",
7217
+ "vs/editor/common/config/editorOptions"
7218
+ ],
7219
7219
  "vs/base/browser/ui/mouseCursor/mouseCursor": [
7220
7220
  "require",
7221
7221
  "exports",
@@ -7250,8 +7250,8 @@
7250
7250
  "exports"
7251
7251
  ],
7252
7252
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
7253
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7254
7253
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7254
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7255
7255
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7256
7256
  "vs/base/browser/globalPointerMoveMonitor": [
7257
7257
  "require",
@@ -7406,7 +7406,10 @@
7406
7406
  "vs/editor/common/textModelEvents",
7407
7407
  "vs/editor/common/viewModel"
7408
7408
  ],
7409
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7409
+ "vs/base/common/decorators": [
7410
+ "require",
7411
+ "exports"
7412
+ ],
7410
7413
  "vs/platform/actionWidget/browser/actionList": [
7411
7414
  "require",
7412
7415
  "exports",
@@ -7426,10 +7429,7 @@
7426
7429
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
7427
7430
  ],
7428
7431
  "vs/css!vs/platform/actionWidget/browser/actionWidget": [],
7429
- "vs/base/common/decorators": [
7430
- "require",
7431
- "exports"
7432
- ],
7432
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7433
7433
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7434
7434
  "require",
7435
7435
  "exports",
@@ -7595,14 +7595,6 @@
7595
7595
  "vs/editor/common/core/textEdit",
7596
7596
  "vs/editor/contrib/inlineCompletions/browser/ghostText"
7597
7597
  ],
7598
- "vs/base/browser/formattedTextRenderer": [
7599
- "require",
7600
- "exports",
7601
- "vs/base/browser/dom"
7602
- ],
7603
- "vs/base/common/marked/marked": [
7604
- "exports"
7605
- ],
7606
7598
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7607
7599
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7608
7600
  "require",
@@ -7621,6 +7613,14 @@
7621
7613
  "vs/nls"
7622
7614
  ],
7623
7615
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7616
+ "vs/base/browser/formattedTextRenderer": [
7617
+ "require",
7618
+ "exports",
7619
+ "vs/base/browser/dom"
7620
+ ],
7621
+ "vs/base/common/marked/marked": [
7622
+ "exports"
7623
+ ],
7624
7624
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7625
7625
  "require",
7626
7626
  "exports",
@@ -7696,6 +7696,23 @@
7696
7696
  "vs/base/common/extpath",
7697
7697
  "vs/base/common/platform"
7698
7698
  ],
7699
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7700
+ "require",
7701
+ "exports",
7702
+ "vs/base/common/lifecycle",
7703
+ "vs/editor/common/services/languageFeatures",
7704
+ "vs/editor/contrib/documentSymbols/browser/outlineModel",
7705
+ "vs/base/common/async",
7706
+ "vs/editor/contrib/folding/browser/folding",
7707
+ "vs/editor/contrib/folding/browser/syntaxRangeProvider",
7708
+ "vs/editor/contrib/folding/browser/indentRangeProvider",
7709
+ "vs/editor/common/languages/languageConfigurationRegistry",
7710
+ "vs/base/common/errors",
7711
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
7712
+ "vs/base/common/iterator",
7713
+ "vs/platform/instantiation/common/instantiation"
7714
+ ],
7715
+ "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7699
7716
  "vs/base/browser/ui/iconLabel/iconLabel": [
7700
7717
  "require",
7701
7718
  "exports",
@@ -7724,51 +7741,31 @@
7724
7741
  "require",
7725
7742
  "exports"
7726
7743
  ],
7727
- "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7728
- "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7729
- "require",
7730
- "exports",
7731
- "vs/base/common/lifecycle",
7732
- "vs/editor/common/services/languageFeatures",
7733
- "vs/editor/contrib/documentSymbols/browser/outlineModel",
7734
- "vs/base/common/async",
7735
- "vs/editor/contrib/folding/browser/folding",
7736
- "vs/editor/contrib/folding/browser/syntaxRangeProvider",
7737
- "vs/editor/contrib/folding/browser/indentRangeProvider",
7738
- "vs/editor/common/languages/languageConfigurationRegistry",
7739
- "vs/base/common/errors",
7740
- "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
7741
- "vs/base/common/iterator",
7742
- "vs/platform/instantiation/common/instantiation"
7743
- ],
7744
7744
  "vs/css!vs/platform/opener/browser/link": [],
7745
7745
  "vs/base/common/observableInternal/lazyObservableValue": [
7746
7746
  "require",
7747
7747
  "exports",
7748
7748
  "vs/base/common/observableInternal/base"
7749
7749
  ],
7750
- "vs/base/browser/ui/tree/objectTreeModel": [
7750
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7751
+ "vs/base/browser/ui/countBadge/countBadge": [
7751
7752
  "require",
7752
7753
  "exports",
7753
- "vs/base/browser/ui/tree/indexTreeModel",
7754
- "vs/base/browser/ui/tree/tree",
7755
- "vs/base/common/iterator"
7754
+ "vs/base/browser/dom",
7755
+ "vs/base/common/strings",
7756
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7756
7757
  ],
7757
- "vs/base/browser/ui/tree/indexTreeModel": [
7758
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7758
7759
  "require",
7759
7760
  "exports",
7760
- "vs/base/browser/ui/tree/tree",
7761
- "vs/base/common/arrays",
7762
- "vs/base/common/async",
7763
- "vs/base/common/symbols",
7764
- "vs/base/common/diff/diff",
7765
- "vs/base/common/event",
7766
- "vs/base/common/iterator"
7767
- ],
7768
- "vs/base/browser/ui/tree/tree": [
7769
- "require",
7770
- "exports"
7761
+ "vs/base/browser/dom",
7762
+ "vs/base/browser/ui/hover/hoverDelegate2",
7763
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7764
+ "vs/base/browser/ui/iconLabel/iconLabels",
7765
+ "vs/base/common/lifecycle",
7766
+ "vs/base/common/objects"
7771
7767
  ],
7768
+ "vs/css!vs/base/browser/ui/table/table": [],
7772
7769
  "vs/base/browser/ui/inputbox/inputBox": [
7773
7770
  "require",
7774
7771
  "exports",
@@ -7787,35 +7784,38 @@
7787
7784
  "vs/nls",
7788
7785
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7789
7786
  ],
7790
- "vs/css!vs/base/browser/ui/tree/media/tree": [],
7791
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7787
+ "vs/base/browser/ui/tree/indexTreeModel": [
7792
7788
  "require",
7793
7789
  "exports",
7794
- "vs/base/browser/ui/tree/objectTreeModel",
7795
7790
  "vs/base/browser/ui/tree/tree",
7796
7791
  "vs/base/common/arrays",
7792
+ "vs/base/common/async",
7793
+ "vs/base/common/symbols",
7794
+ "vs/base/common/diff/diff",
7797
7795
  "vs/base/common/event",
7798
7796
  "vs/base/common/iterator"
7799
7797
  ],
7800
- "vs/base/browser/ui/countBadge/countBadge": [
7798
+ "vs/base/browser/ui/tree/tree": [
7799
+ "require",
7800
+ "exports"
7801
+ ],
7802
+ "vs/css!vs/base/browser/ui/tree/media/tree": [],
7803
+ "vs/base/browser/ui/tree/objectTreeModel": [
7801
7804
  "require",
7802
7805
  "exports",
7803
- "vs/base/browser/dom",
7804
- "vs/base/common/strings",
7805
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7806
+ "vs/base/browser/ui/tree/indexTreeModel",
7807
+ "vs/base/browser/ui/tree/tree",
7808
+ "vs/base/common/iterator"
7806
7809
  ],
7807
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7810
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7808
7811
  "require",
7809
7812
  "exports",
7810
- "vs/base/browser/dom",
7811
- "vs/base/browser/ui/hover/hoverDelegate2",
7812
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7813
- "vs/base/browser/ui/iconLabel/iconLabels",
7814
- "vs/base/common/lifecycle",
7815
- "vs/base/common/objects"
7813
+ "vs/base/browser/ui/tree/objectTreeModel",
7814
+ "vs/base/browser/ui/tree/tree",
7815
+ "vs/base/common/arrays",
7816
+ "vs/base/common/event",
7817
+ "vs/base/common/iterator"
7816
7818
  ],
7817
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7818
- "vs/css!vs/base/browser/ui/table/table": [],
7819
7819
  "vs/editor/common/core/positionToOffset": [
7820
7820
  "require",
7821
7821
  "exports",
@@ -8132,13 +8132,13 @@
8132
8132
  "vs/base/browser/dom"
8133
8133
  ],
8134
8134
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8135
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8135
8136
  "vs/base/common/history": [
8136
8137
  "require",
8137
8138
  "exports",
8138
8139
  "vs/base/common/navigator"
8139
8140
  ],
8140
8141
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8141
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8142
8142
  "vs/platform/quickinput/browser/quickInputUtils": [
8143
8143
  "require",
8144
8144
  "exports",