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

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 +600 -600
  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,27 +1693,42 @@
1716
1693
  "vs/base/parts/storage/common/storage",
1717
1694
  "vs/platform/instantiation/common/instantiation"
1718
1695
  ],
1719
- "vs/base/common/functional": [
1696
+ "vs/platform/theme/common/theme": [
1720
1697
  "require",
1721
1698
  "exports"
1722
1699
  ],
1723
- "vs/base/common/linkedList": [
1700
+ "vs/editor/standalone/browser/standaloneThemeService": [
1724
1701
  "require",
1725
- "exports"
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"
1726
1718
  ],
1727
- "vs/base/common/types": [
1719
+ "vs/base/common/functional": [
1728
1720
  "require",
1729
1721
  "exports"
1730
1722
  ],
1731
- "vs/base/common/iterator": [
1723
+ "vs/base/common/linkedList": [
1732
1724
  "require",
1733
1725
  "exports"
1734
1726
  ],
1735
- "vs/base/common/cache": [
1727
+ "vs/base/common/iterator": [
1736
1728
  "require",
1737
1729
  "exports"
1738
1730
  ],
1739
- "vs/base/common/lazy": [
1731
+ "vs/base/common/types": [
1740
1732
  "require",
1741
1733
  "exports"
1742
1734
  ],
@@ -1749,6 +1741,14 @@
1749
1741
  "exports",
1750
1742
  "vs/base/common/strings"
1751
1743
  ],
1744
+ "vs/base/common/cache": [
1745
+ "require",
1746
+ "exports"
1747
+ ],
1748
+ "vs/base/common/lazy": [
1749
+ "require",
1750
+ "exports"
1751
+ ],
1752
1752
  "vs/base/common/path": [
1753
1753
  "require",
1754
1754
  "exports",
@@ -2104,55 +2104,6 @@
2104
2104
  "vs/editor/standalone/common/monarch/monarchCommon",
2105
2105
  "vs/platform/configuration/common/configuration"
2106
2106
  ],
2107
- "vs/editor/contrib/editorState/browser/editorState": [
2108
- "require",
2109
- "exports",
2110
- "vs/base/common/strings",
2111
- "vs/editor/common/core/range",
2112
- "vs/base/common/cancellation",
2113
- "vs/base/common/lifecycle",
2114
- "vs/editor/contrib/editorState/browser/keybindingCancellation"
2115
- ],
2116
- "vs/editor/browser/editorBrowser": [
2117
- "require",
2118
- "exports",
2119
- "vs/editor/common/editorCommon"
2120
- ],
2121
- "vs/editor/common/services/editorWorker": [
2122
- "require",
2123
- "exports",
2124
- "vs/platform/instantiation/common/instantiation"
2125
- ],
2126
- "vs/editor/common/services/resolverService": [
2127
- "require",
2128
- "exports",
2129
- "vs/platform/instantiation/common/instantiation"
2130
- ],
2131
- "vs/editor/contrib/format/browser/formattingEdit": [
2132
- "require",
2133
- "exports",
2134
- "vs/editor/common/core/editOperation",
2135
- "vs/editor/common/core/range",
2136
- "vs/editor/browser/stableEditorScroll"
2137
- ],
2138
- "vs/platform/extensions/common/extensions": [
2139
- "require",
2140
- "exports"
2141
- ],
2142
- "vs/platform/log/common/log": [
2143
- "require",
2144
- "exports",
2145
- "vs/base/common/event",
2146
- "vs/base/common/lifecycle",
2147
- "vs/platform/contextkey/common/contextkey",
2148
- "vs/platform/instantiation/common/instantiation"
2149
- ],
2150
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2151
- "require",
2152
- "exports",
2153
- "vs/nls",
2154
- "vs/platform/instantiation/common/instantiation"
2155
- ],
2156
2107
  "vs/base/browser/browser": [
2157
2108
  "require",
2158
2109
  "exports",
@@ -2238,6 +2189,96 @@
2238
2189
  "vs/editor/common/languages/autoIndent",
2239
2190
  "vs/editor/common/languages/enterAction"
2240
2191
  ],
2192
+ "vs/editor/contrib/editorState/browser/editorState": [
2193
+ "require",
2194
+ "exports",
2195
+ "vs/base/common/strings",
2196
+ "vs/editor/common/core/range",
2197
+ "vs/base/common/cancellation",
2198
+ "vs/base/common/lifecycle",
2199
+ "vs/editor/contrib/editorState/browser/keybindingCancellation"
2200
+ ],
2201
+ "vs/editor/browser/editorBrowser": [
2202
+ "require",
2203
+ "exports",
2204
+ "vs/editor/common/editorCommon"
2205
+ ],
2206
+ "vs/editor/common/services/editorWorker": [
2207
+ "require",
2208
+ "exports",
2209
+ "vs/platform/instantiation/common/instantiation"
2210
+ ],
2211
+ "vs/editor/common/services/resolverService": [
2212
+ "require",
2213
+ "exports",
2214
+ "vs/platform/instantiation/common/instantiation"
2215
+ ],
2216
+ "vs/editor/contrib/format/browser/formattingEdit": [
2217
+ "require",
2218
+ "exports",
2219
+ "vs/editor/common/core/editOperation",
2220
+ "vs/editor/common/core/range",
2221
+ "vs/editor/browser/stableEditorScroll"
2222
+ ],
2223
+ "vs/platform/extensions/common/extensions": [
2224
+ "require",
2225
+ "exports"
2226
+ ],
2227
+ "vs/platform/log/common/log": [
2228
+ "require",
2229
+ "exports",
2230
+ "vs/base/common/event",
2231
+ "vs/base/common/lifecycle",
2232
+ "vs/platform/contextkey/common/contextkey",
2233
+ "vs/platform/instantiation/common/instantiation"
2234
+ ],
2235
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2236
+ "require",
2237
+ "exports",
2238
+ "vs/nls",
2239
+ "vs/platform/instantiation/common/instantiation"
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",
@@ -2698,6 +2698,56 @@
2698
2698
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2699
2699
  "vs/platform/registry/common/platform"
2700
2700
  ],
2701
+ "vs/editor/browser/stableEditorScroll": [
2702
+ "require",
2703
+ "exports"
2704
+ ],
2705
+ "vs/editor/contrib/codelens/browser/codelens": [
2706
+ "require",
2707
+ "exports",
2708
+ "vs/base/common/cancellation",
2709
+ "vs/base/common/errors",
2710
+ "vs/base/common/lifecycle",
2711
+ "vs/base/common/types",
2712
+ "vs/base/common/uri",
2713
+ "vs/editor/common/services/model",
2714
+ "vs/platform/commands/common/commands",
2715
+ "vs/editor/common/services/languageFeatures"
2716
+ ],
2717
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2718
+ "require",
2719
+ "exports",
2720
+ "vs/base/common/event",
2721
+ "vs/base/common/map",
2722
+ "vs/editor/common/core/range",
2723
+ "vs/editor/contrib/codelens/browser/codelens",
2724
+ "vs/platform/instantiation/common/extensions",
2725
+ "vs/platform/instantiation/common/instantiation",
2726
+ "vs/platform/storage/common/storage",
2727
+ "vs/base/browser/window",
2728
+ "vs/base/browser/dom"
2729
+ ],
2730
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2731
+ "require",
2732
+ "exports",
2733
+ "vs/base/browser/dom",
2734
+ "vs/base/browser/ui/iconLabel/iconLabels",
2735
+ "vs/editor/common/core/range",
2736
+ "vs/editor/common/model/textModel",
2737
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2738
+ ],
2739
+ "vs/editor/common/services/languageFeatureDebounce": [
2740
+ "require",
2741
+ "exports",
2742
+ "vs/base/common/hash",
2743
+ "vs/base/common/map",
2744
+ "vs/base/common/numbers",
2745
+ "vs/platform/environment/common/environment",
2746
+ "vs/platform/instantiation/common/extensions",
2747
+ "vs/platform/instantiation/common/instantiation",
2748
+ "vs/platform/log/common/log",
2749
+ "vs/base/common/network"
2750
+ ],
2701
2751
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2702
2752
  "require",
2703
2753
  "exports",
@@ -2752,55 +2802,23 @@
2752
2802
  "require",
2753
2803
  "exports"
2754
2804
  ],
