monaco-editor-core 0.52.1 → 0.53.0-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dev/bundleInfo.json +1067 -1067
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +1 -1
@@ -55,6 +55,45 @@
55
55
  "vs/editor/common/services/findSectionHeaders",
56
56
  "vs/editor/common/services/textModelSync/textModelSync.impl"
57
57
  ],
58
+ "vs/base/common/errors": [
59
+ "require",
60
+ "exports"
61
+ ],
62
+ "vs/base/common/event": [
63
+ "require",
64
+ "exports",
65
+ "vs/base/common/errors",
66
+ "vs/base/common/functional",
67
+ "vs/base/common/lifecycle",
68
+ "vs/base/common/linkedList",
69
+ "vs/base/common/stopwatch"
70
+ ],
71
+ "vs/base/common/lifecycle": [
72
+ "require",
73
+ "exports",
74
+ "vs/base/common/functional",
75
+ "vs/base/common/iterator"
76
+ ],
77
+ "vs/base/common/network": [
78
+ "require",
79
+ "exports",
80
+ "vs/base/common/errors",
81
+ "vs/base/common/platform",
82
+ "vs/base/common/strings",
83
+ "vs/base/common/uri",
84
+ "vs/base/common/path"
85
+ ],
86
+ "vs/base/common/platform": [
87
+ "require",
88
+ "exports",
89
+ "vs/nls"
90
+ ],
91
+ "vs/base/common/strings": [
92
+ "require",
93
+ "exports",
94
+ "vs/base/common/cache",
95
+ "vs/base/common/lazy"
96
+ ],
58
97
  "vs/editor/editor.api": [
59
98
  "require",
60
99
  "exports",
@@ -230,45 +269,6 @@
230
269
  "vs/platform/theme/common/theme",
231
270
  "vs/editor/standalone/browser/standaloneThemeService"
232
271
  ],
233
- "vs/base/common/errors": [
234
- "require",
235
- "exports"
236
- ],
237
- "vs/base/common/event": [
238
- "require",
239
- "exports",
240
- "vs/base/common/errors",
241
- "vs/base/common/functional",
242
- "vs/base/common/lifecycle",
243
- "vs/base/common/linkedList",
244
- "vs/base/common/stopwatch"
245
- ],
246
- "vs/base/common/lifecycle": [
247
- "require",
248
- "exports",
249
- "vs/base/common/functional",
250
- "vs/base/common/iterator"
251
- ],
252
- "vs/base/common/network": [
253
- "require",
254
- "exports",
255
- "vs/base/common/errors",
256
- "vs/base/common/platform",
257
- "vs/base/common/strings",
258
- "vs/base/common/uri",
259
- "vs/base/common/path"
260
- ],
261
- "vs/base/common/platform": [
262
- "require",
263
- "exports",
264
- "vs/nls"
265
- ],
266
- "vs/base/common/strings": [
267
- "require",
268
- "exports",
269
- "vs/base/common/cache",
270
- "vs/base/common/lazy"
271
- ],
272
272
  "vs/base/common/diff/diff": [
273
273
  "require",
274
274
  "exports",
@@ -350,6 +350,43 @@
350
350
  "vs/editor/common/core/wordHelper",
351
351
  "vs/editor/common/model/mirrorTextModel"
352
352
  ],
353
+ "vs/base/common/functional": [
354
+ "require",
355
+ "exports"
356
+ ],
357
+ "vs/base/common/linkedList": [
358
+ "require",
359
+ "exports"
360
+ ],
361
+ "vs/base/common/iterator": [
362
+ "require",
363
+ "exports"
364
+ ],
365
+ "vs/base/common/cache": [
366
+ "require",
367
+ "exports"
368
+ ],
369
+ "vs/base/common/lazy": [
370
+ "require",
371
+ "exports"
372
+ ],
373
+ "vs/base/common/uri": [
374
+ "require",
375
+ "exports",
376
+ "vs/base/common/path",
377
+ "vs/base/common/platform"
378
+ ],
379
+ "vs/base/common/path": [
380
+ "require",
381
+ "exports",
382
+ "vs/base/common/process"
383
+ ],
384
+ "vs/nls": [
385
+ "require",
386
+ "exports",
387
+ "vs/nls.messages",
388
+ "vs/nls.messages"
389
+ ],
353
390
  "vs/editor/common/config/editorOptions": [
354
391
  "require",
355
392
  "exports",
@@ -1604,42 +1641,6 @@
1604
1641
  "vs/platform/theme/common/colorRegistry",
1605
1642
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1606
1643
  ],
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
- ],
1643
1644
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1644
1645
  "require",
1645
1646
  "exports",
@@ -1679,6 +1680,10 @@
1679
1680
  "vs/platform/instantiation/common/instantiation",
1680
1681
  "vs/nls"
1681
1682
  ],
1683
+ "vs/platform/instantiation/common/instantiation": [
1684
+ "require",
1685
+ "exports"
1686
+ ],
1682
1687
  "vs/platform/notification/common/notification": [
1683
1688
  "require",
1684
1689
  "exports",
@@ -1694,6 +1699,38 @@
1694
1699
  "vs/base/parts/storage/common/storage",
1695
1700
  "vs/platform/instantiation/common/instantiation"
1696
1701
  ],
1702
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1703
+ "require",
1704
+ "exports",
1705
+ "vs/base/common/iconLabels",
1706
+ "vs/platform/action/common/action",
1707
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1708
+ ],
1709
+ "vs/platform/keybinding/common/keybinding": [
1710
+ "require",
1711
+ "exports",
1712
+ "vs/platform/instantiation/common/instantiation"
1713
+ ],
1714
+ "vs/platform/commands/common/commands": [
1715
+ "require",
1716
+ "exports",
1717
+ "vs/base/common/event",
1718
+ "vs/base/common/iterator",
1719
+ "vs/base/common/lifecycle",
1720
+ "vs/base/common/linkedList",
1721
+ "vs/base/common/types",
1722
+ "vs/platform/instantiation/common/instantiation"
1723
+ ],
1724
+ "vs/platform/telemetry/common/telemetry": [
1725
+ "require",
1726
+ "exports",
1727
+ "vs/platform/instantiation/common/instantiation"
1728
+ ],
1729
+ "vs/platform/dialogs/common/dialogs": [
1730
+ "require",
1731
+ "exports",
1732
+ "vs/platform/instantiation/common/instantiation"
1733
+ ],
1697
1734
  "vs/platform/theme/common/theme": [
1698
1735
  "require",
1699
1736
  "exports"
@@ -1717,51 +1754,23 @@
1717
1754
  "vs/platform/theme/browser/iconsStyleSheet",
1718
1755
  "vs/base/browser/window"
1719
1756
  ],
1720
- "vs/base/common/functional": [
1721
- "require",
1722
- "exports"
1723
- ],
1724
- "vs/base/common/linkedList": [
1725
- "require",
1726
- "exports"
1727
- ],
1728
- "vs/base/common/uri": [
1729
- "require",
1730
- "exports",
1731
- "vs/base/common/path",
1732
- "vs/base/common/platform"
1733
- ],
1734
- "vs/base/common/path": [
1735
- "require",
1736
- "exports",
1737
- "vs/base/common/process"
1738
- ],
1739
- "vs/nls": [
1740
- "require",
1741
- "exports",
1742
- "vs/nls.messages",
1743
- "vs/nls.messages"
1744
- ],
1745
1757
  "vs/editor/common/core/position": [
1746
1758
  "require",
1747
1759
  "exports"
1748
1760
  ],
1749
- "vs/base/common/iterator": [
1750
- "require",
1751
- "exports"
1752
- ],
1753
1761
  "vs/editor/common/core/characterClassifier": [
1754
1762
  "require",
1755
1763
  "exports",
1756
1764
  "vs/base/common/uint"
1757
1765
  ],
