monaco-editor-core 0.52.0-rc → 0.52.0-rc2

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 (41) hide show
  1. package/dev/bundleInfo.json +1505 -1505
  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/esm/vs/editor/editor.worker.js +22 -1
  16. package/min/nls.messages.de.js +1 -1
  17. package/min/nls.messages.es.js +1 -1
  18. package/min/nls.messages.fr.js +1 -1
  19. package/min/nls.messages.it.js +1 -1
  20. package/min/nls.messages.ja.js +1 -1
  21. package/min/nls.messages.ko.js +1 -1
  22. package/min/nls.messages.ru.js +1 -1
  23. package/min/nls.messages.zh-cn.js +1 -1
  24. package/min/nls.messages.zh-tw.js +1 -1
  25. package/min/vs/base/worker/workerMain.js +1 -1
  26. package/min/vs/editor/editor.main.css +1 -1
  27. package/min/vs/editor/editor.main.js +1 -1
  28. package/min/vs/loader.js +1 -1
  29. package/min-maps/nls.messages.de.js.map +1 -1
  30. package/min-maps/nls.messages.es.js.map +1 -1
  31. package/min-maps/nls.messages.fr.js.map +1 -1
  32. package/min-maps/nls.messages.it.js.map +1 -1
  33. package/min-maps/nls.messages.ja.js.map +1 -1
  34. package/min-maps/nls.messages.ko.js.map +1 -1
  35. package/min-maps/nls.messages.ru.js.map +1 -1
  36. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  37. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  38. package/min-maps/vs/loader.js.map +1 -1
  39. package/package.json +2 -2
  40. package/version.txt +1 -1
  41. package/esm/vs/editor/common/services/editorWorkerBootstrap.js +0 -26
@@ -1439,6 +1439,29 @@
1439
1439
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon",
1440
1440
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers"
1441
1441
  ],
1442
+ "vs/platform/registry/common/platform": [
1443
+ "require",
1444
+ "exports",
1445
+ "vs/base/common/assert",
1446
+ "vs/base/common/types"
1447
+ ],
1448
+ "vs/platform/quickinput/common/quickAccess": [
1449
+ "require",
1450
+ "exports",
1451
+ "vs/base/common/arrays",
1452
+ "vs/base/common/lifecycle",
1453
+ "vs/platform/registry/common/platform"
1454
+ ],
1455
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1456
+ "require",
1457
+ "exports",
1458
+ "vs/nls",
1459
+ "vs/platform/registry/common/platform",
1460
+ "vs/base/common/lifecycle",
1461
+ "vs/platform/keybinding/common/keybinding",
1462
+ "vs/platform/quickinput/common/quickAccess",
1463
+ "vs/platform/quickinput/common/quickInput"
1464
+ ],
1442
1465
  "vs/base/browser/dom": [
1443
1466
  "require",
1444
1467
  "exports",
@@ -1510,29 +1533,6 @@
1510
1533
  ],
1511
1534
  "vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
1512
1535
  "vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [],
1513
- "vs/platform/registry/common/platform": [
1514
- "require",
1515
- "exports",
1516
- "vs/base/common/assert",
1517
- "vs/base/common/types"
1518
- ],
1519
- "vs/platform/quickinput/common/quickAccess": [
1520
- "require",
1521
- "exports",
1522
- "vs/base/common/arrays",
1523
- "vs/base/common/lifecycle",
1524
- "vs/platform/registry/common/platform"
1525
- ],
1526
- "vs/platform/quickinput/browser/helpQuickAccess": [
1527
- "require",
1528
- "exports",
1529
- "vs/nls",
1530
- "vs/platform/registry/common/platform",
1531
- "vs/base/common/lifecycle",
1532
- "vs/platform/keybinding/common/keybinding",
1533
- "vs/platform/quickinput/common/quickAccess",
1534
- "vs/platform/quickinput/common/quickInput"
1535
- ],
1536
1536
  "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1537
1537
  "require",
1538
1538
  "exports",
@@ -1604,6 +1604,42 @@
1604
1604
  "vs/platform/theme/common/colorRegistry",
1605
1605
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1606
1606
  ],
1607
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1608
+ "require",
1609
+ "exports",
1610
+ "vs/base/common/iconLabels",
1611
+ "vs/platform/action/common/action",
1612
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1613
+ ],
1614
+ "vs/platform/instantiation/common/instantiation": [
1615
+ "require",
1616
+ "exports"
1617
+ ],
1618
+ "vs/platform/keybinding/common/keybinding": [
1619
+ "require",
1620
+ "exports",
1621
+ "vs/platform/instantiation/common/instantiation"
1622
+ ],
1623
+ "vs/platform/commands/common/commands": [
1624
+ "require",
1625
+ "exports",
1626
+ "vs/base/common/event",
1627
+ "vs/base/common/iterator",
1628
+ "vs/base/common/lifecycle",
1629
+ "vs/base/common/linkedList",
1630
+ "vs/base/common/types",
1631
+ "vs/platform/instantiation/common/instantiation"
1632
+ ],
1633
+ "vs/platform/telemetry/common/telemetry": [
1634
+ "require",
1635
+ "exports",
1636
+ "vs/platform/instantiation/common/instantiation"
1637
+ ],
1638
+ "vs/platform/dialogs/common/dialogs": [
1639
+ "require",
1640
+ "exports",
1641
+ "vs/platform/instantiation/common/instantiation"
1642
+ ],
1607
1643
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1608
1644
  "require",
1609
1645
  "exports",
@@ -1643,10 +1679,6 @@
1643
1679
  "vs/platform/instantiation/common/instantiation",
1644
1680
  "vs/nls"
1645
1681
  ],
1646
- "vs/platform/instantiation/common/instantiation": [
1647
- "require",
1648
- "exports"
1649
- ],
1650
1682
  "vs/platform/notification/common/notification": [
1651
1683
  "require",
1652
1684
  "exports",
@@ -1662,38 +1694,6 @@
1662
1694
  "vs/base/parts/storage/common/storage",
1663
1695
  "vs/platform/instantiation/common/instantiation"
1664
1696
  ],
1665
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1666
- "require",
1667
- "exports",
1668
- "vs/base/common/iconLabels",
1669
- "vs/platform/action/common/action",
1670
- "vs/platform/quickinput/browser/commandsQuickAccess"
1671
- ],
1672
- "vs/platform/keybinding/common/keybinding": [
1673
- "require",
1674
- "exports",
1675
- "vs/platform/instantiation/common/instantiation"
1676
- ],
1677
- "vs/platform/commands/common/commands": [
1678
- "require",
1679
- "exports",
1680
- "vs/base/common/event",
1681
- "vs/base/common/iterator",
1682
- "vs/base/common/lifecycle",
1683
- "vs/base/common/linkedList",
1684
- "vs/base/common/types",
1685
- "vs/platform/instantiation/common/instantiation"
1686
- ],
1687
- "vs/platform/telemetry/common/telemetry": [
1688
- "require",
1689
- "exports",
1690
- "vs/platform/instantiation/common/instantiation"
1691
- ],
1692
- "vs/platform/dialogs/common/dialogs": [
1693
- "require",
1694
- "exports",
1695
- "vs/platform/instantiation/common/instantiation"
1696
- ],
1697
1697
  "vs/platform/theme/common/theme": [
1698
1698
  "require",
1699
1699
  "exports"
@@ -1721,11 +1721,11 @@
1721
1721
  "require",
1722
1722
  "exports"
1723
1723
  ],
1724
- "vs/base/common/linkedList": [
1724
+ "vs/base/common/iterator": [
1725
1725
  "require",
1726
1726
  "exports"
1727
1727
  ],
1728
- "vs/base/common/iterator": [
1728
+ "vs/base/common/linkedList": [
1729
1729
  "require",
1730
1730
  "exports"
1731
1731
  ],
@@ -1740,10 +1740,6 @@
1740
1740
  "exports",
1741
1741
  "vs/base/common/process"
1742
1742
  ],
1743
- "vs/editor/common/core/position": [
1744
- "require",
1745
- "exports"
1746
- ],
1747
1743
  "vs/nls": [
1748
1744
  "require",
1749
1745
  "exports",
@@ -1759,6 +1755,10 @@
1759
1755
  "exports",
1760
1756
  "vs/base/common/strings"
1761
1757
  ],
1758
+ "vs/editor/common/core/position": [
1759
+ "require",
1760
+ "exports"
1761
+ ],
1762
1762
  "vs/base/common/cache": [
1763
1763
  "require",
1764
1764
  "exports"
@@ -1861,25 +1861,43 @@
1861
1861
  "vs/editor/common/core/position",
1862
1862
  "vs/editor/common/model/prefixSumComputer"
1863
1863
  ],
1864
- "vs/editor/common/languages/languageConfigurationRegistry": [
1864
+ "vs/base/browser/window": [
1865
+ "require",
1866
+ "exports"
1867
+ ],
1868
+ "vs/editor/browser/config/fontMeasurements": [
1865
1869
  "require",
1866
1870
  "exports",
1871
+ "vs/base/browser/dom",
1872
+ "vs/base/browser/pixelRatio",
1867
1873
  "vs/base/common/event",
1868
1874
  "vs/base/common/lifecycle",
1869
- "vs/base/common/strings",
1870
- "vs/editor/common/core/wordHelper",
1871
- "vs/editor/common/languages/languageConfiguration",
1872
- "vs/editor/common/languages/supports/characterPair",
1873
- "vs/editor/common/languages/supports/electricCharacter",
1874
- "vs/editor/common/languages/supports/indentRules",
1875
- "vs/editor/common/languages/supports/onEnter",
1876
- "vs/editor/common/languages/supports/richEditBrackets",
1877
- "vs/platform/instantiation/common/instantiation",
1878
- "vs/platform/configuration/common/configuration",
1879
- "vs/editor/common/languages/language",
1880
- "vs/platform/instantiation/common/extensions",
1881
- "vs/editor/common/languages/modesRegistry",
1882
- "vs/editor/common/languages/supports/languageBracketsConfiguration"
1875
+ "vs/editor/browser/config/charWidthReader",
1876
+ "vs/editor/common/config/editorOptions",
1877
+ "vs/editor/common/config/fontInfo"
1878
+ ],
1879
+ "vs/editor/standalone/browser/standaloneWebWorker": [
1880
+ "require",
1881
+ "exports",
1882
+ "vs/base/common/objects",
1883
+ "vs/editor/browser/services/editorWorkerService",
1884
+ "vs/editor/standalone/browser/standaloneServices"
1885
+ ],
1886
+ "vs/editor/common/config/editorZoom": [
1887
+ "require",
1888
+ "exports",
1889
+ "vs/base/common/event"
1890
+ ],
1891
+ "vs/editor/common/config/fontInfo": [
1892
+ "require",
1893
+ "exports",
1894
+ "vs/base/common/platform",
1895
+ "vs/editor/common/config/editorOptions",
1896
+ "vs/editor/common/config/editorZoom"
1897
+ ],
1898
+ "vs/editor/common/editorCommon": [
1899
+ "require",
1900
+ "exports"
1883
1901
  ],
1884
1902
  "vs/editor/common/languages/modesRegistry": [
1885
1903
  "require",
@@ -1890,6 +1908,63 @@
1890
1908
  "vs/base/common/mime",
1891
1909
  "vs/platform/configuration/common/configurationRegistry"
1892
1910
  ],
1911
+ "vs/editor/common/model": [
1912
+ "require",
1913
+ "exports",
1914
+ "vs/base/common/objects"
1915
+ ],
1916
+ "vs/editor/common/services/model": [
1917
+ "require",
1918
+ "exports",
1919
+ "vs/platform/instantiation/common/instantiation"
1920
+ ],
1921
+ "vs/editor/standalone/browser/colorizer": [
1922
+ "require",
1923
+ "exports",
1924
+ "vs/base/browser/trustedTypes",
1925
+ "vs/base/common/strings",
1926
+ "vs/editor/common/languages",
1927
+ "vs/editor/common/tokens/lineTokens",
1928
+ "vs/editor/common/viewLayout/viewLineRenderer",
1929
+ "vs/editor/common/viewModel",
1930
+ "vs/editor/standalone/common/monarch/monarchLexer"
1931
+ ],
1932
+ "vs/editor/standalone/browser/standaloneCodeEditor": [
1933
+ "require",
1934
+ "exports",
1935
+ "vs/base/browser/ui/aria/aria",
1936
+ "vs/base/common/lifecycle",
1937
+ "vs/editor/browser/services/codeEditorService",
1938
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
1939
+ "vs/editor/common/editorAction",
1940
+ "vs/editor/standalone/browser/standaloneServices",
1941
+ "vs/editor/standalone/common/standaloneTheme",
1942
+ "vs/platform/actions/common/actions",
1943
+ "vs/platform/commands/common/commands",
1944
+ "vs/platform/configuration/common/configuration",
1945
+ "vs/platform/contextkey/common/contextkey",
1946
+ "vs/platform/contextview/browser/contextView",
1947
+ "vs/platform/instantiation/common/instantiation",
1948
+ "vs/platform/keybinding/common/keybinding",
1949
+ "vs/platform/notification/common/notification",
1950
+ "vs/platform/theme/common/themeService",
1951
+ "vs/platform/accessibility/common/accessibility",
1952
+ "vs/editor/common/standaloneStrings",
1953
+ "vs/platform/clipboard/common/clipboardService",
1954
+ "vs/platform/progress/common/progress",
1955
+ "vs/editor/common/services/model",
1956
+ "vs/editor/common/languages/language",
1957
+ "vs/editor/standalone/browser/standaloneCodeEditorService",
1958
+ "vs/editor/common/languages/modesRegistry",
1959
+ "vs/editor/common/languages/languageConfigurationRegistry",
1960
+ "vs/editor/common/services/languageFeatures",
1961
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
1962
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
1963
+ "vs/base/browser/window",
1964
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
1965
+ "vs/platform/hover/browser/hover",
1966
+ "vs/base/browser/ui/hover/hoverDelegate2"
1967
+ ],
1893
1968
  "vs/editor/standalone/browser/standaloneServices": [
1894
1969
  "require",
1895
1970
  "exports",
@@ -1984,19 +2059,18 @@
1984
2059
  "vs/editor/common/services/languageFeaturesService",
1985
2060
  "vs/editor/browser/services/hoverService/hoverService"
1986
2061
  ],
1987
- "vs/editor/standalone/common/monarch/monarchCompile": [
1988
- "require",
1989
- "exports",
1990
- "vs/editor/standalone/common/monarch/monarchCommon"
1991
- ],
1992
- "vs/editor/standalone/common/monarch/monarchLexer": [
2062
+ "vs/platform/actions/common/actions": [
1993
2063
  "require",
1994
2064
  "exports",
2065
+ "vs/base/common/actions",
2066
+ "vs/base/common/themables",
2067
+ "vs/base/common/event",
1995
2068
  "vs/base/common/lifecycle",
1996
- "vs/editor/common/languages",
1997
- "vs/editor/common/languages/nullTokenize",
1998
- "vs/editor/standalone/common/monarch/monarchCommon",
1999
- "vs/platform/configuration/common/configuration"
2069
+ "vs/base/common/linkedList",
2070
+ "vs/platform/commands/common/commands",
2071
+ "vs/platform/contextkey/common/contextkey",
2072
+ "vs/platform/instantiation/common/instantiation",
2073
+ "vs/platform/keybinding/common/keybindingsRegistry"
2000
2074
  ],
2001
2075
  "vs/platform/markers/common/markers": [
2002
2076
  "require",
@@ -2005,10 +2079,65 @@
2005
2079
  "vs/nls",
2006
2080
  "vs/platform/instantiation/common/instantiation"
2007
2081
  ],
2008
- "vs/base/common/arrays": [
2082
+ "vs/platform/opener/common/opener": [
2083
+ "require",
2084
+ "exports",
2085
+ "vs/platform/instantiation/common/instantiation"
2086
+ ],
2087
+ "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget": [
2088
+ "require",
2089
+ "exports",
2090
+ "vs/base/common/lifecycle",
2091
+ "vs/base/common/observable",
2092
+ "vs/base/common/hotReloadHelpers",
2093
+ "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl",
2094
+ "vs/platform/instantiation/common/instantiation",
2095
+ "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
2096
+ "vs/editor/browser/widget/multiDiffEditor/colors"
2097
+ ],
2098
+ "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2099
+ "vs/base/common/arrays": [
2100
+ "require",
2101
+ "exports"
2102
+ ],
2103
+ "vs/editor/common/core/textModelDefaults": [
2009
2104
  "require",
2010
2105
  "exports"
2011
2106
  ],
2107
+ "vs/editor/common/languages/languageConfigurationRegistry": [
2108
+ "require",
2109
+ "exports",
2110
+ "vs/base/common/event",
2111
+ "vs/base/common/lifecycle",
2112
+ "vs/base/common/strings",
2113
+ "vs/editor/common/core/wordHelper",
2114
+ "vs/editor/common/languages/languageConfiguration",
2115
+ "vs/editor/common/languages/supports/characterPair",
2116
+ "vs/editor/common/languages/supports/electricCharacter",
2117
+ "vs/editor/common/languages/supports/indentRules",
2118
+ "vs/editor/common/languages/supports/onEnter",
2119
+ "vs/editor/common/languages/supports/richEditBrackets",
2120
+ "vs/platform/instantiation/common/instantiation",
2121
+ "vs/platform/configuration/common/configuration",
2122
+ "vs/editor/common/languages/language",
2123
+ "vs/platform/instantiation/common/extensions",
2124
+ "vs/editor/common/languages/modesRegistry",
2125
+ "vs/editor/common/languages/supports/languageBracketsConfiguration"
2126
+ ],
2127
+ "vs/editor/standalone/common/monarch/monarchCompile": [
2128
+ "require",
2129
+ "exports",
2130
+ "vs/editor/standalone/common/monarch/monarchCommon"
2131
+ ],
2132
+ "vs/editor/standalone/common/monarch/monarchLexer": [
2133
+ "require",
2134
+ "exports",
2135
+ "vs/base/common/lifecycle",
2136
+ "vs/editor/common/languages",
2137
+ "vs/editor/common/languages/nullTokenize",
2138
+ "vs/editor/standalone/common/monarch/monarchCommon",
2139
+ "vs/platform/configuration/common/configuration"
2140
+ ],
2012
2141
  "vs/editor/contrib/editorState/browser/editorState": [
2013
2142
  "require",
2014
2143
  "exports",
@@ -2143,10 +2272,6 @@
2143
2272
  "vs/editor/common/languages/autoIndent",
2144
2273
  "vs/editor/common/languages/enterAction"
2145
2274
  ],
2146
- "vs/editor/common/core/textModelDefaults": [
2147
- "require",
2148
- "exports"
2149
- ],
2150
2275
  "vs/base/common/codicons": [
2151
2276
  "require",
2152
2277
  "exports",
@@ -2168,19 +2293,6 @@
2168
2293
  "vs/platform/contextkey/common/contextkey",
2169
2294
  "vs/editor/browser/widget/diffEditor/registrations.contribution"
2170
2295
  ],
2171
- "vs/platform/actions/common/actions": [
2172
- "require",
2173
- "exports",
2174
- "vs/base/common/actions",
2175
- "vs/base/common/themables",
2176
- "vs/base/common/event",
2177
- "vs/base/common/lifecycle",
2178
- "vs/base/common/linkedList",
2179
- "vs/platform/commands/common/commands",
2180
- "vs/platform/contextkey/common/contextkey",
2181
- "vs/platform/instantiation/common/instantiation",
2182
- "vs/platform/keybinding/common/keybindingsRegistry"
2183
- ],
2184
2296
  "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2185
2297
  "require",
2186
2298
  "exports",
@@ -2191,16 +2303,6 @@
2191
2303
  "vs/platform/theme/common/colorRegistry",
2192
2304
  "vs/platform/theme/common/iconRegistry"
2193
2305
  ],
2194
- "vs/base/common/htmlContent": [
2195
- "require",
2196
- "exports",
2197
- "vs/base/common/errors",
2198
- "vs/base/common/iconLabels",
2199
- "vs/base/common/resources",
2200
- "vs/base/common/strings",
2201
- "vs/base/common/uri"
2202
- ],
2203
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2204
2306
  "vs/editor/browser/config/domFontInfo": [
2205
2307
  "require",
2206
2308
  "exports",
@@ -2328,10 +2430,6 @@
2328
2430
  "require",
2329
2431
  "exports"
2330
2432
  ],
2331
- "vs/editor/common/editorCommon": [
2332
- "require",
2333
- "exports"
2334
- ],
2335
2433
  "vs/editor/common/model/textModel": [
2336
2434
  "require",
2337
2435
  "exports",
@@ -2442,12 +2540,23 @@
2442
2540
  "vs/editor/browser/editorExtensions"
2443
2541
  ],
2444
2542
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2445
- "vs/editor/common/model": [
2543
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2446
2544
  "require",
2447
2545
  "exports",
2448
- "vs/base/common/objects"
2546
+ "vs/editor/common/core/range",
2547
+ "vs/editor/common/core/selection"
2449
2548
  ],
2450
2549
  "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2550
+ "vs/base/common/htmlContent": [
2551
+ "require",
2552
+ "exports",
2553
+ "vs/base/common/errors",
2554
+ "vs/base/common/iconLabels",
2555
+ "vs/base/common/resources",
2556
+ "vs/base/common/strings",
2557
+ "vs/base/common/uri"
2558
+ ],
2559
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2451
2560
  "vs/editor/common/commands/replaceCommand": [
2452
2561
  "require",
2453
2562
  "exports",
@@ -2519,12 +2628,111 @@
2519
2628
  "exports",
2520
2629
  "vs/platform/instantiation/common/instantiation"
2521
2630
  ],
2522
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2631
+ "vs/editor/common/config/editorConfigurationSchema": [
2632
+ "require",
2633
+ "exports",
2634
+ "vs/editor/common/config/diffEditor",
2635
+ "vs/editor/common/config/editorOptions",
2636
+ "vs/editor/common/core/textModelDefaults",
2637
+ "vs/nls",
2638
+ "vs/platform/configuration/common/configurationRegistry",
2639
+ "vs/platform/registry/common/platform"
2640
+ ],
2641
+ "vs/editor/contrib/codeAction/browser/codeActionCommands": [
2642
+ "require",
2643
+ "exports",
2644
+ "vs/base/common/hierarchicalKind",
2645
+ "vs/base/common/strings",
2646
+ "vs/editor/browser/editorExtensions",
2647
+ "vs/editor/common/editorContextKeys",
2648
+ "vs/editor/contrib/codeAction/browser/codeAction",
2649
+ "vs/nls",
2650
+ "vs/platform/contextkey/common/contextkey",
2651
+ "vs/editor/contrib/codeAction/common/types",
2652
+ "vs/editor/contrib/codeAction/browser/codeActionController",
2653
+ "vs/editor/contrib/codeAction/browser/codeActionModel"
2654
+ ],
2655
+ "vs/editor/contrib/codeAction/browser/codeActionController": [
2656
+ "require",
2657
+ "exports",
2658
+ "vs/base/browser/dom",
2659
+ "vs/base/browser/ui/aria/aria",
2660
+ "vs/base/common/errors",
2661
+ "vs/base/common/lazy",
2662
+ "vs/base/common/lifecycle",
2663
+ "vs/editor/common/core/position",
2664
+ "vs/editor/common/model/textModel",
2665
+ "vs/editor/common/services/languageFeatures",
2666
+ "vs/editor/contrib/codeAction/browser/codeAction",
2667
+ "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver",
2668
+ "vs/editor/contrib/codeAction/browser/codeActionMenu",
2669
+ "vs/editor/contrib/codeAction/browser/lightBulbWidget",
2670
+ "vs/editor/contrib/message/browser/messageController",
2671
+ "vs/nls",
2672
+ "vs/platform/actionWidget/browser/actionWidget",
2673
+ "vs/platform/commands/common/commands",
2674
+ "vs/platform/configuration/common/configuration",
2675
+ "vs/platform/contextkey/common/contextkey",
2676
+ "vs/platform/instantiation/common/instantiation",
2677
+ "vs/platform/markers/common/markers",
2678
+ "vs/platform/progress/common/progress",
2679
+ "vs/platform/theme/common/colorRegistry",
2680
+ "vs/platform/theme/common/theme",
2681
+ "vs/platform/theme/common/themeService",
2682
+ "vs/editor/contrib/codeAction/common/types",
2683
+ "vs/editor/contrib/codeAction/browser/codeActionModel",
2684
+ "vs/base/common/hierarchicalKind",
2685
+ "vs/platform/telemetry/common/telemetry"
2686
+ ],
2687
+ "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
2523
2688
  "require",
2524
2689
  "exports",
2690
+ "vs/base/browser/dom",
2691
+ "vs/base/browser/touch",
2692
+ "vs/base/common/codicons",
2693
+ "vs/base/common/event",
2694
+ "vs/base/common/lifecycle",
2695
+ "vs/base/common/themables",
2696
+ "vs/editor/common/model",
2697
+ "vs/editor/common/model/textModel",
2698
+ "vs/editor/common/model/utils",
2699
+ "vs/editor/contrib/codeAction/browser/codeAction",
2700
+ "vs/nls",
2701
+ "vs/platform/keybinding/common/keybinding",
2702
+ "vs/platform/theme/common/iconRegistry",
2525
2703
  "vs/editor/common/core/range",
2526
- "vs/editor/common/core/selection"
2704
+ "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
2705
+ ],
2706
+ "vs/platform/configuration/common/configurationRegistry": [
2707
+ "require",
2708
+ "exports",
2709
+ "vs/base/common/arrays",
2710
+ "vs/base/common/event",
2711
+ "vs/base/common/types",
2712
+ "vs/nls",
2713
+ "vs/platform/configuration/common/configuration",
2714
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
2715
+ "vs/platform/registry/common/platform"
2716
+ ],
2717
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2718
+ "require",
2719
+ "exports",
2720
+ "vs/base/common/lifecycle",
2721
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2722
+ "vs/platform/instantiation/common/instantiation",
2723
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2724
+ "vs/platform/keybinding/common/keybinding",
2725
+ "vs/base/common/event",
2726
+ "vs/editor/common/services/languageFeatures",
2727
+ "vs/editor/browser/editorExtensions",
2728
+ "vs/editor/common/editorContextKeys",
2729
+ "vs/platform/contextkey/common/contextkey",
2730
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2731
+ "vs/base/browser/dom",
2732
+ "vs/editor/common/services/editorWorker",
2733
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2527
2734
  ],
2735
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2528
2736
  "vs/editor/browser/stableEditorScroll": [
2529
2737
  "require",
2530
2738
  "exports"
@@ -2575,6 +2783,24 @@
2575
2783
  "vs/platform/log/common/log",
2576
2784
  "vs/base/common/network"
2577
2785
  ],
2786
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2787
+ "require",
2788
+ "exports",
2789
+ "vs/editor/common/core/editOperation",
2790
+ "vs/editor/common/core/position",
2791
+ "vs/editor/common/core/range",
2792
+ "vs/editor/common/core/selection"
2793
+ ],
2794
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2795
+ "require",
2796
+ "exports",
2797
+ "vs/base/common/strings",
2798
+ "vs/editor/common/core/editOperation",
2799
+ "vs/editor/common/core/position",
2800
+ "vs/editor/common/core/range",
2801
+ "vs/editor/common/core/selection",
2802
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2803
+ ],
2578
2804
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2579
2805
  "require",