2755
- "vs/editor/browser/stableEditorScroll": [
2756
- "require",
2757
- "exports"
2758
- ],
2759
- "vs/editor/contrib/codelens/browser/codelens": [
2760
- "require",
2761
- "exports",
2762
- "vs/base/common/cancellation",
2763
- "vs/base/common/errors",
2764
- "vs/base/common/lifecycle",
2765
- "vs/base/common/types",
2766
- "vs/base/common/uri",
2767
- "vs/editor/common/services/model",
2768
- "vs/platform/commands/common/commands",
2769
- "vs/editor/common/services/languageFeatures"
2770
- ],
2771
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2805
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2772
2806
  "require",
2773
2807
  "exports",
2774
- "vs/base/common/event",
2775
- "vs/base/common/map",
2808
+ "vs/editor/common/core/editOperation",
2809
+ "vs/editor/common/core/position",
2776
2810
  "vs/editor/common/core/range",
2777
- "vs/editor/contrib/codelens/browser/codelens",
2778
- "vs/platform/instantiation/common/extensions",
2779
- "vs/platform/instantiation/common/instantiation",
2780
- "vs/platform/storage/common/storage",
2781
- "vs/base/browser/window",
2782
- "vs/base/browser/dom"
2811
+ "vs/editor/common/core/selection"
2783
2812
  ],
2784
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2813
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2785
2814
  "require",
2786
2815
  "exports",
2787
- "vs/base/browser/dom",
2788
- "vs/base/browser/ui/iconLabel/iconLabels",
2816
+ "vs/base/common/strings",
2817
+ "vs/editor/common/core/editOperation",
2818
+ "vs/editor/common/core/position",
2789
2819
  "vs/editor/common/core/range",
2790
- "vs/editor/common/model/textModel",
2791
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2792
- ],
2793
- "vs/editor/common/services/languageFeatureDebounce": [
2794
- "require",
2795
- "exports",
2796
- "vs/base/common/hash",
2797
- "vs/base/common/map",
2798
- "vs/base/common/numbers",
2799
- "vs/platform/environment/common/environment",
2800
- "vs/platform/instantiation/common/extensions",
2801
- "vs/platform/instantiation/common/instantiation",
2802
- "vs/platform/log/common/log",
2803
- "vs/base/common/network"
2820
+ "vs/editor/common/core/selection",
2821
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2804
2822
  ],
2805
2823
  "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2806
2824
  "require",
@@ -2822,24 +2840,6 @@
2822
2840
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2823
2841
  ],