1758
- "vs/base/common/cache": [
1766
+ "vs/base/common/diff/diffChange": [
1759
1767
  "require",
1760
1768
  "exports"
1761
1769
  ],
1762
- "vs/base/common/lazy": [
1770
+ "vs/base/common/hash": [
1763
1771
  "require",
1764
- "exports"
1772
+ "exports",
1773
+ "vs/base/common/strings"
1765
1774
  ],
1766
1775
  "vs/base/common/cancellation": [
1767
1776
  "require",
@@ -1782,15 +1791,6 @@
1782
1791
  "require",
1783
1792
  "exports"
1784
1793
  ],
1785
- "vs/base/common/diff/diffChange": [
1786
- "require",
1787
- "exports"
1788
- ],
1789
- "vs/base/common/hash": [
1790
- "require",
1791
- "exports",
1792
- "vs/base/common/strings"
1793
- ],
1794
1794
  "vs/editor/common/model/textModelSearch": [
1795
1795
  "require",
1796
1796
  "exports",
@@ -1811,10 +1811,6 @@
1811
1811
  "vs/base/common/iterator",
1812
1812
  "vs/base/common/linkedList"
1813
1813
  ],
1814
- "vs/base/common/types": [
1815
- "require",
1816
- "exports"
1817
- ],
1818
1814
  "vs/editor/common/diff/legacyLinesDiffComputer": [
1819
1815
  "require",
1820
1816
  "exports",
@@ -1844,6 +1840,10 @@
1844
1840
  "vs/editor/common/diff/linesDiffComputer",
1845
1841
  "vs/editor/common/diff/rangeMapping"
1846
1842
  ],
1843
+ "vs/base/common/types": [
1844
+ "require",
1845
+ "exports"
1846
+ ],
1847
1847
  "vs/base/common/async": [
1848
1848
  "require",
1849
1849
  "exports",
@@ -1861,43 +1861,34 @@
1861
1861
  "vs/editor/common/core/position",
1862
1862
  "vs/editor/common/model/prefixSumComputer"
1863
1863
  ],
1864
- "vs/base/browser/window": [
1864
+ "vs/base/common/process": [
1865
+ "require",
1866
+ "exports",
1867
+ "vs/base/common/platform"
1868
+ ],
1869
+ "vs/nls.messages": [
1865
1870
  "require",
1866
1871
  "exports"
1867
1872
  ],
1868
- "vs/editor/browser/config/fontMeasurements": [
1873
+ "vs/editor/common/languages/languageConfigurationRegistry": [
1869
1874
  "require",
1870
1875
  "exports",
1871
- "vs/base/browser/dom",
1872
- "vs/base/browser/pixelRatio",
1873
1876
  "vs/base/common/event",
1874
1877
  "vs/base/common/lifecycle",
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"
1878
+ "vs/base/common/strings",
1879
+ "vs/editor/common/core/wordHelper",
1880
+ "vs/editor/common/languages/languageConfiguration",
1881
+ "vs/editor/common/languages/supports/characterPair",
1882
+ "vs/editor/common/languages/supports/electricCharacter",
1883
+ "vs/editor/common/languages/supports/indentRules",
1884
+ "vs/editor/common/languages/supports/onEnter",
1885
+ "vs/editor/common/languages/supports/richEditBrackets",
1886
+ "vs/platform/instantiation/common/instantiation",
1887
+ "vs/platform/configuration/common/configuration",
1888
+ "vs/editor/common/languages/language",
1889
+ "vs/platform/instantiation/common/extensions",
1890
+ "vs/editor/common/languages/modesRegistry",
1891
+ "vs/editor/common/languages/supports/languageBracketsConfiguration"
1901
1892
  ],
1902
1893
  "vs/editor/common/languages/modesRegistry": [
1903
1894
  "require",
@@ -1908,63 +1899,6 @@
1908
1899
  "vs/base/common/mime",
1909
1900
  "vs/platform/configuration/common/configurationRegistry"
1910
1901
  ],
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
- ],
1968
1902
  "vs/editor/standalone/browser/standaloneServices": [
1969
1903
  "require",
1970
1904
  "exports",
@@ -2059,6 +1993,130 @@
2059
1993
  "vs/editor/common/services/languageFeaturesService",
2060
1994
  "vs/editor/browser/services/hoverService/hoverService"
2061
1995
  ],
1996
+ "vs/editor/standalone/common/monarch/monarchCompile": [
1997
+ "require",
1998
+ "exports",
1999
+ "vs/editor/standalone/common/monarch/monarchCommon"
2000
+ ],
2001
+ "vs/editor/standalone/common/monarch/monarchLexer": [
2002
+ "require",
2003
+ "exports",
2004
+ "vs/base/common/lifecycle",
2005
+ "vs/editor/common/languages",
2006
+ "vs/editor/common/languages/nullTokenize",
2007
+ "vs/editor/standalone/common/monarch/monarchCommon",
2008
+ "vs/platform/configuration/common/configuration"
2009
+ ],
2010
+ "vs/platform/markers/common/markers": [
2011
+ "require",
2012
+ "exports",
2013
+ "vs/base/common/severity",
2014
+ "vs/nls",
2015
+ "vs/platform/instantiation/common/instantiation"
2016
+ ],
2017
+ "vs/base/common/arrays": [
2018
+ "require",
2019
+ "exports"
2020
+ ],
2021
+ "vs/editor/common/core/textModelDefaults": [
2022
+ "require",
2023
+ "exports"
2024
+ ],
2025
+ "vs/base/browser/window": [
2026
+ "require",
2027
+ "exports"
2028
+ ],
2029
+ "vs/editor/browser/config/fontMeasurements": [
2030
+ "require",
2031
+ "exports",
2032
+ "vs/base/browser/dom",
2033
+ "vs/base/browser/pixelRatio",
2034
+ "vs/base/common/event",
2035
+ "vs/base/common/lifecycle",
2036
+ "vs/editor/browser/config/charWidthReader",
2037
+ "vs/editor/common/config/editorOptions",
2038
+ "vs/editor/common/config/fontInfo"
2039
+ ],
2040
+ "vs/editor/standalone/browser/standaloneWebWorker": [
2041
+ "require",
2042
+ "exports",
2043
+ "vs/base/common/objects",
2044
+ "vs/editor/browser/services/editorWorkerService",
2045
+ "vs/editor/standalone/browser/standaloneServices"
2046
+ ],
2047
+ "vs/editor/common/config/editorZoom": [
2048
+ "require",
2049
+ "exports",
2050
+ "vs/base/common/event"
2051
+ ],
2052
+ "vs/editor/common/config/fontInfo": [
2053
+ "require",
2054
+ "exports",
2055
+ "vs/base/common/platform",
2056
+ "vs/editor/common/config/editorOptions",
2057
+ "vs/editor/common/config/editorZoom"
2058
+ ],
2059
+ "vs/editor/common/editorCommon": [
2060
+ "require",
2061
+ "exports"
2062
+ ],
2063
+ "vs/editor/common/model": [
2064
+ "require",
2065
+ "exports",
2066
+ "vs/base/common/objects"
2067
+ ],
2068
+ "vs/editor/common/services/model": [
2069
+ "require",
2070
+ "exports",
2071
+ "vs/platform/instantiation/common/instantiation"
2072
+ ],
2073
+ "vs/editor/standalone/browser/colorizer": [
2074
+ "require",
2075
+ "exports",
2076
+ "vs/base/browser/trustedTypes",
2077
+ "vs/base/common/strings",
2078
+ "vs/editor/common/languages",
2079
+ "vs/editor/common/tokens/lineTokens",
2080
+ "vs/editor/common/viewLayout/viewLineRenderer",
2081
+ "vs/editor/common/viewModel",
2082
+ "vs/editor/standalone/common/monarch/monarchLexer"
2083
+ ],
2084
+ "vs/editor/standalone/browser/standaloneCodeEditor": [
2085
+ "require",
2086
+ "exports",
2087
+ "vs/base/browser/ui/aria/aria",
2088
+ "vs/base/common/lifecycle",
2089
+ "vs/editor/browser/services/codeEditorService",
2090
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
2091
+ "vs/editor/common/editorAction",
2092
+ "vs/editor/standalone/browser/standaloneServices",
2093
+ "vs/editor/standalone/common/standaloneTheme",
2094
+ "vs/platform/actions/common/actions",
2095
+ "vs/platform/commands/common/commands",
2096
+ "vs/platform/configuration/common/configuration",
2097
+ "vs/platform/contextkey/common/contextkey",
2098
+ "vs/platform/contextview/browser/contextView",
2099
+ "vs/platform/instantiation/common/instantiation",
2100
+ "vs/platform/keybinding/common/keybinding",
2101
+ "vs/platform/notification/common/notification",
2102
+ "vs/platform/theme/common/themeService",
2103
+ "vs/platform/accessibility/common/accessibility",
2104
+ "vs/editor/common/standaloneStrings",
2105
+ "vs/platform/clipboard/common/clipboardService",
2106
+ "vs/platform/progress/common/progress",
2107
+ "vs/editor/common/services/model",
2108
+ "vs/editor/common/languages/language",
2109
+ "vs/editor/standalone/browser/standaloneCodeEditorService",
2110
+ "vs/editor/common/languages/modesRegistry",
2111
+ "vs/editor/common/languages/languageConfigurationRegistry",
2112
+ "vs/editor/common/services/languageFeatures",
2113
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2114
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
2115
+ "vs/base/browser/window",
2116
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
2117
+ "vs/platform/hover/browser/hover",
2118
+ "vs/base/browser/ui/hover/hoverDelegate2"
2119
+ ],
2062
2120
  "vs/platform/actions/common/actions": [
2063
2121
  "require",
2064
2122
  "exports",
@@ -2072,13 +2130,6 @@
2072
2130
  "vs/platform/instantiation/common/instantiation",
2073
2131
  "vs/platform/keybinding/common/keybindingsRegistry"
2074
2132
  ],
2075
- "vs/platform/markers/common/markers": [
2076
- "require",
2077
- "exports",
2078
- "vs/base/common/severity",
2079
- "vs/nls",
2080
- "vs/platform/instantiation/common/instantiation"
2081
- ],
2082
2133
  "vs/platform/opener/common/opener": [
2083
2134
  "require",
2084
2135
  "exports",
@@ -2096,10 +2147,6 @@
2096
2147
  "vs/editor/browser/widget/multiDiffEditor/colors"
2097
2148
  ],
2098
2149
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2099
- "vs/base/common/arrays": [
2100
- "require",
2101
- "exports"
2102
- ],
2103
2150
  "vs/editor/contrib/editorState/browser/editorState": [
2104
2151
  "require",
2105
2152
  "exports",
@@ -2149,43 +2196,121 @@
2149
2196
  "vs/nls",
2150
2197
  "vs/platform/instantiation/common/instantiation"
2151
2198
  ],
2152
- "vs/editor/common/core/textModelDefaults": [
2199
+ "vs/base/browser/browser": [
2153
2200
  "require",
2154
- "exports"
2201
+ "exports",
2202
+ "vs/base/browser/window"
2155
2203
  ],
2156
- "vs/editor/common/languages/languageConfigurationRegistry": [
2204
+ "vs/base/browser/ui/aria/aria": [
2157
2205
  "require",
2158
2206
  "exports",
2159
- "vs/base/common/event",
2207
+ "vs/base/browser/dom",
2208
+ "vs/css!vs/base/browser/ui/aria/aria"
2209
+ ],
2210
+ "vs/editor/common/cursor/cursorColumnSelection": [
2211
+ "require",
2212
+ "exports",
2213
+ "vs/editor/common/cursorCommon",
2214
+ "vs/editor/common/core/position",
2215
+ "vs/editor/common/core/range"
2216
+ ],
2217
+ "vs/editor/common/cursorCommon": [
2218
+ "require",
2219
+ "exports",
2220
+ "vs/editor/common/core/position",
2221
+ "vs/editor/common/core/range",
2222
+ "vs/editor/common/core/selection",
2223
+ "vs/editor/common/languages/supports",
2224
+ "vs/editor/common/core/cursorColumns",
2225
+ "vs/editor/common/core/indentation"
2226
+ ],
2227
+ "vs/editor/common/cursor/cursorDeleteOperations": [
2228
+ "require",
2229
+ "exports",
2230
+ "vs/base/common/strings",
2231
+ "vs/editor/common/commands/replaceCommand",
2232
+ "vs/editor/common/cursorCommon",
2233
+ "vs/editor/common/core/cursorColumns",
2234
+ "vs/editor/common/cursor/cursorMoveOperations",
2235
+ "vs/editor/common/core/range",
2236
+ "vs/editor/common/core/position"
2237
+ ],
2238
+ "vs/editor/common/cursor/cursorMoveCommands": [
2239
+ "require",
2240
+ "exports",
2241
+ "vs/base/common/types",
2242
+ "vs/editor/common/cursorCommon",
2243
+ "vs/editor/common/cursor/cursorMoveOperations",
2244
+ "vs/editor/common/cursor/cursorWordOperations",
2245
+ "vs/editor/common/core/position",
2246
+ "vs/editor/common/core/range"
2247
+ ],
2248
+ "vs/editor/common/cursor/cursorTypeOperations": [
2249
+ "require",
2250
+ "exports",
2251
+ "vs/editor/common/commands/shiftCommand",
2252
+ "vs/editor/common/commands/surroundSelectionCommand",
2253
+ "vs/editor/common/cursorCommon",
2254
+ "vs/editor/common/cursor/cursorTypeEditOperations"
2255
+ ],
2256
+ "vs/platform/keybinding/common/keybindingsRegistry": [
2257
+ "require",
2258
+ "exports",
2259
+ "vs/base/common/keybindings",
2260
+ "vs/base/common/platform",
2261
+ "vs/platform/commands/common/commands",
2262
+ "vs/platform/registry/common/platform",
2160
2263
  "vs/base/common/lifecycle",
2264
+ "vs/base/common/linkedList"
2265
+ ],
2266
+ "vs/editor/common/cursor/cursorTypeEditOperations": [
2267
+ "require",
2268
+ "exports",
2269
+ "vs/base/common/errors",
2161
2270
  "vs/base/common/strings",
2162
- "vs/editor/common/core/wordHelper",
2271
+ "vs/editor/common/commands/replaceCommand",
2272
+ "vs/editor/common/commands/shiftCommand",
2273
+ "vs/editor/common/commands/surroundSelectionCommand",
2274
+ "vs/editor/common/cursorCommon",
2275
+ "vs/editor/common/core/wordCharacterClassifier",
2276
+ "vs/editor/common/core/range",
2277
+ "vs/editor/common/core/position",
2163
2278
  "vs/editor/common/languages/languageConfiguration",
2164
- "vs/editor/common/languages/supports/characterPair",
2165
- "vs/editor/common/languages/supports/electricCharacter",
2166
- "vs/editor/common/languages/supports/indentRules",
2167
- "vs/editor/common/languages/supports/onEnter",
2168
- "vs/editor/common/languages/supports/richEditBrackets",
2169
- "vs/platform/instantiation/common/instantiation",
2170
- "vs/platform/configuration/common/configuration",
2171
- "vs/editor/common/languages/language",
2172
- "vs/platform/instantiation/common/extensions",
2173
- "vs/editor/common/languages/modesRegistry",
2174
- "vs/editor/common/languages/supports/languageBracketsConfiguration"
2279
+ "vs/editor/common/languages/languageConfigurationRegistry",
2280
+ "vs/editor/common/languages/supports",
2281
+ "vs/editor/common/languages/autoIndent",
2282
+ "vs/editor/common/languages/enterAction"
2175
2283
  ],
2176
- "vs/editor/standalone/common/monarch/monarchCompile": [
2284
+ "vs/base/common/codicons": [
2177
2285
  "require",
2178
2286
  "exports",
2179
- "vs/editor/standalone/common/monarch/monarchCommon"
2287
+ "vs/base/common/codiconsUtil",
2288
+ "vs/base/common/codiconsLibrary"
2180
2289
  ],
2181
- "vs/editor/standalone/common/monarch/monarchLexer": [
2290
+ "vs/editor/browser/widget/diffEditor/commands": [
2291
+ "require",
2292
+ "exports",
2293
+ "vs/base/browser/dom",
2294
+ "vs/base/common/codicons",
2295
+ "vs/editor/browser/editorExtensions",
2296
+ "vs/editor/browser/services/codeEditorService",
2297
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2298
+ "vs/editor/common/editorContextKeys",
2299
+ "vs/nls",
2300
+ "vs/platform/actions/common/actions",
2301
+ "vs/platform/configuration/common/configuration",
2302
+ "vs/platform/contextkey/common/contextkey",
2303
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2304
+ ],
2305
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2182
2306
  "require",
2183
2307
  "exports",
2184
- "vs/base/common/lifecycle",
2185
- "vs/editor/common/languages",
2186
- "vs/editor/common/languages/nullTokenize",
2187
- "vs/editor/standalone/common/monarch/monarchCommon",
2188
- "vs/platform/configuration/common/configuration"
2308
+ "vs/base/common/codicons",
2309
+ "vs/base/common/themables",
2310
+ "vs/editor/common/model/textModel",
2311
+ "vs/nls",
2312
+ "vs/platform/theme/common/colorRegistry",
2313
+ "vs/platform/theme/common/iconRegistry"
2189
2314
  ],
2190
2315
  "vs/editor/browser/config/domFontInfo": [
2191
2316
  "require",
@@ -2424,122 +2549,6 @@
2424
2549
  "vs/editor/browser/editorExtensions"
2425
2550
  ],
2426
2551
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2427
- "vs/base/common/codicons": [
2428
- "require",
2429
- "exports",
2430
- "vs/base/common/codiconsUtil",
2431
- "vs/base/common/codiconsLibrary"
2432
- ],
2433
- "vs/editor/browser/widget/diffEditor/commands": [
2434
- "require",
2435
- "exports",
2436
- "vs/base/browser/dom",
2437
- "vs/base/common/codicons",
2438
- "vs/editor/browser/editorExtensions",
2439
- "vs/editor/browser/services/codeEditorService",
2440
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2441
- "vs/editor/common/editorContextKeys",
2442
- "vs/nls",
2443
- "vs/platform/actions/common/actions",
2444
- "vs/platform/configuration/common/configuration",
2445
- "vs/platform/contextkey/common/contextkey",
2446
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2447
- ],
2448
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2449
- "require",
2450
- "exports",
2451
- "vs/base/common/codicons",
2452
- "vs/base/common/themables",
2453
- "vs/editor/common/model/textModel",
2454
- "vs/nls",
2455
- "vs/platform/theme/common/colorRegistry",
2456
- "vs/platform/theme/common/iconRegistry"
2457
- ],
2458
- "vs/base/browser/browser": [
2459
- "require",
2460
- "exports",
2461
- "vs/base/browser/window"
2462
- ],
2463
- "vs/base/browser/ui/aria/aria": [
2464
- "require",
2465
- "exports",
2466
- "vs/base/browser/dom",
2467
- "vs/css!vs/base/browser/ui/aria/aria"
2468
- ],
2469
- "vs/editor/common/cursor/cursorColumnSelection": [
2470
- "require",
2471
- "exports",
2472
- "vs/editor/common/cursorCommon",
2473
- "vs/editor/common/core/position",
2474
- "vs/editor/common/core/range"
2475
- ],
2476
- "vs/editor/common/cursorCommon": [
2477
- "require",
2478
- "exports",
2479
- "vs/editor/common/core/position",
2480
- "vs/editor/common/core/range",
2481
- "vs/editor/common/core/selection",
2482
- "vs/editor/common/languages/supports",
2483
- "vs/editor/common/core/cursorColumns",
2484
- "vs/editor/common/core/indentation"
2485
- ],
2486
- "vs/editor/common/cursor/cursorDeleteOperations": [
2487
- "require",
2488
- "exports",
2489
- "vs/base/common/strings",
2490
- "vs/editor/common/commands/replaceCommand",
2491
- "vs/editor/common/cursorCommon",
2492
- "vs/editor/common/core/cursorColumns",
2493
- "vs/editor/common/cursor/cursorMoveOperations",
2494
- "vs/editor/common/core/range",
2495
- "vs/editor/common/core/position"
2496
- ],
2497
- "vs/editor/common/cursor/cursorMoveCommands": [
2498
- "require",
2499
- "exports",
2500
- "vs/base/common/types",
2501
- "vs/editor/common/cursorCommon",
2502
- "vs/editor/common/cursor/cursorMoveOperations",
2503
- "vs/editor/common/cursor/cursorWordOperations",
2504
- "vs/editor/common/core/position",
2505
- "vs/editor/common/core/range"
2506
- ],
2507
- "vs/editor/common/cursor/cursorTypeOperations": [
2508
- "require",
2509
- "exports",
2510
- "vs/editor/common/commands/shiftCommand",
2511
- "vs/editor/common/commands/surroundSelectionCommand",
2512
- "vs/editor/common/cursorCommon",
2513
- "vs/editor/common/cursor/cursorTypeEditOperations"
2514
- ],
2515
- "vs/platform/keybinding/common/keybindingsRegistry": [
2516
- "require",
2517
- "exports",
2518
- "vs/base/common/keybindings",
2519
- "vs/base/common/platform",
2520
- "vs/platform/commands/common/commands",
2521
- "vs/platform/registry/common/platform",
2522
- "vs/base/common/lifecycle",
2523
- "vs/base/common/linkedList"
2524
- ],
2525
- "vs/editor/common/cursor/cursorTypeEditOperations": [
2526
- "require",
2527
- "exports",
2528
- "vs/base/common/errors",
2529
- "vs/base/common/strings",
2530
- "vs/editor/common/commands/replaceCommand",
2531
- "vs/editor/common/commands/shiftCommand",
2532
- "vs/editor/common/commands/surroundSelectionCommand",
2533
- "vs/editor/common/cursorCommon",
2534
- "vs/editor/common/core/wordCharacterClassifier",
2535
- "vs/editor/common/core/range",
2536
- "vs/editor/common/core/position",
2537
- "vs/editor/common/languages/languageConfiguration",
2538
- "vs/editor/common/languages/languageConfigurationRegistry",
2539
- "vs/editor/common/languages/supports",
2540
- "vs/editor/common/languages/autoIndent",
2541
- "vs/editor/common/languages/enterAction"
2542
- ],
2543
2552
  "vs/base/common/htmlContent": [
2544
2553
  "require",
2545
2554
  "exports",
@@ -2551,21 +2560,6 @@
2551
2560
  ],
2552
2561
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2553
2562
  "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2554
- "vs/editor/common/commands/replaceCommand": [
2555
- "require",
2556
- "exports",
2557
- "vs/editor/common/core/selection"
2558
- ],
2559
- "vs/editor/common/cursor/cursorMoveOperations": [
2560
- "require",
2561
- "exports",
2562
- "vs/base/common/strings",
2563
- "vs/editor/common/core/cursorColumns",
2564
- "vs/editor/common/core/position",
2565
- "vs/editor/common/core/range",
2566
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2567
- "vs/editor/common/cursorCommon"
2568
- ],
2569
2563
  "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2570
2564
  "require",
2571
2565
  "exports",
@@ -2628,6 +2622,21 @@
2628
2622
  "exports",
2629
2623
  "vs/platform/instantiation/common/instantiation"
2630
2624
  ],
2625
+ "vs/editor/common/commands/replaceCommand": [
2626
+ "require",
2627
+ "exports",
2628
+ "vs/editor/common/core/selection"
2629
+ ],
2630
+ "vs/editor/common/cursor/cursorMoveOperations": [
2631
+ "require",
2632
+ "exports",
2633
+ "vs/base/common/strings",
2634
+ "vs/editor/common/core/cursorColumns",
2635
+ "vs/editor/common/core/position",
2636
+ "vs/editor/common/core/range",
2637
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2638
+ "vs/editor/common/cursorCommon"
2639
+ ],
2631
2640
  "vs/editor/common/config/editorConfigurationSchema": [
2632
2641
  "require",
2633
2642
  "exports",
@@ -2714,56 +2723,6 @@
2714
2723
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2715
2724
  "vs/platform/registry/common/platform"
2716
2725
  ],
2717
- "vs/editor/browser/stableEditorScroll": [
2718
- "require",
2719
- "exports"
2720
- ],
2721
- "vs/editor/contrib/codelens/browser/codelens": [
2722
- "require",
2723
- "exports",
2724
- "vs/base/common/cancellation",
2725
- "vs/base/common/errors",
2726
- "vs/base/common/lifecycle",
2727
- "vs/base/common/types",
2728
- "vs/base/common/uri",
2729
- "vs/editor/common/services/model",
2730
- "vs/platform/commands/common/commands",
2731
- "vs/editor/common/services/languageFeatures"
2732
- ],
2733
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2734
- "require",
2735
- "exports",
2736
- "vs/base/common/event",
2737
- "vs/base/common/map",
2738
- "vs/editor/common/core/range",
2739
- "vs/editor/contrib/codelens/browser/codelens",
2740
- "vs/platform/instantiation/common/extensions",
2741
- "vs/platform/instantiation/common/instantiation",
2742
- "vs/platform/storage/common/storage",
2743
- "vs/base/browser/window",
2744
- "vs/base/browser/dom"
2745
- ],
2746
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2747
- "require",
2748
- "exports",
2749
- "vs/base/browser/dom",
2750
- "vs/base/browser/ui/iconLabel/iconLabels",
2751
- "vs/editor/common/core/range",
2752
- "vs/editor/common/model/textModel",
2753
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2754
- ],
2755
- "vs/editor/common/services/languageFeatureDebounce": [
2756
- "require",
2757
- "exports",
2758
- "vs/base/common/hash",
2759
- "vs/base/common/map",
2760
- "vs/base/common/numbers",
2761
- "vs/platform/environment/common/environment",
2762
- "vs/platform/instantiation/common/extensions",
2763
- "vs/platform/instantiation/common/instantiation",
2764
- "vs/platform/log/common/log",
2765
- "vs/base/common/network"
2766
- ],
2767
2726
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2768
2727
  "require",
2769
2728
  "exports",
@@ -2813,29 +2772,79 @@
2813
2772
  "vs/base/common/event",
2814
2773
  "vs/css!vs/editor/contrib/hover/browser/hover"
2815
2774
  ],
2816
- "vs/editor/contrib/hover/browser/hoverTypes": [
2775
+ "vs/editor/contrib/hover/browser/hoverTypes": [
2776
+ "require",
2777
+ "exports"
2778
+ ],
2779
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2780
+ "require",
2781
+ "exports",
2782
+ "vs/base/common/lifecycle",
2783
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2784
+ "vs/platform/instantiation/common/instantiation",
2785
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2786
+ "vs/platform/keybinding/common/keybinding",
2787
+ "vs/base/common/event",
2788
+ "vs/editor/common/services/languageFeatures",
2789
+ "vs/editor/browser/editorExtensions",
2790
+ "vs/editor/common/editorContextKeys",
2791
+ "vs/platform/contextkey/common/contextkey",
2792
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2793
+ "vs/base/browser/dom",
2794
+ "vs/editor/common/services/editorWorker",
2795
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2796
+ ],
2797
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2798
+ "vs/editor/browser/stableEditorScroll": [
2799
+ "require",
2800
+ "exports"
2801
+ ],
2802
+ "vs/editor/contrib/codelens/browser/codelens": [
2803
+ "require",
2804
+ "exports",
2805
+ "vs/base/common/cancellation",
2806
+ "vs/base/common/errors",
2807
+ "vs/base/common/lifecycle",
2808
+ "vs/base/common/types",
2809
+ "vs/base/common/uri",
2810
+ "vs/editor/common/services/model",
2811
+ "vs/platform/commands/common/commands",
2812
+ "vs/editor/common/services/languageFeatures"
2813
+ ],
2814
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2815
+ "require",
2816
+ "exports",
2817
+ "vs/base/common/event",
2818
+ "vs/base/common/map",
2819
+ "vs/editor/common/core/range",
2820
+ "vs/editor/contrib/codelens/browser/codelens",
2821
+ "vs/platform/instantiation/common/extensions",
2822
+ "vs/platform/instantiation/common/instantiation",
2823
+ "vs/platform/storage/common/storage",
2824
+ "vs/base/browser/window",
2825
+ "vs/base/browser/dom"
2826
+ ],
2827
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2817
2828
  "require",