2580
2806
  "exports",
@@ -2628,237 +2854,29 @@
2628
2854
  "require",
2629
2855
  "exports"
2630
2856
  ],
2631
- "vs/editor/common/config/editorConfigurationSchema": [
2857
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2632
2858
  "require",
2633
2859
  "exports",
2634
- "vs/editor/common/config/diffEditor",
2635
- "vs/editor/common/config/editorOptions",
2636
- "vs/editor/common/core/textModelDefaults",
2860
+ "vs/base/browser/browser",
2861
+ "vs/base/browser/dnd",
2862
+ "vs/base/browser/dom",
2863
+ "vs/base/browser/touch",
2864
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
2865
+ "vs/base/browser/ui/selectBox/selectBox",
2866
+ "vs/base/common/actions",
2867
+ "vs/base/common/lifecycle",
2868
+ "vs/base/common/platform",
2869
+ "vs/base/common/types",
2637
2870
  "vs/nls",
2638
- "vs/platform/configuration/common/configurationRegistry",
2639
- "vs/platform/registry/common/platform"
2871
+ "vs/base/browser/ui/hover/hoverDelegate2",
2872
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
2640
2873
  ],
2641
- "vs/editor/contrib/codeAction/browser/codeActionCommands": [
2874
+ "vs/base/common/actions": [
2642
2875
  "require",
2643
2876
  "exports",
2644
- "vs/base/common/hierarchicalKind",
2645
- "vs/base/common/strings",
2646
- "vs/editor/browser/editorExtensions",
2647
- "vs/editor/common/editorContextKeys",
2648
- "vs/editor/contrib/codeAction/browser/codeAction",
2649
- "vs/nls",
2650
- "vs/platform/contextkey/common/contextkey",
2651
- "vs/editor/contrib/codeAction/common/types",
2652
- "vs/editor/contrib/codeAction/browser/codeActionController",
2653
- "vs/editor/contrib/codeAction/browser/codeActionModel"
2654
- ],
2655
- "vs/editor/contrib/codeAction/browser/codeActionController": [
2656
- "require",
2657
- "exports",
2658
- "vs/base/browser/dom",
2659
- "vs/base/browser/ui/aria/aria",
2660
- "vs/base/common/errors",
2661
- "vs/base/common/lazy",
2662
- "vs/base/common/lifecycle",
2663
- "vs/editor/common/core/position",
2664
- "vs/editor/common/model/textModel",
2665
- "vs/editor/common/services/languageFeatures",
2666
- "vs/editor/contrib/codeAction/browser/codeAction",
2667
- "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver",
2668
- "vs/editor/contrib/codeAction/browser/codeActionMenu",
2669
- "vs/editor/contrib/codeAction/browser/lightBulbWidget",
2670
- "vs/editor/contrib/message/browser/messageController",
2671
- "vs/nls",
2672
- "vs/platform/actionWidget/browser/actionWidget",
2673
- "vs/platform/commands/common/commands",
2674
- "vs/platform/configuration/common/configuration",
2675
- "vs/platform/contextkey/common/contextkey",
2676
- "vs/platform/instantiation/common/instantiation",
2677
- "vs/platform/markers/common/markers",
2678
- "vs/platform/progress/common/progress",
2679
- "vs/platform/theme/common/colorRegistry",
2680
- "vs/platform/theme/common/theme",
2681
- "vs/platform/theme/common/themeService",
2682
- "vs/editor/contrib/codeAction/common/types",
2683
- "vs/editor/contrib/codeAction/browser/codeActionModel",
2684
- "vs/base/common/hierarchicalKind",
2685
- "vs/platform/telemetry/common/telemetry"
2686
- ],
2687
- "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
2688
- "require",
2689
- "exports",
2690
- "vs/base/browser/dom",
2691
- "vs/base/browser/touch",
2692
- "vs/base/common/codicons",
2693
- "vs/base/common/event",
2694
- "vs/base/common/lifecycle",
2695
- "vs/base/common/themables",
2696
- "vs/editor/common/model",
2697
- "vs/editor/common/model/textModel",
2698
- "vs/editor/common/model/utils",
2699
- "vs/editor/contrib/codeAction/browser/codeAction",
2700
- "vs/nls",
2701
- "vs/platform/keybinding/common/keybinding",
2702
- "vs/platform/theme/common/iconRegistry",
2703
- "vs/editor/common/core/range",
2704
- "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
2705
- ],
2706
- "vs/platform/configuration/common/configurationRegistry": [
2707
- "require",
2708
- "exports",
2709
- "vs/base/common/arrays",
2710
- "vs/base/common/event",
2711
- "vs/base/common/types",
2712
- "vs/nls",
2713
- "vs/platform/configuration/common/configuration",
2714
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
2715
- "vs/platform/registry/common/platform"
2716
- ],
2717
- "vs/base/browser/window": [
2718
- "require",
2719
- "exports"
2720
- ],
2721
- "vs/editor/browser/config/fontMeasurements": [
2722
- "require",
2723
- "exports",
2724
- "vs/base/browser/dom",
2725
- "vs/base/browser/pixelRatio",
2726
- "vs/base/common/event",
2727
- "vs/base/common/lifecycle",
2728
- "vs/editor/browser/config/charWidthReader",
2729
- "vs/editor/common/config/editorOptions",
2730
- "vs/editor/common/config/fontInfo"
2731
- ],
2732
- "vs/editor/standalone/browser/standaloneWebWorker": [
2733
- "require",
2734
- "exports",
2735
- "vs/base/common/objects",
2736
- "vs/editor/browser/services/editorWorkerService",
2737
- "vs/editor/standalone/browser/standaloneServices"
2738
- ],
2739
- "vs/editor/common/config/editorZoom": [
2740
- "require",
2741
- "exports",
2742
- "vs/base/common/event"
2743
- ],
2744
- "vs/editor/common/config/fontInfo": [
2745
- "require",
2746
- "exports",
2747
- "vs/base/common/platform",
2748
- "vs/editor/common/config/editorOptions",
2749
- "vs/editor/common/config/editorZoom"
2750
- ],
2751
- "vs/editor/common/services/model": [
2752
- "require",
2753
- "exports",
2754
- "vs/platform/instantiation/common/instantiation"
2755
- ],
2756
- "vs/editor/standalone/browser/colorizer": [
2757
- "require",
2758
- "exports",
2759
- "vs/base/browser/trustedTypes",
2760
- "vs/base/common/strings",
2761
- "vs/editor/common/languages",
2762
- "vs/editor/common/tokens/lineTokens",
2763
- "vs/editor/common/viewLayout/viewLineRenderer",
2764
- "vs/editor/common/viewModel",
2765
- "vs/editor/standalone/common/monarch/monarchLexer"
2766
- ],
2767
- "vs/editor/standalone/browser/standaloneCodeEditor": [
2768
- "require",
2769
- "exports",
2770
- "vs/base/browser/ui/aria/aria",
2771
- "vs/base/common/lifecycle",
2772
- "vs/editor/browser/services/codeEditorService",
2773
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
2774
- "vs/editor/common/editorAction",
2775
- "vs/editor/standalone/browser/standaloneServices",
2776
- "vs/editor/standalone/common/standaloneTheme",
2777
- "vs/platform/actions/common/actions",
2778
- "vs/platform/commands/common/commands",
2779
- "vs/platform/configuration/common/configuration",
2780
- "vs/platform/contextkey/common/contextkey",
2781
- "vs/platform/contextview/browser/contextView",
2782
- "vs/platform/instantiation/common/instantiation",
2783
- "vs/platform/keybinding/common/keybinding",
2784
- "vs/platform/notification/common/notification",
2785
- "vs/platform/theme/common/themeService",
2786
- "vs/platform/accessibility/common/accessibility",
2787
- "vs/editor/common/standaloneStrings",
2788
- "vs/platform/clipboard/common/clipboardService",
2789
- "vs/platform/progress/common/progress",
2790
- "vs/editor/common/services/model",
2791
- "vs/editor/common/languages/language",
2792
- "vs/editor/standalone/browser/standaloneCodeEditorService",
2793
- "vs/editor/common/languages/modesRegistry",
2794
- "vs/editor/common/languages/languageConfigurationRegistry",
2795
- "vs/editor/common/services/languageFeatures",
2796
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2797
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
2798
- "vs/base/browser/window",
2799
- "vs/base/browser/ui/hover/hoverDelegateFactory",
2800
- "vs/platform/hover/browser/hover",
2801
- "vs/base/browser/ui/hover/hoverDelegate2"
2802
- ],
2803
- "vs/platform/opener/common/opener": [
2804
- "require",
2805
- "exports",
2806
- "vs/platform/instantiation/common/instantiation"
2807
- ],
2808
- "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget": [
2809
- "require",
2810
- "exports",
2811
- "vs/base/common/lifecycle",
2812
- "vs/base/common/observable",
2813
- "vs/base/common/hotReloadHelpers",
2814
- "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl",
2815
- "vs/platform/instantiation/common/instantiation",
2816
- "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
2817
- "vs/editor/browser/widget/multiDiffEditor/colors"
2818
- ],
2819
- "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2820
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2821
- "require",
2822
- "exports",
2823
- "vs/base/common/lifecycle",
2824
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2825
- "vs/platform/instantiation/common/instantiation",
2826
- "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2827
- "vs/platform/keybinding/common/keybinding",
2828
- "vs/base/common/event",
2829
- "vs/editor/common/services/languageFeatures",
2830
- "vs/editor/browser/editorExtensions",
2831
- "vs/editor/common/editorContextKeys",
2832
- "vs/platform/contextkey/common/contextkey",
2833
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2834
- "vs/base/browser/dom",
2835
- "vs/editor/common/services/editorWorker",
2836
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2837
- ],
2838
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2839
- "vs/base/browser/ui/actionbar/actionViewItems": [
2840
- "require",
2841
- "exports",
2842
- "vs/base/browser/browser",
2843
- "vs/base/browser/dnd",
2844
- "vs/base/browser/dom",
2845
- "vs/base/browser/touch",
2846
- "vs/base/browser/ui/hover/hoverDelegateFactory",
2847
- "vs/base/browser/ui/selectBox/selectBox",
2848
- "vs/base/common/actions",
2849
- "vs/base/common/lifecycle",
2850
- "vs/base/common/platform",
2851
- "vs/base/common/types",
2852
- "vs/nls",
2853
- "vs/base/browser/ui/hover/hoverDelegate2",
2854
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
2855
- ],
2856
- "vs/base/common/actions": [
2857
- "require",
2858
- "exports",
2859
- "vs/base/common/event",
2860
- "vs/base/common/lifecycle",
2861
- "vs/nls"
2877
+ "vs/base/common/event",
2878
+ "vs/base/common/lifecycle",
2879
+ "vs/nls"
2862
2880
  ],
2863
2881
  "vs/platform/contextview/browser/contextView": [
2864
2882
  "require",
@@ -2881,24 +2899,6 @@
2881
2899
  "vs/editor/common/core/selection"
2882
2900
  ],
2883
2901
  "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2884
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2885
- "require",
2886
- "exports",
2887
- "vs/editor/common/core/editOperation",
2888
- "vs/editor/common/core/position",
2889
- "vs/editor/common/core/range",
2890
- "vs/editor/common/core/selection"
2891
- ],
2892
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2893
- "require",
2894
- "exports",
2895
- "vs/base/common/strings",
2896
- "vs/editor/common/core/editOperation",
2897
- "vs/editor/common/core/position",
2898
- "vs/editor/common/core/range",
2899
- "vs/editor/common/core/selection",
2900
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2901
- ],
2902
2902
  "vs/base/common/hierarchicalKind": [
2903
2903
  "require",
2904
2904
  "exports"
@@ -2923,29 +2923,6 @@
2923
2923
  "vs/nls",
2924
2924
  "vs/platform/workspace/common/workspace"
2925
2925
  ],
2926
- "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
2927
- "require",
2928
- "exports",
2929
- "vs/base/common/arrays",
2930
- "vs/base/common/async",
2931
- "vs/base/common/dataTransfer",
2932
- "vs/base/common/hierarchicalKind",
2933
- "vs/base/common/lifecycle",
2934
- "vs/editor/browser/dnd",
2935
- "vs/editor/common/core/range",
2936
- "vs/editor/common/services/languageFeatures",
2937
- "vs/editor/common/services/treeViewsDnd",
2938
- "vs/editor/common/services/treeViewsDndService",
2939
- "vs/editor/contrib/editorState/browser/editorState",
2940
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2941
- "vs/nls",
2942
- "vs/platform/configuration/common/configuration",
2943
- "vs/platform/contextkey/common/contextkey",
2944
- "vs/platform/dnd/browser/dnd",
2945
- "vs/platform/instantiation/common/instantiation",
2946
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2947
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
2948
- ],
2949
2926
  "vs/editor/contrib/find/browser/findModel": [
2950
2927
  "require",
2951
2928
  "exports",
@@ -3019,6 +2996,29 @@
3019
2996
  "vs/platform/configuration/common/configuration",
3020
2997
  "vs/base/browser/dom"
3021
2998
  ],
2999
+ "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
3000
+ "require",
3001
+ "exports",
3002
+ "vs/base/common/arrays",
3003
+ "vs/base/common/async",
3004
+ "vs/base/common/dataTransfer",
3005
+ "vs/base/common/hierarchicalKind",
3006
+ "vs/base/common/lifecycle",
3007
+ "vs/editor/browser/dnd",
3008
+ "vs/editor/common/core/range",
3009
+ "vs/editor/common/services/languageFeatures",
3010
+ "vs/editor/common/services/treeViewsDnd",
3011
+ "vs/editor/common/services/treeViewsDndService",
3012
+ "vs/editor/contrib/editorState/browser/editorState",
3013
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
3014
+ "vs/nls",
3015
+ "vs/platform/configuration/common/configuration",
3016
+ "vs/platform/contextkey/common/contextkey",
3017
+ "vs/platform/dnd/browser/dnd",
3018
+ "vs/platform/instantiation/common/instantiation",
3019
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
3020
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
3021
+ ],
3022
3022
  "vs/editor/contrib/folding/browser/foldingModel": [
3023
3023
  "require",
3024
3024
  "exports",
@@ -3143,6 +3143,54 @@
3143
3143
  "require",
3144
3144
  "exports"
3145
3145
  ],