2824
2842
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2825
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2826
- "require",
2827
- "exports",
2828
- "vs/editor/common/core/editOperation",
2829
- "vs/editor/common/core/position",
2830
- "vs/editor/common/core/range",
2831
- "vs/editor/common/core/selection"
2832
- ],
2833
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2834
- "require",
2835
- "exports",
2836
- "vs/base/common/strings",
2837
- "vs/editor/common/core/editOperation",
2838
- "vs/editor/common/core/position",
2839
- "vs/editor/common/core/range",
2840
- "vs/editor/common/core/selection",
2841
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2842
- ],
2843
2843
  "vs/base/browser/ui/actionbar/actionViewItems": [
2844
2844
  "require",
2845
2845
  "exports",
@@ -3005,6 +3005,11 @@
3005
3005
  "vs/platform/configuration/common/configuration",
3006
3006
  "vs/base/browser/dom"
3007
3007
  ],
3008
+ "vs/platform/progress/common/progress": [
3009
+ "require",
3010
+ "exports",
3011
+ "vs/platform/instantiation/common/instantiation"
3012
+ ],
3008
3013
  "vs/editor/contrib/folding/browser/foldingModel": [
3009
3014
  "require",
3010
3015
  "exports",
@@ -3049,11 +3054,6 @@
3049
3054
  "vs/editor/contrib/folding/browser/foldingRanges"
3050
3055
  ],
3051
3056
  "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
3057
  "vs/editor/contrib/inlineCompletions/browser/commands": [
3058
3058
  "require",
3059
3059
  "exports",
@@ -3129,6 +3129,12 @@
3129
3129
  "require",
3130
3130
  "exports"
3131
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": [],
3132
3138
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3133
3139
  "require",
3134
3140
  "exports",
@@ -3232,12 +3238,14 @@
3232
3238
  "vs/nls",
3233
3239
  "vs/platform/contextkey/common/contextkey"
3234
3240
  ],
3235
- "vs/base/common/themables": [
3241
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3236
3242
  "require",
3237
3243
  "exports",
3238
- "vs/base/common/codicons"
3244
+ "vs/base/common/event",
3245
+ "vs/base/common/lifecycle",
3246
+ "vs/base/common/platform"
3239
3247
  ],
3240
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3248
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3241
3249
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3242
3250
  "require",
3243
3251
  "exports",
@@ -3293,14 +3301,6 @@
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": [
3297
- "require",
3298
- "exports",
3299
- "vs/base/common/event",
3300
- "vs/base/common/lifecycle",
3301
- "vs/base/common/platform"
3302
- ],
3303
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3304
3304
  "vs/editor/contrib/hover/browser/hoverActions": [
3305
3305
  "require",
3306
3306
  "exports",
@@ -3371,42 +3371,6 @@
3371
3371
  "exports"
3372
3372
  ],
3373
3373
  "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
3374
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3411
3375
  "require",
3412
3376
  "exports",
@@ -3464,50 +3428,48 @@
3464
3428
  "vs/platform/hover/browser/hover",
3465
3429
  "vs/platform/commands/common/commands"
3466
3430
  ],
3467
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3468
- "require",
3469
- "exports",
3470
- "vs/editor/common/core/selection"
3471
- ],
3472
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3473
- "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3431
+ "vs/editor/common/commands/shiftCommand": [
3474
3432
  "require",
3475
3433
  "exports",
3476
3434
  "vs/base/common/strings",
3477
- "vs/editor/common/core/editOperation",
3478
- "vs/editor/common/core/range"
3435
+ "vs/editor/common/core/cursorColumns",
3436
+ "vs/editor/common/core/range",
3437
+ "vs/editor/common/core/selection",
3438
+ "vs/editor/common/languages/enterAction",
3439
+ "vs/editor/common/languages/languageConfigurationRegistry"
3479
3440
  ],
3480
- "vs/editor/common/core/editOperation": [
3441
+ "vs/editor/contrib/indentation/common/indentUtils": [
3481
3442
  "require",
3482
- "exports",
3483
- "vs/editor/common/core/range"
3443
+ "exports"
3484
3444
  ],
3485
- "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3445
+ "vs/editor/common/languages/autoIndent": [
3486
3446
  "require",
3487
3447
  "exports",
3488
- "vs/editor/common/core/range",
3489
- "vs/editor/common/core/selection"
3448
+ "vs/base/common/strings",
3449
+ "vs/editor/common/languages/languageConfiguration",
3450
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3490
3451
  ],
3491
- "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3452
+ "vs/editor/contrib/indentation/common/indentation": [
3492
3453
  "require",
3493
3454
  "exports",
3494
3455
  "vs/base/common/strings",
3495
3456
  "vs/editor/common/commands/shiftCommand",
3496
- "vs/editor/common/core/range",
3457
+ "vs/editor/common/core/editOperation",
3458
+ "vs/editor/common/core/indentation",
3497
3459
  "vs/editor/common/core/selection",
3498
- "vs/editor/common/languages/languageConfiguration",
3499
- "vs/editor/common/languages/languageConfigurationRegistry",
3500
- "vs/editor/contrib/indentation/common/indentUtils",
3501
- "vs/editor/common/languages/autoIndent",
3502
- "vs/editor/common/languages/enterAction"
3460
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3503
3461
  ],
3504
- "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3462
+ "vs/editor/common/tokens/lineTokens": [
3505
3463
  "require",
3506
3464
  "exports",
3507
- "vs/editor/common/core/editOperation",
3508
- "vs/editor/common/core/range"
3465
+ "vs/editor/common/encodedTokenAttributes"
3509
3466
  ],
3510
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3467
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3468
+ "require",
3469
+ "exports",
3470
+ "vs/editor/common/core/selection"
3471
+ ],
3472
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3511
3473
  "vs/base/common/resources": [
3512
3474
  "require",
3513
3475
  "exports",
@@ -3533,16 +3495,43 @@
3533
3495
  "vs/editor/common/services/languageFeatures"
3534
3496
  ],