2818
- "exports"
2829
+ "exports",
2830
+ "vs/base/browser/dom",
2831
+ "vs/base/browser/ui/iconLabel/iconLabels",
2832
+ "vs/editor/common/core/range",
2833
+ "vs/editor/common/model/textModel",
2834
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2819
2835
  ],
2820
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2836
+ "vs/editor/common/services/languageFeatureDebounce": [
2821
2837
  "require",
2822
2838
  "exports",
2823
- "vs/base/common/lifecycle",
2824
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2839
+ "vs/base/common/hash",
2840
+ "vs/base/common/map",
2841
+ "vs/base/common/numbers",
2842
+ "vs/platform/environment/common/environment",
2843
+ "vs/platform/instantiation/common/extensions",
2825
2844
  "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"
2845
+ "vs/platform/log/common/log",
2846
+ "vs/base/common/network"
2837
2847
  ],
2838
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2839
2848
  "vs/editor/contrib/comment/browser/blockCommentCommand": [
2840
2849
  "require",
2841
2850
  "exports",
@@ -2892,6 +2901,13 @@
2892
2901
  "vs/base/common/uri",
2893
2902
  "vs/platform/instantiation/common/instantiation"
2894
2903
  ],
2904
+ "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2905
+ "require",
2906
+ "exports",
2907
+ "vs/editor/common/core/range",
2908
+ "vs/editor/common/core/selection"
2909
+ ],
2910
+ "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2895
2911
  "vs/base/common/hierarchicalKind": [
2896
2912
  "require",
2897
2913
  "exports"
@@ -2916,13 +2932,6 @@
2916
2932
  "vs/nls",
2917
2933
  "vs/platform/workspace/common/workspace"
2918
2934
  ],