3146
+ "vs/base/common/themables": [
3147
+ "require",
3148
+ "exports",
3149
+ "vs/base/common/codicons"
3150
+ ],
3151
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3152
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3153
+ "require",
3154
+ "exports",
3155
+ "vs/base/common/event",
3156
+ "vs/base/common/lifecycle",
3157
+ "vs/base/common/platform"
3158
+ ],
3159
+ "vs/editor/contrib/peekView/browser/peekView": [
3160
+ "require",
3161
+ "exports",
3162
+ "vs/base/browser/dom",
3163
+ "vs/base/browser/ui/actionbar/actionbar",
3164
+ "vs/base/common/actions",
3165
+ "vs/base/common/codicons",
3166
+ "vs/base/common/themables",
3167
+ "vs/base/common/color",
3168
+ "vs/base/common/event",
3169
+ "vs/base/common/objects",
3170
+ "vs/editor/browser/editorExtensions",
3171
+ "vs/editor/browser/services/codeEditorService",
3172
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3173
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3174
+ "vs/nls",
3175
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3176
+ "vs/platform/contextkey/common/contextkey",
3177
+ "vs/platform/instantiation/common/extensions",
3178
+ "vs/platform/instantiation/common/instantiation",
3179
+ "vs/platform/theme/common/colorRegistry",
3180
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3181
+ ],
3182
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3183
+ "require",
3184
+ "exports",
3185
+ "vs/base/common/arrays",
3186
+ "vs/base/common/cancellation",
3187
+ "vs/base/common/errors",
3188
+ "vs/base/common/network",
3189
+ "vs/editor/browser/editorExtensions",
3190
+ "vs/editor/common/services/languageFeatures",
3191
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3192
+ ],
3193
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3146
3194
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3147
3195
  "require",
3148
3196
  "exports",
@@ -3205,40 +3253,6 @@
3205
3253
  "vs/base/browser/dom",
3206
3254
  "vs/css!vs/editor/contrib/message/browser/messageController"
3207
3255
  ],
3208
- "vs/editor/contrib/peekView/browser/peekView": [
3209
- "require",
3210
- "exports",
3211
- "vs/base/browser/dom",
3212
- "vs/base/browser/ui/actionbar/actionbar",
3213
- "vs/base/common/actions",
3214
- "vs/base/common/codicons",
3215
- "vs/base/common/themables",
3216
- "vs/base/common/color",
3217
- "vs/base/common/event",
3218
- "vs/base/common/objects",
3219
- "vs/editor/browser/editorExtensions",
3220
- "vs/editor/browser/services/codeEditorService",
3221
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3222
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3223
- "vs/nls",
3224
- "vs/platform/actions/browser/menuEntryActionViewItem",
3225
- "vs/platform/contextkey/common/contextkey",
3226
- "vs/platform/instantiation/common/extensions",
3227
- "vs/platform/instantiation/common/instantiation",
3228
- "vs/platform/theme/common/colorRegistry",
3229
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3230
- ],
3231
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3232
- "require",
3233
- "exports",
3234
- "vs/base/common/arrays",
3235
- "vs/base/common/cancellation",
3236
- "vs/base/common/errors",
3237
- "vs/base/common/network",
3238
- "vs/editor/browser/editorExtensions",
3239
- "vs/editor/common/services/languageFeatures",
3240
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3241
- ],
3242
3256
  "vs/platform/contextkey/common/contextkeys": [
3243
3257
  "require",
3244
3258
  "exports",
@@ -3246,12 +3260,6 @@
3246
3260
  "vs/nls",
3247
3261
  "vs/platform/contextkey/common/contextkey"
3248
3262
  ],
3249
- "vs/base/common/themables": [
3250
- "require",
3251
- "exports",
3252
- "vs/base/common/codicons"
3253
- ],
3254
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3255
3263
  "vs/editor/contrib/hover/browser/hoverActions": [
3256
3264
  "require",
3257
3265
  "exports",
@@ -3332,14 +3340,6 @@
3332
3340
  "exports"
3333
3341
  ],
3334
3342
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3335
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3336
- "require",
3337
- "exports",
3338
- "vs/base/common/event",
3339
- "vs/base/common/lifecycle",
3340
- "vs/base/common/platform"
3341
- ],
3342
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3343
3343
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3344
3344
  "require",
3345
3345
  "exports",
@@ -3494,7 +3494,6 @@
3494
3494
  "vs/editor/common/core/selection"
3495
3495
  ],
3496
3496
  "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3497
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3498
3497
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3499
3498
  "require",
3500
3499
  "exports",
@@ -3532,6 +3531,7 @@
3532
3531
  "vs/editor/common/core/editOperation",
3533
3532
  "vs/editor/common/core/range"
3534
3533
  ],
3534
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3535
3535
  "vs/base/common/resources": [
3536
3536
  "require",
3537
3537
  "exports",
@@ -3557,39 +3557,40 @@
3557
3557
  "vs/editor/common/services/languageFeatures"
3558
3558
  ],
3559
3559
  "vs/css!vs/editor/contrib/links/browser/links": [],
3560
- "vs/editor/contrib/inlineEdits/browser/commands": [
3560
+ "vs/editor/contrib/inlineEdit/browser/commands": [
3561
3561
  "require",
3562
3562
  "exports",
3563
- "vs/base/common/codicons",
3564
- "vs/base/common/observable",
3565
- "vs/base/common/observableInternal/base",
3566
3563
  "vs/editor/browser/editorExtensions",
3567
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3568
3564
  "vs/editor/common/editorContextKeys",
3569
- "vs/editor/contrib/inlineEdits/browser/consts",
3570
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3571
- "vs/nls",
3565
+ "vs/editor/contrib/inlineEdit/browser/commandIds",
3566
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3572
3567
  "vs/platform/actions/common/actions",
3573
3568
  "vs/platform/contextkey/common/contextkey"
3574
3569
  ],
3575
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3570
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3576
3571
  "require",
3577
3572
  "exports",
3578
3573
  "vs/base/common/lifecycle",
3579
3574
  "vs/base/common/observable",
3580
- "vs/base/common/observableInternal/derived",
3581
- "vs/editor/browser/observableCodeEditor",
3582
- "vs/base/common/hotReloadHelpers",
3583
- "vs/editor/common/core/selection",
3584
- "vs/editor/common/services/languageFeatureDebounce",
3585
- "vs/editor/common/services/languageFeatures",
3586
- "vs/editor/contrib/inlineEdits/browser/consts",
3587
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3588
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3589
- "vs/platform/configuration/common/configuration",
3575
+ "vs/editor/common/core/editOperation",
3576
+ "vs/editor/common/core/position",
3577
+ "vs/editor/common/core/range",
3578
+ "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3590
3579
  "vs/platform/contextkey/common/contextkey",
3591
3580
  "vs/platform/instantiation/common/instantiation",
3592
- "vs/platform/observable/common/platformObservableUtils"
3581
+ "vs/editor/common/languages",
3582
+ "vs/editor/common/services/languageFeatures",
3583
+ "vs/base/common/cancellation",
3584
+ "vs/editor/contrib/inlineCompletions/browser/model/ghostText",
3585
+ "vs/platform/commands/common/commands",
3586
+ "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3587
+ "vs/base/browser/dom",
3588
+ "vs/platform/configuration/common/configuration",
3589
+ "vs/base/common/errors",
3590
+ "vs/base/common/observableInternal/derived",
3591
+ "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3592
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3593
+ "vs/editor/common/services/model"
3593
3594
  ],
3594
3595
  "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3595
3596
  "require",
@@ -3602,40 +3603,39 @@
3602
3603
  "vs/platform/theme/common/themeService",
3603
3604
  "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3604
3605
  ],
3605
- "vs/editor/contrib/inlineEdit/browser/commands": [
3606
+ "vs/editor/contrib/inlineEdits/browser/commands": [
3606
3607
  "require",
3607
3608
  "exports",
3609
+ "vs/base/common/codicons",
3610
+ "vs/base/common/observable",
3611
+ "vs/base/common/observableInternal/base",
3608
3612
  "vs/editor/browser/editorExtensions",
3613
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3609
3614
  "vs/editor/common/editorContextKeys",
3610
- "vs/editor/contrib/inlineEdit/browser/commandIds",
3611
- "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3615
+ "vs/editor/contrib/inlineEdits/browser/consts",
3616
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3617
+ "vs/nls",
3612
3618
  "vs/platform/actions/common/actions",
3613
3619
  "vs/platform/contextkey/common/contextkey"
3614
3620
  ],
3615
- "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3621
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3616
3622
  "require",
3617
3623
  "exports",
3618
3624
  "vs/base/common/lifecycle",
3619
3625
  "vs/base/common/observable",
3620
- "vs/editor/common/core/editOperation",
3621
- "vs/editor/common/core/position",
3622
- "vs/editor/common/core/range",
3623
- "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3624
- "vs/platform/contextkey/common/contextkey",
3625
- "vs/platform/instantiation/common/instantiation",
3626
- "vs/editor/common/languages",
3626
+ "vs/base/common/observableInternal/derived",
3627
+ "vs/editor/browser/observableCodeEditor",
3628
+ "vs/base/common/hotReloadHelpers",
3629
+ "vs/editor/common/core/selection",
3630
+ "vs/editor/common/services/languageFeatureDebounce",
3627
3631
  "vs/editor/common/services/languageFeatures",
3628
- "vs/base/common/cancellation",
3629
- "vs/editor/contrib/inlineCompletions/browser/model/ghostText",
3630
- "vs/platform/commands/common/commands",
3631
- "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3632
- "vs/base/browser/dom",
3632
+ "vs/editor/contrib/inlineEdits/browser/consts",
3633
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3634
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3633
3635
  "vs/platform/configuration/common/configuration",
3634
- "vs/base/common/errors",
3635
- "vs/base/common/observableInternal/derived",
3636
- "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3637
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3638
- "vs/editor/common/services/model"
3636
+ "vs/platform/contextkey/common/contextkey",
3637
+ "vs/platform/instantiation/common/instantiation",
3638
+ "vs/platform/observable/common/platformObservableUtils"
3639
3639
  ],
3640
3640
  "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3641
3641
  "require",
@@ -3760,15 +3760,6 @@
3760
3760
  "vs/platform/theme/common/themeService",
3761
3761
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3762
3762
  ],
3763
- "vs/editor/common/services/semanticTokensProviderStyling": [
3764
- "require",
3765
- "exports",
3766
- "vs/editor/common/encodedTokenAttributes",
3767
- "vs/platform/theme/common/themeService",
3768
- "vs/platform/log/common/log",
3769
- "vs/editor/common/tokens/sparseMultilineTokens",
3770
- "vs/editor/common/languages/language"
3771
- ],
3772
3763
  "vs/editor/contrib/semanticTokens/common/getSemanticTokens": [
3773
3764
  "require",
3774
3765
  "exports",
@@ -3782,14 +3773,23 @@
3782
3773
  "vs/editor/common/core/range",
3783
3774
  "vs/editor/common/services/languageFeatures"
3784
3775
  ],
3785
- "vs/editor/common/services/semanticTokensStyling": [
3776
+ "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3777
+ "require",
3778
+ "exports"
3779
+ ],
3780
+ "vs/editor/common/services/semanticTokensProviderStyling": [
3786
3781
  "require",
3787
3782
  "exports",
3788
- "vs/platform/instantiation/common/instantiation"
3783
+ "vs/editor/common/encodedTokenAttributes",
3784
+ "vs/platform/theme/common/themeService",
3785
+ "vs/platform/log/common/log",
3786
+ "vs/editor/common/tokens/sparseMultilineTokens",
3787
+ "vs/editor/common/languages/language"
3789
3788
  ],
3790
- "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3789
+ "vs/editor/common/services/semanticTokensStyling": [
3791
3790
  "require",
3792
- "exports"
3791
+ "exports",
3792
+ "vs/platform/instantiation/common/instantiation"
3793
3793
  ],
3794
3794
  "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3795
3795
  "require",
@@ -3804,44 +3804,6 @@
3804
3804
  "vs/base/common/strings",
3805
3805
  "vs/editor/common/core/range"
3806
3806
  ],
3807
- "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3808
- "require",
3809
- "exports",
3810
- "vs/editor/browser/editorExtensions",
3811
- "vs/nls",
3812
- "vs/platform/action/common/actionCommonCategories",
3813
- "vs/platform/actions/common/actions",
3814
- "vs/platform/configuration/common/configuration",
3815
- "vs/platform/contextkey/common/contextkey",
3816
- "vs/editor/common/editorContextKeys",
3817
- "vs/editor/contrib/stickyScroll/browser/stickyScrollController"
3818
- ],
3819
- "vs/editor/contrib/stickyScroll/browser/stickyScrollController": [
3820
- "require",
3821
- "exports",
3822
- "vs/base/common/lifecycle",
3823
- "vs/editor/common/services/languageFeatures",
3824
- "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget",
3825
- "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider",
3826
- "vs/platform/instantiation/common/instantiation",
3827
- "vs/platform/contextview/browser/contextView",
3828
- "vs/platform/actions/common/actions",
3829
- "vs/platform/contextkey/common/contextkey",
3830
- "vs/editor/common/editorContextKeys",
3831
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3832
- "vs/editor/common/core/range",
3833
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol",
3834
- "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3835
- "vs/editor/common/core/position",
3836
- "vs/base/common/cancellation",
3837
- "vs/editor/common/languages/languageConfigurationRegistry",
3838
- "vs/editor/common/services/languageFeatureDebounce",
3839
- "vs/base/browser/dom",
3840
- "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
3841
- "vs/base/browser/mouseEvent",
3842
- "vs/editor/contrib/folding/browser/folding",
3843
- "vs/editor/contrib/folding/browser/foldingModel"
3844
- ],
3845
3807
  "vs/editor/contrib/suggest/browser/suggest": [
3846
3808
  "require",
3847
3809
  "exports",
@@ -3880,6 +3842,44 @@
3880
3842
  "vs/editor/contrib/snippet/browser/snippetVariables",
3881
3843
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3882
3844
  ],
3845
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3846
+ "require",
3847
+ "exports",
3848
+ "vs/editor/browser/editorExtensions",
3849
+ "vs/nls",
3850
+ "vs/platform/action/common/actionCommonCategories",
3851
+ "vs/platform/actions/common/actions",
3852
+ "vs/platform/configuration/common/configuration",
3853
+ "vs/platform/contextkey/common/contextkey",
3854
+ "vs/editor/common/editorContextKeys",
3855
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollController"
3856
+ ],
3857
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollController": [
3858
+ "require",
3859
+ "exports",
3860
+ "vs/base/common/lifecycle",
3861
+ "vs/editor/common/services/languageFeatures",
3862
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget",
3863
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollProvider",
3864
+ "vs/platform/instantiation/common/instantiation",
3865
+ "vs/platform/contextview/browser/contextView",
3866
+ "vs/platform/actions/common/actions",
3867
+ "vs/platform/contextkey/common/contextkey",
3868
+ "vs/editor/common/editorContextKeys",
3869
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3870
+ "vs/editor/common/core/range",
3871
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol",
3872
+ "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3873
+ "vs/editor/common/core/position",
3874
+ "vs/base/common/cancellation",
3875
+ "vs/editor/common/languages/languageConfigurationRegistry",
3876
+ "vs/editor/common/services/languageFeatureDebounce",
3877
+ "vs/base/browser/dom",
3878
+ "vs/editor/contrib/stickyScroll/browser/stickyScrollElement",
3879
+ "vs/base/browser/mouseEvent",
3880
+ "vs/editor/contrib/folding/browser/folding",
3881
+ "vs/editor/contrib/folding/browser/foldingModel"
3882
+ ],
3883
3883
  "vs/base/common/filters": [
3884
3884
  "require",
3885
3885
  "exports",
@@ -4001,6 +4001,25 @@
4001
4001
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
4002
4002
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
4003
4003
  ],
4004
+ "vs/base/common/map": [
4005
+ "require",
4006
+ "exports"
4007
+ ],
4008
+ "vs/editor/common/languageSelector": [
4009
+ "require",
4010
+ "exports",
4011
+ "vs/base/common/glob",
4012
+ "vs/base/common/path"
4013
+ ],
4014
+ "vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider": [
4015
+ "require",
4016
+ "exports",
4017
+ "vs/editor/common/core/wordHelper",
4018
+ "vs/editor/common/services/languageFeatures",
4019
+ "vs/editor/common/languages",
4020
+ "vs/base/common/lifecycle",
4021
+ "vs/base/common/map"
4022
+ ],
4004
4023
  "vs/editor/common/viewModel/viewModelDecorations": [
4005
4024
  "require",
4006
4025
  "exports",
@@ -4029,25 +4048,6 @@
4029
4048
  "vs/platform/instantiation/common/instantiation"
4030
4049
  ],
4031
4050
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [],
4032
- "vs/base/common/map": [
4033
- "require",
4034
- "exports"
4035
- ],
4036
- "vs/editor/common/languageSelector": [
4037
- "require",
4038
- "exports",
4039
- "vs/base/common/glob",
4040
- "vs/base/common/path"
4041
- ],
4042
- "vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider": [
4043
- "require",
4044
- "exports",
4045
- "vs/editor/common/core/wordHelper",
4046
- "vs/editor/common/services/languageFeatures",
4047
- "vs/editor/common/languages",
4048
- "vs/base/common/lifecycle",
4049
- "vs/base/common/map"
4050
- ],
4051
4051
  "vs/editor/common/core/wordCharacterClassifier": [
4052
4052
  "require",
4053
4053
  "exports",
@@ -4161,6 +4161,39 @@
4161
4161
  "exports",
4162
4162
  "vs/platform/instantiation/common/descriptors"
4163
4163
  ],
4164
+ "vs/base/common/iconLabels": [
4165
+ "require",
4166
+ "exports",
4167
+ "vs/base/common/filters",
4168
+ "vs/base/common/strings",
4169
+ "vs/base/common/themables"
4170
+ ],
4171
+ "vs/platform/action/common/action": [
4172
+ "require",
4173
+ "exports"
4174
+ ],
4175
+ "vs/platform/quickinput/browser/commandsQuickAccess": [
4176
+ "require",
4177
+ "exports",
4178
+ "vs/base/common/errorMessage",
4179
+ "vs/base/common/errors",
4180
+ "vs/base/common/filters",
4181
+ "vs/base/common/functional",
4182
+ "vs/base/common/lifecycle",
4183
+ "vs/base/common/map",
4184
+ "vs/base/common/tfIdf",
4185
+ "vs/nls",
4186
+ "vs/platform/commands/common/commands",
4187
+ "vs/platform/configuration/common/configuration",
4188
+ "vs/platform/dialogs/common/dialogs",
4189
+ "vs/platform/instantiation/common/instantiation",
4190
+ "vs/platform/keybinding/common/keybinding",
4191
+ "vs/platform/log/common/log",
4192
+ "vs/platform/quickinput/browser/pickerQuickAccess",
4193
+ "vs/platform/storage/common/storage",
4194
+ "vs/platform/telemetry/common/telemetry"
4195
+ ],
4196
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4164
4197
  "vs/platform/list/browser/listService": [
4165
4198
  "require",
4166
4199
  "exports",
@@ -4211,7 +4244,6 @@
4211
4244
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4212
4245
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4213
4246
  ],
4214
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4215
4247
  "vs/platform/contextkey/common/scanner": [
4216
4248
  "require",
4217
4249
  "exports",
@@ -4232,38 +4264,6 @@
4232
4264
  "vs/base/common/marshalling",
4233
4265
  "vs/base/common/types"
4234
4266
  ],