3535
3497
  "vs/css!vs/editor/contrib/links/browser/links": [],
3536
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3498
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3499
+ "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3537
3500
  "require",
3538
3501
  "exports",
3539
- "vs/editor/common/model",
3540
- "vs/editor/common/model/textModel",
3541
- "vs/editor/common/languages",
3542
- "vs/nls",
3543
- "vs/platform/theme/common/colorRegistry",
3544
- "vs/platform/theme/common/themeService",
3545
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3502
+ "vs/base/common/strings",
3503
+ "vs/editor/common/core/editOperation",
3504
+ "vs/editor/common/core/range"
3505
+ ],
3506
+ "vs/editor/common/core/editOperation": [
3507
+ "require",
3508
+ "exports",
3509
+ "vs/editor/common/core/range"
3510
+ ],
3511
+ "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3512
+ "require",
3513
+ "exports",
3514
+ "vs/editor/common/core/range",
3515
+ "vs/editor/common/core/selection"
3516
+ ],
3517
+ "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3518
+ "require",
3519
+ "exports",
3520
+ "vs/base/common/strings",
3521
+ "vs/editor/common/commands/shiftCommand",
3522
+ "vs/editor/common/core/range",
3523
+ "vs/editor/common/core/selection",
3524
+ "vs/editor/common/languages/languageConfiguration",
3525
+ "vs/editor/common/languages/languageConfigurationRegistry",
3526
+ "vs/editor/contrib/indentation/common/indentUtils",
3527
+ "vs/editor/common/languages/autoIndent",
3528
+ "vs/editor/common/languages/enterAction"
3529
+ ],
3530
+ "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3531
+ "require",
3532
+ "exports",
3533
+ "vs/editor/common/core/editOperation",
3534
+ "vs/editor/common/core/range"
3546
3535
  ],
3547
3536
  "vs/editor/contrib/inlineEdit/browser/commands": [
3548
3537
  "require",
@@ -3613,6 +3602,17 @@
3613
3602
  "vs/platform/instantiation/common/instantiation",
3614
3603
  "vs/platform/observable/common/platformObservableUtils"
3615
3604
  ],
3605
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3606
+ "require",
3607
+ "exports",
3608
+ "vs/editor/common/model",
3609
+ "vs/editor/common/model/textModel",
3610
+ "vs/editor/common/languages",
3611
+ "vs/nls",
3612
+ "vs/platform/theme/common/colorRegistry",
3613
+ "vs/platform/theme/common/themeService",
3614
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3615
+ ],
3616
3616
  "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3617
3617
  "require",
3618
3618
  "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",
@@ -3918,44 +3956,6 @@
3918
3956
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3919
3957
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3920
3958
  ],
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"
3958
- ],
3959
3959
  "vs/base/common/filters": [
3960
3960
  "require",
3961
3961
  "exports",
@@ -4015,12 +4015,6 @@
4015
4015
  "vs/base/common/glob",
4016
4016
  "vs/base/common/path"
4017
4017
  ],
4018
- "vs/editor/common/core/wordCharacterClassifier": [
4019
- "require",
4020
- "exports",
4021
- "vs/base/common/map",
4022
- "vs/editor/common/core/characterClassifier"
4023
- ],
4024
4018
  "vs/base/common/observable": [
4025
4019
  "require",
4026
4020
  "exports",
@@ -4065,8 +4059,20 @@
4065
4059
  "vs/editor/common/core/range",
4066
4060
  "vs/editor/common/core/textLength"
4067
4061
  ],
4062
+ "vs/editor/common/core/wordCharacterClassifier": [
4063
+ "require",
4064
+ "exports",
4065
+ "vs/base/common/map",
4066
+ "vs/editor/common/core/characterClassifier"
4067
+ ],
4068
4068
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
4069
4069
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
4070
+ "vs/editor/common/tokenizationRegistry": [
4071
+ "require",
4072
+ "exports",
4073
+ "vs/base/common/event",
4074
+ "vs/base/common/lifecycle"
4075
+ ],
4070
4076
  "vs/base/browser/canIUse": [
4071
4077
  "require",
4072
4078
  "exports",
@@ -4089,16 +4095,10 @@
4089
4095
  "vs/base/browser/iframe",
4090
4096
  "vs/base/common/platform"
4091
4097
  ],
4092
- "vs/base/browser/dompurify/dompurify": [
4093
- "require",
4094
- "exports",
4095
- "module"
4096
- ],
4097
- "vs/editor/common/tokenizationRegistry": [
4098
+ "vs/base/browser/dompurify/dompurify": [
4098
4099
  "require",
4099
4100
  "exports",
4100
- "vs/base/common/event",
4101
- "vs/base/common/lifecycle"
4101
+ "module"
4102
4102
  ],
4103
4103
  "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
4104
4104
  "require",
@@ -4111,6 +4111,23 @@
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
+ ],
4114
4131
  "vs/base/common/iconLabels": [
4115
4132
  "require",
4116
4133
  "exports",
@@ -4143,44 +4160,7 @@
4143
4160
  "vs/platform/storage/common/storage",
4144
4161
  "vs/platform/telemetry/common/telemetry"
4145
4162
  ],
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
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",
@@ -4231,35 +4211,55 @@
4231
4211
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4232
4212
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4233
4213
  ],