2919
- "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2920
- "require",
2921
- "exports",
2922
- "vs/editor/common/core/range",
2923
- "vs/editor/common/core/selection"
2924
- ],
2925
- "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2926
2935
  "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
2927
2936
  "require",
2928
2937
  "exports",
@@ -3019,6 +3028,11 @@
3019
3028
  "vs/platform/configuration/common/configuration",
3020
3029
  "vs/base/browser/dom"
3021
3030
  ],
3031
+ "vs/platform/progress/common/progress": [
3032
+ "require",
3033
+ "exports",
3034
+ "vs/platform/instantiation/common/instantiation"
3035
+ ],
3022
3036
  "vs/editor/contrib/folding/browser/foldingModel": [
3023
3037
  "require",
3024
3038
  "exports",
@@ -3063,11 +3077,12 @@
3063
3077
  "vs/editor/contrib/folding/browser/foldingRanges"
3064
3078
  ],
3065
3079
  "vs/css!vs/editor/contrib/folding/browser/folding": [],
3066
- "vs/platform/progress/common/progress": [
3080
+ "vs/base/common/themables": [
3067
3081
  "require",
3068
3082
  "exports",
3069
- "vs/platform/instantiation/common/instantiation"
3083
+ "vs/base/common/codicons"
3070
3084
  ],
3085
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3071
3086
  "vs/editor/contrib/inlineCompletions/browser/controller/commands": [
3072
3087
  "require",
3073
3088
  "exports",
@@ -3246,6 +3261,69 @@
3246
3261
  "vs/nls",
3247
3262
  "vs/platform/contextkey/common/contextkey"
3248
3263
  ],
3264
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3265
+ "require",
3266
+ "exports",
3267
+ "vs/base/common/event",
3268
+ "vs/base/common/lifecycle",
3269
+ "vs/base/common/platform"
3270
+ ],
3271
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3272
+ "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3273
+ "require",
3274
+ "exports",
3275
+ "vs/base/common/arrays",
3276
+ "vs/base/common/event",
3277
+ "vs/base/common/lifecycle",
3278
+ "vs/base/common/linkedList",
3279
+ "vs/base/common/strings",
3280
+ "vs/base/common/uri",
3281
+ "vs/editor/common/core/range",
3282
+ "vs/platform/instantiation/common/extensions",
3283
+ "vs/platform/instantiation/common/instantiation",
3284
+ "vs/platform/markers/common/markers",
3285
+ "vs/platform/configuration/common/configuration"
3286
+ ],
3287
+ "vs/platform/theme/common/iconRegistry": [
3288
+ "require",
3289
+ "exports",
3290
+ "vs/base/common/async",
3291
+ "vs/base/common/codicons",
3292
+ "vs/base/common/codiconsUtil",
3293
+ "vs/base/common/themables",
3294
+ "vs/base/common/event",
3295
+ "vs/base/common/types",
3296
+ "vs/base/common/uri",
3297
+ "vs/nls",
3298
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3299
+ "vs/platform/registry/common/platform"
3300
+ ],
3301
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3302
+ "require",
3303
+ "exports",
3304
+ "vs/base/browser/dom",
3305
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3306
+ "vs/base/common/arrays",
3307
+ "vs/base/common/color",
3308
+ "vs/base/common/event",
3309
+ "vs/base/common/lifecycle",
3310
+ "vs/base/common/resources",
3311
+ "vs/base/common/strings",
3312
+ "vs/editor/common/core/range",
3313
+ "vs/editor/contrib/peekView/browser/peekView",
3314
+ "vs/nls",
3315
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3316
+ "vs/platform/actions/common/actions",
3317
+ "vs/platform/contextkey/common/contextkey",
3318
+ "vs/platform/instantiation/common/instantiation",
3319
+ "vs/platform/label/common/label",
3320
+ "vs/platform/markers/common/markers",
3321
+ "vs/platform/opener/common/opener",
3322
+ "vs/platform/severityIcon/browser/severityIcon",
3323
+ "vs/platform/theme/common/colorRegistry",
3324
+ "vs/platform/theme/common/themeService",
3325
+ "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3326
+ ],
3249
3327
  "vs/editor/contrib/hover/browser/hoverActions": [
3250
3328
  "require",
3251
3329
  "exports",
@@ -3326,111 +3404,12 @@
3326
3404
  "exports"
3327
3405
  ],
3328
3406
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3329
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3330
- "require",
3331
- "exports",
3332
- "vs/base/common/event",
3333
- "vs/base/common/lifecycle",
3334
- "vs/base/common/platform"
3335
- ],
3336
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3337
- "vs/base/common/themables": [
3338
- "require",
3339
- "exports",
3340
- "vs/base/common/codicons"
3341
- ],
3342
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3343
- "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3344
- "require",
3345
- "exports",
3346
- "vs/base/common/arrays",
3347
- "vs/base/common/event",
3348
- "vs/base/common/lifecycle",
3349
- "vs/base/common/linkedList",
3350
- "vs/base/common/strings",
3351
- "vs/base/common/uri",
3352
- "vs/editor/common/core/range",
3353
- "vs/platform/instantiation/common/extensions",
3354
- "vs/platform/instantiation/common/instantiation",
3355
- "vs/platform/markers/common/markers",
3356
- "vs/platform/configuration/common/configuration"
3357
- ],
3358
- "vs/platform/theme/common/iconRegistry": [
3359
- "require",
3360
- "exports",
3361
- "vs/base/common/async",
3362
- "vs/base/common/codicons",
3363
- "vs/base/common/codiconsUtil",
3364
- "vs/base/common/themables",
3365
- "vs/base/common/event",
3366
- "vs/base/common/types",
3367
- "vs/base/common/uri",
3368
- "vs/nls",
3369
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3370
- "vs/platform/registry/common/platform"
3371
- ],
3372
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3373
- "require",
3374
- "exports",
3375
- "vs/base/browser/dom",
3376
- "vs/base/browser/ui/scrollbar/scrollableElement",
3377
- "vs/base/common/arrays",
3378
- "vs/base/common/color",
3379
- "vs/base/common/event",
3380
- "vs/base/common/lifecycle",
3381
- "vs/base/common/resources",
3382
- "vs/base/common/strings",
3383
- "vs/editor/common/core/range",
3384
- "vs/editor/contrib/peekView/browser/peekView",
3385
- "vs/nls",
3386
- "vs/platform/actions/browser/menuEntryActionViewItem",
3387
- "vs/platform/actions/common/actions",
3388
- "vs/platform/contextkey/common/contextkey",
3389
- "vs/platform/instantiation/common/instantiation",
3390
- "vs/platform/label/common/label",
3391
- "vs/platform/markers/common/markers",
3392
- "vs/platform/opener/common/opener",
3393
- "vs/platform/severityIcon/browser/severityIcon",
3394
- "vs/platform/theme/common/colorRegistry",
3395
- "vs/platform/theme/common/themeService",
3396
- "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3397
- ],
3398
- "vs/editor/common/commands/shiftCommand": [
3399
- "require",
3400
- "exports",
3401
- "vs/base/common/strings",
3402
- "vs/editor/common/core/cursorColumns",
3403
- "vs/editor/common/core/range",
3404
- "vs/editor/common/core/selection",
3405
- "vs/editor/common/languages/enterAction",
3406
- "vs/editor/common/languages/languageConfigurationRegistry"
3407
- ],
3408
- "vs/editor/contrib/indentation/common/indentUtils": [
3409
- "require",
3410
- "exports"
3411
- ],
3412
- "vs/editor/common/languages/autoIndent": [
3413
- "require",
3414
- "exports",
3415
- "vs/base/common/strings",
3416
- "vs/editor/common/languages/languageConfiguration",
3417
- "vs/editor/common/languages/supports/indentationLineProcessor"
3418
- ],
3419
- "vs/editor/contrib/indentation/common/indentation": [
3420
- "require",
3421
- "exports",
3422
- "vs/base/common/strings",
3423
- "vs/editor/common/commands/shiftCommand",
3424
- "vs/editor/common/core/editOperation",
3425
- "vs/editor/common/core/indentation",
3426
- "vs/editor/common/core/selection",
3427
- "vs/editor/common/languages/supports/indentationLineProcessor"
3428
- ],
3429
- "vs/editor/common/tokens/lineTokens": [
3407
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3430
3408
  "require",
3431
3409
  "exports",
3432
- "vs/editor/common/encodedTokenAttributes"
3410
+ "vs/editor/common/core/selection"
3433
3411
  ],
3412
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3434
3413
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3435
3414
  "require",
3436
3415
  "exports",
@@ -3488,12 +3467,42 @@
3488
3467
  "vs/platform/hover/browser/hover",
3489
3468
  "vs/platform/commands/common/commands"
3490
3469
  ],
3491
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3470
+ "vs/editor/common/commands/shiftCommand": [
3471
+ "require",
3472
+ "exports",
3473
+ "vs/base/common/strings",
3474
+ "vs/editor/common/core/cursorColumns",
3475
+ "vs/editor/common/core/range",
3476
+ "vs/editor/common/core/selection",
3477
+ "vs/editor/common/languages/enterAction",
3478
+ "vs/editor/common/languages/languageConfigurationRegistry"
3479
+ ],
3480
+ "vs/editor/contrib/indentation/common/indentUtils": [
3481
+ "require",
3482
+ "exports"
3483
+ ],
3484
+ "vs/editor/common/languages/autoIndent": [
3485
+ "require",
3486
+ "exports",
3487
+ "vs/base/common/strings",
3488
+ "vs/editor/common/languages/languageConfiguration",
3489
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3490
+ ],
3491
+ "vs/editor/contrib/indentation/common/indentation": [
3492
+ "require",
3493
+ "exports",
3494
+ "vs/base/common/strings",
3495
+ "vs/editor/common/commands/shiftCommand",
3496
+ "vs/editor/common/core/editOperation",
3497
+ "vs/editor/common/core/indentation",
3498
+ "vs/editor/common/core/selection",
3499
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3500
+ ],
3501
+ "vs/editor/common/tokens/lineTokens": [
3492
3502
  "require",
3493
3503
  "exports",
3494
- "vs/editor/common/core/selection"
3504
+ "vs/editor/common/encodedTokenAttributes"
3495
3505
  ],
3496
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3497
3506
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3498
3507
  "require",
3499
3508
  "exports",
@@ -3531,6 +3540,7 @@
3531
3540
  "vs/editor/common/core/editOperation",
3532
3541
  "vs/editor/common/core/range"
3533
3542
  ],
3543
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3534
3544
  "vs/base/common/resources": [
3535
3545
  "require",
3536
3546
  "exports",
@@ -3556,7 +3566,6 @@
3556
3566
  "vs/editor/common/services/languageFeatures"
3557
3567
  ],
3558
3568
  "vs/css!vs/editor/contrib/links/browser/links": [],
3559
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3560
3569
  "vs/editor/contrib/inlineEdit/browser/commands": [
3561
3570
  "require",
3562
3571
  "exports",
@@ -3592,56 +3601,47 @@
3592
3601
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3593
3602
  "vs/editor/common/services/model"
3594
3603
  ],
3595
- "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3604
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3596
3605
  "require",
3597
3606
  "exports",
3598
- "vs/base/common/async",
3599
- "vs/base/common/errors",
3600
- "vs/base/common/event",
3601
- "vs/base/common/lifecycle",
3602
- "vs/editor/common/core/characterClassifier",
3607
+ "vs/editor/common/model",
3608
+ "vs/editor/common/model/textModel",
3603
3609
  "vs/editor/common/languages",
3604
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3610
+ "vs/nls",
3611
+ "vs/platform/theme/common/colorRegistry",
3612
+ "vs/platform/theme/common/themeService",
3613
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3605
3614
  ],
3606
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3615
+ "vs/platform/theme/common/colorUtils": [
3607
3616
  "require",
3608
3617
  "exports",
3609
- "vs/base/common/cancellation",
3610
- "vs/base/common/errors",
3611
- "vs/base/common/types",
3612
- "vs/base/common/uri",
3613
- "vs/editor/common/core/position",
3614
- "vs/editor/common/languages",
3615
- "vs/editor/common/services/languageFeatures",
3616
- "vs/editor/common/services/resolverService",
3617
- "vs/platform/commands/common/commands",
3618
- "vs/platform/contextkey/common/contextkey"
3618
+ "vs/base/common/assert",
3619
+ "vs/base/common/async",
3620
+ "vs/base/common/color",
3621
+ "vs/base/common/event",
3622
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3623
+ "vs/platform/registry/common/platform",
3624
+ "vs/nls"
3619
3625
  ],