4235
- "vs/base/common/iconLabels": [
4236
- "require",
4237
- "exports",
4238
- "vs/base/common/filters",
4239
- "vs/base/common/strings",
4240
- "vs/base/common/themables"
4241
- ],
4242
- "vs/platform/action/common/action": [
4243
- "require",
4244
- "exports"
4245
- ],
4246
- "vs/platform/quickinput/browser/commandsQuickAccess": [
4247
- "require",
4248
- "exports",
4249
- "vs/base/common/errorMessage",
4250
- "vs/base/common/errors",
4251
- "vs/base/common/filters",
4252
- "vs/base/common/functional",
4253
- "vs/base/common/lifecycle",
4254
- "vs/base/common/map",
4255
- "vs/base/common/tfIdf",
4256
- "vs/nls",
4257
- "vs/platform/commands/common/commands",
4258
- "vs/platform/configuration/common/configuration",
4259
- "vs/platform/dialogs/common/dialogs",
4260
- "vs/platform/instantiation/common/instantiation",
4261
- "vs/platform/keybinding/common/keybinding",
4262
- "vs/platform/log/common/log",
4263
- "vs/platform/quickinput/browser/pickerQuickAccess",
4264
- "vs/platform/storage/common/storage",
4265
- "vs/platform/telemetry/common/telemetry"
4266
- ],
4267
4267
  "vs/editor/common/languages/supports/tokenization": [
4268
4268
  "require",
4269
4269
  "exports",
@@ -4284,12 +4284,16 @@
4284
4284
  "vs/base/common/themables",
4285
4285
  "vs/platform/theme/common/iconRegistry"
4286
4286
  ],
4287
+ "vs/nls.messages": [
4288
+ "require",
4289
+ "exports"
4290
+ ],
4287
4291
  "vs/base/common/process": [
4288
4292
  "require",
4289
4293
  "exports",
4290
4294
  "vs/base/common/platform"
4291
4295
  ],
4292
- "vs/nls.messages": [
4296
+ "vs/base/common/uint": [
4293
4297
  "require",
4294
4298
  "exports"
4295
4299
  ],
@@ -4373,10 +4377,6 @@
4373
4377
  "vs/editor/common/core/range",
4374
4378
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4375
4379
  ],
4376
- "vs/base/common/uint": [
4377
- "require",
4378
- "exports"
4379
- ],
4380
4380
  "vs/editor/common/model/prefixSumComputer": [
4381
4381
  "require",
4382
4382
  "exports",
@@ -4387,51 +4387,126 @@
4387
4387
  "require",
4388
4388
  "exports"
4389
4389
  ],