4234
- "vs/platform/contextkey/common/scanner": [
4214
+ "vs/base/parts/storage/common/storage": [
4235
4215
  "require",
4236
4216
  "exports",
4237
- "vs/base/common/errors",
4238
- "vs/nls"
4217
+ "vs/base/common/async",
4218
+ "vs/base/common/event",
4219
+ "vs/base/common/lifecycle",
4220
+ "vs/base/common/marshalling",
4221
+ "vs/base/common/types"
4239
4222
  ],
4240
4223
  "vs/base/common/severity": [
4241
4224
  "require",
4242
4225
  "exports",
4243
4226
  "vs/base/common/strings"
4244
4227
  ],
4245
- "vs/base/parts/storage/common/storage": [
4228
+ "vs/editor/common/languages/supports/tokenization": [
4246
4229
  "require",
4247
4230
  "exports",
4248
- "vs/base/common/async",
4231
+ "vs/base/common/color"
4232
+ ],
4233
+ "vs/editor/standalone/common/themes": [
4234
+ "require",
4235
+ "exports",
4236
+ "vs/editor/common/core/editorColorRegistry",
4237
+ "vs/platform/theme/common/colorRegistry"
4238
+ ],
4239
+ "vs/platform/theme/browser/iconsStyleSheet": [
4240
+ "require",
4241
+ "exports",
4242
+ "vs/base/browser/dom",
4249
4243
  "vs/base/common/event",
4250
4244
  "vs/base/common/lifecycle",
4251
- "vs/base/common/marshalling",
4252
- "vs/base/common/types"
4245
+ "vs/base/common/themables",
4246
+ "vs/platform/theme/common/iconRegistry"
4253
4247
  ],
4254
- "vs/base/common/process": [
4248
+ "vs/platform/contextkey/common/scanner": [
4255
4249
  "require",
4256
4250
  "exports",
4257
- "vs/base/common/platform"
4251
+ "vs/base/common/errors",
4252
+ "vs/nls"
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"
@@ -4878,17 +4878,6 @@
4878
4878
  "require",
4879
4879
  "exports"
4880
4880
  ],
4881
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4882
- "require",
4883
- "exports",
4884
- "vs/editor/browser/editorExtensions",
4885
- "vs/platform/contextkey/common/contextkey",
4886
- "vs/base/common/cancellation",
4887
- "vs/base/common/linkedList",
4888
- "vs/platform/instantiation/common/instantiation",
4889
- "vs/platform/instantiation/common/extensions",
4890
- "vs/nls"
4891
- ],
4892
4881
  "vs/css!vs/base/browser/ui/aria/aria": [],
4893
4882
  "vs/editor/common/languages/supports": [
4894
4883
  "require",
@@ -4913,6 +4902,27 @@
4913
4902
  "vs/editor/common/languages/languageConfigurationRegistry",
4914
4903
  "vs/editor/common/languages/supports/indentationLineProcessor"
4915
4904
  ],
4905
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4906
+ "require",
4907
+ "exports",
4908
+ "vs/editor/browser/editorExtensions",
4909
+ "vs/platform/contextkey/common/contextkey",
4910
+ "vs/base/common/cancellation",
4911
+ "vs/base/common/linkedList",
4912
+ "vs/platform/instantiation/common/instantiation",
4913
+ "vs/platform/instantiation/common/extensions",
4914
+ "vs/nls"
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"
@@ -5362,79 +5372,6 @@
5362
5372
  "exports",
5363
5373
  "vs/platform/instantiation/common/instantiation"
5364
5374
  ],
5365
- "vs/editor/common/cursor/cursor": [
5366
- "require",
5367
- "exports",
5368
- "vs/base/common/errors",
5369
- "vs/base/common/strings",
5370
- "vs/editor/common/cursor/cursorCollection",
5371
- "vs/editor/common/cursorCommon",
5372
- "vs/editor/common/cursor/cursorContext",
5373
- "vs/editor/common/cursor/cursorDeleteOperations",
5374
- "vs/editor/common/cursor/cursorTypeOperations",
5375
- "vs/editor/common/cursor/cursorTypeEditOperations",
5376
- "vs/editor/common/core/range",
5377
- "vs/editor/common/core/selection",
5378
- "vs/editor/common/textModelEvents",
5379
- "vs/editor/common/viewEvents",
5380
- "vs/base/common/lifecycle",
5381
- "vs/editor/common/viewModelEventDispatcher"
5382
- ],
5383
- "vs/editor/common/languages/textToHtmlTokenizer": [
5384
- "require",
5385
- "exports",
5386
- "vs/base/common/strings",
5387
- "vs/editor/common/tokens/lineTokens",
5388
- "vs/editor/common/languages",
5389
- "vs/editor/common/languages/nullTokenize"
5390
- ],
5391
- "vs/editor/common/viewEvents": [
5392
- "require",
5393
- "exports"
5394
- ],
5395
- "vs/editor/common/viewLayout/viewLayout": [
5396
- "require",
5397
- "exports",
5398
- "vs/base/common/event",
5399
- "vs/base/common/lifecycle",
5400
- "vs/base/common/scrollable",
5401
- "vs/editor/common/viewLayout/linesLayout",
5402
- "vs/editor/common/viewModel",
5403
- "vs/editor/common/viewModelEventDispatcher"
5404
- ],
5405
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5406
- "require",
5407
- "exports",
5408
- "vs/base/common/event",
5409
- "vs/base/common/lifecycle",
5410
- "vs/editor/common/core/rgba",
5411
- "vs/editor/common/languages"
5412
- ],
5413
- "vs/editor/common/viewModelEventDispatcher": [
5414
- "require",
5415
- "exports",
5416
- "vs/base/common/event",
5417
- "vs/base/common/lifecycle"
5418
- ],
5419
- "vs/editor/common/viewModel/viewModelLines": [
5420
- "require",
5421
- "exports",
5422
- "vs/base/common/arrays",
5423
- "vs/editor/common/core/position",
5424
- "vs/editor/common/core/range",
5425
- "vs/editor/common/textModelGuides",
5426
- "vs/editor/common/model/textModel",
5427
- "vs/editor/common/textModelEvents",
5428
- "vs/editor/common/viewEvents",
5429
- "vs/editor/common/viewModel/modelLineProjection",
5430
- "vs/editor/common/model/prefixSumComputer",
5431
- "vs/editor/common/viewModel"
5432
- ],
5433
- "vs/editor/common/viewModel/glyphLanesModel": [
5434
- "require",
5435
- "exports",
5436
- "vs/editor/common/model"
5437
- ],
5438
5375
  "vs/platform/theme/common/colors/baseColors": [
5439
5376
  "require",
5440
5377
  "exports",
@@ -5504,32 +5441,95 @@
5504
5441
  "vs/platform/theme/common/colorUtils",
5505
5442
  "vs/platform/theme/common/colors/baseColors"
5506
5443
  ],