3620
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3626
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3621
3627
  "require",
3622
3628
  "exports",
3623
3629
  "vs/base/browser/dom",
3624
- "vs/base/browser/ui/aria/aria",
3625
- "vs/base/browser/ui/scrollbar/scrollableElement",
3626
- "vs/base/common/codicons",
3627
- "vs/base/common/event",
3630
+ "vs/base/common/equals",
3628
3631
  "vs/base/common/lifecycle",
3629
- "vs/base/common/strings",
3630
- "vs/base/common/types",
3631
- "vs/editor/common/config/editorOptions",
3632
- "vs/editor/common/languages/language",
3633
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3634
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3635
- "vs/nls",
3636
- "vs/platform/contextkey/common/contextkey",
3637
- "vs/platform/opener/common/opener",
3638
- "vs/platform/theme/common/colorRegistry",
3639
- "vs/platform/theme/common/iconRegistry",
3640
- "vs/base/common/themables",
3641
- "vs/base/common/stopwatch",
3642
- "vs/platform/telemetry/common/telemetry",
3643
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3632
+ "vs/base/common/observable",
3633
+ "vs/base/common/observableInternal/derived",
3634
+ "vs/editor/browser/observableCodeEditor"
3635
+ ],
3636
+ "vs/platform/observable/common/wrapInReloadableClass": [
3637
+ "require",
3638
+ "exports",
3639
+ "vs/base/common/hotReload",
3640
+ "vs/base/common/hotReloadHelpers",
3641
+ "vs/base/common/observable",
3642
+ "vs/platform/instantiation/common/instantiation"
3644
3643
  ],
3644
+ "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3645
3645
  "vs/editor/contrib/inlineEdits/browser/commands": [
3646
3646
  "require",
3647
3647
  "exports",
@@ -3676,47 +3676,6 @@
3676
3676
  "vs/platform/instantiation/common/instantiation",
3677
3677
  "vs/platform/observable/common/platformObservableUtils"
3678
3678
  ],
3679
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3680
- "require",
3681
- "exports",
3682
- "vs/editor/common/model",
3683
- "vs/editor/common/model/textModel",
3684
- "vs/editor/common/languages",
3685
- "vs/nls",
3686
- "vs/platform/theme/common/colorRegistry",
3687
- "vs/platform/theme/common/themeService",
3688
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3689
- ],
3690
- "vs/platform/theme/common/colorUtils": [
3691
- "require",
3692
- "exports",
3693
- "vs/base/common/assert",
3694
- "vs/base/common/async",
3695
- "vs/base/common/color",
3696
- "vs/base/common/event",
3697
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3698
- "vs/platform/registry/common/platform",
3699
- "vs/nls"
3700
- ],
3701
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3702
- "require",
3703
- "exports",
3704
- "vs/base/browser/dom",
3705
- "vs/base/common/equals",
3706
- "vs/base/common/lifecycle",
3707
- "vs/base/common/observable",
3708
- "vs/base/common/observableInternal/derived",
3709
- "vs/editor/browser/observableCodeEditor"
3710
- ],
3711
- "vs/platform/observable/common/wrapInReloadableClass": [
3712
- "require",
3713
- "exports",
3714
- "vs/base/common/hotReload",
3715
- "vs/base/common/hotReloadHelpers",
3716
- "vs/base/common/observable",
3717
- "vs/platform/instantiation/common/instantiation"
3718
- ],
3719
- "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3720
3679
  "vs/editor/browser/services/bulkEditService": [
3721
3680
  "require",
3722
3681
  "exports",
@@ -3760,6 +3719,56 @@
3760
3719
  "vs/platform/theme/common/themeService",
3761
3720
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3762
3721
  ],
3722
+ "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3723
+ "require",
3724
+ "exports",
3725
+ "vs/base/common/async",
3726
+ "vs/base/common/errors",
3727
+ "vs/base/common/event",
3728
+ "vs/base/common/lifecycle",
3729
+ "vs/editor/common/core/characterClassifier",
3730
+ "vs/editor/common/languages",
3731
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3732
+ ],
3733
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3734
+ "require",
3735
+ "exports",
3736
+ "vs/base/common/cancellation",
3737
+ "vs/base/common/errors",
3738
+ "vs/base/common/types",
3739
+ "vs/base/common/uri",
3740
+ "vs/editor/common/core/position",
3741
+ "vs/editor/common/languages",
3742
+ "vs/editor/common/services/languageFeatures",
3743
+ "vs/editor/common/services/resolverService",
3744
+ "vs/platform/commands/common/commands",
3745
+ "vs/platform/contextkey/common/contextkey"
3746
+ ],
3747
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3748
+ "require",
3749
+ "exports",
3750
+ "vs/base/browser/dom",
3751
+ "vs/base/browser/ui/aria/aria",
3752
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3753
+ "vs/base/common/codicons",
3754
+ "vs/base/common/event",
3755
+ "vs/base/common/lifecycle",
3756
+ "vs/base/common/strings",
3757
+ "vs/base/common/types",
3758
+ "vs/editor/common/config/editorOptions",
3759
+ "vs/editor/common/languages/language",
3760
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3761
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3762
+ "vs/nls",
3763
+ "vs/platform/contextkey/common/contextkey",
3764
+ "vs/platform/opener/common/opener",
3765
+ "vs/platform/theme/common/colorRegistry",
3766
+ "vs/platform/theme/common/iconRegistry",
3767
+ "vs/base/common/themables",
3768
+ "vs/base/common/stopwatch",
3769
+ "vs/platform/telemetry/common/telemetry",
3770
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3771
+ ],
3763
3772
  "vs/editor/common/services/semanticTokensProviderStyling": [
3764
3773
  "require",
3765
3774
  "exports",
@@ -3791,19 +3800,6 @@
3791
3800
  "require",
3792
3801
  "exports"
3793
3802
  ],
3794
- "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3795
- "require",
3796
- "exports",
3797
- "vs/base/common/linkedList",
3798
- "vs/editor/common/core/position",
3799
- "vs/editor/common/core/range"
3800
- ],
3801
- "vs/editor/contrib/smartSelect/browser/wordSelections": [
3802
- "require",
3803
- "exports",
3804
- "vs/base/common/strings",
3805
- "vs/editor/common/core/range"
3806
- ],
3807
3803
  "vs/editor/contrib/suggest/browser/suggest": [
3808
3804
  "require",
3809
3805
  "exports",
@@ -3842,6 +3838,19 @@
3842
3838
  "vs/editor/contrib/snippet/browser/snippetVariables",
3843
3839
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3844
3840
  ],
3841
+ "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3842
+ "require",
3843
+ "exports",
3844
+ "vs/base/common/linkedList",
3845
+ "vs/editor/common/core/position",
3846
+ "vs/editor/common/core/range"
3847
+ ],
3848
+ "vs/editor/contrib/smartSelect/browser/wordSelections": [
3849
+ "require",
3850
+ "exports",
3851
+ "vs/base/common/strings",
3852
+ "vs/editor/common/core/range"
3853
+ ],
3845
3854
  "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3846
3855
  "require",
3847
3856
  "exports",
@@ -3880,14 +3889,19 @@
3880
3889
  "vs/editor/contrib/folding/browser/folding",
3881
3890
  "vs/editor/contrib/folding/browser/foldingModel"
3882
3891
  ],
3883
- "vs/base/common/keybindings": [
3892
+ "vs/base/common/filters": [
3884
3893
  "require",
3885
3894
  "exports",
3886
- "vs/base/common/errors"
3895
+ "vs/base/common/map",
3896
+ "vs/base/common/naturalLanguage/korean",
3897
+ "vs/base/common/strings"
3887
3898
  ],
3888
- "vs/editor/contrib/snippet/browser/snippetParser": [
3899
+ "vs/editor/contrib/suggest/browser/completionModel": [
3889
3900
  "require",
3890
- "exports"
3901
+ "exports",
3902
+ "vs/base/common/arrays",
3903
+ "vs/base/common/filters",
3904
+ "vs/base/common/strings"
3891
3905
  ],
3892
3906
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3893
3907
  "require",
@@ -3902,23 +3916,6 @@
3902
3916
  "vs/platform/instantiation/common/instantiation",
3903
3917
  "vs/platform/storage/common/storage"
3904
3918
  ],
3905
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3906
- "require",
3907
- "exports",
3908
- "vs/platform/contextkey/common/contextkey"
3909
- ],
3910
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3911
- "require",
3912
- "exports",
3913
- "vs/platform/contextkey/common/contextkey"
3914
- ],
3915
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3916
- "require",
3917
- "exports",
3918
- "vs/base/common/arrays",
3919
- "vs/base/common/lifecycle",
3920
- "vs/editor/common/core/characterClassifier"
3921
- ],
3922
3919
  "vs/editor/contrib/suggest/browser/suggestModel": [
3923
3920
  "require",
3924
3921
  "exports",
@@ -3945,6 +3942,39 @@
3945
3942
  "vs/editor/contrib/snippet/browser/snippetController2",
3946
3943
  "vs/platform/environment/common/environment"
3947
3944
  ],
3945
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3946
+ "require",
3947
+ "exports",
3948
+ "vs/base/common/arrays",
3949
+ "vs/editor/common/core/range",
3950
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3951
+ ],
3952
+ "vs/base/common/keybindings": [
3953
+ "require",
3954
+ "exports",
3955
+ "vs/base/common/errors"
3956
+ ],
3957
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3958
+ "require",
3959
+ "exports"
3960
+ ],
3961
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3962
+ "require",
3963
+ "exports",
3964
+ "vs/platform/contextkey/common/contextkey"
3965
+ ],
3966
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3967
+ "require",
3968
+ "exports",
3969
+ "vs/platform/contextkey/common/contextkey"
3970
+ ],
3971
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3972
+ "require",
3973
+ "exports",
3974
+ "vs/base/common/arrays",
3975
+ "vs/base/common/lifecycle",
3976
+ "vs/editor/common/core/characterClassifier"
3977
+ ],
3948
3978
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3949
3979
  "require",
3950
3980
  "exports",
@@ -3980,27 +4010,6 @@
3980
4010
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3981
4011
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3982
4012
  ],
3983
- "vs/base/common/filters": [
3984
- "require",
3985
- "exports",
3986
- "vs/base/common/map",
3987
- "vs/base/common/naturalLanguage/korean",
3988
- "vs/base/common/strings"
3989
- ],
3990
- "vs/editor/contrib/suggest/browser/completionModel": [
3991
- "require",
3992
- "exports",
3993
- "vs/base/common/arrays",
3994
- "vs/base/common/filters",
3995
- "vs/base/common/strings"
3996
- ],
3997
- "vs/editor/contrib/suggest/browser/wordDistance": [
3998
- "require",
3999
- "exports",
4000
- "vs/base/common/arrays",
4001
- "vs/editor/common/core/range",
4002
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
4003
- ],
4004
4013
  "vs/editor/common/viewModel/viewModelDecorations": [
4005
4014
  "require",
4006
4015
  "exports",
@@ -4162,38 +4171,6 @@
4162
4171
  "vs/platform/instantiation/common/descriptors"
4163
4172
  ],
4164
4173
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4165
- "vs/base/common/iconLabels": [
4166
- "require",
4167
- "exports",
4168
- "vs/base/common/filters",
4169
- "vs/base/common/strings",
4170
- "vs/base/common/themables"
4171
- ],
4172
- "vs/platform/action/common/action": [
4173
- "require",
4174
- "exports"
4175
- ],
4176
- "vs/platform/quickinput/browser/commandsQuickAccess": [
4177
- "require",
4178
- "exports",
4179
- "vs/base/common/errorMessage",
4180
- "vs/base/common/errors",
4181
- "vs/base/common/filters",
4182
- "vs/base/common/functional",
4183
- "vs/base/common/lifecycle",
4184
- "vs/base/common/map",
4185
- "vs/base/common/tfIdf",
4186
- "vs/nls",
4187
- "vs/platform/commands/common/commands",
4188
- "vs/platform/configuration/common/configuration",
4189
- "vs/platform/dialogs/common/dialogs",
4190
- "vs/platform/instantiation/common/instantiation",
4191
- "vs/platform/keybinding/common/keybinding",
4192
- "vs/platform/log/common/log",
4193
- "vs/platform/quickinput/browser/pickerQuickAccess",
4194
- "vs/platform/storage/common/storage",
4195
- "vs/platform/telemetry/common/telemetry"
4196
- ],
4197
4174
  "vs/platform/list/browser/listService": [
4198
4175
  "require",
4199
4176
  "exports",
@@ -4244,6 +4221,12 @@
4244
4221
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4245
4222
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4246
4223
  ],