4390
- "vs/editor/common/languages/languageConfiguration": [
4390
+ "vs/base/browser/pixelRatio": [
4391
+ "require",
4392
+ "exports",
4393
+ "vs/base/browser/dom",
4394
+ "vs/base/common/event",
4395
+ "vs/base/common/lifecycle"
4396
+ ],
4397
+ "vs/editor/browser/config/charWidthReader": [
4398
+ "require",
4399
+ "exports",
4400
+ "vs/editor/browser/config/domFontInfo"
4401
+ ],
4402
+ "vs/editor/browser/services/editorWorkerService": [
4403
+ "require",
4404
+ "exports",
4405
+ "vs/base/common/async",
4406
+ "vs/base/common/lifecycle",
4407
+ "vs/base/common/worker/simpleWorker",
4408
+ "vs/base/browser/defaultWorkerFactory",
4409
+ "vs/editor/common/core/range",
4410
+ "vs/editor/common/languages/languageConfigurationRegistry",
4411
+ "vs/editor/common/services/editorSimpleWorker",
4412
+ "vs/editor/common/services/model",
4413
+ "vs/editor/common/services/textResourceConfiguration",
4414
+ "vs/base/common/arrays",
4415
+ "vs/platform/log/common/log",
4416
+ "vs/base/common/stopwatch",
4417
+ "vs/base/common/errors",
4418
+ "vs/editor/common/services/languageFeatures",
4419
+ "vs/editor/common/diff/linesDiffComputer",
4420
+ "vs/editor/common/diff/rangeMapping",
4421
+ "vs/editor/common/core/lineRange",
4422
+ "vs/base/browser/window",
4423
+ "vs/base/browser/dom",
4424
+ "vs/editor/common/services/textModelSync/textModelSync.impl",
4425
+ "vs/editor/common/services/editorWorkerHost"
4426
+ ],
4427
+ "vs/base/common/mime": [
4391
4428
  "require",
4392
4429
  "exports"
4393
4430
  ],
4394
- "vs/editor/common/languages/supports/characterPair": [
4431
+ "vs/base/browser/trustedTypes": [
4395
4432
  "require",
4396
4433
  "exports",
4397
- "vs/editor/common/languages/languageConfiguration"
4434
+ "vs/base/common/errors"
4398
4435
  ],
4399
- "vs/editor/common/languages/supports/electricCharacter": [
4436
+ "vs/editor/common/viewLayout/viewLineRenderer": [
4400
4437
  "require",
4401
4438
  "exports",
4402
- "vs/base/common/arrays",
4403
- "vs/editor/common/languages/supports",
4404
- "vs/editor/common/languages/supports/richEditBrackets"
4405
- ],
4406
- "vs/editor/common/languages/supports/indentRules": [
4407
- "require",
4408
- "exports"
4439
+ "vs/nls",
4440
+ "vs/base/common/strings",
4441
+ "vs/editor/common/core/stringBuilder",
4442
+ "vs/editor/common/viewLayout/lineDecorations",
4443
+ "vs/editor/common/viewLayout/linePart"
4409
4444
  ],
4410
- "vs/editor/common/languages/supports/onEnter": [
4445
+ "vs/editor/common/viewModel": [
4411
4446
  "require",
4412
4447
  "exports",
4413
- "vs/base/common/errors",
4448
+ "vs/base/common/arrays",
4414
4449
  "vs/base/common/strings",
4415
- "vs/editor/common/languages/languageConfiguration"
4450
+ "vs/editor/common/core/range"
4416
4451
  ],
4417
- "vs/editor/common/languages/supports/richEditBrackets": [
4452
+ "vs/editor/standalone/browser/standaloneCodeEditorService": [
4418
4453
  "require",
4419
4454
  "exports",
4420
- "vs/base/common/strings",
4421
- "vs/editor/common/core/stringBuilder",
4422
- "vs/editor/common/core/range"
4455
+ "vs/base/browser/dom",
4456
+ "vs/base/common/network",
4457
+ "vs/editor/browser/services/abstractCodeEditorService",
4458
+ "vs/editor/browser/services/codeEditorService",
4459
+ "vs/platform/contextkey/common/contextkey",
4460
+ "vs/platform/instantiation/common/extensions",
4461
+ "vs/platform/theme/common/themeService"
4423
4462
  ],
4424
- "vs/editor/common/languages/supports/languageBracketsConfiguration": [
4463
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget": [
4425
4464
  "require",
4426
4465
  "exports",
4427
- "vs/base/common/cache",
4428
- "vs/editor/common/languages/supports/richEditBrackets"
4466
+ "vs/base/browser/dom",
4467
+ "vs/base/common/arraysFind",
4468
+ "vs/base/common/errors",
4469
+ "vs/base/common/event",
4470
+ "vs/base/common/lifecycle",
4471
+ "vs/base/common/observable",
4472
+ "vs/base/common/observableInternal/derived",
4473
+ "vs/editor/browser/editorExtensions",
4474
+ "vs/editor/browser/services/codeEditorService",
4475
+ "vs/editor/browser/stableEditorScroll",
4476
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
4477
+ "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
4478
+ "vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
4479
+ "vs/editor/browser/widget/diffEditor/components/diffEditorSash",
4480
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
4481
+ "vs/editor/browser/widget/diffEditor/features/gutterFeature",
4482
+ "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
4483
+ "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
4484
+ "vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
4485
+ "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
4486
+ "vs/editor/browser/widget/diffEditor/utils",
4487
+ "vs/base/common/hotReloadHelpers",
4488
+ "vs/platform/observable/common/platformObservableUtils",
4489
+ "vs/editor/common/core/position",
4490
+ "vs/editor/common/core/range",
4491
+ "vs/editor/common/editorCommon",
4492
+ "vs/editor/common/editorContextKeys",
4493
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
4494
+ "vs/platform/contextkey/common/contextkey",
4495
+ "vs/platform/instantiation/common/instantiation",
4496
+ "vs/platform/instantiation/common/serviceCollection",
4497
+ "vs/platform/progress/common/progress",
4498
+ "vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
4499
+ "vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
4500
+ "vs/editor/browser/widget/diffEditor/diffEditorOptions",
4501
+ "vs/editor/browser/widget/diffEditor/diffEditorViewModel",
4502
+ "vs/css!vs/editor/browser/widget/diffEditor/style"
4429
4503
  ],
4430
- "vs/base/common/mime": [
4504
+ "vs/base/browser/ui/hover/hoverDelegateFactory": [
4431
4505
  "require",
4432
- "exports"
4506
+ "exports",
4507
+ "vs/base/common/lazy"
4433
4508
  ],
4434
- "vs/editor/standalone/common/monarch/monarchCommon": [
4509
+ "vs/base/browser/ui/hover/hoverDelegate2": [
4435
4510
  "require",
4436
4511
  "exports"
4437
4512
  ],
@@ -4537,31 +4612,6 @@
4537
4612
  "vs/platform/editor/common/editor",
4538
4613
  "vs/platform/opener/common/opener"
4539
4614
  ],
4540
- "vs/editor/browser/services/editorWorkerService": [
4541
- "require",
4542
- "exports",
4543
- "vs/base/common/async",
4544
- "vs/base/common/lifecycle",
4545
- "vs/base/common/worker/simpleWorker",
4546
- "vs/base/browser/defaultWorkerFactory",
4547
- "vs/editor/common/core/range",
4548
- "vs/editor/common/languages/languageConfigurationRegistry",
4549
- "vs/editor/common/services/editorSimpleWorker",
4550
- "vs/editor/common/services/model",
4551
- "vs/editor/common/services/textResourceConfiguration",
4552
- "vs/base/common/arrays",
4553
- "vs/platform/log/common/log",
4554
- "vs/base/common/stopwatch",
4555
- "vs/base/common/errors",
4556
- "vs/editor/common/services/languageFeatures",
4557
- "vs/editor/common/diff/linesDiffComputer",
4558
- "vs/editor/common/diff/rangeMapping",
4559
- "vs/editor/common/core/lineRange",
4560
- "vs/base/browser/window",
4561
- "vs/base/browser/dom",
4562
- "vs/editor/common/services/textModelSync/textModelSync.impl",
4563
- "vs/editor/common/services/editorWorkerHost"
4564
- ],
4565
4615
  "vs/editor/common/services/markerDecorationsService": [
4566
4616
  "require",
4567
4617
  "exports",
@@ -4727,17 +4777,6 @@
4727
4777
  "require",
4728
4778
  "exports"
4729
4779
  ],
4730
- "vs/editor/standalone/browser/standaloneCodeEditorService": [
4731
- "require",
4732
- "exports",
4733
- "vs/base/browser/dom",
4734
- "vs/base/common/network",
4735
- "vs/editor/browser/services/abstractCodeEditorService",
4736
- "vs/editor/browser/services/codeEditorService",
4737
- "vs/platform/contextkey/common/contextkey",
4738
- "vs/platform/instantiation/common/extensions",
4739
- "vs/platform/theme/common/themeService"
4740
- ],
4741
4780
  "vs/editor/standalone/browser/standaloneLayoutService": [
4742
4781
  "require",
4743
4782
  "exports",
@@ -4801,134 +4840,162 @@
4801
4840
  "vs/editor/browser/services/hoverService/updatableHoverWidget",
4802
4841
  "vs/base/common/async"
4803
4842
  ],
4804
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4843
+ "vs/base/common/hotReloadHelpers": [
4805
4844
  "require",
4806
4845
  "exports",
4807
- "vs/editor/browser/editorExtensions",
4846
+ "vs/base/common/hotReload",
4847
+ "vs/base/common/observable"
4848
+ ],
4849
+ "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl": [
4850
+ "require",
4851
+ "exports",
4852
+ "vs/base/browser/dom",
4853
+ "vs/base/browser/ui/scrollbar/scrollableElement",
4854
+ "vs/base/common/arrays",
4855
+ "vs/base/common/arraysFind",
4856
+ "vs/base/common/errors",
4857
+ "vs/base/common/lifecycle",
4858
+ "vs/base/common/observable",
4859
+ "vs/base/common/observableInternal/base",
4860
+ "vs/base/common/scrollable",
4861
+ "vs/editor/browser/widget/diffEditor/utils",
4862
+ "vs/editor/common/core/offsetRange",
4863
+ "vs/editor/common/core/selection",
4864
+ "vs/editor/common/editorContextKeys",
4808
4865
  "vs/platform/contextkey/common/contextkey",
4809
- "vs/base/common/cancellation",
4810
- "vs/base/common/linkedList",
4811
4866
  "vs/platform/instantiation/common/instantiation",
4812
- "vs/platform/instantiation/common/extensions",
4813
- "vs/nls"
4867
+ "vs/platform/instantiation/common/serviceCollection",
4868
+ "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
4869
+ "vs/editor/browser/widget/multiDiffEditor/objectPool",
4870
+ "vs/nls",
4871
+ "vs/css!vs/editor/browser/widget/multiDiffEditor/style"
4814
4872
  ],
4815
- "vs/css!vs/base/browser/ui/aria/aria": [],
4816
- "vs/editor/common/languages/supports": [
4873
+ "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate": [
4874
+ "require",
4875
+ "exports",
4876
+ "vs/base/browser/dom",
4877
+ "vs/base/browser/ui/button/button",
4878
+ "vs/base/common/codicons",
4879
+ "vs/base/common/lifecycle",
4880
+ "vs/base/common/observable",
4881
+ "vs/base/common/observableInternal/base",
4882
+ "vs/editor/browser/observableCodeEditor",
4883
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
4884
+ "vs/platform/actions/browser/menuEntryActionViewItem",
4885
+ "vs/platform/actions/browser/toolbar",
4886
+ "vs/platform/actions/common/actions",
4887
+ "vs/platform/instantiation/common/instantiation",
4888
+ "vs/editor/browser/widget/multiDiffEditor/utils",
4889
+ "vs/platform/contextkey/common/contextkey",
4890
+ "vs/platform/instantiation/common/serviceCollection"
4891
+ ],
4892
+ "vs/editor/browser/widget/multiDiffEditor/colors": [
4893
+ "require",
4894
+ "exports",
4895
+ "vs/nls",
4896
+ "vs/platform/theme/common/colorRegistry"
4897
+ ],
4898
+ "vs/editor/common/languages/languageConfiguration": [
4817
4899
  "require",
4818
4900
  "exports"
4819
4901
  ],
4820
- "vs/editor/common/core/indentation": [
4902
+ "vs/editor/common/languages/supports/characterPair": [
4821
4903
  "require",
4822
4904
  "exports",
4823
- "vs/base/common/strings",
4824
- "vs/editor/common/core/cursorColumns"
4905
+ "vs/editor/common/languages/languageConfiguration"
4825
4906
  ],
4826
- "vs/editor/common/commands/surroundSelectionCommand": [
4907
+ "vs/editor/common/languages/supports/electricCharacter": [
4827
4908
  "require",
4828
4909
  "exports",
4829
- "vs/editor/common/core/range",
4830
- "vs/editor/common/core/selection"
4910
+ "vs/base/common/arrays",
4911
+ "vs/editor/common/languages/supports",
4912
+ "vs/editor/common/languages/supports/richEditBrackets"
4831
4913
  ],
4832
- "vs/editor/common/languages/enterAction": [
4914
+ "vs/editor/common/languages/supports/indentRules": [
4915
+ "require",
4916
+ "exports"
4917
+ ],
4918
+ "vs/editor/common/languages/supports/onEnter": [
4833
4919
  "require",
4834
4920
  "exports",
4835
- "vs/editor/common/languages/languageConfiguration",
4836
- "vs/editor/common/languages/languageConfigurationRegistry",
4837
- "vs/editor/common/languages/supports/indentationLineProcessor"
4921
+ "vs/base/common/errors",
4922
+ "vs/base/common/strings",
4923
+ "vs/editor/common/languages/languageConfiguration"
4838
4924
  ],
4839
- "vs/base/common/codiconsUtil": [
4925
+ "vs/editor/common/languages/supports/richEditBrackets": [
4840
4926
  "require",
4841
4927
  "exports",
4842
- "vs/base/common/types"
4928
+ "vs/base/common/strings",
4929
+ "vs/editor/common/core/stringBuilder",
4930
+ "vs/editor/common/core/range"
4843
4931
  ],
4844
- "vs/base/common/codiconsLibrary": [
4932
+ "vs/editor/common/languages/supports/languageBracketsConfiguration": [
4845
4933
  "require",
4846
4934
  "exports",
4847
- "vs/base/common/codiconsUtil"
4935
+ "vs/base/common/cache",
4936
+ "vs/editor/common/languages/supports/richEditBrackets"
4848
4937
  ],
4849
- "vs/editor/browser/widget/diffEditor/diffEditorWidget": [
4938
+ "vs/editor/standalone/common/monarch/monarchCommon": [
4939
+ "require",
4940
+ "exports"
4941
+ ],
4942
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4850
4943
  "require",
4851
4944
  "exports",
4852
- "vs/base/browser/dom",
4853
- "vs/base/common/arraysFind",
4854
- "vs/base/common/errors",
4855
- "vs/base/common/event",
4856
- "vs/base/common/lifecycle",
4857
- "vs/base/common/observable",
4858
- "vs/base/common/observableInternal/derived",
4859
4945
  "vs/editor/browser/editorExtensions",
4860
- "vs/editor/browser/services/codeEditorService",
4861
- "vs/editor/browser/stableEditorScroll",
4862
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
4863
- "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
4864
- "vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
4865
- "vs/editor/browser/widget/diffEditor/components/diffEditorSash",
4866
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
4867
- "vs/editor/browser/widget/diffEditor/features/gutterFeature",
4868
- "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
4869
- "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
4870
- "vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
4871
- "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
4872
- "vs/editor/browser/widget/diffEditor/utils",
4873
- "vs/base/common/hotReloadHelpers",
4874
- "vs/platform/observable/common/platformObservableUtils",
4875
- "vs/editor/common/core/position",
4876
- "vs/editor/common/core/range",
4877
- "vs/editor/common/editorCommon",
4878
- "vs/editor/common/editorContextKeys",
4879
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
4880
4946
  "vs/platform/contextkey/common/contextkey",
4881
- "vs/platform/instantiation/common/instantiation",
4882
- "vs/platform/instantiation/common/serviceCollection",
4883
- "vs/platform/progress/common/progress",
4884
- "vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
4885
- "vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
4886
- "vs/editor/browser/widget/diffEditor/diffEditorOptions",
4887
- "vs/editor/browser/widget/diffEditor/diffEditorViewModel",
4888
- "vs/css!vs/editor/browser/widget/diffEditor/style"
4947
+ "vs/base/common/cancellation",
4948
+ "vs/base/common/linkedList",
4949
+ "vs/platform/instantiation/common/instantiation",
4950
+ "vs/platform/instantiation/common/extensions",
4951
+ "vs/nls"
4889
4952
  ],
4890
- "vs/base/browser/fastDomNode": [
4953
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4954
+ "vs/editor/common/languages/supports": [
4891
4955
  "require",
4892
4956
  "exports"
4893
4957
  ],
4894
- "vs/editor/browser/config/elementSizeObserver": [
4958
+ "vs/editor/common/core/indentation": [
4895
4959
  "require",
4896
4960
  "exports",
4897
- "vs/base/common/lifecycle",
4898
- "vs/base/common/event",
4899
- "vs/base/browser/dom"
4961
+ "vs/base/common/strings",
4962
+ "vs/editor/common/core/cursorColumns"
4900
4963
  ],
4901
- "vs/editor/browser/config/migrateOptions": [
4964
+ "vs/editor/common/commands/surroundSelectionCommand": [
4902
4965
  "require",
4903
- "exports"
4966
+ "exports",
4967
+ "vs/editor/common/core/range",
4968
+ "vs/editor/common/core/selection"
4904
4969
  ],
4905
- "vs/base/browser/pixelRatio": [
4970
+ "vs/editor/common/languages/enterAction": [
4906
4971
  "require",
4907
4972
  "exports",
4908
- "vs/base/browser/dom",
4909
- "vs/base/common/event",
4910
- "vs/base/common/lifecycle"
4973
+ "vs/editor/common/languages/languageConfiguration",
4974
+ "vs/editor/common/languages/languageConfigurationRegistry",
4975
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4911
4976
  ],
4912
- "vs/base/browser/trustedTypes": [
4977
+ "vs/base/common/codiconsUtil": [
4913
4978
  "require",
4914
4979
  "exports",
4915
- "vs/base/common/errors"
4980
+ "vs/base/common/types"
4916
4981
  ],
4917
- "vs/editor/common/core/stringBuilder": [
4982
+ "vs/base/common/codiconsLibrary": [
4918
4983
  "require",
4919
4984
  "exports",
4920
- "vs/base/common/strings",
4921
- "vs/base/common/platform",
4922
- "vs/base/common/buffer"
4985
+ "vs/base/common/codiconsUtil"
4923
4986
  ],
4924
- "vs/editor/common/modelLineProjectionData": [
4987
+ "vs/base/browser/fastDomNode": [
4988
+ "require",
4989
+ "exports"
4990
+ ],
4991
+ "vs/editor/browser/config/elementSizeObserver": [
4925
4992
  "require",
4926
4993
  "exports",
4927
- "vs/base/common/assert",
4928
- "vs/editor/common/core/position",
4929
- "vs/editor/common/model"
4994
+ "vs/base/common/lifecycle",
4995
+ "vs/base/common/event",
4996
+ "vs/base/browser/dom"
4930
4997
  ],
4931
- "vs/editor/common/textModelEvents": [
4998
+ "vs/editor/browser/config/migrateOptions": [
4932
4999
  "require",
4933
5000
  "exports"
4934
5001
  ],
@@ -5248,6 +5315,24 @@
5248
5315
  "exports",
5249
5316
  "vs/editor/common/editorTheme"
5250
5317
  ],
5318
+ "vs/editor/common/core/stringBuilder": [
5319
+ "require",
5320
+ "exports",
5321
+ "vs/base/common/strings",
5322
+ "vs/base/common/platform",
5323
+ "vs/base/common/buffer"
5324
+ ],
5325
+ "vs/editor/common/modelLineProjectionData": [
5326
+ "require",
5327
+ "exports",
5328
+ "vs/base/common/assert",
5329
+ "vs/editor/common/core/position",
5330
+ "vs/editor/common/model"
5331
+ ],
5332
+ "vs/editor/common/textModelEvents": [
5333
+ "require",
5334
+ "exports"
5335
+ ],
5251
5336
  "vs/editor/common/core/eolCounter": [
5252
5337
  "require",
5253
5338
  "exports"
@@ -5406,13 +5491,6 @@
5406
5491
  "vs/editor/common/core/rgba",
5407
5492
  "vs/editor/common/languages"
5408
5493
  ],
5409
- "vs/editor/common/viewModel": [
5410
- "require",
5411
- "exports",
5412
- "vs/base/common/arrays",
5413
- "vs/base/common/strings",
5414
- "vs/editor/common/core/range"
5415
- ],
5416
5494
  "vs/editor/common/viewModelEventDispatcher": [
5417
5495
  "require",
5418
5496
  "exports",
@@ -5524,11 +5602,6 @@
5524
5602
  "vs/platform/theme/common/colors/baseColors",
5525
5603
  "vs/platform/theme/common/colors/editorColors"
5526
5604
  ],
5527
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5528
- "require",
5529
- "exports",
5530
- "vs/editor/common/core/cursorColumns"
5531
- ],
5532
5605
  "vs/base/browser/event": [
5533
5606
  "require",
5534
5607
  "exports",
@@ -5540,6 +5613,11 @@
5540
5613
  "vs/base/common/strings",
5541
5614
  "vs/editor/common/core/range"
5542
5615
  ],
5616
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5617
+ "require",
5618
+ "exports",
5619
+ "vs/editor/common/core/cursorColumns"
5620
+ ],
5543
5621
  "vs/base/common/dataTransfer": [
5544
5622
  "require",
5545
5623
  "exports",
@@ -5586,120 +5664,6 @@
5586
5664
  "vs/platform/notification/common/notification",
5587
5665
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5588
5666
  ],
5589
- "vs/base/browser/ui/iconLabel/iconLabels": [
5590
- "require",
5591
- "exports",
5592
- "vs/base/browser/dom",
5593
- "vs/base/common/themables"
5594
- ],
5595
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5596
- "vs/base/common/numbers": [
5597
- "require",
5598
- "exports"
5599
- ],
5600
- "vs/editor/contrib/colorPicker/browser/color": [
5601
- "require",
5602
- "exports",
5603
- "vs/base/common/cancellation",
5604
- "vs/base/common/errors",
5605
- "vs/base/common/uri",
5606
- "vs/editor/common/core/range",
5607
- "vs/editor/common/services/model",
5608
- "vs/platform/commands/common/commands",
5609
- "vs/editor/common/services/languageFeatures",
5610
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
5611
- "vs/platform/configuration/common/configuration"
5612
- ],
5613
- "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5614
- "require",
5615
- "exports",
5616
- "vs/base/common/event"
5617
- ],
5618
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
5619
- "require",
5620
- "exports",
5621
- "vs/base/browser/pixelRatio",
5622
- "vs/base/browser/dom",
5623
- "vs/base/browser/globalPointerMoveMonitor",
5624
- "vs/base/browser/ui/widget",
5625
- "vs/base/common/codicons",
5626
- "vs/base/common/color",
5627
- "vs/base/common/event",
5628
- "vs/base/common/lifecycle",
5629
- "vs/base/common/themables",
5630
- "vs/nls",
5631
- "vs/platform/theme/common/colorRegistry",
5632
- "vs/platform/theme/common/iconRegistry",
5633
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
5634
- ],
5635
- "vs/editor/browser/editorDom": [
5636
- "require",
5637
- "exports",
5638
- "vs/base/browser/dom",
5639
- "vs/base/browser/globalPointerMoveMonitor",
5640
- "vs/base/browser/mouseEvent",
5641
- "vs/base/common/async",
5642
- "vs/base/common/lifecycle",
5643
- "vs/platform/theme/common/colorRegistry"
5644
- ],
5645
- "vs/editor/contrib/hover/browser/hoverActionIds": [
5646
- "require",
5647
- "exports",
5648
- "vs/nls"
5649
- ],
5650
- "vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": [
5651
- "require",
5652
- "exports",
5653
- "vs/base/browser/dom",
5654
- "vs/base/browser/ui/actionbar/actionViewItems",
5655
- "vs/base/browser/ui/keybindingLabel/keybindingLabel",
5656
- "vs/base/common/actions",
5657
- "vs/base/common/arrays",
5658
- "vs/base/common/async",
5659
- "vs/base/common/codicons",
5660
- "vs/base/common/lifecycle",
5661
- "vs/base/common/observable",
5662
- "vs/base/common/observableInternal/derived",
5663
- "vs/base/common/platform",
5664
- "vs/base/common/themables",
5665
- "vs/editor/common/core/position",
5666
- "vs/editor/common/languages",
5667
- "vs/editor/contrib/inlineCompletions/browser/controller/commandIds",
5668
- "vs/nls",
5669
- "vs/platform/actions/browser/menuEntryActionViewItem",
5670
- "vs/platform/actions/browser/toolbar",
5671
- "vs/platform/actions/common/actions",
5672
- "vs/platform/commands/common/commands",
5673
- "vs/platform/contextkey/common/contextkey",
5674
- "vs/platform/contextview/browser/contextView",
5675
- "vs/platform/instantiation/common/instantiation",
5676
- "vs/platform/keybinding/common/keybinding",
5677
- "vs/platform/telemetry/common/telemetry",
5678
- "vs/platform/theme/common/iconRegistry",
5679
- "vs/css!vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget"
5680
- ],
5681
- "vs/editor/contrib/hover/browser/hoverUtils": [
5682
- "require",
5683
- "exports",
5684
- "vs/base/browser/dom"
5685
- ],
5686
- "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper": [
5687
- "require",
5688
- "exports",
5689
- "vs/base/browser/dom",
5690
- "vs/base/common/lifecycle",
5691
- "vs/editor/common/languages",
5692
- "vs/editor/contrib/hover/browser/hoverOperation",
5693
- "vs/editor/contrib/hover/browser/hoverTypes",
5694
- "vs/platform/instantiation/common/instantiation",
5695
- "vs/platform/keybinding/common/keybinding",
5696
- "vs/editor/contrib/hover/browser/contentHoverWidget",
5697
- "vs/editor/contrib/hover/browser/contentHoverComputer",
5698
- "vs/editor/contrib/hover/browser/contentHoverTypes",
5699
- "vs/base/common/event",
5700
- "vs/editor/contrib/hover/browser/contentHoverRendered",
5701
- "vs/editor/contrib/hover/browser/hoverUtils"
5702
- ],
5703
5667
  "vs/editor/common/config/diffEditor": [
5704
5668
  "require",
5705
5669
  "exports"
@@ -5726,6 +5690,30 @@
5726
5690
  "vs/editor/contrib/codeAction/common/types",
5727
5691
  "vs/base/common/hierarchicalKind"
5728
5692
  ],
5693
+ "vs/editor/contrib/codeAction/common/types": [
5694
+ "require",
5695
+ "exports",
5696
+ "vs/base/common/errors",
5697
+ "vs/base/common/hierarchicalKind"
5698
+ ],
5699
+ "vs/editor/contrib/codeAction/browser/codeActionModel": [
5700
+ "require",
5701
+ "exports",
5702
+ "vs/base/common/async",
5703
+ "vs/base/common/errors",
5704
+ "vs/base/common/event",
5705
+ "vs/base/common/lifecycle",
5706
+ "vs/base/common/resources",
5707
+ "vs/editor/common/config/editorOptions",
5708
+ "vs/editor/common/core/position",
5709
+ "vs/editor/common/core/selection",
5710
+ "vs/platform/contextkey/common/contextkey",
5711
+ "vs/platform/progress/common/progress",
5712
+ "vs/editor/contrib/codeAction/common/types",
5713
+ "vs/editor/contrib/codeAction/browser/codeAction",
5714
+ "vs/base/common/hierarchicalKind",
5715
+ "vs/base/common/stopwatch"
5716
+ ],
5729
5717
  "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
5730
5718
  "require",
5731
5719
  "exports",
@@ -5748,42 +5736,18 @@
5748
5736
  "vs/platform/actionWidget/browser/actionWidget": [
5749
5737
  "require",
5750
5738
  "exports",
5751
- "vs/base/browser/dom",
5752
- "vs/base/browser/ui/actionbar/actionbar",
5753
- "vs/base/common/lifecycle",
5754
- "vs/nls",
5755
- "vs/platform/actionWidget/browser/actionList",
5756
- "vs/platform/actions/common/actions",
5757
- "vs/platform/contextkey/common/contextkey",
5758
- "vs/platform/contextview/browser/contextView",
5759
- "vs/platform/instantiation/common/extensions",
5760
- "vs/platform/instantiation/common/instantiation",
5761
- "vs/platform/theme/common/colorRegistry",
5762
- "vs/css!vs/platform/actionWidget/browser/actionWidget"
5763
- ],
5764
- "vs/editor/contrib/codeAction/common/types": [
5765
- "require",
5766
- "exports",
5767
- "vs/base/common/errors",
5768
- "vs/base/common/hierarchicalKind"
5769
- ],
5770
- "vs/editor/contrib/codeAction/browser/codeActionModel": [
5771
- "require",
5772
- "exports",
5773
- "vs/base/common/async",
5774
- "vs/base/common/errors",
5775
- "vs/base/common/event",
5776
- "vs/base/common/lifecycle",
5777
- "vs/base/common/resources",
5778
- "vs/editor/common/config/editorOptions",
5779
- "vs/editor/common/core/position",
5780
- "vs/editor/common/core/selection",
5739
+ "vs/base/browser/dom",
5740
+ "vs/base/browser/ui/actionbar/actionbar",
5741
+ "vs/base/common/lifecycle",
5742
+ "vs/nls",
5743
+ "vs/platform/actionWidget/browser/actionList",
5744
+ "vs/platform/actions/common/actions",
5781
5745
  "vs/platform/contextkey/common/contextkey",
5782
- "vs/platform/progress/common/progress",
5783
- "vs/editor/contrib/codeAction/common/types",
5784
- "vs/editor/contrib/codeAction/browser/codeAction",
5785
- "vs/base/common/hierarchicalKind",
5786
- "vs/base/common/stopwatch"
5746
+ "vs/platform/contextview/browser/contextView",
5747
+ "vs/platform/instantiation/common/extensions",
5748
+ "vs/platform/instantiation/common/instantiation",
5749
+ "vs/platform/theme/common/colorRegistry",
5750
+ "vs/css!vs/platform/actionWidget/browser/actionWidget"
5787
5751
  ],
5788
5752
  "vs/base/browser/touch": [
5789
5753
  "require",
@@ -5807,100 +5771,136 @@
5807
5771
  "vs/base/common/event",
5808
5772
  "vs/platform/registry/common/platform"
5809
5773
  ],
5810
- "vs/editor/browser/config/charWidthReader": [
5774
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5811
5775
  "require",
5812
5776
  "exports",
5813
- "vs/editor/browser/config/domFontInfo"
5777
+ "vs/base/browser/dom",
5778
+ "vs/base/browser/ui/hover/hoverWidget",
5779
+ "vs/base/common/lifecycle",
5780
+ "vs/platform/keybinding/common/keybinding"
5814
5781
  ],
5815
- "vs/editor/common/viewLayout/viewLineRenderer": [
5782
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5816
5783
  "require",
5817
5784
  "exports",
5818
- "vs/nls",
5819
- "vs/base/common/strings",
5820
- "vs/editor/common/core/stringBuilder",
5821
- "vs/editor/common/viewLayout/lineDecorations",
5822
- "vs/editor/common/viewLayout/linePart"
5785
+ "vs/base/common/color",
5786
+ "vs/base/common/lifecycle",
5787
+ "vs/editor/common/services/languageFeatures",
5788
+ "vs/editor/common/editorFeatures",
5789
+ "vs/editor/common/services/editorWorker"
5823
5790
  ],
5824
- "vs/base/browser/ui/hover/hoverDelegateFactory": [
5791
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5825
5792
  "require",
5826
5793
  "exports",
5827
- "vs/base/common/lazy"
5794
+ "vs/base/browser/dom",
5795
+ "vs/base/common/themables"
5828
5796
  ],
5829
- "vs/base/browser/ui/hover/hoverDelegate2": [
5797
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5798
+ "vs/base/common/numbers": [
5830
5799
  "require",
5831
5800
  "exports"
5832
5801
  ],
5833
- "vs/base/common/hotReloadHelpers": [
5802
+ "vs/editor/browser/editorDom": [
5834
5803
  "require",
5835
5804
  "exports",
5836
- "vs/base/common/hotReload",
5837
- "vs/base/common/observable"
5805
+ "vs/base/browser/dom",
5806
+ "vs/base/browser/globalPointerMoveMonitor",
5807
+ "vs/base/browser/mouseEvent",
5808
+ "vs/base/common/async",
5809
+ "vs/base/common/lifecycle",
5810
+ "vs/platform/theme/common/colorRegistry"
5838
5811
  ],
5839
- "vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl": [
5812
+ "vs/editor/contrib/colorPicker/browser/color": [
5840
5813
  "require",
5841
5814
  "exports",
5842
- "vs/base/browser/dom",
5843
- "vs/base/browser/ui/scrollbar/scrollableElement",
5844
- "vs/base/common/arrays",
5845
- "vs/base/common/arraysFind",
5815
+ "vs/base/common/cancellation",
5846
5816
  "vs/base/common/errors",
5847
- "vs/base/common/lifecycle",
5848
- "vs/base/common/observable",
5849
- "vs/base/common/observableInternal/base",
5850
- "vs/base/common/scrollable",
5851
- "vs/editor/browser/widget/diffEditor/utils",
5852
- "vs/editor/common/core/offsetRange",
5853
- "vs/editor/common/core/selection",
5854
- "vs/editor/common/editorContextKeys",
5855
- "vs/platform/contextkey/common/contextkey",
5856
- "vs/platform/instantiation/common/instantiation",
5857
- "vs/platform/instantiation/common/serviceCollection",
5858
- "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
5859
- "vs/editor/browser/widget/multiDiffEditor/objectPool",
5860
- "vs/nls",
5861
- "vs/css!vs/editor/browser/widget/multiDiffEditor/style"
5817
+ "vs/base/common/uri",
5818
+ "vs/editor/common/core/range",
5819
+ "vs/editor/common/services/model",
5820
+ "vs/platform/commands/common/commands",
5821
+ "vs/editor/common/services/languageFeatures",
5822
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
5823
+ "vs/platform/configuration/common/configuration"
5862
5824
  ],
5863
- "vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate": [
5825
+ "vs/editor/contrib/hover/browser/hoverActionIds": [
5826
+ "require",
5827
+ "exports",
5828
+ "vs/nls"
5829
+ ],
5830
+ "vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": [
5864
5831
  "require",
5865
5832
  "exports",
5866
5833
  "vs/base/browser/dom",
5867
- "vs/base/browser/ui/button/button",
5834
+ "vs/base/browser/ui/actionbar/actionViewItems",
5835
+ "vs/base/browser/ui/keybindingLabel/keybindingLabel",
5836
+ "vs/base/common/actions",
5837
+ "vs/base/common/arrays",
5838
+ "vs/base/common/async",
5868
5839
  "vs/base/common/codicons",
5869
5840
  "vs/base/common/lifecycle",
5870
5841
  "vs/base/common/observable",
5871
- "vs/base/common/observableInternal/base",
5872
- "vs/editor/browser/observableCodeEditor",
5873
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
5842
+ "vs/base/common/observableInternal/derived",
5843
+ "vs/base/common/platform",
5844
+ "vs/base/common/themables",
5845
+ "vs/editor/common/core/position",
5846
+ "vs/editor/common/languages",
5847
+ "vs/editor/contrib/inlineCompletions/browser/controller/commandIds",
5848
+ "vs/nls",
5874
5849
  "vs/platform/actions/browser/menuEntryActionViewItem",
5875
5850
  "vs/platform/actions/browser/toolbar",
5876
5851
  "vs/platform/actions/common/actions",
5877
- "vs/platform/instantiation/common/instantiation",
5878
- "vs/editor/browser/widget/multiDiffEditor/utils",
5852
+ "vs/platform/commands/common/commands",
5879
5853
  "vs/platform/contextkey/common/contextkey",
5880
- "vs/platform/instantiation/common/serviceCollection"
5854
+ "vs/platform/contextview/browser/contextView",
5855
+ "vs/platform/instantiation/common/instantiation",
5856
+ "vs/platform/keybinding/common/keybinding",
5857
+ "vs/platform/telemetry/common/telemetry",
5858
+ "vs/platform/theme/common/iconRegistry",
5859
+ "vs/css!vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget"
5881
5860
  ],
5882
- "vs/editor/browser/widget/multiDiffEditor/colors": [
5861
+ "vs/editor/contrib/hover/browser/hoverUtils": [
5883
5862
  "require",
5884
5863
  "exports",
5885
- "vs/nls",
5886
- "vs/platform/theme/common/colorRegistry"
5864
+ "vs/base/browser/dom"
5887
5865
  ],
5888
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5866
+ "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper": [
5889
5867
  "require",
5890
5868
  "exports",
5891
5869
  "vs/base/browser/dom",
5892
- "vs/base/browser/ui/hover/hoverWidget",
5893
5870
  "vs/base/common/lifecycle",
5894
- "vs/platform/keybinding/common/keybinding"
5871
+ "vs/editor/common/languages",
5872
+ "vs/editor/contrib/hover/browser/hoverOperation",
5873
+ "vs/editor/contrib/hover/browser/hoverTypes",
5874
+ "vs/platform/instantiation/common/instantiation",
5875
+ "vs/platform/keybinding/common/keybinding",
5876
+ "vs/editor/contrib/hover/browser/contentHoverWidget",
5877
+ "vs/editor/contrib/hover/browser/contentHoverComputer",
5878
+ "vs/editor/contrib/hover/browser/contentHoverTypes",
5879
+ "vs/base/common/event",
5880
+ "vs/editor/contrib/hover/browser/contentHoverRendered",
5881
+ "vs/editor/contrib/hover/browser/hoverUtils"
5895
5882
  ],
5896
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5883
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5884
+ "require",
5885
+ "exports",
5886
+ "vs/base/common/event"
5887
+ ],
5888
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
5897
5889
  "require",
5898
5890
  "exports",
5891
+ "vs/base/browser/pixelRatio",
5892
+ "vs/base/browser/dom",
5893
+ "vs/base/browser/globalPointerMoveMonitor",
5894
+ "vs/base/browser/ui/widget",
5895
+ "vs/base/common/codicons",
5899
5896
  "vs/base/common/color",
5897
+ "vs/base/common/event",
5900
5898
  "vs/base/common/lifecycle",
5901
- "vs/editor/common/services/languageFeatures",
5902
- "vs/editor/common/editorFeatures",
5903
- "vs/editor/common/services/editorWorker"
5899
+ "vs/base/common/themables",
5900
+ "vs/nls",
5901
+ "vs/platform/theme/common/colorRegistry",
5902
+ "vs/platform/theme/common/iconRegistry",
5903
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
5904
5904
  ],
5905
5905
  "vs/base/browser/dnd": [
5906
5906
  "require",
@@ -5922,21 +5922,24 @@
5922
5922
  "exports",
5923
5923
  "vs/base/common/strings"
5924
5924
  ],
5925
- "vs/editor/common/services/treeViewsDnd": [
5925
+ "vs/editor/contrib/find/browser/findDecorations": [
5926
5926
  "require",
5927
- "exports"
5927
+ "exports",
5928
+ "vs/editor/common/core/range",
5929
+ "vs/editor/common/model",
5930
+ "vs/editor/common/model/textModel",
5931
+ "vs/platform/theme/common/colorRegistry",
5932
+ "vs/platform/theme/common/themeService"
5928
5933
  ],
5929
- "vs/editor/common/services/treeViewsDndService": [
5934
+ "vs/editor/contrib/find/browser/replaceAllCommand": [
5930
5935
  "require",
5931
5936
  "exports",
5932
- "vs/platform/instantiation/common/extensions",
5933
- "vs/platform/instantiation/common/instantiation",
5934
- "vs/editor/common/services/treeViewsDnd"
5937
+ "vs/editor/common/core/range"
5935
5938
  ],
5936
- "vs/platform/dnd/browser/dnd": [
5939
+ "vs/editor/contrib/find/browser/replacePattern": [
5937
5940
  "require",
5938
5941
  "exports",
5939
- "vs/platform/registry/common/platform"
5942
+ "vs/base/common/search"
5940
5943
  ],
5941
5944
  "vs/base/browser/ui/findinput/findInputToggles": [
5942
5945
  "require",
@@ -5956,25 +5959,6 @@
5956
5959
  "vs/base/common/lifecycle"
5957
5960
  ],
5958
5961
  "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5959
- "vs/editor/contrib/find/browser/findDecorations": [
5960
- "require",
5961
- "exports",
5962
- "vs/editor/common/core/range",
5963
- "vs/editor/common/model",
5964
- "vs/editor/common/model/textModel",
5965
- "vs/platform/theme/common/colorRegistry",
5966
- "vs/platform/theme/common/themeService"
5967
- ],
5968
- "vs/editor/contrib/find/browser/replaceAllCommand": [
5969
- "require",
5970
- "exports",
5971
- "vs/editor/common/core/range"
5972
- ],
5973
- "vs/editor/contrib/find/browser/replacePattern": [
5974
- "require",
5975
- "exports",
5976
- "vs/base/common/search"
5977
- ],
5978
5962
  "vs/base/browser/ui/toggle/toggle": [
5979
5963
  "require",
5980
5964
  "exports",
@@ -6020,6 +6004,22 @@
6020
6004
  "vs/base/common/color"
6021
6005
  ],
6022
6006
  "vs/css!vs/editor/contrib/find/browser/findWidget": [],
6007
+ "vs/editor/common/services/treeViewsDnd": [
6008
+ "require",
6009
+ "exports"
6010
+ ],
6011
+ "vs/editor/common/services/treeViewsDndService": [
6012
+ "require",
6013
+ "exports",
6014
+ "vs/platform/instantiation/common/extensions",
6015
+ "vs/platform/instantiation/common/instantiation",
6016
+ "vs/editor/common/services/treeViewsDnd"
6017
+ ],
6018
+ "vs/platform/dnd/browser/dnd": [
6019
+ "require",
6020
+ "exports",
6021
+ "vs/platform/registry/common/platform"
6022
+ ],
6023
6023
  "vs/base/common/observableInternal/base": [
6024
6024
  "require",
6025
6025
  "exports",
@@ -6056,10 +6056,6 @@
6056
6056
  "vs/platform/opener/common/opener",
6057
6057
  "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown"
6058
6058
  ],
6059
- "vs/base/common/idGenerator": [
6060
- "require",
6061
- "exports"
6062
- ],
6063
6059
  "vs/base/browser/domObservable": [
6064
6060
  "require",
6065
6061
  "exports",
@@ -6163,32 +6159,6 @@
6163
6159
  "vs/editor/contrib/snippet/browser/snippetSession",
6164
6160
  "vs/editor/contrib/suggest/browser/suggestController"
6165
6161
  ],
6166
- "vs/base/browser/markdownRenderer": [
6167
- "require",
6168
- "exports",
6169
- "vs/base/browser/dom",
6170
- "vs/base/browser/dompurify/dompurify",
6171
- "vs/base/browser/event",
6172
- "vs/base/browser/formattedTextRenderer",
6173
- "vs/base/browser/keyboardEvent",
6174
- "vs/base/browser/mouseEvent",
6175
- "vs/base/browser/ui/iconLabel/iconLabels",
6176
- "vs/base/common/errors",
6177
- "vs/base/common/event",
6178
- "vs/base/common/htmlContent",
6179
- "vs/base/common/iconLabels",
6180
- "vs/base/common/idGenerator",
6181
- "vs/base/common/lazy",
6182
- "vs/base/common/lifecycle",
6183
- "vs/base/common/marked/marked",
6184
- "vs/base/common/marshalling",
6185
- "vs/base/common/network",
6186
- "vs/base/common/objects",
6187
- "vs/base/common/resources",
6188
- "vs/base/common/strings",
6189
- "vs/base/common/uri"
6190
- ],
6191
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6192
6162
  "vs/base/browser/ui/actionbar/actionbar": [
6193
6163
  "require",
6194
6164
  "exports",
@@ -6244,7 +6214,37 @@
6244
6214
  "vs/platform/accessibility/common/accessibility",
6245
6215
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6246
6216
  ],
6247
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6217
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6218
+ "vs/base/common/idGenerator": [
6219
+ "require",
6220
+ "exports"
6221
+ ],
6222
+ "vs/base/browser/markdownRenderer": [
6223
+ "require",
6224
+ "exports",
6225
+ "vs/base/browser/dom",
6226
+ "vs/base/browser/dompurify/dompurify",
6227
+ "vs/base/browser/event",
6228
+ "vs/base/browser/formattedTextRenderer",
6229
+ "vs/base/browser/keyboardEvent",
6230
+ "vs/base/browser/mouseEvent",
6231
+ "vs/base/browser/ui/iconLabel/iconLabels",
6232
+ "vs/base/common/errors",
6233
+ "vs/base/common/event",
6234
+ "vs/base/common/htmlContent",
6235
+ "vs/base/common/iconLabels",
6236
+ "vs/base/common/idGenerator",
6237
+ "vs/base/common/lazy",
6238
+ "vs/base/common/lifecycle",
6239
+ "vs/base/common/marked/marked",
6240
+ "vs/base/common/marshalling",
6241
+ "vs/base/common/network",
6242
+ "vs/base/common/objects",
6243
+ "vs/base/common/resources",
6244
+ "vs/base/common/strings",
6245
+ "vs/base/common/uri"
6246
+ ],
6247
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6248
6248
  "vs/base/browser/ui/hover/hoverWidget": [
6249
6249
  "require",
6250
6250
  "exports",
@@ -6345,59 +6345,6 @@
6345
6345
  "vs/base/common/platform",
6346
6346
  "vs/base/common/strings"
6347
6347
  ],
6348
- "vs/editor/contrib/inlineEdits/browser/consts": [
6349
- "require",
6350
- "exports",
6351
- "vs/nls",
6352
- "vs/platform/contextkey/common/contextkey"
6353
- ],
6354
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6355
- "require",
6356
- "exports",
6357
- "vs/base/common/async",
6358
- "vs/base/common/cancellation",
6359
- "vs/base/common/equals",
6360
- "vs/base/common/errors",
6361
- "vs/base/common/lifecycle",
6362
- "vs/base/common/observable",
6363
- "vs/base/common/observableInternal/derived",
6364
- "vs/base/common/uri",
6365
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6366
- "vs/editor/common/core/lineRange",
6367
- "vs/editor/common/languages",
6368
- "vs/editor/common/services/languageFeatures",
6369
- "vs/editor/common/services/model",
6370
- "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6371
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6372
- ],
6373
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6374
- "require",
6375
- "exports",
6376
- "vs/base/browser/dom",
6377
- "vs/base/browser/fonts",
6378
- "vs/base/common/lifecycle",
6379
- "vs/base/common/observable",
6380
- "vs/base/common/observableInternal/derived",
6381
- "vs/editor/browser/editorExtensions",
6382
- "vs/editor/browser/observableCodeEditor",
6383
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6384
- "vs/editor/browser/widget/diffEditor/registrations.contribution",
6385
- "vs/editor/browser/widget/diffEditor/utils",
6386
- "vs/editor/common/languages/modesRegistry",
6387
- "vs/editor/common/model/textModel",
6388
- "vs/editor/contrib/contextmenu/browser/contextmenu",
6389
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6390
- "vs/editor/contrib/suggest/browser/suggestController",
6391
- "vs/platform/instantiation/common/instantiation",
6392
- "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6393
- ],
6394
- "vs/platform/observable/common/platformObservableUtils": [
6395
- "require",
6396
- "exports",
6397
- "vs/base/common/observable",
6398
- "vs/base/common/observableInternal/utils"
6399
- ],
6400
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6401
6348
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6402
6349
  "require",
6403
6350
  "exports"
@@ -6480,6 +6427,59 @@
6480
6427
  "vs/editor/common/services/editorWorker",
6481
6428
  "vs/platform/telemetry/common/telemetry"
6482
6429
  ],
6430
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6431
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6432
+ "require",
6433
+ "exports",
6434
+ "vs/nls",
6435
+ "vs/platform/contextkey/common/contextkey"
6436
+ ],
6437
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6438
+ "require",
6439
+ "exports",
6440
+ "vs/base/common/async",
6441
+ "vs/base/common/cancellation",
6442
+ "vs/base/common/equals",
6443
+ "vs/base/common/errors",
6444
+ "vs/base/common/lifecycle",
6445
+ "vs/base/common/observable",
6446
+ "vs/base/common/observableInternal/derived",
6447
+ "vs/base/common/uri",
6448
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6449
+ "vs/editor/common/core/lineRange",
6450
+ "vs/editor/common/languages",
6451
+ "vs/editor/common/services/languageFeatures",
6452
+ "vs/editor/common/services/model",
6453
+ "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6454
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6455
+ ],
6456
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6457
+ "require",
6458
+ "exports",
6459
+ "vs/base/browser/dom",
6460
+ "vs/base/browser/fonts",
6461
+ "vs/base/common/lifecycle",
6462
+ "vs/base/common/observable",
6463
+ "vs/base/common/observableInternal/derived",
6464
+ "vs/editor/browser/editorExtensions",
6465
+ "vs/editor/browser/observableCodeEditor",
6466
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6467
+ "vs/editor/browser/widget/diffEditor/registrations.contribution",
6468
+ "vs/editor/browser/widget/diffEditor/utils",
6469
+ "vs/editor/common/languages/modesRegistry",
6470
+ "vs/editor/common/model/textModel",
6471
+ "vs/editor/contrib/contextmenu/browser/contextmenu",
6472
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6473
+ "vs/editor/contrib/suggest/browser/suggestController",
6474
+ "vs/platform/instantiation/common/instantiation",
6475
+ "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6476
+ ],
6477
+ "vs/platform/observable/common/platformObservableUtils": [
6478
+ "require",
6479
+ "exports",
6480
+ "vs/base/common/observable",
6481
+ "vs/base/common/observableInternal/utils"
6482
+ ],
6483
6483
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6484
6484
  "vs/base/common/equals": [
6485
6485
  "require",
@@ -6530,11 +6530,20 @@
6530
6530
  "vs/editor/common/core/range",
6531
6531
  "vs/editor/common/core/eolCounter"
6532
6532
  ],
6533
- "vs/platform/action/common/actionCommonCategories": [
6533
+ "vs/editor/contrib/snippet/browser/snippetVariables": [
6534
6534
  "require",
6535
6535
  "exports",
6536
- "vs/nls"
6536
+ "vs/base/common/labels",
6537
+ "vs/base/common/path",
6538
+ "vs/base/common/resources",
6539
+ "vs/base/common/strings",
6540
+ "vs/base/common/uuid",
6541
+ "vs/editor/common/languages/languageConfigurationRegistry",
6542
+ "vs/editor/contrib/snippet/browser/snippetParser",
6543
+ "vs/nls",
6544
+ "vs/platform/workspace/common/workspace"
6537
6545
  ],
6546
+ "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6538
6547
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6539
6548
  "require",
6540
6549
  "exports",
@@ -6568,39 +6577,15 @@
6568
6577
  "require",
6569
6578
  "exports"
6570
6579
  ],
6571
- "vs/editor/contrib/snippet/browser/snippetVariables": [
6580
+ "vs/platform/action/common/actionCommonCategories": [
6572
6581
  "require",
6573
6582
  "exports",
6574
- "vs/base/common/labels",
6575
- "vs/base/common/path",
6576
- "vs/base/common/resources",
6577
- "vs/base/common/strings",
6578
- "vs/base/common/uuid",
6579
- "vs/editor/common/languages/languageConfigurationRegistry",
6580
- "vs/editor/contrib/snippet/browser/snippetParser",
6581
- "vs/nls",
6582
- "vs/platform/workspace/common/workspace"
6583
+ "vs/nls"
6583
6584
  ],
6584
- "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6585
6585
  "vs/base/common/naturalLanguage/korean": [
6586
6586
  "require",
6587
6587
  "exports"
6588
6588
  ],
6589
- "vs/platform/opener/browser/link": [
6590
- "require",
6591
- "exports",
6592
- "vs/base/browser/dom",
6593
- "vs/base/browser/event",
6594
- "vs/base/browser/keyboardEvent",
6595
- "vs/base/browser/touch",
6596
- "vs/base/common/event",
6597
- "vs/base/common/lifecycle",
6598
- "vs/platform/opener/common/opener",
6599
- "vs/base/browser/ui/hover/hoverDelegateFactory",
6600
- "vs/platform/hover/browser/hover",
6601
- "vs/css!vs/platform/opener/browser/link"
6602
- ],
6603
- "vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
6604
6589
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6605
6590
  "require",
6606
6591
  "exports",
@@ -6667,6 +6652,21 @@
6667
6652
  "vs/base/common/platform",
6668
6653
  "vs/base/common/strings"
6669
6654
  ],
6655
+ "vs/platform/opener/browser/link": [
6656
+ "require",
6657
+ "exports",
6658
+ "vs/base/browser/dom",
6659
+ "vs/base/browser/event",
6660
+ "vs/base/browser/keyboardEvent",
6661
+ "vs/base/browser/touch",
6662
+ "vs/base/common/event",
6663
+ "vs/base/common/lifecycle",
6664
+ "vs/platform/opener/common/opener",
6665
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
6666
+ "vs/platform/hover/browser/hover",
6667
+ "vs/css!vs/platform/opener/browser/link"
6668
+ ],
6669
+ "vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
6670
6670
  "vs/base/common/observableInternal/autorun": [
6671
6671
  "require",
6672
6672
  "exports",
@@ -6704,6 +6704,25 @@
6704
6704
  "require",
6705
6705
  "exports"
6706
6706
  ],
6707
+ "vs/base/common/errorMessage": [
6708
+ "require",
6709
+ "exports",
6710
+ "vs/base/common/arrays",
6711
+ "vs/base/common/types",
6712
+ "vs/nls"
6713
+ ],
6714
+ "vs/base/common/tfIdf": [
6715
+ "require",
6716
+ "exports"
6717
+ ],
6718
+ "vs/platform/quickinput/browser/pickerQuickAccess": [
6719
+ "require",
6720
+ "exports",
6721
+ "vs/base/common/async",
6722
+ "vs/base/common/cancellation",
6723
+ "vs/base/common/lifecycle",
6724
+ "vs/base/common/types"
6725
+ ],
6707
6726
  "vs/base/browser/ui/splitview/splitview": [
6708
6727
  "require",
6709
6728
  "exports",
@@ -6809,105 +6828,38 @@
6809
6828
  "vs/base/common/lifecycle",
6810
6829
  "vs/base/common/types"
6811
6830
  ],
6812
- "vs/base/browser/ui/tree/dataTree": [
6813
- "require",
6814
- "exports",
6815
- "vs/base/browser/ui/tree/abstractTree",
6816
- "vs/base/browser/ui/tree/objectTreeModel"
6817
- ],
6818
- "vs/base/browser/ui/tree/objectTree": [
6819
- "require",
6820
- "exports",
6821
- "vs/base/browser/ui/tree/abstractTree",
6822
- "vs/base/browser/ui/tree/compressedObjectTreeModel",
6823
- "vs/base/browser/ui/tree/objectTreeModel",
6824
- "vs/base/common/decorators",
6825
- "vs/base/common/iterator"
6826
- ],
6827
- "vs/base/common/marshalling": [
6828
- "require",
6829
- "exports",
6830
- "vs/base/common/buffer",
6831
- "vs/base/common/uri"
6832
- ],
6833
- "vs/base/common/errorMessage": [
6834
- "require",
6835
- "exports",
6836
- "vs/base/common/arrays",
6837
- "vs/base/common/types",
6838
- "vs/nls"
6839
- ],
6840
- "vs/base/common/tfIdf": [
6841
- "require",
6842
- "exports"
6843
- ],
6844
- "vs/platform/quickinput/browser/pickerQuickAccess": [
6845
- "require",
6846
- "exports",
6847
- "vs/base/common/async",
6848
- "vs/base/common/cancellation",
6849
- "vs/base/common/lifecycle",
6850
- "vs/base/common/types"
6851
- ],
6852
- "vs/editor/common/core/textEdit": [
6853
- "require",
6854
- "exports",
6855
- "vs/base/common/assert",
6856
- "vs/base/common/errors",
6857
- "vs/editor/common/core/position",
6858
- "vs/editor/common/core/positionToOffset",
6859
- "vs/editor/common/core/range",
6860
- "vs/editor/common/core/textLength"
6861
- ],
6862
- "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6863
- "require",
6864
- "exports"
6865
- ],
6866
- "vs/base/common/ime": [
6867
- "require",
6868
- "exports",
6869
- "vs/base/common/event"
6870
- ],
6871
- "vs/platform/keybinding/common/baseResolvedKeybinding": [
6831
+ "vs/base/browser/ui/tree/dataTree": [
6872
6832
  "require",
6873
6833
  "exports",
6874
- "vs/base/common/errors",
6875
- "vs/base/common/keybindingLabels",
6876
- "vs/base/common/keybindings"
6834
+ "vs/base/browser/ui/tree/abstractTree",
6835
+ "vs/base/browser/ui/tree/objectTreeModel"
6877
6836
  ],
6878
- "vs/base/browser/ui/contextview/contextview": [
6837
+ "vs/base/browser/ui/tree/objectTree": [
6879
6838
  "require",
6880
6839
  "exports",
6881
- "vs/base/browser/canIUse",
6882
- "vs/base/browser/dom",
6883
- "vs/base/common/lifecycle",
6884
- "vs/base/common/platform",
6885
- "vs/base/common/range",
6886
- "vs/css!vs/base/browser/ui/contextview/contextview"
6840
+ "vs/base/browser/ui/tree/abstractTree",
6841
+ "vs/base/browser/ui/tree/compressedObjectTreeModel",
6842
+ "vs/base/browser/ui/tree/objectTreeModel",
6843
+ "vs/base/common/decorators",
6844
+ "vs/base/common/iterator"
6887
6845
  ],
6888
- "vs/editor/common/services/languagesRegistry": [
6846
+ "vs/base/common/marshalling": [
6889
6847
  "require",
6890
6848
  "exports",
6891
- "vs/base/common/event",
6892
- "vs/base/common/lifecycle",
6893
- "vs/base/common/strings",
6894
- "vs/editor/common/services/languagesAssociations",
6895
- "vs/editor/common/languages/modesRegistry",
6896
- "vs/platform/configuration/common/configurationRegistry",
6897
- "vs/platform/registry/common/platform"
6849
+ "vs/base/common/buffer",
6850
+ "vs/base/common/uri"
6898
6851
  ],
6899
- "vs/platform/contextview/browser/contextMenuHandler": [
6852
+ "vs/editor/common/core/textEdit": [
6900
6853
  "require",
6901
6854
  "exports",
6902
- "vs/base/browser/dom",
6903
- "vs/base/browser/mouseEvent",
6904
- "vs/base/browser/ui/menu/menu",
6905
- "vs/base/common/actions",
6855
+ "vs/base/common/assert",
6906
6856
  "vs/base/common/errors",
6907
- "vs/base/common/lifecycle",
6908
- "vs/platform/theme/browser/defaultStyles"
6857
+ "vs/editor/common/core/position",
6858
+ "vs/editor/common/core/positionToOffset",
6859
+ "vs/editor/common/core/range",
6860
+ "vs/editor/common/core/textLength"
6909
6861
  ],
6910
- "vs/platform/editor/common/editor": [
6862
+ "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6911
6863
  "require",
6912
6864
  "exports"
6913
6865
  ],
@@ -6922,30 +6874,12 @@
6922
6874
  "vs/base/common/arrays",
6923
6875
  "vs/nls"
6924
6876
  ],
6925
- "vs/base/common/collections": [
6926
- "require",
6927
- "exports"
6928
- ],
6929
- "vs/platform/quickinput/browser/quickInputService": [
6877
+ "vs/editor/common/viewLayout/lineDecorations": [
6930
6878
  "require",
6931
6879
  "exports",
6932
- "vs/base/common/cancellation",
6933
- "vs/base/common/event",
6934
- "vs/platform/contextkey/common/contextkey",
6935
- "vs/platform/instantiation/common/instantiation",
6936
- "vs/platform/layout/browser/layoutService",
6937
- "vs/platform/opener/common/opener",
6938
- "vs/platform/quickinput/browser/quickAccess",
6939
- "vs/platform/theme/browser/defaultStyles",
6940
- "vs/platform/theme/common/colorRegistry",
6941
- "vs/platform/theme/common/themeService",
6942
- "vs/platform/quickinput/browser/quickInput",
6943
- "vs/platform/quickinput/browser/quickInputController",
6944
- "vs/platform/configuration/common/configuration",
6945
- "vs/base/browser/dom"
6880
+ "vs/base/common/strings"
6946
6881
  ],
6947
- "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
6948
- "vs/platform/instantiation/common/graph": [
6882
+ "vs/editor/common/viewLayout/linePart": [
6949
6883
  "require",
6950
6884
  "exports"
6951
6885
  ],
@@ -6957,44 +6891,6 @@
6957
6891
  "vs/base/common/linkedList",
6958
6892
  "vs/platform/theme/common/themeService"
6959
6893
  ],
6960
- "vs/editor/common/languageFeatureRegistry": [
6961
- "require",
6962
- "exports",
6963
- "vs/base/common/event",
6964
- "vs/base/common/lifecycle",
6965
- "vs/editor/common/model",
6966
- "vs/editor/common/languageSelector"
6967
- ],
6968
- "vs/editor/browser/services/hoverService/hoverWidget": [
6969
- "require",
6970
- "exports",
6971
- "vs/base/common/lifecycle",
6972
- "vs/base/common/event",
6973
- "vs/base/browser/dom",
6974
- "vs/platform/keybinding/common/keybinding",
6975
- "vs/platform/configuration/common/configuration",
6976
- "vs/editor/common/config/editorOptions",
6977
- "vs/base/browser/ui/hover/hoverWidget",
6978
- "vs/base/browser/ui/widget",
6979
- "vs/platform/opener/common/opener",
6980
- "vs/platform/instantiation/common/instantiation",
6981
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6982
- "vs/base/common/htmlContent",
6983
- "vs/nls",
6984
- "vs/base/common/platform",
6985
- "vs/platform/accessibility/common/accessibility",
6986
- "vs/base/browser/ui/aria/aria",
6987
- "vs/css!vs/editor/browser/services/hoverService/hover"
6988
- ],
6989
- "vs/editor/browser/services/hoverService/updatableHoverWidget": [
6990
- "require",
6991
- "exports",
6992
- "vs/base/browser/dom",
6993
- "vs/base/common/cancellation",
6994
- "vs/base/common/htmlContent",
6995
- "vs/base/common/types",
6996
- "vs/nls"
6997
- ],
6998
6894
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
6999
6895
  "require",
7000
6896
  "exports",
@@ -7149,47 +7045,212 @@
7149
7045
  "vs/platform/instantiation/common/instantiation",
7150
7046
  "vs/platform/keybinding/common/keybinding"
7151
7047
  ],
7152
- "vs/editor/browser/widget/diffEditor/delegatingEditorImpl": [
7048
+ "vs/editor/browser/widget/diffEditor/delegatingEditorImpl": [
7049
+ "require",
7050
+ "exports",
7051
+ "vs/base/common/event",
7052
+ "vs/base/common/lifecycle"
7053
+ ],
7054
+ "vs/editor/browser/widget/diffEditor/diffEditorOptions": [
7055
+ "require",
7056
+ "exports",
7057
+ "vs/base/common/observable",
7058
+ "vs/base/common/observableInternal/utils",
7059
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
7060
+ "vs/editor/common/config/diffEditor",
7061
+ "vs/editor/common/config/editorOptions",
7062
+ "vs/platform/accessibility/common/accessibility"
7063
+ ],
7064
+ "vs/editor/browser/widget/diffEditor/diffEditorViewModel": [
7065
+ "require",
7066
+ "exports",
7067
+ "vs/base/common/async",
7068
+ "vs/base/common/cancellation",
7069
+ "vs/base/common/lifecycle",
7070
+ "vs/base/common/observable",
7071
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
7072
+ "vs/editor/browser/widget/diffEditor/utils",
7073
+ "vs/base/common/hotReloadHelpers",
7074
+ "vs/editor/common/core/lineRange",
7075
+ "vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
7076
+ "vs/editor/common/diff/rangeMapping",
7077
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7078
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
7079
+ "vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
7080
+ "vs/base/common/types",
7081
+ "vs/base/common/arrays",
7082
+ "vs/base/common/assert"
7083
+ ],
7084
+ "vs/css!vs/editor/browser/widget/diffEditor/style": [],
7085
+ "vs/base/common/ime": [
7086
+ "require",
7087
+ "exports",
7088
+ "vs/base/common/event"
7089
+ ],
7090
+ "vs/platform/keybinding/common/baseResolvedKeybinding": [
7091
+ "require",
7092
+ "exports",
7093
+ "vs/base/common/errors",
7094
+ "vs/base/common/keybindingLabels",
7095
+ "vs/base/common/keybindings"
7096
+ ],
7097
+ "vs/base/browser/ui/contextview/contextview": [
7098
+ "require",
7099
+ "exports",
7100
+ "vs/base/browser/canIUse",
7101
+ "vs/base/browser/dom",
7102
+ "vs/base/common/lifecycle",
7103
+ "vs/base/common/platform",
7104
+ "vs/base/common/range",
7105
+ "vs/css!vs/base/browser/ui/contextview/contextview"
7106
+ ],
7107
+ "vs/editor/common/services/languagesRegistry": [
7108
+ "require",
7109
+ "exports",
7110
+ "vs/base/common/event",
7111
+ "vs/base/common/lifecycle",
7112
+ "vs/base/common/strings",
7113
+ "vs/editor/common/services/languagesAssociations",
7114
+ "vs/editor/common/languages/modesRegistry",
7115
+ "vs/platform/configuration/common/configurationRegistry",
7116
+ "vs/platform/registry/common/platform"
7117
+ ],
7118
+ "vs/platform/contextview/browser/contextMenuHandler": [
7119
+ "require",
7120
+ "exports",
7121
+ "vs/base/browser/dom",
7122
+ "vs/base/browser/mouseEvent",
7123
+ "vs/base/browser/ui/menu/menu",
7124
+ "vs/base/common/actions",
7125
+ "vs/base/common/errors",
7126
+ "vs/base/common/lifecycle",
7127
+ "vs/platform/theme/browser/defaultStyles"
7128
+ ],
7129
+ "vs/platform/editor/common/editor": [
7130
+ "require",
7131
+ "exports"
7132
+ ],
7133
+ "vs/base/common/collections": [
7134
+ "require",
7135
+ "exports"
7136
+ ],
7137
+ "vs/platform/quickinput/browser/quickInputService": [
7138
+ "require",
7139
+ "exports",
7140
+ "vs/base/common/cancellation",
7141
+ "vs/base/common/event",
7142
+ "vs/platform/contextkey/common/contextkey",
7143
+ "vs/platform/instantiation/common/instantiation",
7144
+ "vs/platform/layout/browser/layoutService",
7145
+ "vs/platform/opener/common/opener",
7146
+ "vs/platform/quickinput/browser/quickAccess",
7147
+ "vs/platform/theme/browser/defaultStyles",
7148
+ "vs/platform/theme/common/colorRegistry",
7149
+ "vs/platform/theme/common/themeService",
7150
+ "vs/platform/quickinput/browser/quickInput",
7151
+ "vs/platform/quickinput/browser/quickInputController",
7152
+ "vs/platform/configuration/common/configuration",
7153
+ "vs/base/browser/dom"
7154
+ ],
7155
+ "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
7156
+ "vs/platform/instantiation/common/graph": [
7157
+ "require",
7158
+ "exports"
7159
+ ],
7160
+ "vs/editor/common/languageFeatureRegistry": [
7161
+ "require",
7162
+ "exports",
7163
+ "vs/base/common/event",
7164
+ "vs/base/common/lifecycle",
7165
+ "vs/editor/common/model",
7166
+ "vs/editor/common/languageSelector"
7167
+ ],
7168
+ "vs/editor/browser/services/hoverService/hoverWidget": [
7169
+ "require",
7170
+ "exports",
7171
+ "vs/base/common/lifecycle",
7172
+ "vs/base/common/event",
7173
+ "vs/base/browser/dom",
7174
+ "vs/platform/keybinding/common/keybinding",
7175
+ "vs/platform/configuration/common/configuration",
7176
+ "vs/editor/common/config/editorOptions",
7177
+ "vs/base/browser/ui/hover/hoverWidget",
7178
+ "vs/base/browser/ui/widget",
7179
+ "vs/platform/opener/common/opener",
7180
+ "vs/platform/instantiation/common/instantiation",
7181
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
7182
+ "vs/base/common/htmlContent",
7183
+ "vs/nls",
7184
+ "vs/base/common/platform",
7185
+ "vs/platform/accessibility/common/accessibility",
7186
+ "vs/base/browser/ui/aria/aria",
7187
+ "vs/css!vs/editor/browser/services/hoverService/hover"
7188
+ ],
7189
+ "vs/editor/browser/services/hoverService/updatableHoverWidget": [
7190
+ "require",
7191
+ "exports",
7192
+ "vs/base/browser/dom",
7193
+ "vs/base/common/cancellation",
7194
+ "vs/base/common/htmlContent",
7195
+ "vs/base/common/types",
7196
+ "vs/nls"
7197
+ ],
7198
+ "vs/base/common/scrollable": [
7153
7199
  "require",
7154
7200
  "exports",
7155
7201
  "vs/base/common/event",
7156
7202
  "vs/base/common/lifecycle"
7157
7203
  ],
7158
- "vs/editor/browser/widget/diffEditor/diffEditorOptions": [
7204
+ "vs/editor/browser/widget/multiDiffEditor/objectPool": [
7159
7205
  "require",
7160
- "exports",
7161
- "vs/base/common/observable",
7162
- "vs/base/common/observableInternal/utils",
7163
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
7164
- "vs/editor/common/config/diffEditor",
7165
- "vs/editor/common/config/editorOptions",
7166
- "vs/platform/accessibility/common/accessibility"
7206
+ "exports"
7167
7207
  ],
7168
- "vs/editor/browser/widget/diffEditor/diffEditorViewModel": [
7208
+ "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7209
+ "vs/base/browser/ui/button/button": [
7169
7210
  "require",
7170
7211
  "exports",
7171
- "vs/base/common/async",
7172
- "vs/base/common/cancellation",
7212
+ "vs/base/browser/dom",
7213
+ "vs/base/browser/dompurify/dompurify",
7214
+ "vs/base/browser/keyboardEvent",
7215
+ "vs/base/browser/markdownRenderer",
7216
+ "vs/base/browser/touch",
7217
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7218
+ "vs/base/browser/ui/iconLabel/iconLabels",
7219
+ "vs/base/common/color",
7220
+ "vs/base/common/event",
7221
+ "vs/base/common/htmlContent",
7173
7222
  "vs/base/common/lifecycle",
7174
- "vs/base/common/observable",
7175
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
7176
- "vs/editor/browser/widget/diffEditor/utils",
7177
- "vs/base/common/hotReloadHelpers",
7178
- "vs/editor/common/core/lineRange",
7179
- "vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
7180
- "vs/editor/common/diff/rangeMapping",
7181
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7182
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
7183
- "vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
7184
- "vs/base/common/types",
7223
+ "vs/base/common/themables",
7224
+ "vs/base/browser/ui/hover/hoverDelegate2",
7225
+ "vs/css!vs/base/browser/ui/button/button"
7226
+ ],
7227
+ "vs/platform/actions/browser/toolbar": [
7228
+ "require",
7229
+ "exports",
7230
+ "vs/base/browser/dom",
7231
+ "vs/base/browser/mouseEvent",
7232
+ "vs/base/browser/ui/toolbar/toolbar",
7233
+ "vs/base/common/actions",
7185
7234
  "vs/base/common/arrays",
7186
- "vs/base/common/assert"
7235
+ "vs/base/common/collections",
7236
+ "vs/base/common/errors",
7237
+ "vs/base/common/event",
7238
+ "vs/base/common/iterator",
7239
+ "vs/base/common/lifecycle",
7240
+ "vs/nls",
7241
+ "vs/platform/actions/browser/menuEntryActionViewItem",
7242
+ "vs/platform/actions/common/actions",
7243
+ "vs/platform/actions/common/menuService",
7244
+ "vs/platform/commands/common/commands",
7245
+ "vs/platform/contextkey/common/contextkey",
7246
+ "vs/platform/contextview/browser/contextView",
7247
+ "vs/platform/keybinding/common/keybinding",
7248
+ "vs/platform/telemetry/common/telemetry"
7187
7249
  ],
7188
- "vs/css!vs/editor/browser/widget/diffEditor/style": [],
7189
- "vs/base/common/buffer": [
7250
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7190
7251
  "require",
7191
7252
  "exports",
7192
- "vs/base/common/lazy"
7253
+ "vs/base/common/actions"
7193
7254
  ],
7194
7255
  "vs/editor/browser/viewParts/lines/viewLine": [
7195
7256
  "require",
@@ -7204,6 +7265,12 @@
7204
7265
  "vs/platform/theme/common/theme",
7205
7266
  "vs/editor/common/config/editorOptions"
7206
7267
  ],
7268
+ "vs/base/browser/ui/mouseCursor/mouseCursor": [
7269
+ "require",
7270
+ "exports",
7271
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
7272
+ ],
7273
+ "vs/css!vs/editor/browser/controller/textAreaHandler": [],
7207
7274
  "vs/editor/browser/controller/mouseHandler": [
7208
7275
  "require",
7209
7276
  "exports",
@@ -7219,12 +7286,6 @@
7219
7286
  "vs/editor/common/viewEventHandler",
7220
7287
  "vs/base/browser/ui/scrollbar/scrollableElement"
7221
7288
  ],
7222
- "vs/base/browser/ui/mouseCursor/mouseCursor": [
7223
- "require",
7224
- "exports",
7225
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
7226
- ],
7227
- "vs/css!vs/editor/browser/controller/textAreaHandler": [],
7228
7289
  "vs/editor/browser/view/viewLayer": [
7229
7290
  "require",
7230
7291
  "exports",
@@ -7242,21 +7303,20 @@
7242
7303
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7243
7304
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7244
7305
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7245
- "vs/editor/common/textModelGuides": [
7246
- "require",
7247
- "exports"
7248
- ],
7249
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7250
7306
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7251
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7252
7307
  "vs/editor/browser/viewParts/lines/domReadingContext": [
7253
7308
  "require",
7254
7309
  "exports"
7255
7310
  ],
7256
7311
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
7312
+ "vs/editor/common/textModelGuides": [
7313
+ "require",
7314
+ "exports"
7315
+ ],
7316
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7317
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7257
7318
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7258
7319
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7259
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7260
7320
  "vs/base/browser/globalPointerMoveMonitor": [
7261
7321
  "require",
7262
7322
  "exports",
@@ -7285,8 +7345,10 @@
7285
7345
  "require",
7286
7346
  "exports"
7287
7347
  ],
7348
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7288
7349
  "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7289
7350
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7351
+ "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7290
7352
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
7291
7353
  "require",
7292
7354
  "exports",
@@ -7300,8 +7362,12 @@
7300
7362
  "vs/base/browser/ui/mouseCursor/mouseCursor"
7301
7363
  ],
7302
7364
  "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
7303
- "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7304
7365
  "vs/css!vs/editor/browser/viewParts/whitespace/whitespace": [],
7366
+ "vs/base/common/buffer": [
7367
+ "require",
7368
+ "exports",
7369
+ "vs/base/common/lazy"
7370
+ ],
7305
7371
  "vs/editor/common/editorTheme": [
7306
7372
  "require",
7307
7373
  "exports"
@@ -7398,12 +7464,6 @@
7398
7464
  "require",
7399
7465
  "exports"
7400
7466
  ],
7401
- "vs/base/common/scrollable": [
7402
- "require",
7403
- "exports",
7404
- "vs/base/common/event",
7405
- "vs/base/common/lifecycle"
7406
- ],
7407
7467
  "vs/editor/common/viewLayout/linesLayout": [
7408
7468
  "require",
7409
7469
  "exports",
@@ -7417,25 +7477,30 @@
7417
7477
  "vs/editor/common/textModelEvents",
7418
7478
  "vs/editor/common/viewModel"
7419
7479
  ],
7420
- "vs/base/browser/ui/button/button": [
7480
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7481
+ "vs/platform/actionWidget/browser/actionList": [
7421
7482
  "require",
7422
7483
  "exports",
7423
7484
  "vs/base/browser/dom",
7424
- "vs/base/browser/dompurify/dompurify",
7425
- "vs/base/browser/keyboardEvent",
7426
- "vs/base/browser/markdownRenderer",
7427
- "vs/base/browser/touch",
7428
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7429
- "vs/base/browser/ui/iconLabel/iconLabels",
7430
- "vs/base/common/color",
7431
- "vs/base/common/event",
7432
- "vs/base/common/htmlContent",
7485
+ "vs/base/browser/ui/keybindingLabel/keybindingLabel",
7486
+ "vs/base/browser/ui/list/listWidget",
7487
+ "vs/base/common/cancellation",
7488
+ "vs/base/common/codicons",
7433
7489
  "vs/base/common/lifecycle",
7490
+ "vs/base/common/platform",
7434
7491
  "vs/base/common/themables",
7435
- "vs/base/browser/ui/hover/hoverDelegate2",
7436
- "vs/css!vs/base/browser/ui/button/button"
7492
+ "vs/nls",
7493
+ "vs/platform/contextview/browser/contextView",
7494
+ "vs/platform/keybinding/common/keybinding",
7495
+ "vs/platform/theme/browser/defaultStyles",
7496
+ "vs/platform/theme/common/colorRegistry",
7497
+ "vs/css!vs/platform/actionWidget/browser/actionWidget"
7498
+ ],
7499
+ "vs/css!vs/platform/actionWidget/browser/actionWidget": [],
7500
+ "vs/base/common/decorators": [
7501
+ "require",
7502
+ "exports"
7437
7503
  ],
7438
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7439
7504
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7440
7505
  "require",
7441
7506
  "exports",
@@ -7448,29 +7513,6 @@
7448
7513
  "vs/nls",
7449
7514
  "vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel"
7450
7515
  ],
7451
- "vs/platform/actions/browser/toolbar": [
7452
- "require",
7453
- "exports",
7454
- "vs/base/browser/dom",
7455
- "vs/base/browser/mouseEvent",
7456
- "vs/base/browser/ui/toolbar/toolbar",
7457
- "vs/base/common/actions",
7458
- "vs/base/common/arrays",
7459
- "vs/base/common/collections",
7460
- "vs/base/common/errors",
7461
- "vs/base/common/event",
7462
- "vs/base/common/iterator",
7463
- "vs/base/common/lifecycle",
7464
- "vs/nls",
7465
- "vs/platform/actions/browser/menuEntryActionViewItem",
7466
- "vs/platform/actions/common/actions",
7467
- "vs/platform/actions/common/menuService",
7468
- "vs/platform/commands/common/commands",
7469
- "vs/platform/contextkey/common/contextkey",
7470
- "vs/platform/contextview/browser/contextView",
7471
- "vs/platform/keybinding/common/keybinding",
7472
- "vs/platform/telemetry/common/telemetry"
7473
- ],
7474
7516
  "vs/css!vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": [],
7475
7517
  "vs/editor/contrib/hover/browser/hoverOperation": [
7476
7518
  "require",
@@ -7518,48 +7560,6 @@
7518
7560
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover",
7519
7561
  "vs/base/common/errors"
7520
7562
  ],
7521
- "vs/platform/actionWidget/browser/actionList": [
7522
- "require",
7523
- "exports",
7524
- "vs/base/browser/dom",
7525
- "vs/base/browser/ui/keybindingLabel/keybindingLabel",
7526
- "vs/base/browser/ui/list/listWidget",
7527
- "vs/base/common/cancellation",
7528
- "vs/base/common/codicons",
7529
- "vs/base/common/lifecycle",
7530
- "vs/base/common/platform",
7531
- "vs/base/common/themables",
7532
- "vs/nls",
7533
- "vs/platform/contextview/browser/contextView",
7534
- "vs/platform/keybinding/common/keybinding",
7535
- "vs/platform/theme/browser/defaultStyles",
7536
- "vs/platform/theme/common/colorRegistry",
7537
- "vs/css!vs/platform/actionWidget/browser/actionWidget"
7538
- ],
7539
- "vs/css!vs/platform/actionWidget/browser/actionWidget": [],
7540
- "vs/base/common/decorators": [
7541
- "require",
7542
- "exports"
7543
- ],
7544
- "vs/editor/common/viewLayout/lineDecorations": [
7545
- "require",
7546
- "exports",
7547
- "vs/base/common/strings"
7548
- ],
7549
- "vs/editor/common/viewLayout/linePart": [
7550
- "require",
7551
- "exports"
7552
- ],
7553
- "vs/editor/browser/widget/multiDiffEditor/objectPool": [
7554
- "require",
7555
- "exports"
7556
- ],
7557
- "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7558
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7559
- "require",
7560
- "exports",
7561
- "vs/base/common/actions"
7562
- ],
7563
7563
  "vs/base/browser/ui/selectBox/selectBoxCustom": [
7564
7564
  "require",
7565
7565
  "exports",
@@ -7627,16 +7627,16 @@
7627
7627
  "exports"
7628
7628
  ],
7629
7629
  "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown": [],
7630
- "vs/editor/contrib/inlineCompletions/browser/utils": [
7630
+ "vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit": [
7631
7631
  "require",
7632
7632
  "exports",
7633
- "vs/base/common/errors",
7634
- "vs/base/common/lifecycle",
7635
- "vs/base/common/observable",
7636
- "vs/editor/common/core/position",
7637
- "vs/editor/common/core/range"
7633
+ "vs/base/common/diff/diff",
7634
+ "vs/base/common/strings",
7635
+ "vs/editor/common/core/range",
7636
+ "vs/editor/common/core/textLength",
7637
+ "vs/editor/common/core/textEdit",
7638
+ "vs/editor/contrib/inlineCompletions/browser/model/ghostText"
7638
7639
  ],
7639
- "vs/css!vs/editor/contrib/inlineCompletions/browser/view/ghostTextView": [],
7640
7640
  "vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource": [
7641
7641
  "require",
7642
7642
  "exports",
@@ -7654,25 +7654,17 @@
7654
7654
  "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
7655
7655
  "vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit"
7656
7656
  ],
7657
- "vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit": [
7658
- "require",
7659
- "exports",
7660
- "vs/base/common/diff/diff",
7661
- "vs/base/common/strings",
7662
- "vs/editor/common/core/range",
7663
- "vs/editor/common/core/textLength",
7664
- "vs/editor/common/core/textEdit",
7665
- "vs/editor/contrib/inlineCompletions/browser/model/ghostText"
7666
- ],
7667
- "vs/base/browser/formattedTextRenderer": [
7657
+ "vs/editor/contrib/inlineCompletions/browser/utils": [
7668
7658
  "require",
7669
7659
  "exports",
7670
- "vs/base/browser/dom"
7671
- ],
7672
- "vs/base/common/marked/marked": [
7673
- "exports"
7660
+ "vs/base/common/errors",
7661
+ "vs/base/common/lifecycle",
7662
+ "vs/base/common/observable",
7663
+ "vs/editor/common/core/position",
7664
+ "vs/editor/common/core/range"
7674
7665
  ],
7675
7666
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7667
+ "vs/css!vs/editor/contrib/inlineCompletions/browser/view/ghostTextView": [],
7676
7668
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7677
7669
  "require",
7678
7670
  "exports",
@@ -7690,7 +7682,23 @@
7690
7682
  "vs/nls"
7691
7683
  ],
7692
7684
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7685
+ "vs/base/browser/formattedTextRenderer": [
7686
+ "require",
7687
+ "exports",
7688
+ "vs/base/browser/dom"
7689
+ ],
7690
+ "vs/base/common/marked/marked": [
7691
+ "exports"
7692
+ ],
7693
7693
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7694
+ "vs/editor/contrib/hover/browser/marginHoverComputer": [
7695
+ "require",
7696
+ "exports",
7697
+ "vs/base/common/arrays",
7698
+ "vs/base/common/htmlContent",
7699
+ "vs/editor/common/model"
7700
+ ],
7701
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7694
7702
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7695
7703
  "require",
7696
7704
  "exports",
@@ -7710,14 +7718,9 @@
7710
7718
  "vs/base/common/codicons"
7711
7719
  ],
7712
7720
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7713
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7714
- "vs/editor/contrib/hover/browser/marginHoverComputer": [
7715
- "require",
7716
- "exports",
7717
- "vs/base/common/arrays",
7718
- "vs/base/common/htmlContent",
7719
- "vs/editor/common/model"
7720
- ],
7721
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7722
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7723
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7721
7724
  "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions": [
7722
7725
  "require",
7723
7726
  "exports",
@@ -7734,9 +7737,12 @@
7734
7737
  "vs/editor/contrib/snippet/browser/snippetParser"
7735
7738
  ],
7736
7739
  "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7737
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7738
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7739
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7740
+ "vs/base/common/labels": [
7741
+ "require",
7742
+ "exports",
7743
+ "vs/base/common/extpath",
7744
+ "vs/base/common/platform"
7745
+ ],
7740
7746
  "vs/base/browser/ui/list/splice": [
7741
7747
  "require",
7742
7748
  "exports"
@@ -7783,13 +7789,6 @@
7783
7789
  "vs/base/common/iterator",
7784
7790
  "vs/platform/instantiation/common/instantiation"
7785
7791
  ],
7786
- "vs/base/common/labels": [
7787
- "require",
7788
- "exports",
7789
- "vs/base/common/extpath",
7790
- "vs/base/common/platform"
7791
- ],
7792
- "vs/css!vs/platform/opener/browser/link": [],
7793
7792
  "vs/base/browser/ui/iconLabel/iconLabel": [
7794
7793
  "require",
7795
7794
  "exports",
@@ -7818,12 +7817,12 @@
7818
7817
  "require",
7819
7818
  "exports"
7820
7819
  ],
7820
+ "vs/css!vs/platform/opener/browser/link": [],
7821
7821
  "vs/base/common/observableInternal/lazyObservableValue": [
7822
7822
  "require",
7823
7823
  "exports",
7824
7824
  "vs/base/common/observableInternal/base"
7825
7825
  ],
7826
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7827
7826
  "vs/base/browser/ui/countBadge/countBadge": [
7828
7827
  "require",
7829
7828
  "exports",
@@ -7841,7 +7840,45 @@
7841
7840
  "vs/base/common/lifecycle",
7842
7841
  "vs/base/common/objects"
7843
7842
  ],
7843
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7844
7844
  "vs/css!vs/base/browser/ui/table/table": [],
7845
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7846
+ "require",
7847
+ "exports",
7848
+ "vs/base/browser/ui/tree/objectTreeModel",
7849
+ "vs/base/browser/ui/tree/tree",
7850
+ "vs/base/common/arrays",
7851
+ "vs/base/common/event",
7852
+ "vs/base/common/iterator"
7853
+ ],
7854
+ "vs/base/browser/ui/tree/objectTreeModel": [
7855
+ "require",
7856
+ "exports",
7857
+ "vs/base/browser/ui/tree/indexTreeModel",
7858
+ "vs/base/browser/ui/tree/tree",
7859
+ "vs/base/common/iterator"
7860
+ ],
7861
+ "vs/editor/common/core/positionToOffset": [
7862
+ "require",
7863
+ "exports",
7864
+ "vs/editor/common/core/offsetRange",
7865
+ "vs/editor/common/core/textLength"
7866
+ ],
7867
+ "vs/base/browser/ui/tree/indexTreeModel": [
7868
+ "require",
7869
+ "exports",
7870
+ "vs/base/browser/ui/tree/tree",
7871
+ "vs/base/common/arrays",
7872
+ "vs/base/common/async",
7873
+ "vs/base/common/symbols",
7874
+ "vs/base/common/diff/diff",
7875
+ "vs/base/common/event",
7876
+ "vs/base/common/iterator"
7877
+ ],
7878
+ "vs/base/browser/ui/tree/tree": [
7879
+ "require",
7880
+ "exports"
7881
+ ],
7845
7882
  "vs/base/browser/ui/inputbox/inputBox": [
7846
7883
  "require",
7847
7884
  "exports",
@@ -7860,44 +7897,67 @@
7860
7897
  "vs/nls",
7861
7898
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7862
7899
  ],
7863
- "vs/base/browser/ui/tree/indexTreeModel": [
7900
+ "vs/css!vs/base/browser/ui/tree/media/tree": [],
7901
+ "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7902
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7864
7903
  "require",
7865
7904
  "exports",
7866
- "vs/base/browser/ui/tree/tree",
7867
- "vs/base/common/arrays",
7868
- "vs/base/common/async",
7869
- "vs/base/common/symbols",
7870
- "vs/base/common/diff/diff",
7871
- "vs/base/common/event",
7872
- "vs/base/common/iterator"
7905
+ "vs/base/browser/dom",
7906
+ "vs/base/common/actions",
7907
+ "vs/base/common/codicons",
7908
+ "vs/base/common/lifecycle",
7909
+ "vs/base/common/platform",
7910
+ "vs/base/common/themables",
7911
+ "vs/nls"
7873
7912
  ],
7874
- "vs/base/browser/ui/tree/tree": [
7913
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
7914
+ "require",
7915
+ "exports",
7916
+ "vs/base/browser/trustedTypes",
7917
+ "vs/editor/browser/config/domFontInfo",
7918
+ "vs/editor/common/config/editorOptions",
7919
+ "vs/editor/common/core/stringBuilder",
7920
+ "vs/editor/common/viewLayout/lineDecorations",
7921
+ "vs/editor/common/viewLayout/viewLineRenderer",
7922
+ "vs/editor/common/viewModel"
7923
+ ],
7924
+ "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7925
+ "require",
7926
+ "exports",
7927
+ "vs/base/browser/dom",
7928
+ "vs/base/common/lifecycle",
7929
+ "vs/base/common/observable",
7930
+ "vs/editor/common/core/lineRange",
7931
+ "vs/editor/common/core/offsetRange"
7932
+ ],
7933
+ "vs/editor/common/model/textModelText": [
7934
+ "require",
7935
+ "exports",
7936
+ "vs/editor/common/core/textEdit",
7937
+ "vs/editor/common/core/textLength"
7938
+ ],
7939
+ "vs/base/browser/ui/scrollbar/scrollbarState": [
7875
7940
  "require",
7876
7941
  "exports"
7877
7942
  ],
7878
- "vs/css!vs/base/browser/ui/tree/media/tree": [],
7879
- "vs/base/browser/ui/tree/objectTreeModel": [
7943
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
7880
7944
  "require",
7881
7945
  "exports",
7882
- "vs/base/browser/ui/tree/indexTreeModel",
7883
- "vs/base/browser/ui/tree/tree",
7884
- "vs/base/common/iterator"
7946
+ "vs/editor/common/core/range",
7947
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
7885
7948
  ],
7886
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7949
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
7887
7950
  "require",
7888
7951
  "exports",
7889
- "vs/base/browser/ui/tree/objectTreeModel",
7890
- "vs/base/browser/ui/tree/tree",
7891
7952
  "vs/base/common/arrays",
7892
- "vs/base/common/event",
7893
- "vs/base/common/iterator"
7953
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7954
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
7894
7955
  ],
7895
- "vs/editor/common/core/positionToOffset": [
7956
+ "vs/base/common/range": [
7896
7957
  "require",
7897
- "exports",
7898
- "vs/editor/common/core/offsetRange",
7899
- "vs/editor/common/core/textLength"
7958
+ "exports"
7900
7959
  ],
7960
+ "vs/css!vs/base/browser/ui/contextview/contextview": [],
7901
7961
  "vs/editor/common/services/languagesAssociations": [
7902
7962
  "require",
7903
7963
  "exports",
@@ -7909,11 +7969,6 @@
7909
7969
  "vs/base/common/strings",
7910
7970
  "vs/editor/common/languages/modesRegistry"
7911
7971
  ],
7912
- "vs/base/common/range": [
7913
- "require",
7914
- "exports"
7915
- ],
7916
- "vs/css!vs/base/browser/ui/contextview/contextview": [],
7917
7972
  "vs/base/browser/ui/menu/menu": [
7918
7973
  "require",
7919
7974
  "exports",
@@ -7994,60 +8049,20 @@
7994
8049
  "vs/platform/quickinput/browser/quickInputActions"
7995
8050
  ],
7996
8051
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7997
- "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7998
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
8052
+ "vs/css!vs/base/browser/ui/button/button": [],
8053
+ "vs/base/browser/ui/toolbar/toolbar": [
7999
8054
  "require",
8000
8055
  "exports",
8001
- "vs/base/browser/dom",
8056
+ "vs/base/browser/ui/actionbar/actionbar",
8057
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem",
8002
8058
  "vs/base/common/actions",
8003
8059
  "vs/base/common/codicons",
8004
- "vs/base/common/lifecycle",
8005
- "vs/base/common/platform",
8006
8060
  "vs/base/common/themables",
8007
- "vs/nls"
8008
- ],
8009
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
8010
- "require",
8011
- "exports",
8012
- "vs/base/browser/trustedTypes",
8013
- "vs/editor/browser/config/domFontInfo",
8014
- "vs/editor/common/config/editorOptions",
8015
- "vs/editor/common/core/stringBuilder",
8016
- "vs/editor/common/viewLayout/lineDecorations",
8017
- "vs/editor/common/viewLayout/viewLineRenderer",
8018
- "vs/editor/common/viewModel"
8019
- ],
8020
- "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
8021
- "require",
8022
- "exports",
8023
- "vs/base/browser/dom",
8061
+ "vs/base/common/event",
8024
8062
  "vs/base/common/lifecycle",
8025
- "vs/base/common/observable",
8026
- "vs/editor/common/core/lineRange",
8027
- "vs/editor/common/core/offsetRange"
8028
- ],
8029
- "vs/editor/common/model/textModelText": [
8030
- "require",
8031
- "exports",
8032
- "vs/editor/common/core/textEdit",
8033
- "vs/editor/common/core/textLength"
8034
- ],
8035
- "vs/base/browser/ui/scrollbar/scrollbarState": [
8036
- "require",
8037
- "exports"
8038
- ],
8039
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
8040
- "require",
8041
- "exports",
8042
- "vs/editor/common/core/range",
8043
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
8044
- ],
8045
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
8046
- "require",
8047
- "exports",
8048
- "vs/base/common/arrays",
8049
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
8050
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
8063
+ "vs/nls",
8064
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
8065
+ "vs/css!vs/base/browser/ui/toolbar/toolbar"
8051
8066
  ],
8052
8067
  "vs/editor/browser/viewParts/lines/rangeUtil": [
8053
8068
  "require",
@@ -8122,15 +8137,15 @@
8122
8137
  "exports",
8123
8138
  "vs/base/common/arrays"
8124
8139
  ],
8140
+ "vs/editor/common/tokens/contiguousMultilineTokens": [
8141
+ "require",
8142
+ "exports"
8143
+ ],
8125
8144
  "vs/editor/common/tokens/contiguousTokensEditing": [
8126
8145
  "require",
8127
8146
  "exports",
8128
8147
  "vs/editor/common/tokens/lineTokens"
8129
8148
  ],
8130
- "vs/editor/common/tokens/contiguousMultilineTokens": [
8131
- "require",
8132
- "exports"
8133
- ],
8134
8149
  "vs/editor/common/cursor/oneCursor": [
8135
8150
  "require",
8136
8151
  "exports",
@@ -8139,22 +8154,7 @@
8139
8154
  "vs/editor/common/core/range",
8140
8155
  "vs/editor/common/core/selection"
8141
8156
  ],
8142
- "vs/css!vs/base/browser/ui/button/button": [],
8143
8157
  "vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel": [],
8144
- "vs/base/browser/ui/toolbar/toolbar": [
8145
- "require",
8146
- "exports",
8147
- "vs/base/browser/ui/actionbar/actionbar",
8148
- "vs/base/browser/ui/dropdown/dropdownActionViewItem",
8149
- "vs/base/common/actions",
8150
- "vs/base/common/codicons",
8151
- "vs/base/common/themables",
8152
- "vs/base/common/event",
8153
- "vs/base/common/lifecycle",
8154
- "vs/nls",
8155
- "vs/base/browser/ui/hover/hoverDelegateFactory",
8156
- "vs/css!vs/base/browser/ui/toolbar/toolbar"
8157
- ],
8158
8158
  "vs/editor/contrib/hover/browser/resizableContentWidget": [
8159
8159
  "require",
8160
8160
  "exports",
@@ -8223,6 +8223,21 @@
8223
8223
  "vs/base/common/navigator"
8224
8224
  ],
8225
8225
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8226
+ "vs/platform/quickinput/browser/quickInputUtils": [
8227
+ "require",
8228
+ "exports",
8229
+ "vs/base/browser/dom",
8230
+ "vs/base/browser/event",
8231
+ "vs/base/common/event",
8232
+ "vs/base/browser/keyboardEvent",
8233
+ "vs/base/browser/touch",
8234
+ "vs/base/browser/ui/iconLabel/iconLabels",
8235
+ "vs/base/common/idGenerator",
8236
+ "vs/base/common/linkedText",
8237
+ "vs/nls",
8238
+ "vs/css!vs/platform/quickinput/browser/media/quickInput"
8239
+ ],
8240
+ "vs/css!vs/platform/quickinput/browser/media/quickInput": [],
8226
8241
  "vs/base/browser/ui/progressbar/progressbar": [
8227
8242
  "require",
8228
8243
  "exports",
@@ -8282,21 +8297,7 @@
8282
8297
  "vs/platform/quickinput/browser/quickInput",
8283
8298
  "vs/platform/quickinput/common/quickInput"
8284
8299
  ],
8285
- "vs/platform/quickinput/browser/quickInputUtils": [
8286
- "require",
8287
- "exports",
8288
- "vs/base/browser/dom",
8289
- "vs/base/browser/event",
8290
- "vs/base/common/event",
8291
- "vs/base/browser/keyboardEvent",
8292
- "vs/base/browser/touch",
8293
- "vs/base/browser/ui/iconLabel/iconLabels",
8294
- "vs/base/common/idGenerator",
8295
- "vs/base/common/linkedText",
8296
- "vs/nls",
8297
- "vs/css!vs/platform/quickinput/browser/media/quickInput"
8298
- ],
8299
- "vs/css!vs/platform/quickinput/browser/media/quickInput": [],
8300
+ "vs/css!vs/base/browser/ui/toolbar/toolbar": [],
8300
8301
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast": [
8301
8302
  "require",
8302
8303
  "exports",
@@ -8315,7 +8316,6 @@
8315
8316
  "exports",
8316
8317
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
8317
8318
  ],
8318
- "vs/css!vs/base/browser/ui/toolbar/toolbar": [],
8319
8319
  "vs/base/browser/ui/scrollbar/scrollbarVisibilityController": [
8320
8320
  "require",
8321
8321
  "exports",
@@ -8326,12 +8326,12 @@
8326
8326
  "require",
8327
8327
  "exports"
8328
8328
  ],
8329
- "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
8330
8329
  "vs/base/common/linkedText": [
8331
8330
  "require",
8332
8331
  "exports",
8333
8332
  "vs/base/common/decorators"
8334
8333
  ],
8334
+ "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
8335
8335
  "vs/base/common/comparers": [
8336
8336
  "require",
8337
8337
  "exports",