5507
- "vs/platform/theme/common/colors/quickpickColors": [
5444
+ "vs/platform/theme/common/colors/quickpickColors": [
5445
+ "require",
5446
+ "exports",
5447
+ "vs/nls",
5448
+ "vs/base/common/color",
5449
+ "vs/platform/theme/common/colorUtils",
5450
+ "vs/platform/theme/common/colors/editorColors",
5451
+ "vs/platform/theme/common/colors/listColors"
5452
+ ],
5453
+ "vs/platform/theme/common/colors/searchColors": [
5454
+ "require",
5455
+ "exports",
5456
+ "vs/nls",
5457
+ "vs/platform/theme/common/colorUtils",
5458
+ "vs/platform/theme/common/colors/baseColors",
5459
+ "vs/platform/theme/common/colors/editorColors"
5460
+ ],
5461
+ "vs/editor/common/cursor/cursor": [
5462
+ "require",
5463
+ "exports",
5464
+ "vs/base/common/errors",
5465
+ "vs/base/common/strings",
5466
+ "vs/editor/common/cursor/cursorCollection",
5467
+ "vs/editor/common/cursorCommon",
5468
+ "vs/editor/common/cursor/cursorContext",
5469
+ "vs/editor/common/cursor/cursorDeleteOperations",
5470
+ "vs/editor/common/cursor/cursorTypeOperations",
5471
+ "vs/editor/common/cursor/cursorTypeEditOperations",
5472
+ "vs/editor/common/core/range",
5473
+ "vs/editor/common/core/selection",
5474
+ "vs/editor/common/textModelEvents",
5475
+ "vs/editor/common/viewEvents",
5476
+ "vs/base/common/lifecycle",
5477
+ "vs/editor/common/viewModelEventDispatcher"
5478
+ ],
5479
+ "vs/editor/common/languages/textToHtmlTokenizer": [
5480
+ "require",
5481
+ "exports",
5482
+ "vs/base/common/strings",
5483
+ "vs/editor/common/tokens/lineTokens",
5484
+ "vs/editor/common/languages",
5485
+ "vs/editor/common/languages/nullTokenize"
5486
+ ],
5487
+ "vs/editor/common/viewEvents": [
5488
+ "require",
5489
+ "exports"
5490
+ ],
5491
+ "vs/editor/common/viewLayout/viewLayout": [
5492
+ "require",
5493
+ "exports",
5494
+ "vs/base/common/event",
5495
+ "vs/base/common/lifecycle",
5496
+ "vs/base/common/scrollable",
5497
+ "vs/editor/common/viewLayout/linesLayout",
5498
+ "vs/editor/common/viewModel",
5499
+ "vs/editor/common/viewModelEventDispatcher"
5500
+ ],
5501
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
5508
5502
  "require",
5509
5503
  "exports",
5510
- "vs/nls",
5511
- "vs/base/common/color",
5512
- "vs/platform/theme/common/colorUtils",
5513
- "vs/platform/theme/common/colors/editorColors",
5514
- "vs/platform/theme/common/colors/listColors"
5504
+ "vs/base/common/event",
5505
+ "vs/base/common/lifecycle",
5506
+ "vs/editor/common/core/rgba",
5507
+ "vs/editor/common/languages"
5515
5508
  ],