4224
+ "vs/platform/contextkey/common/scanner": [
4225
+ "require",
4226
+ "exports",
4227
+ "vs/base/common/errors",
4228
+ "vs/nls"
4229
+ ],
4247
4230
  "vs/base/common/severity": [
4248
4231
  "require",
4249
4232
  "exports",
@@ -4258,11 +4241,37 @@
4258
4241
  "vs/base/common/marshalling",
4259
4242
  "vs/base/common/types"
4260
4243
  ],
4261
- "vs/platform/contextkey/common/scanner": [
4244
+ "vs/base/common/iconLabels": [
4245
+ "require",
4246
+ "exports",
4247
+ "vs/base/common/filters",
4248
+ "vs/base/common/strings",
4249
+ "vs/base/common/themables"
4250
+ ],
4251
+ "vs/platform/action/common/action": [
4252
+ "require",
4253
+ "exports"
4254
+ ],
4255
+ "vs/platform/quickinput/browser/commandsQuickAccess": [
4262
4256
  "require",
4263
4257
  "exports",
4258
+ "vs/base/common/errorMessage",
4264
4259
  "vs/base/common/errors",
4265
- "vs/nls"
4260
+ "vs/base/common/filters",
4261
+ "vs/base/common/functional",
4262
+ "vs/base/common/lifecycle",
4263
+ "vs/base/common/map",
4264
+ "vs/base/common/tfIdf",
4265
+ "vs/nls",
4266
+ "vs/platform/commands/common/commands",
4267
+ "vs/platform/configuration/common/configuration",
4268
+ "vs/platform/dialogs/common/dialogs",
4269
+ "vs/platform/instantiation/common/instantiation",
4270
+ "vs/platform/keybinding/common/keybinding",
4271
+ "vs/platform/log/common/log",
4272
+ "vs/platform/quickinput/browser/pickerQuickAccess",
4273
+ "vs/platform/storage/common/storage",
4274
+ "vs/platform/telemetry/common/telemetry"
4266
4275
  ],
4267
4276
  "vs/editor/common/languages/supports/tokenization": [
4268
4277
  "require",
@@ -4284,15 +4293,6 @@
4284
4293
  "vs/base/common/themables",
4285
4294
  "vs/platform/theme/common/iconRegistry"
4286
4295
  ],
4287
- "vs/nls.messages": [
4288
- "require",
4289
- "exports"
4290
- ],
4291
- "vs/base/common/process": [
4292
- "require",
4293
- "exports",
4294
- "vs/base/common/platform"
4295
- ],
4296
4296
  "vs/base/common/uint": [
4297
4297
  "require",
4298
4298
  "exports"
@@ -4377,77 +4377,63 @@
4377
4377
  "vs/editor/common/core/range",
4378
4378
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4379
4379
  ],
4380
- "vs/base/common/symbols": [
4381
- "require",
4382
- "exports"
4383
- ],
4384
4380
  "vs/editor/common/model/prefixSumComputer": [
4385
4381
  "require",
4386
4382
  "exports",
4387
4383
  "vs/base/common/arrays",
4388
4384
  "vs/base/common/uint"
4389
4385
  ],
4390
- "vs/base/browser/pixelRatio": [
4386
+ "vs/base/common/symbols": [
4391
4387
  "require",
4392
- "exports",
4393
- "vs/base/browser/dom",
4394
- "vs/base/common/event",
4395
- "vs/base/common/lifecycle"
4388
+ "exports"
4396
4389
  ],
4397
- "vs/editor/browser/config/charWidthReader": [
4390
+ "vs/base/common/mime": [
4391
+ "require",
4392
+ "exports"
4393
+ ],
4394
+ "vs/editor/common/languages/languageConfiguration": [
4395
+ "require",
4396
+ "exports"
4397
+ ],
4398
+ "vs/editor/common/languages/supports/characterPair": [
4398
4399
  "require",
4399
4400
  "exports",
4400
- "vs/editor/browser/config/domFontInfo"
4401
+ "vs/editor/common/languages/languageConfiguration"
4401
4402
  ],
4402
- "vs/editor/browser/services/editorWorkerService": [
4403
+ "vs/editor/common/languages/supports/electricCharacter": [
4403
4404
  "require",
4404
4405
  "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
4406
  "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"
4407
+ "vs/editor/common/languages/supports",
4408
+ "vs/editor/common/languages/supports/richEditBrackets"
4426
4409
  ],
4427
- "vs/base/common/mime": [
4410
+ "vs/editor/common/languages/supports/indentRules": [
4428
4411
  "require",
4429
4412
  "exports"
4430
4413
  ],
4431
- "vs/base/browser/trustedTypes": [
4414
+ "vs/editor/common/languages/supports/onEnter": [
4432
4415
  "require",
4433
4416
  "exports",
4434
- "vs/base/common/errors"
4417
+ "vs/base/common/errors",
4418
+ "vs/base/common/strings",
4419
+ "vs/editor/common/languages/languageConfiguration"
4435
4420
  ],
4436
- "vs/editor/common/viewLayout/viewLineRenderer": [
4421
+ "vs/editor/common/languages/supports/richEditBrackets": [
4437
4422
  "require",
4438
4423
  "exports",
4439
- "vs/nls",
4440
4424
  "vs/base/common/strings",
4441
4425
  "vs/editor/common/core/stringBuilder",
4442
- "vs/editor/common/viewLayout/lineDecorations",
4443
- "vs/editor/common/viewLayout/linePart"
4426
+ "vs/editor/common/core/range"
4444
4427
  ],
4445
- "vs/editor/common/viewModel": [
4428
+ "vs/editor/common/languages/supports/languageBracketsConfiguration": [
4446
4429
  "require",
4447
4430
  "exports",
4448
- "vs/base/common/arrays",
4449
- "vs/base/common/strings",
4450
- "vs/editor/common/core/range"
4431
+ "vs/base/common/cache",
4432
+ "vs/editor/common/languages/supports/richEditBrackets"
4433
+ ],
4434
+ "vs/editor/standalone/common/monarch/monarchCommon": [
4435
+ "require",
4436
+ "exports"
4451
4437
  ],
4452
4438
  "vs/platform/configuration/common/configurationModels": [
4453
4439
  "require",
@@ -4551,6 +4537,31 @@
4551
4537
  "vs/platform/editor/common/editor",
4552
4538
  "vs/platform/opener/common/opener"
4553
4539
  ],
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
+ ],
4554
4565
  "vs/editor/common/services/markerDecorationsService": [
4555
4566
  "require",
4556
4567
  "exports",
@@ -4790,6 +4801,39 @@
4790
4801
  "vs/editor/browser/services/hoverService/updatableHoverWidget",
4791
4802
  "vs/base/common/async"
4792
4803
  ],
4804
+ "vs/base/browser/pixelRatio": [
4805
+ "require",
4806
+ "exports",
4807
+ "vs/base/browser/dom",
4808
+ "vs/base/common/event",
4809
+ "vs/base/common/lifecycle"
4810
+ ],
4811
+ "vs/editor/browser/config/charWidthReader": [
4812
+ "require",
4813
+ "exports",
4814
+ "vs/editor/browser/config/domFontInfo"
4815
+ ],
4816
+ "vs/base/browser/trustedTypes": [
4817
+ "require",
4818
+ "exports",
4819
+ "vs/base/common/errors"
4820
+ ],
4821
+ "vs/editor/common/viewLayout/viewLineRenderer": [
4822
+ "require",
4823
+ "exports",
4824
+ "vs/nls",
4825
+ "vs/base/common/strings",
4826
+ "vs/editor/common/core/stringBuilder",
4827
+ "vs/editor/common/viewLayout/lineDecorations",
4828
+ "vs/editor/common/viewLayout/linePart"
4829
+ ],
4830
+ "vs/editor/common/viewModel": [
4831
+ "require",
4832
+ "exports",
4833
+ "vs/base/common/arrays",
4834
+ "vs/base/common/strings",
4835
+ "vs/editor/common/core/range"
4836
+ ],
4793
4837
  "vs/editor/browser/widget/diffEditor/diffEditorWidget": [
4794
4838
  "require",
4795
4839
  "exports",
@@ -4906,49 +4950,39 @@
4906
4950
  "vs/platform/instantiation/common/extensions",
4907
4951
  "vs/nls"
4908
4952
  ],
4909
- "vs/editor/common/languages/languageConfiguration": [
4953
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4954
+ "vs/editor/common/languages/supports": [
4910
4955
  "require",
4911
4956
  "exports"
4912
4957
  ],
4913
- "vs/editor/common/languages/supports/characterPair": [
4914
- "require",
4915
- "exports",
4916
- "vs/editor/common/languages/languageConfiguration"
4917
- ],
4918
- "vs/editor/common/languages/supports/electricCharacter": [
4958
+ "vs/editor/common/core/indentation": [
4919
4959
  "require",
4920
4960
  "exports",
4921
- "vs/base/common/arrays",
4922
- "vs/editor/common/languages/supports",
4923
- "vs/editor/common/languages/supports/richEditBrackets"
4924
- ],
4925
- "vs/editor/common/languages/supports/indentRules": [
4926
- "require",
4927
- "exports"
4961
+ "vs/base/common/strings",
4962
+ "vs/editor/common/core/cursorColumns"
4928
4963
  ],
4929
- "vs/editor/common/languages/supports/onEnter": [
4964
+ "vs/editor/common/commands/surroundSelectionCommand": [
4930
4965
  "require",
4931
4966
  "exports",
4932
- "vs/base/common/errors",
4933
- "vs/base/common/strings",
4934
- "vs/editor/common/languages/languageConfiguration"
4967
+ "vs/editor/common/core/range",
4968
+ "vs/editor/common/core/selection"
4935
4969
  ],
4936
- "vs/editor/common/languages/supports/richEditBrackets": [
4970
+ "vs/editor/common/languages/enterAction": [
4937
4971
  "require",
4938
4972
  "exports",
4939
- "vs/base/common/strings",
4940
- "vs/editor/common/core/stringBuilder",
4941
- "vs/editor/common/core/range"
4973
+ "vs/editor/common/languages/languageConfiguration",
4974
+ "vs/editor/common/languages/languageConfigurationRegistry",
4975
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4942
4976
  ],
4943
- "vs/editor/common/languages/supports/languageBracketsConfiguration": [
4977
+ "vs/base/common/codiconsUtil": [
4944
4978
  "require",
4945
4979
  "exports",
4946
- "vs/base/common/cache",
4947
- "vs/editor/common/languages/supports/richEditBrackets"
4980
+ "vs/base/common/types"
4948
4981
  ],
4949
- "vs/editor/standalone/common/monarch/monarchCommon": [
4982
+ "vs/base/common/codiconsLibrary": [
4950
4983
  "require",
4951
- "exports"
4984
+ "exports",
4985
+ "vs/base/common/codiconsUtil"
4952
4986
  ],
4953
4987
  "vs/base/browser/fastDomNode": [
4954
4988
  "require",
@@ -5303,12 +5337,6 @@
5303
5337
  "require",
5304
5338
  "exports"
5305
5339
  ],
5306
- "vs/editor/common/core/indentation": [
5307
- "require",
5308
- "exports",
5309
- "vs/base/common/strings",
5310
- "vs/editor/common/core/cursorColumns"
5311
- ],
5312
5340
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5313
5341
  "require",
5314
5342
  "exports",
@@ -5574,39 +5602,6 @@
5574
5602
  "vs/platform/theme/common/colors/baseColors",
5575
5603
  "vs/platform/theme/common/colors/editorColors"
5576
5604
  ],
5577
- "vs/base/common/codiconsUtil": [
5578
- "require",
5579
- "exports",
5580
- "vs/base/common/types"
5581
- ],
5582
- "vs/base/common/codiconsLibrary": [
5583
- "require",
5584
- "exports",
5585
- "vs/base/common/codiconsUtil"
5586
- ],
5587
- "vs/css!vs/base/browser/ui/aria/aria": [],
5588
- "vs/editor/common/languages/supports": [
5589
- "require",
5590
- "exports"
5591
- ],
5592
- "vs/editor/common/commands/surroundSelectionCommand": [
5593
- "require",
5594
- "exports",
5595
- "vs/editor/common/core/range",
5596
- "vs/editor/common/core/selection"
5597
- ],
5598
- "vs/editor/common/languages/enterAction": [
5599
- "require",
5600
- "exports",
5601
- "vs/editor/common/languages/languageConfiguration",
5602
- "vs/editor/common/languages/languageConfigurationRegistry",
5603
- "vs/editor/common/languages/supports/indentationLineProcessor"
5604
- ],
5605
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5606
- "require",
5607
- "exports",
5608
- "vs/editor/common/core/cursorColumns"
5609
- ],
5610
5605
  "vs/base/browser/event": [
5611
5606
  "require",
5612
5607
  "exports",
@@ -5664,9 +5659,10 @@
5664
5659
  "vs/platform/notification/common/notification",
5665
5660
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5666
5661
  ],
5667
- "vs/editor/common/config/diffEditor": [
5662
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5668
5663
  "require",
5669
- "exports"
5664
+ "exports",
5665
+ "vs/editor/common/core/cursorColumns"
5670
5666
  ],
5671
5667
  "vs/editor/contrib/codeAction/browser/codeAction": [
5672
5668
  "require",
@@ -5714,6 +5710,10 @@
5714
5710
  "vs/base/common/hierarchicalKind",
5715
5711
  "vs/base/common/stopwatch"
5716
5712
  ],
5713
+ "vs/editor/common/config/diffEditor": [
5714
+ "require",
5715
+ "exports"
5716
+ ],
5717
5717
  "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
5718
5718
  "require",
5719
5719
  "exports",
@@ -5749,12 +5749,6 @@
5749
5749
  "vs/platform/theme/common/colorRegistry",
5750
5750
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5751
5751
  ],
5752
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5753
- "require",
5754
- "exports",
5755
- "vs/base/common/event",
5756
- "vs/platform/registry/common/platform"
5757
- ],
5758
5752
  "vs/base/browser/touch": [
5759
5753
  "require",
5760
5754
  "exports",
@@ -5771,16 +5765,11 @@
5771
5765
  "exports"
5772
5766
  ],
5773
5767
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5774
- "vs/base/browser/ui/iconLabel/iconLabels": [
5768
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5775
5769
  "require",
5776
5770
  "exports",
5777
- "vs/base/browser/dom",
5778
- "vs/base/common/themables"
5779
- ],
5780
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5781
- "vs/base/common/numbers": [
5782
- "require",
5783
- "exports"
5771
+ "vs/base/common/event",
5772
+ "vs/platform/registry/common/platform"
5784
5773
  ],
5785
5774
  "vs/editor/browser/editorDom": [
5786
5775
  "require",
@@ -5902,6 +5891,17 @@
5902
5891
  "vs/editor/common/editorFeatures",
5903
5892
  "vs/editor/common/services/editorWorker"
5904
5893
  ],
5894
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5895
+ "require",
5896
+ "exports",
5897
+ "vs/base/browser/dom",
5898
+ "vs/base/common/themables"
5899
+ ],
5900
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5901
+ "vs/base/common/numbers": [
5902
+ "require",
5903
+ "exports"
5904
+ ],
5905
5905
  "vs/base/browser/dnd": [
5906
5906
  "require",
5907
5907
  "exports",
@@ -5922,24 +5922,21 @@
5922
5922
  "exports",
5923
5923
  "vs/base/common/strings"
5924
5924
  ],
5925
- "vs/editor/contrib/find/browser/findDecorations": [
5925
+ "vs/editor/common/services/treeViewsDnd": [
5926
5926
  "require",
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"
5927
+ "exports"
5933
5928
  ],
5934
- "vs/editor/contrib/find/browser/replaceAllCommand": [
5929
+ "vs/editor/common/services/treeViewsDndService": [
5935
5930
  "require",
5936
5931
  "exports",
5937
- "vs/editor/common/core/range"
5932
+ "vs/platform/instantiation/common/extensions",
5933
+ "vs/platform/instantiation/common/instantiation",
5934
+ "vs/editor/common/services/treeViewsDnd"
5938
5935
  ],
5939
- "vs/editor/contrib/find/browser/replacePattern": [
5936
+ "vs/platform/dnd/browser/dnd": [
5940
5937
  "require",
5941
5938
  "exports",
5942
- "vs/base/common/search"
5939
+ "vs/platform/registry/common/platform"
5943
5940
  ],
5944
5941
  "vs/base/browser/ui/findinput/findInputToggles": [
5945
5942
  "require",
@@ -5959,6 +5956,25 @@
5959
5956
  "vs/base/common/lifecycle"
5960
5957
  ],
5961
5958
  "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
+ ],
5962
5978
  "vs/base/browser/ui/toggle/toggle": [
5963
5979
  "require",
5964
5980
  "exports",
@@ -6004,22 +6020,6 @@
6004
6020
  "vs/base/common/color"
6005
6021
  ],
6006
6022
  "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",
@@ -6245,38 +6245,6 @@
6245
6245
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6246
6246
  ],
6247
6247
  "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6248
- "vs/base/browser/ui/hover/hoverWidget": [
6249
- "require",
6250
- "exports",
6251
- "vs/base/browser/dom",
6252
- "vs/base/browser/keyboardEvent",
6253
- "vs/base/browser/ui/scrollbar/scrollableElement",
6254
- "vs/base/common/lifecycle",
6255
- "vs/nls",
6256
- "vs/css!vs/base/browser/ui/hover/hoverWidget"
6257
- ],
6258
- "vs/editor/contrib/hover/browser/getHover": [
6259
- "require",
6260
- "exports",
6261
- "vs/base/common/async",
6262
- "vs/base/common/cancellation",
6263
- "vs/base/common/errors",
6264
- "vs/editor/browser/editorExtensions",
6265
- "vs/editor/common/services/languageFeatures"
6266
- ],
6267
- "vs/editor/contrib/hover/browser/marginHoverWidget": [
6268
- "require",
6269
- "exports",
6270
- "vs/base/browser/dom",
6271
- "vs/base/common/lifecycle",
6272
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6273
- "vs/editor/common/languages/language",
6274
- "vs/editor/contrib/hover/browser/hoverOperation",
6275
- "vs/platform/opener/common/opener",
6276
- "vs/base/browser/ui/hover/hoverWidget",
6277
- "vs/editor/contrib/hover/browser/marginHoverComputer",
6278
- "vs/editor/contrib/hover/browser/hoverUtils"
6279
- ],
6280
6248
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6281
6249
  "require",
6282
6250
  "exports",
@@ -6303,12 +6271,37 @@
6303
6271
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6304
6272
  ],
6305
6273
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6306
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6274
+ "vs/editor/contrib/hover/browser/marginHoverWidget": [
6307
6275
  "require",
6308
6276
  "exports",
6309
- "vs/base/common/strings",
6310
- "vs/editor/common/languages/supports",
6311
- "vs/editor/common/tokens/lineTokens"
6277
+ "vs/base/browser/dom",
6278
+ "vs/base/common/lifecycle",
6279
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6280
+ "vs/editor/common/languages/language",
6281
+ "vs/editor/contrib/hover/browser/hoverOperation",
6282
+ "vs/platform/opener/common/opener",
6283
+ "vs/base/browser/ui/hover/hoverWidget",
6284
+ "vs/editor/contrib/hover/browser/marginHoverComputer",
6285
+ "vs/editor/contrib/hover/browser/hoverUtils"
6286
+ ],
6287
+ "vs/base/browser/ui/hover/hoverWidget": [
6288
+ "require",
6289
+ "exports",
6290
+ "vs/base/browser/dom",
6291
+ "vs/base/browser/keyboardEvent",
6292
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6293
+ "vs/base/common/lifecycle",
6294
+ "vs/nls",
6295
+ "vs/css!vs/base/browser/ui/hover/hoverWidget"
6296
+ ],
6297
+ "vs/editor/contrib/hover/browser/getHover": [
6298
+ "require",
6299
+ "exports",
6300
+ "vs/base/common/async",
6301
+ "vs/base/common/cancellation",
6302
+ "vs/base/common/errors",
6303
+ "vs/editor/browser/editorExtensions",
6304
+ "vs/editor/common/services/languageFeatures"
6312
6305
  ],
6313
6306
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6314
6307
  "require",
@@ -6338,6 +6331,13 @@
6338
6331
  "vs/platform/instantiation/common/instantiation",
6339
6332
  "vs/platform/notification/common/notification"
6340
6333
  ],
6334
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6335
+ "require",
6336
+ "exports",
6337
+ "vs/base/common/strings",
6338
+ "vs/editor/common/languages/supports",
6339
+ "vs/editor/common/tokens/lineTokens"
6340
+ ],
6341
6341
  "vs/base/common/extpath": [
6342
6342
  "require",
6343
6343
  "exports",
@@ -6427,13 +6427,23 @@
6427
6427
  "vs/editor/common/services/editorWorker",
6428
6428
  "vs/platform/telemetry/common/telemetry"
6429
6429
  ],
6430
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6430
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6431
+ "vs/base/common/equals": [
6432
+ "require",
6433
+ "exports",
6434
+ "vs/base/common/arrays"
6435
+ ],
6431
6436
  "vs/editor/contrib/inlineEdits/browser/consts": [
6432
6437
  "require",
6433
6438
  "exports",
6434
6439
  "vs/nls",
6435
6440
  "vs/platform/contextkey/common/contextkey"
6436
6441
  ],
6442
+ "vs/base/common/hotReload": [
6443
+ "require",
6444
+ "exports",
6445
+ "vs/base/common/process"
6446
+ ],
6437
6447
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6438
6448
  "require",
6439
6449
  "exports",
@@ -6480,17 +6490,6 @@
6480
6490
  "vs/base/common/observable",
6481
6491
  "vs/base/common/observableInternal/utils"
6482
6492
  ],
6483
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6484
- "vs/base/common/equals": [
6485
- "require",
6486
- "exports",
6487
- "vs/base/common/arrays"
6488
- ],
6489
- "vs/base/common/hotReload": [
6490
- "require",
6491
- "exports",
6492
- "vs/base/common/process"
6493
- ],
6494
6493
  "vs/base/browser/ui/list/listWidget": [
6495
6494
  "require",
6496
6495
  "exports",
@@ -6517,6 +6516,7 @@
6517
6516
  "vs/css!vs/base/browser/ui/list/list"
6518
6517
  ],
6519
6518
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6519
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6520
6520
  "vs/editor/common/tokens/sparseMultilineTokens": [
6521
6521
  "require",
6522
6522
  "exports",
@@ -6544,11 +6544,6 @@
6544
6544
  "vs/platform/workspace/common/workspace"
6545
6545
  ],
6546
6546
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6547
- "vs/platform/action/common/actionCommonCategories": [
6548
- "require",
6549
- "exports",
6550
- "vs/nls"
6551
- ],
6552
6547
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6553
6548
  "require",
6554
6549
  "exports",
@@ -6582,6 +6577,15 @@
6582
6577
  "require",
6583
6578
  "exports"
6584
6579
  ],
6580
+ "vs/platform/action/common/actionCommonCategories": [
6581
+ "require",
6582
+ "exports",
6583
+ "vs/nls"
6584
+ ],
6585
+ "vs/base/common/naturalLanguage/korean": [
6586
+ "require",
6587
+ "exports"
6588
+ ],
6585
6589
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6586
6590
  "require",
6587
6591
  "exports",
@@ -6638,9 +6642,15 @@
6638
6642
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6639
6643
  ],
6640
6644
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6641
- "vs/base/common/naturalLanguage/korean": [
6645
+ "vs/base/common/glob": [
6642
6646
  "require",
6643
- "exports"
6647
+ "exports",
6648
+ "vs/base/common/async",
6649
+ "vs/base/common/extpath",
6650
+ "vs/base/common/map",
6651
+ "vs/base/common/path",
6652
+ "vs/base/common/platform",
6653
+ "vs/base/common/strings"
6644
6654
  ],
6645
6655
  "vs/platform/opener/browser/link": [
6646
6656
  "require",
@@ -6657,16 +6667,6 @@
6657
6667
  "vs/css!vs/platform/opener/browser/link"
6658
6668
  ],
6659
6669
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
6660
- "vs/base/common/glob": [
6661
- "require",
6662
- "exports",
6663
- "vs/base/common/async",
6664
- "vs/base/common/extpath",
6665
- "vs/base/common/map",
6666
- "vs/base/common/path",
6667
- "vs/base/common/platform",
6668
- "vs/base/common/strings"
6669
- ],
6670
6670
  "vs/base/common/observableInternal/autorun": [
6671
6671
  "require",
6672
6672
  "exports",
@@ -6704,25 +6704,6 @@
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
- ],
6726
6707
  "vs/base/browser/ui/splitview/splitview": [
6727
6708
  "require",
6728
6709
  "exports",
@@ -6849,37 +6830,36 @@
6849
6830
  "vs/base/common/buffer",
6850
6831
  "vs/base/common/uri"
6851
6832
  ],
6852
- "vs/editor/common/core/textEdit": [
6833
+ "vs/base/common/errorMessage": [
6853
6834
  "require",
6854
6835
  "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"
6836
+ "vs/base/common/arrays",
6837
+ "vs/base/common/types",
6838
+ "vs/nls"
6861
6839
  ],
6862
- "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6840
+ "vs/base/common/tfIdf": [
6863
6841
  "require",
6864
6842
  "exports"
6865
6843
  ],
6866
- "vs/base/browser/defaultWorkerFactory": [
6844
+ "vs/platform/quickinput/browser/pickerQuickAccess": [
6867
6845
  "require",
6868
6846
  "exports",
6869
- "vs/base/browser/trustedTypes",
6870
- "vs/base/common/errors",
6871
- "vs/base/common/network",
6872
- "vs/base/common/worker/simpleWorker",
6847
+ "vs/base/common/async",
6848
+ "vs/base/common/cancellation",
6873
6849
  "vs/base/common/lifecycle",
6874
- "vs/base/common/arrays",
6875
- "vs/nls"
6850
+ "vs/base/common/types"
6876
6851
  ],
6877
- "vs/editor/common/viewLayout/lineDecorations": [
6852
+ "vs/editor/common/core/textEdit": [
6878
6853
  "require",
6879
6854
  "exports",
6880
- "vs/base/common/strings"
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"
6881
6861
  ],
6882
- "vs/editor/common/viewLayout/linePart": [
6862
+ "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6883
6863
  "require",
6884
6864
  "exports"
6885
6865
  ],
@@ -6895,6 +6875,16 @@
6895
6875
  "vs/base/common/keybindingLabels",
6896
6876
  "vs/base/common/keybindings"
6897
6877
  ],
6878
+ "vs/base/browser/ui/contextview/contextview": [
6879
+ "require",
6880
+ "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"
6887
+ ],
6898
6888
  "vs/editor/common/services/languagesRegistry": [
6899
6889
  "require",
6900
6890
  "exports",
@@ -6906,16 +6896,6 @@
6906
6896
  "vs/platform/configuration/common/configurationRegistry",
6907
6897
  "vs/platform/registry/common/platform"
6908
6898
  ],
6909
- "vs/base/browser/ui/contextview/contextview": [
6910
- "require",
6911
- "exports",
6912
- "vs/base/browser/canIUse",
6913
- "vs/base/browser/dom",
6914
- "vs/base/common/lifecycle",
6915
- "vs/base/common/platform",
6916
- "vs/base/common/range",
6917
- "vs/css!vs/base/browser/ui/contextview/contextview"
6918
- ],
6919
6899
  "vs/platform/contextview/browser/contextMenuHandler": [
6920
6900
  "require",
6921
6901
  "exports",
@@ -6931,6 +6911,17 @@
6931
6911
  "require",
6932
6912
  "exports"
6933
6913
  ],
6914
+ "vs/base/browser/defaultWorkerFactory": [
6915
+ "require",
6916
+ "exports",
6917
+ "vs/base/browser/trustedTypes",
6918
+ "vs/base/common/errors",
6919
+ "vs/base/common/network",
6920
+ "vs/base/common/worker/simpleWorker",
6921
+ "vs/base/common/lifecycle",
6922
+ "vs/base/common/arrays",
6923
+ "vs/nls"
6924
+ ],
6934
6925
  "vs/base/common/collections": [
6935
6926
  "require",
6936
6927
  "exports"
@@ -7004,6 +6995,15 @@
7004
6995
  "vs/base/common/types",
7005
6996
  "vs/nls"
7006
6997
  ],
6998
+ "vs/editor/common/viewLayout/lineDecorations": [
6999
+ "require",
7000
+ "exports",
7001
+ "vs/base/common/strings"
7002
+ ],
7003
+ "vs/editor/common/viewLayout/linePart": [
7004
+ "require",
7005
+ "exports"
7006
+ ],
7007
7007
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
7008
7008
  "require",
7009
7009
  "exports",
@@ -7252,21 +7252,6 @@
7252
7252
  "exports",
7253
7253
  "vs/base/common/actions"
7254
7254
  ],
7255
- "vs/editor/browser/controller/mouseHandler": [
7256
- "require",
7257
- "exports",
7258
- "vs/base/browser/dom",
7259
- "vs/base/browser/mouseEvent",
7260
- "vs/base/common/lifecycle",
7261
- "vs/base/common/platform",
7262
- "vs/editor/browser/controller/mouseTarget",
7263
- "vs/editor/browser/editorDom",
7264
- "vs/editor/common/config/editorZoom",
7265
- "vs/editor/common/core/position",
7266
- "vs/editor/common/core/selection",
7267
- "vs/editor/common/viewEventHandler",
7268
- "vs/base/browser/ui/scrollbar/scrollableElement"
7269
- ],
7270
7255
  "vs/editor/browser/viewParts/lines/viewLine": [
7271
7256
  "require",
7272
7257
  "exports",
@@ -7286,6 +7271,21 @@
7286
7271
  "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
7287
7272
  ],
7288
7273
  "vs/css!vs/editor/browser/controller/textAreaHandler": [],
7274
+ "vs/editor/browser/controller/mouseHandler": [
7275
+ "require",
7276
+ "exports",
7277
+ "vs/base/browser/dom",
7278
+ "vs/base/browser/mouseEvent",
7279
+ "vs/base/common/lifecycle",
7280
+ "vs/base/common/platform",
7281
+ "vs/editor/browser/controller/mouseTarget",
7282
+ "vs/editor/browser/editorDom",
7283
+ "vs/editor/common/config/editorZoom",
7284
+ "vs/editor/common/core/position",
7285
+ "vs/editor/common/core/selection",
7286
+ "vs/editor/common/viewEventHandler",
7287
+ "vs/base/browser/ui/scrollbar/scrollableElement"
7288
+ ],
7289
7289
  "vs/editor/browser/view/viewLayer": [
7290
7290
  "require",
7291
7291
  "exports",
@@ -7294,34 +7294,30 @@
7294
7294
  "vs/base/common/errors",
7295
7295
  "vs/editor/common/core/stringBuilder"
7296
7296
  ],
7297
- "vs/css!vs/editor/browser/viewParts/blockDecorations/blockDecorations": [],
7298
7297
  "vs/editor/browser/view/dynamicViewOverlay": [
7299
7298
  "require",
7300
7299
  "exports",
7301
7300
  "vs/editor/common/viewEventHandler"
7302
7301
  ],
7303
7302
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7303
+ "vs/css!vs/editor/browser/viewParts/blockDecorations/blockDecorations": [],
7304
7304
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7305
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7305
7306
  "vs/editor/common/textModelGuides": [
7306
7307
  "require",
7307
7308
  "exports"
7308
7309
  ],
7309
7310
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7310
7311
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7311
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7312
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7313
- "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7314
7312
  "vs/editor/browser/viewParts/lines/domReadingContext": [
7315
7313
  "require",
7316
7314
  "exports"
7317
7315
  ],
7318
7316
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
7317
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7318
+ "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7319
7319
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7320
7320
  "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7321
- "vs/editor/common/viewModel/overviewZoneManager": [
7322
- "require",
7323
- "exports"
7324
- ],
7325
7321
  "vs/base/browser/globalPointerMoveMonitor": [
7326
7322
  "require",
7327
7323
  "exports",
@@ -7347,6 +7343,10 @@
7347
7343
  ],
7348
7344
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7349
7345
  "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7346
+ "vs/editor/common/viewModel/overviewZoneManager": [
7347
+ "require",
7348
+ "exports"
7349
+ ],
7350
7350
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7351
7351
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7352
7352
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
@@ -7690,14 +7690,6 @@
7690
7690
  "vs/nls"
7691
7691
  ],
7692
7692
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
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
7693
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7702
7694
  "require",
7703
7695
  "exports",
@@ -7718,6 +7710,14 @@
7718
7710
  ],
7719
7711
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7720
7712
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7713
+ "vs/editor/contrib/hover/browser/marginHoverComputer": [
7714
+ "require",
7715
+ "exports",
7716
+ "vs/base/common/arrays",
7717
+ "vs/base/common/htmlContent",
7718
+ "vs/editor/common/model"
7719
+ ],
7720
+ "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7721
7721
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7722
7722
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7723
7723
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
@@ -7823,6 +7823,7 @@
7823
7823
  "exports",
7824
7824
  "vs/base/common/observableInternal/base"
7825
7825
  ],
7826
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7826
7827
  "vs/base/browser/ui/countBadge/countBadge": [
7827
7828
  "require",
7828
7829
  "exports",
@@ -7840,23 +7841,7 @@
7840
7841
  "vs/base/common/lifecycle",
7841
7842
  "vs/base/common/objects"
7842
7843
  ],
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/indexTreeModel": [
7846
- "require",
7847
- "exports",
7848
- "vs/base/browser/ui/tree/tree",
7849
- "vs/base/common/arrays",
7850
- "vs/base/common/async",
7851
- "vs/base/common/symbols",
7852
- "vs/base/common/diff/diff",
7853
- "vs/base/common/event",
7854
- "vs/base/common/iterator"
7855
- ],
7856
- "vs/base/browser/ui/tree/tree": [
7857
- "require",
7858
- "exports"
7859
- ],
7860
7845
  "vs/base/browser/ui/inputbox/inputBox": [
7861
7846
  "require",
7862
7847
  "exports",
@@ -7875,6 +7860,21 @@
7875
7860
  "vs/nls",
7876
7861
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7877
7862
  ],
7863
+ "vs/base/browser/ui/tree/indexTreeModel": [
7864
+ "require",
7865
+ "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"
7873
+ ],
7874
+ "vs/base/browser/ui/tree/tree": [
7875
+ "require",
7876
+ "exports"
7877
+ ],
7878
7878
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7879
7879
  "vs/base/browser/ui/tree/objectTreeModel": [
7880
7880
  "require",
@@ -7909,11 +7909,6 @@
7909
7909
  "vs/base/common/strings",
7910
7910
  "vs/editor/common/languages/modesRegistry"
7911
7911
  ],
7912
- "vs/base/common/range": [
7913
- "require",
7914
- "exports"
7915
- ],
7916
- "vs/css!vs/base/browser/ui/contextview/contextview": [],
7917
7912
  "vs/base/browser/ui/menu/menu": [
7918
7913
  "require",
7919
7914
  "exports",
@@ -7936,6 +7931,11 @@
7936
7931
  "vs/base/common/platform",
7937
7932
  "vs/base/common/strings"
7938
7933
  ],
7934
+ "vs/base/common/range": [
7935
+ "require",
7936
+ "exports"
7937
+ ],
7938
+ "vs/css!vs/base/browser/ui/contextview/contextview": [],
7939
7939
  "vs/platform/quickinput/browser/quickAccess": [
7940
7940
  "require",
7941
7941
  "exports",
@@ -7995,6 +7995,21 @@
7995
7995
  ],
7996
7996
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7997
7997
  "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7998
+ "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7999
+ "require",
8000
+ "exports",
8001
+ "vs/base/browser/dom",
8002
+ "vs/base/common/lifecycle",
8003
+ "vs/base/common/observable",
8004
+ "vs/editor/common/core/lineRange",
8005
+ "vs/editor/common/core/offsetRange"
8006
+ ],
8007
+ "vs/editor/common/model/textModelText": [
8008
+ "require",
8009
+ "exports",
8010
+ "vs/editor/common/core/textEdit",
8011
+ "vs/editor/common/core/textLength"
8012
+ ],
7998
8013
  "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7999
8014
  "require",
8000
8015
  "exports",
@@ -8017,21 +8032,6 @@
8017
8032
  "vs/editor/common/viewLayout/viewLineRenderer",
8018
8033
  "vs/editor/common/viewModel"
8019
8034
  ],
8020
- "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
8021
- "require",
8022
- "exports",
8023
- "vs/base/browser/dom",
8024
- "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
8035
  "vs/base/browser/ui/scrollbar/scrollbarState": [
8036
8036
  "require",
8037
8037
  "exports"
@@ -8128,10 +8128,6 @@
8128
8128
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
8129
8129
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet"
8130
8130
  ],
8131
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
8132
- "require",
8133
- "exports"
8134
- ],
8135
8131
  "vs/editor/common/model/fixedArray": [
8136
8132
  "require",
8137
8133
  "exports",
@@ -8141,6 +8137,10 @@
8141
8137
  "require",
8142
8138
  "exports"
8143
8139
  ],
8140
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
8141
+ "require",
8142
+ "exports"
8143
+ ],
8144
8144
  "vs/editor/common/tokens/contiguousTokensEditing": [
8145
8145
  "require",
8146
8146
  "exports",