5516
- "vs/platform/theme/common/colors/searchColors": [
5509
+ "vs/editor/common/viewModelEventDispatcher": [
5517
5510
  "require",
5518
5511
  "exports",
5519
- "vs/nls",
5520
- "vs/platform/theme/common/colorUtils",
5521
- "vs/platform/theme/common/colors/baseColors",
5522
- "vs/platform/theme/common/colors/editorColors"
5512
+ "vs/base/common/event",
5513
+ "vs/base/common/lifecycle"
5523
5514
  ],
5524
- "vs/base/common/codiconsUtil": [
5515
+ "vs/editor/common/viewModel/viewModelLines": [
5525
5516
  "require",
5526
5517
  "exports",
5527
- "vs/base/common/types"
5518
+ "vs/base/common/arrays",
5519
+ "vs/editor/common/core/position",
5520
+ "vs/editor/common/core/range",
5521
+ "vs/editor/common/textModelGuides",
5522
+ "vs/editor/common/model/textModel",
5523
+ "vs/editor/common/textModelEvents",
5524
+ "vs/editor/common/viewEvents",
5525
+ "vs/editor/common/viewModel/modelLineProjection",
5526
+ "vs/editor/common/model/prefixSumComputer",
5527
+ "vs/editor/common/viewModel"
5528
5528
  ],
5529
- "vs/base/common/codiconsLibrary": [
5529
+ "vs/editor/common/viewModel/glyphLanesModel": [
5530
5530
  "require",
5531
5531
  "exports",
5532
- "vs/base/common/codiconsUtil"
5532
+ "vs/editor/common/model"
5533
5533
  ],
5534
5534
  "vs/base/common/symbols": [
5535
5535
  "require",
@@ -5681,6 +5681,12 @@
5681
5681
  "vs/platform/theme/common/colorRegistry",
5682
5682
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5683
5683
  ],
5684
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5685
+ "require",
5686
+ "exports",
5687
+ "vs/base/common/event",
5688
+ "vs/platform/registry/common/platform"
5689
+ ],
5684
5690
  "vs/base/browser/touch": [
5685
5691
  "require",
5686
5692
  "exports",
@@ -5697,11 +5703,16 @@
5697
5703
  "exports"
5698
5704
  ],
5699
5705
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5700
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5706
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5701
5707
  "require",
5702
5708
  "exports",
5703
- "vs/base/common/event",
5704
- "vs/platform/registry/common/platform"
5709
+ "vs/base/browser/dom",
5710
+ "vs/base/common/themables"
5711
+ ],
5712
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5713
+ "vs/base/common/numbers": [
5714
+ "require",
5715
+ "exports"
5705
5716
  ],
5706
5717
  "vs/editor/browser/editorDom": [
5707
5718
  "require",
@@ -5825,17 +5836,6 @@
5825
5836
  "vs/base/browser/ui/hover/hoverWidget",
5826
5837
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5827
5838
  ],
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
5839
  "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5840
5840
  "require",
5841
5841
  "exports",
@@ -6243,13 +6243,6 @@
6243
6243
  "vs/editor/browser/editorExtensions",
6244
6244
  "vs/editor/common/services/languageFeatures"
6245
6245
  ],
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
6246
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6254
6247
  "require",
6255
6248
  "exports",
@@ -6278,6 +6271,13 @@
6278
6271
  "vs/platform/instantiation/common/instantiation",
6279
6272
  "vs/platform/notification/common/notification"
6280
6273
  ],
6274
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6275
+ "require",
6276
+ "exports",
6277
+ "vs/base/common/strings",
6278
+ "vs/editor/common/languages/supports",
6279
+ "vs/editor/common/tokens/lineTokens"
6280
+ ],
6281
6281
  "vs/base/common/extpath": [
6282
6282
  "require",
6283
6283
  "exports",
@@ -6285,11 +6285,16 @@
6285
6285
  "vs/base/common/platform",
6286
6286
  "vs/base/common/strings"
6287
6287
  ],
6288
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6289
6288
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6290
6289
  "require",
6291
6290
  "exports"
6292
6291
  ],
6292
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6293
+ "require",
6294
+ "exports",
6295
+ "vs/nls",
6296
+ "vs/platform/contextkey/common/contextkey"
6297
+ ],
6293
6298
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6294
6299
  "require",
6295
6300
  "exports",
@@ -6368,12 +6373,6 @@
6368
6373
  "vs/editor/common/services/editorWorker",
6369
6374
  "vs/platform/telemetry/common/telemetry"
6370
6375
  ],
6371
- "vs/editor/contrib/inlineEdits/browser/consts": [
6372
- "require",
6373
- "exports",
6374
- "vs/nls",
6375
- "vs/platform/contextkey/common/contextkey"
6376
- ],
6377
6376
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6378
6377
  "require",
6379
6378
  "exports",
@@ -6420,6 +6419,7 @@
6420
6419
  "vs/base/common/observable",
6421
6420
  "vs/base/common/observableInternal/utils"
6422
6421
  ],
6422
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6423
6423
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6424
6424
  "vs/base/common/equals": [
6425
6425
  "require",
@@ -6431,6 +6431,13 @@
6431
6431
  "exports",
6432
6432
  "vs/base/common/process"
6433
6433
  ],
6434
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6435
+ "require",
6436
+ "exports",
6437
+ "vs/editor/common/core/position",
6438
+ "vs/editor/common/core/range",
6439
+ "vs/editor/common/core/eolCounter"
6440
+ ],
6434
6441
  "vs/base/browser/ui/list/listWidget": [
6435
6442
  "require",
6436
6443
  "exports",
@@ -6457,13 +6464,6 @@
6457
6464
  "vs/css!vs/base/browser/ui/list/list"
6458
6465
  ],
6459
6466
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6460
- "vs/editor/common/tokens/sparseMultilineTokens": [
6461
- "require",
6462
- "exports",
6463
- "vs/editor/common/core/position",
6464
- "vs/editor/common/core/range",
6465
- "vs/editor/common/core/eolCounter"
6466
- ],
6467
6467
  "vs/editor/common/services/semanticTokensDto": [
6468
6468
  "require",
6469
6469
  "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",
@@ -6540,44 +6578,6 @@
6540
6578
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6541
6579
  ],
6542
6580
  "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"
6580
- ],
6581
6581
  "vs/base/common/naturalLanguage/korean": [
6582
6582
  "require",
6583
6583
  "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",
@@ -7526,7 +7526,6 @@
7526
7526
  "vs/base/common/strings"
7527
7527
  ],
7528
7528
  "vs/css!vs/base/browser/ui/toggle/toggle": [],
7529
- "vs/css!vs/base/browser/ui/sash/sash": [],
7530
7529
  "vs/base/browser/ui/findinput/findInput": [
7531
7530
  "require",
7532
7531
  "exports",
@@ -7553,6 +7552,7 @@
7553
7552
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7554
7553
  "vs/css!vs/base/browser/ui/findinput/findInput"
7555
7554
  ],
7555
+ "vs/css!vs/base/browser/ui/sash/sash": [],
7556
7556
  "vs/base/common/observableInternal/debugName": [
7557
7557
  "require",
7558
7558
  "exports"
@@ -7621,6 +7621,7 @@
7621
7621
  "vs/nls"
7622
7622
  ],
7623
7623
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7624
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7624
7625
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7625
7626
  "require",
7626
7627
  "exports",
@@ -7640,7 +7641,6 @@
7640
7641
  "vs/base/common/codicons"
7641
7642
  ],
7642
7643
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7643
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7644
7644
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7645
7645
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7646
7646
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
@@ -7696,6 +7696,23 @@
7696
7696
  "vs/base/common/extpath",
7697
7697
  "vs/base/common/platform"
7698
7698
  ],
7699
+ "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7700
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7701
+ "require",
7702
+ "exports",
7703
+ "vs/base/common/lifecycle",
7704
+ "vs/editor/common/services/languageFeatures",
7705
+ "vs/editor/contrib/documentSymbols/browser/outlineModel",
7706
+ "vs/base/common/async",
7707
+ "vs/editor/contrib/folding/browser/folding",
7708
+ "vs/editor/contrib/folding/browser/syntaxRangeProvider",
7709
+ "vs/editor/contrib/folding/browser/indentRangeProvider",
7710
+ "vs/editor/common/languages/languageConfigurationRegistry",
7711
+ "vs/base/common/errors",
7712
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
7713
+ "vs/base/common/iterator",
7714
+ "vs/platform/instantiation/common/instantiation"
7715
+ ],
7699
7716
  "vs/base/browser/ui/iconLabel/iconLabel": [
7700
7717
  "require",
7701
7718
  "exports",
@@ -7724,36 +7741,12 @@
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": [
7751
- "require",
7752
- "exports",
7753
- "vs/base/browser/ui/tree/indexTreeModel",
7754
- "vs/base/browser/ui/tree/tree",
7755
- "vs/base/common/iterator"
7756
- ],
7757
7750
  "vs/base/browser/ui/tree/indexTreeModel": [
7758
7751
  "require",
7759
7752
  "exports",
@@ -7788,6 +7781,13 @@
7788
7781
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7789
7782
  ],
7790
7783
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7784
+ "vs/base/browser/ui/tree/objectTreeModel": [
7785
+ "require",
7786
+ "exports",
7787
+ "vs/base/browser/ui/tree/indexTreeModel",
7788
+ "vs/base/browser/ui/tree/tree",
7789
+ "vs/base/common/iterator"
7790
+ ],
7791
7791
  "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7792
7792
  "require",
7793
7793
  "exports",
@@ -7797,6 +7797,7 @@
7797
7797
  "vs/base/common/event",
7798
7798
  "vs/base/common/iterator"
7799
7799
  ],
7800
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7800
7801
  "vs/base/browser/ui/countBadge/countBadge": [
7801
7802
  "require",
7802
7803
  "exports",
@@ -7814,7 +7815,6 @@
7814
7815
  "vs/base/common/lifecycle",
7815
7816
  "vs/base/common/objects"
7816
7817
  ],
7817
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7818
7818
  "vs/css!vs/base/browser/ui/table/table": [],
7819
7819
  "vs/editor/common/core/positionToOffset": [
7820
7820
  "require",
@@ -7973,7 +7973,6 @@
7973
7973
  "vs/platform/quickinput/browser/quickInputActions"
7974
7974
  ],
7975
7975
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7976
- "vs/css!vs/base/browser/ui/button/button": [],
7977
7976
  "vs/base/browser/ui/toolbar/toolbar": [
7978
7977
  "require",
7979
7978
  "exports",
@@ -7988,6 +7987,7 @@
7988
7987
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7989
7988
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
7990
7989
  ],
7990
+ "vs/css!vs/base/browser/ui/button/button": [],
7991
7991
  "vs/editor/browser/viewParts/lines/rangeUtil": [
7992
7992
  "require",
7993
7993
  "exports",