monaco-editor-core 0.51.0-dev-20240720 → 0.51.0-dev-20240721
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.
- package/dev/bundleInfo.json +1129 -1129
- package/dev/nls.messages.de.js +2 -2
- package/dev/nls.messages.es.js +2 -2
- package/dev/nls.messages.fr.js +2 -2
- package/dev/nls.messages.it.js +2 -2
- package/dev/nls.messages.ja.js +2 -2
- package/dev/nls.messages.ko.js +2 -2
- package/dev/nls.messages.ru.js +2 -2
- package/dev/nls.messages.zh-cn.js +2 -2
- package/dev/nls.messages.zh-tw.js +2 -2
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +16 -16
- package/dev/vs/loader.js +1 -1
- package/min/nls.messages.de.js +2 -2
- package/min/nls.messages.es.js +2 -2
- package/min/nls.messages.fr.js +2 -2
- package/min/nls.messages.it.js +2 -2
- package/min/nls.messages.ja.js +2 -2
- package/min/nls.messages.ko.js +2 -2
- package/min/nls.messages.ru.js +2 -2
- package/min/nls.messages.zh-cn.js +2 -2
- package/min/nls.messages.zh-tw.js +2 -2
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +3 -3
- package/min/vs/loader.js +1 -1
- package/min-maps/nls.messages.de.js.map +1 -1
- package/min-maps/nls.messages.es.js.map +1 -1
- package/min-maps/nls.messages.fr.js.map +1 -1
- package/min-maps/nls.messages.it.js.map +1 -1
- package/min-maps/nls.messages.ja.js.map +1 -1
- package/min-maps/nls.messages.ko.js.map +1 -1
- package/min-maps/nls.messages.ru.js.map +1 -1
- package/min-maps/nls.messages.zh-cn.js.map +1 -1
- package/min-maps/nls.messages.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +2 -2
package/dev/bundleInfo.json
CHANGED
|
@@ -1508,6 +1508,14 @@
|
|
|
1508
1508
|
"vs/platform/instantiation/common/instantiation"
|
|
1509
1509
|
],
|
|
1510
1510
|
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
|
|
1511
|
+
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1512
|
+
"require",
|
|
1513
|
+
"exports",
|
|
1514
|
+
"vs/base/common/lifecycle",
|
|
1515
|
+
"vs/editor/browser/editorBrowser",
|
|
1516
|
+
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1517
|
+
"vs/nls"
|
|
1518
|
+
],
|
|
1511
1519
|
"vs/platform/registry/common/platform": [
|
|
1512
1520
|
"require",
|
|
1513
1521
|
"exports",
|
|
@@ -1521,24 +1529,6 @@
|
|
|
1521
1529
|
"vs/base/common/lifecycle",
|
|
1522
1530
|
"vs/platform/registry/common/platform"
|
|
1523
1531
|
],
|
|
1524
|
-
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
1525
|
-
"require",
|
|
1526
|
-
"exports",
|
|
1527
|
-
"vs/nls",
|
|
1528
|
-
"vs/platform/registry/common/platform",
|
|
1529
|
-
"vs/base/common/lifecycle",
|
|
1530
|
-
"vs/platform/keybinding/common/keybinding",
|
|
1531
|
-
"vs/platform/quickinput/common/quickAccess",
|
|
1532
|
-
"vs/platform/quickinput/common/quickInput"
|
|
1533
|
-
],
|
|
1534
|
-
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1535
|
-
"require",
|
|
1536
|
-
"exports",
|
|
1537
|
-
"vs/base/common/lifecycle",
|
|
1538
|
-
"vs/editor/browser/editorBrowser",
|
|
1539
|
-
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1540
|
-
"vs/nls"
|
|
1541
|
-
],
|
|
1542
1532
|
"vs/editor/browser/services/codeEditorService": [
|
|
1543
1533
|
"require",
|
|
1544
1534
|
"exports",
|
|
@@ -1555,6 +1545,16 @@
|
|
|
1555
1545
|
"exports",
|
|
1556
1546
|
"vs/platform/instantiation/common/instantiation"
|
|
1557
1547
|
],
|
|
1548
|
+
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
1549
|
+
"require",
|
|
1550
|
+
"exports",
|
|
1551
|
+
"vs/nls",
|
|
1552
|
+
"vs/platform/registry/common/platform",
|
|
1553
|
+
"vs/base/common/lifecycle",
|
|
1554
|
+
"vs/platform/keybinding/common/keybinding",
|
|
1555
|
+
"vs/platform/quickinput/common/quickAccess",
|
|
1556
|
+
"vs/platform/quickinput/common/quickInput"
|
|
1557
|
+
],
|
|
1558
1558
|
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
|
|
1559
1559
|
"require",
|
|
1560
1560
|
"exports",
|
|
@@ -1723,11 +1723,19 @@
|
|
|
1723
1723
|
"require",
|
|
1724
1724
|
"exports"
|
|
1725
1725
|
],
|
|
1726
|
+
"vs/base/common/types": [
|
|
1727
|
+
"require",
|
|
1728
|
+
"exports"
|
|
1729
|
+
],
|
|
1726
1730
|
"vs/base/common/iterator": [
|
|
1727
1731
|
"require",
|
|
1728
1732
|
"exports"
|
|
1729
1733
|
],
|
|
1730
|
-
"vs/base/common/
|
|
1734
|
+
"vs/base/common/cache": [
|
|
1735
|
+
"require",
|
|
1736
|
+
"exports"
|
|
1737
|
+
],
|
|
1738
|
+
"vs/base/common/lazy": [
|
|
1731
1739
|
"require",
|
|
1732
1740
|
"exports"
|
|
1733
1741
|
],
|
|
@@ -1745,14 +1753,6 @@
|
|
|
1745
1753
|
"exports",
|
|
1746
1754
|
"vs/base/common/process"
|
|
1747
1755
|
],
|
|
1748
|
-
"vs/base/common/cache": [
|
|
1749
|
-
"require",
|
|
1750
|
-
"exports"
|
|
1751
|
-
],
|
|
1752
|
-
"vs/base/common/lazy": [
|
|
1753
|
-
"require",
|
|
1754
|
-
"exports"
|
|
1755
|
-
],
|
|
1756
1756
|
"vs/editor/common/model/prefixSumComputer": [
|
|
1757
1757
|
"require",
|
|
1758
1758
|
"exports",
|
|
@@ -1838,6 +1838,43 @@
|
|
|
1838
1838
|
"require",
|
|
1839
1839
|
"exports"
|
|
1840
1840
|
],
|
|
1841
|
+
"vs/base/browser/window": [
|
|
1842
|
+
"require",
|
|
1843
|
+
"exports"
|
|
1844
|
+
],
|
|
1845
|
+
"vs/editor/browser/config/fontMeasurements": [
|
|
1846
|
+
"require",
|
|
1847
|
+
"exports",
|
|
1848
|
+
"vs/base/browser/dom",
|
|
1849
|
+
"vs/base/browser/pixelRatio",
|
|
1850
|
+
"vs/base/common/event",
|
|
1851
|
+
"vs/base/common/lifecycle",
|
|
1852
|
+
"vs/editor/browser/config/charWidthReader",
|
|
1853
|
+
"vs/editor/common/config/editorOptions",
|
|
1854
|
+
"vs/editor/common/config/fontInfo"
|
|
1855
|
+
],
|
|
1856
|
+
"vs/editor/browser/services/webWorker": [
|
|
1857
|
+
"require",
|
|
1858
|
+
"exports",
|
|
1859
|
+
"vs/base/common/objects",
|
|
1860
|
+
"vs/editor/browser/services/editorWorkerService"
|
|
1861
|
+
],
|
|
1862
|
+
"vs/editor/common/config/editorZoom": [
|
|
1863
|
+
"require",
|
|
1864
|
+
"exports",
|
|
1865
|
+
"vs/base/common/event"
|
|
1866
|
+
],
|
|
1867
|
+
"vs/editor/common/config/fontInfo": [
|
|
1868
|
+
"require",
|
|
1869
|
+
"exports",
|
|
1870
|
+
"vs/base/common/platform",
|
|
1871
|
+
"vs/editor/common/config/editorOptions",
|
|
1872
|
+
"vs/editor/common/config/editorZoom"
|
|
1873
|
+
],
|
|
1874
|
+
"vs/editor/common/editorCommon": [
|
|
1875
|
+
"require",
|
|
1876
|
+
"exports"
|
|
1877
|
+
],
|
|
1841
1878
|
"vs/editor/common/languages/languageConfigurationRegistry": [
|
|
1842
1879
|
"require",
|
|
1843
1880
|
"exports",
|
|
@@ -1867,6 +1904,63 @@
|
|
|
1867
1904
|
"vs/base/common/mime",
|
|
1868
1905
|
"vs/platform/configuration/common/configurationRegistry"
|
|
1869
1906
|
],
|
|
1907
|
+
"vs/editor/common/model": [
|
|
1908
|
+
"require",
|
|
1909
|
+
"exports",
|
|
1910
|
+
"vs/base/common/objects"
|
|
1911
|
+
],
|
|
1912
|
+
"vs/editor/common/services/model": [
|
|
1913
|
+
"require",
|
|
1914
|
+
"exports",
|
|
1915
|
+
"vs/platform/instantiation/common/instantiation"
|
|
1916
|
+
],
|
|
1917
|
+
"vs/editor/standalone/browser/colorizer": [
|
|
1918
|
+
"require",
|
|
1919
|
+
"exports",
|
|
1920
|
+
"vs/base/browser/trustedTypes",
|
|
1921
|
+
"vs/base/common/strings",
|
|
1922
|
+
"vs/editor/common/languages",
|
|
1923
|
+
"vs/editor/common/tokens/lineTokens",
|
|
1924
|
+
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
1925
|
+
"vs/editor/common/viewModel",
|
|
1926
|
+
"vs/editor/standalone/common/monarch/monarchLexer"
|
|
1927
|
+
],
|
|
1928
|
+
"vs/editor/standalone/browser/standaloneCodeEditor": [
|
|
1929
|
+
"require",
|
|
1930
|
+
"exports",
|
|
1931
|
+
"vs/base/browser/ui/aria/aria",
|
|
1932
|
+
"vs/base/common/lifecycle",
|
|
1933
|
+
"vs/editor/browser/services/codeEditorService",
|
|
1934
|
+
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
1935
|
+
"vs/editor/common/editorAction",
|
|
1936
|
+
"vs/editor/standalone/browser/standaloneServices",
|
|
1937
|
+
"vs/editor/standalone/common/standaloneTheme",
|
|
1938
|
+
"vs/platform/actions/common/actions",
|
|
1939
|
+
"vs/platform/commands/common/commands",
|
|
1940
|
+
"vs/platform/configuration/common/configuration",
|
|
1941
|
+
"vs/platform/contextkey/common/contextkey",
|
|
1942
|
+
"vs/platform/contextview/browser/contextView",
|
|
1943
|
+
"vs/platform/instantiation/common/instantiation",
|
|
1944
|
+
"vs/platform/keybinding/common/keybinding",
|
|
1945
|
+
"vs/platform/notification/common/notification",
|
|
1946
|
+
"vs/platform/theme/common/themeService",
|
|
1947
|
+
"vs/platform/accessibility/common/accessibility",
|
|
1948
|
+
"vs/editor/common/standaloneStrings",
|
|
1949
|
+
"vs/platform/clipboard/common/clipboardService",
|
|
1950
|
+
"vs/platform/progress/common/progress",
|
|
1951
|
+
"vs/editor/common/services/model",
|
|
1952
|
+
"vs/editor/common/languages/language",
|
|
1953
|
+
"vs/editor/standalone/browser/standaloneCodeEditorService",
|
|
1954
|
+
"vs/editor/common/languages/modesRegistry",
|
|
1955
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
1956
|
+
"vs/editor/common/services/languageFeatures",
|
|
1957
|
+
"vs/editor/browser/widget/diffEditor/diffEditorWidget",
|
|
1958
|
+
"vs/platform/accessibilitySignal/browser/accessibilitySignalService",
|
|
1959
|
+
"vs/base/browser/window",
|
|
1960
|
+
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
1961
|
+
"vs/platform/hover/browser/hover",
|
|
1962
|
+
"vs/base/browser/ui/hover/hoverDelegate2"
|
|
1963
|
+
],
|
|
1870
1964
|
"vs/editor/standalone/browser/standaloneServices": [
|
|
1871
1965
|
"require",
|
|
1872
1966
|
"exports",
|
|
@@ -1958,19 +2052,18 @@
|
|
|
1958
2052
|
"vs/editor/common/services/languageFeaturesService",
|
|
1959
2053
|
"vs/editor/browser/services/hoverService/hoverService"
|
|
1960
2054
|
],
|
|
1961
|
-
"vs/
|
|
1962
|
-
"require",
|
|
1963
|
-
"exports",
|
|
1964
|
-
"vs/editor/standalone/common/monarch/monarchCommon"
|
|
1965
|
-
],
|
|
1966
|
-
"vs/editor/standalone/common/monarch/monarchLexer": [
|
|
2055
|
+
"vs/platform/actions/common/actions": [
|
|
1967
2056
|
"require",
|
|
1968
2057
|
"exports",
|
|
2058
|
+
"vs/base/common/actions",
|
|
2059
|
+
"vs/base/common/themables",
|
|
2060
|
+
"vs/base/common/event",
|
|
1969
2061
|
"vs/base/common/lifecycle",
|
|
1970
|
-
"vs/
|
|
1971
|
-
"vs/
|
|
1972
|
-
"vs/
|
|
1973
|
-
"vs/platform/
|
|
2062
|
+
"vs/base/common/linkedList",
|
|
2063
|
+
"vs/platform/commands/common/commands",
|
|
2064
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2065
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2066
|
+
"vs/platform/keybinding/common/keybindingsRegistry"
|
|
1974
2067
|
],
|
|
1975
2068
|
"vs/platform/markers/common/markers": [
|
|
1976
2069
|
"require",
|
|
@@ -1979,208 +2072,66 @@
|
|
|
1979
2072
|
"vs/nls",
|
|
1980
2073
|
"vs/platform/instantiation/common/instantiation"
|
|
1981
2074
|
],
|
|
1982
|
-
"vs/
|
|
1983
|
-
"require",
|
|
1984
|
-
"exports",
|
|
1985
|
-
"vs/base/common/strings",
|
|
1986
|
-
"vs/editor/common/core/range",
|
|
1987
|
-
"vs/base/common/cancellation",
|
|
1988
|
-
"vs/base/common/lifecycle",
|
|
1989
|
-
"vs/editor/contrib/editorState/browser/keybindingCancellation"
|
|
1990
|
-
],
|
|
1991
|
-
"vs/editor/browser/editorBrowser": [
|
|
1992
|
-
"require",
|
|
1993
|
-
"exports",
|
|
1994
|
-
"vs/editor/common/editorCommon"
|
|
1995
|
-
],
|
|
1996
|
-
"vs/editor/common/services/editorWorker": [
|
|
2075
|
+
"vs/platform/opener/common/opener": [
|
|
1997
2076
|
"require",
|
|
1998
2077
|
"exports",
|
|
1999
2078
|
"vs/platform/instantiation/common/instantiation"
|
|
2000
2079
|
],
|
|
2001
|
-
"vs/editor/
|
|
2080
|
+
"vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget": [
|
|
2002
2081
|
"require",
|
|
2003
2082
|
"exports",
|
|
2004
|
-
"vs/
|
|
2083
|
+
"vs/base/common/lifecycle",
|
|
2084
|
+
"vs/base/common/observable",
|
|
2085
|
+
"vs/base/common/hotReloadHelpers",
|
|
2086
|
+
"vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl",
|
|
2087
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2088
|
+
"vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
|
|
2089
|
+
"vs/editor/browser/widget/multiDiffEditor/colors"
|
|
2005
2090
|
],
|
|
2006
|
-
"vs/editor/
|
|
2091
|
+
"vs/css!vs/editor/standalone/browser/standalone-tokens": [],
|
|
2092
|
+
"vs/editor/standalone/common/monarch/monarchCompile": [
|
|
2007
2093
|
"require",
|
|
2008
2094
|
"exports",
|
|
2009
|
-
"vs/editor/common/
|
|
2010
|
-
"vs/editor/common/core/range",
|
|
2011
|
-
"vs/editor/browser/stableEditorScroll"
|
|
2012
|
-
],
|
|
2013
|
-
"vs/platform/extensions/common/extensions": [
|
|
2014
|
-
"require",
|
|
2015
|
-
"exports"
|
|
2095
|
+
"vs/editor/standalone/common/monarch/monarchCommon"
|
|
2016
2096
|
],
|
|
2017
|
-
"vs/
|
|
2097
|
+
"vs/editor/standalone/common/monarch/monarchLexer": [
|
|
2018
2098
|
"require",
|
|
2019
2099
|
"exports",
|
|
2020
|
-
"vs/base/common/event",
|
|
2021
2100
|
"vs/base/common/lifecycle",
|
|
2022
|
-
"vs/
|
|
2023
|
-
"vs/
|
|
2101
|
+
"vs/editor/common/languages",
|
|
2102
|
+
"vs/editor/common/languages/nullTokenize",
|
|
2103
|
+
"vs/editor/standalone/common/monarch/monarchCommon",
|
|
2104
|
+
"vs/platform/configuration/common/configuration"
|
|
2024
2105
|
],
|
|
2025
|
-
"vs/
|
|
2106
|
+
"vs/base/browser/browser": [
|
|
2026
2107
|
"require",
|
|
2027
2108
|
"exports",
|
|
2028
|
-
"vs/
|
|
2029
|
-
"vs/platform/instantiation/common/instantiation"
|
|
2030
|
-
],
|
|
2031
|
-
"vs/base/browser/window": [
|
|
2032
|
-
"require",
|
|
2033
|
-
"exports"
|
|
2109
|
+
"vs/base/browser/window"
|
|
2034
2110
|
],
|
|
2035
|
-
"vs/
|
|
2111
|
+
"vs/base/browser/ui/aria/aria": [
|
|
2036
2112
|
"require",
|
|
2037
2113
|
"exports",
|
|
2038
2114
|
"vs/base/browser/dom",
|
|
2039
|
-
"vs/base/browser/
|
|
2040
|
-
"vs/base/common/event",
|
|
2041
|
-
"vs/base/common/lifecycle",
|
|
2042
|
-
"vs/editor/browser/config/charWidthReader",
|
|
2043
|
-
"vs/editor/common/config/editorOptions",
|
|
2044
|
-
"vs/editor/common/config/fontInfo"
|
|
2115
|
+
"vs/css!vs/base/browser/ui/aria/aria"
|
|
2045
2116
|
],
|
|
2046
|
-
"vs/editor/
|
|
2117
|
+
"vs/editor/common/cursor/cursorColumnSelection": [
|
|
2047
2118
|
"require",
|
|
2048
2119
|
"exports",
|
|
2049
|
-
"vs/
|
|
2050
|
-
"vs/editor/
|
|
2120
|
+
"vs/editor/common/cursorCommon",
|
|
2121
|
+
"vs/editor/common/core/position",
|
|
2122
|
+
"vs/editor/common/core/range"
|
|
2051
2123
|
],
|
|
2052
|
-
"vs/editor/common/
|
|
2124
|
+
"vs/editor/common/cursorCommon": [
|
|
2053
2125
|
"require",
|
|
2054
2126
|
"exports",
|
|
2055
|
-
"vs/
|
|
2127
|
+
"vs/editor/common/core/position",
|
|
2128
|
+
"vs/editor/common/core/range",
|
|
2129
|
+
"vs/editor/common/core/selection",
|
|
2130
|
+
"vs/editor/common/languages/supports",
|
|
2131
|
+
"vs/editor/common/core/cursorColumns",
|
|
2132
|
+
"vs/editor/common/core/indentation"
|
|
2056
2133
|
],
|
|
2057
|
-
"vs/editor/common/
|
|
2058
|
-
"require",
|
|
2059
|
-
"exports",
|
|
2060
|
-
"vs/base/common/platform",
|
|
2061
|
-
"vs/editor/common/config/editorOptions",
|
|
2062
|
-
"vs/editor/common/config/editorZoom"
|
|
2063
|
-
],
|
|
2064
|
-
"vs/editor/common/editorCommon": [
|
|
2065
|
-
"require",
|
|
2066
|
-
"exports"
|
|
2067
|
-
],
|
|
2068
|
-
"vs/editor/common/model": [
|
|
2069
|
-
"require",
|
|
2070
|
-
"exports",
|
|
2071
|
-
"vs/base/common/objects"
|
|
2072
|
-
],
|
|
2073
|
-
"vs/editor/common/services/model": [
|
|
2074
|
-
"require",
|
|
2075
|
-
"exports",
|
|
2076
|
-
"vs/platform/instantiation/common/instantiation"
|
|
2077
|
-
],
|
|
2078
|
-
"vs/editor/standalone/browser/colorizer": [
|
|
2079
|
-
"require",
|
|
2080
|
-
"exports",
|
|
2081
|
-
"vs/base/browser/trustedTypes",
|
|
2082
|
-
"vs/base/common/strings",
|
|
2083
|
-
"vs/editor/common/languages",
|
|
2084
|
-
"vs/editor/common/tokens/lineTokens",
|
|
2085
|
-
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
2086
|
-
"vs/editor/common/viewModel",
|
|
2087
|
-
"vs/editor/standalone/common/monarch/monarchLexer"
|
|
2088
|
-
],
|
|
2089
|
-
"vs/editor/standalone/browser/standaloneCodeEditor": [
|
|
2090
|
-
"require",
|
|
2091
|
-
"exports",
|
|
2092
|
-
"vs/base/browser/ui/aria/aria",
|
|
2093
|
-
"vs/base/common/lifecycle",
|
|
2094
|
-
"vs/editor/browser/services/codeEditorService",
|
|
2095
|
-
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
2096
|
-
"vs/editor/common/editorAction",
|
|
2097
|
-
"vs/editor/standalone/browser/standaloneServices",
|
|
2098
|
-
"vs/editor/standalone/common/standaloneTheme",
|
|
2099
|
-
"vs/platform/actions/common/actions",
|
|
2100
|
-
"vs/platform/commands/common/commands",
|
|
2101
|
-
"vs/platform/configuration/common/configuration",
|
|
2102
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2103
|
-
"vs/platform/contextview/browser/contextView",
|
|
2104
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2105
|
-
"vs/platform/keybinding/common/keybinding",
|
|
2106
|
-
"vs/platform/notification/common/notification",
|
|
2107
|
-
"vs/platform/theme/common/themeService",
|
|
2108
|
-
"vs/platform/accessibility/common/accessibility",
|
|
2109
|
-
"vs/editor/common/standaloneStrings",
|
|
2110
|
-
"vs/platform/clipboard/common/clipboardService",
|
|
2111
|
-
"vs/platform/progress/common/progress",
|
|
2112
|
-
"vs/editor/common/services/model",
|
|
2113
|
-
"vs/editor/common/languages/language",
|
|
2114
|
-
"vs/editor/standalone/browser/standaloneCodeEditorService",
|
|
2115
|
-
"vs/editor/common/languages/modesRegistry",
|
|
2116
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2117
|
-
"vs/editor/common/services/languageFeatures",
|
|
2118
|
-
"vs/editor/browser/widget/diffEditor/diffEditorWidget",
|
|
2119
|
-
"vs/platform/accessibilitySignal/browser/accessibilitySignalService",
|
|
2120
|
-
"vs/base/browser/window",
|
|
2121
|
-
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
2122
|
-
"vs/platform/hover/browser/hover",
|
|
2123
|
-
"vs/base/browser/ui/hover/hoverDelegate2"
|
|
2124
|
-
],
|
|
2125
|
-
"vs/platform/actions/common/actions": [
|
|
2126
|
-
"require",
|
|
2127
|
-
"exports",
|
|
2128
|
-
"vs/base/common/actions",
|
|
2129
|
-
"vs/base/common/themables",
|
|
2130
|
-
"vs/base/common/event",
|
|
2131
|
-
"vs/base/common/lifecycle",
|
|
2132
|
-
"vs/base/common/linkedList",
|
|
2133
|
-
"vs/platform/commands/common/commands",
|
|
2134
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2135
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2136
|
-
"vs/platform/keybinding/common/keybindingsRegistry"
|
|
2137
|
-
],
|
|
2138
|
-
"vs/platform/opener/common/opener": [
|
|
2139
|
-
"require",
|
|
2140
|
-
"exports",
|
|
2141
|
-
"vs/platform/instantiation/common/instantiation"
|
|
2142
|
-
],
|
|
2143
|
-
"vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget": [
|
|
2144
|
-
"require",
|
|
2145
|
-
"exports",
|
|
2146
|
-
"vs/base/common/lifecycle",
|
|
2147
|
-
"vs/base/common/observable",
|
|
2148
|
-
"vs/base/common/hotReloadHelpers",
|
|
2149
|
-
"vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl",
|
|
2150
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2151
|
-
"vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate",
|
|
2152
|
-
"vs/editor/browser/widget/multiDiffEditor/colors"
|
|
2153
|
-
],
|
|
2154
|
-
"vs/css!vs/editor/standalone/browser/standalone-tokens": [],
|
|
2155
|
-
"vs/base/browser/browser": [
|
|
2156
|
-
"require",
|
|
2157
|
-
"exports",
|
|
2158
|
-
"vs/base/browser/window"
|
|
2159
|
-
],
|
|
2160
|
-
"vs/base/browser/ui/aria/aria": [
|
|
2161
|
-
"require",
|
|
2162
|
-
"exports",
|
|
2163
|
-
"vs/base/browser/dom",
|
|
2164
|
-
"vs/css!vs/base/browser/ui/aria/aria"
|
|
2165
|
-
],
|
|
2166
|
-
"vs/editor/common/cursor/cursorColumnSelection": [
|
|
2167
|
-
"require",
|
|
2168
|
-
"exports",
|
|
2169
|
-
"vs/editor/common/cursorCommon",
|
|
2170
|
-
"vs/editor/common/core/position",
|
|
2171
|
-
"vs/editor/common/core/range"
|
|
2172
|
-
],
|
|
2173
|
-
"vs/editor/common/cursorCommon": [
|
|
2174
|
-
"require",
|
|
2175
|
-
"exports",
|
|
2176
|
-
"vs/editor/common/core/position",
|
|
2177
|
-
"vs/editor/common/core/range",
|
|
2178
|
-
"vs/editor/common/core/selection",
|
|
2179
|
-
"vs/editor/common/languages/supports",
|
|
2180
|
-
"vs/editor/common/core/cursorColumns",
|
|
2181
|
-
"vs/editor/common/core/indentation"
|
|
2182
|
-
],
|
|
2183
|
-
"vs/editor/common/cursor/cursorDeleteOperations": [
|
|
2134
|
+
"vs/editor/common/cursor/cursorDeleteOperations": [
|
|
2184
2135
|
"require",
|
|
2185
2136
|
"exports",
|
|
2186
2137
|
"vs/base/common/strings",
|
|
@@ -2237,36 +2188,54 @@
|
|
|
2237
2188
|
"vs/editor/common/languages/autoIndent",
|
|
2238
2189
|
"vs/editor/common/languages/enterAction"
|
|
2239
2190
|
],
|
|
2240
|
-
"vs/
|
|
2191
|
+
"vs/editor/contrib/editorState/browser/editorState": [
|
|
2241
2192
|
"require",
|
|
2242
2193
|
"exports",
|
|
2243
|
-
"vs/base/common/
|
|
2244
|
-
"vs/
|
|
2194
|
+
"vs/base/common/strings",
|
|
2195
|
+
"vs/editor/common/core/range",
|
|
2196
|
+
"vs/base/common/cancellation",
|
|
2197
|
+
"vs/base/common/lifecycle",
|
|
2198
|
+
"vs/editor/contrib/editorState/browser/keybindingCancellation"
|
|
2245
2199
|
],
|
|
2246
|
-
"vs/editor/browser/
|
|
2200
|
+
"vs/editor/browser/editorBrowser": [
|
|
2247
2201
|
"require",
|
|
2248
2202
|
"exports",
|
|
2249
|
-
"vs/
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"vs/
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
"
|
|
2203
|
+
"vs/editor/common/editorCommon"
|
|
2204
|
+
],
|
|
2205
|
+
"vs/editor/common/services/editorWorker": [
|
|
2206
|
+
"require",
|
|
2207
|
+
"exports",
|
|
2208
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2209
|
+
],
|
|
2210
|
+
"vs/editor/common/services/resolverService": [
|
|
2211
|
+
"require",
|
|
2212
|
+
"exports",
|
|
2213
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2214
|
+
],
|
|
2215
|
+
"vs/editor/contrib/format/browser/formattingEdit": [
|
|
2216
|
+
"require",
|
|
2217
|
+
"exports",
|
|
2218
|
+
"vs/editor/common/core/editOperation",
|
|
2219
|
+
"vs/editor/common/core/range",
|
|
2220
|
+
"vs/editor/browser/stableEditorScroll"
|
|
2221
|
+
],
|
|
2222
|
+
"vs/platform/extensions/common/extensions": [
|
|
2223
|
+
"require",
|
|
2224
|
+
"exports"
|
|
2225
|
+
],
|
|
2226
|
+
"vs/platform/log/common/log": [
|
|
2227
|
+
"require",
|
|
2228
|
+
"exports",
|
|
2229
|
+
"vs/base/common/event",
|
|
2230
|
+
"vs/base/common/lifecycle",
|
|
2258
2231
|
"vs/platform/contextkey/common/contextkey",
|
|
2259
|
-
"vs/
|
|
2232
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2260
2233
|
],
|
|
2261
|
-
"vs/
|
|
2234
|
+
"vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
|
|
2262
2235
|
"require",
|
|
2263
2236
|
"exports",
|
|
2264
|
-
"vs/base/common/codicons",
|
|
2265
|
-
"vs/base/common/themables",
|
|
2266
|
-
"vs/editor/common/model/textModel",
|
|
2267
2237
|
"vs/nls",
|
|
2268
|
-
"vs/platform/
|
|
2269
|
-
"vs/platform/theme/common/iconRegistry"
|
|
2238
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2270
2239
|
],
|
|
2271
2240
|
"vs/base/common/network": [
|
|
2272
2241
|
"require",
|
|
@@ -2513,47 +2482,36 @@
|
|
|
2513
2482
|
"vs/editor/browser/editorExtensions"
|
|
2514
2483
|
],
|
|
2515
2484
|
"vs/css!vs/editor/browser/widget/codeEditor/editor": [],
|
|
2516
|
-
"vs/base/common/
|
|
2517
|
-
"require",
|
|
2518
|
-
"exports",
|
|
2519
|
-
"vs/base/common/cancellation",
|
|
2520
|
-
"vs/base/common/errors",
|
|
2521
|
-
"vs/base/common/event",
|
|
2522
|
-
"vs/base/common/lifecycle",
|
|
2523
|
-
"vs/base/common/platform",
|
|
2524
|
-
"vs/base/common/symbols"
|
|
2525
|
-
],
|
|
2526
|
-
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2527
|
-
"vs/base/common/htmlContent": [
|
|
2528
|
-
"require",
|
|
2529
|
-
"exports",
|
|
2530
|
-
"vs/base/common/errors",
|
|
2531
|
-
"vs/base/common/iconLabels",
|
|
2532
|
-
"vs/base/common/resources",
|
|
2533
|
-
"vs/base/common/strings",
|
|
2534
|
-
"vs/base/common/uri"
|
|
2535
|
-
],
|
|
2536
|
-
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2537
|
-
"vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
|
|
2485
|
+
"vs/base/common/codicons": [
|
|
2538
2486
|
"require",
|
|
2539
2487
|
"exports",
|
|
2540
|
-
"vs/
|
|
2541
|
-
"vs/
|
|
2488
|
+
"vs/base/common/codiconsUtil",
|
|
2489
|
+
"vs/base/common/codiconsLibrary"
|
|
2542
2490
|
],
|
|
2543
|
-
"vs/editor/
|
|
2491
|
+
"vs/editor/browser/widget/diffEditor/commands": [
|
|
2544
2492
|
"require",
|
|
2545
2493
|
"exports",
|
|
2546
|
-
"vs/
|
|
2494
|
+
"vs/base/browser/dom",
|
|
2495
|
+
"vs/base/common/codicons",
|
|
2496
|
+
"vs/editor/browser/editorExtensions",
|
|
2497
|
+
"vs/editor/browser/services/codeEditorService",
|
|
2498
|
+
"vs/editor/browser/widget/diffEditor/diffEditorWidget",
|
|
2499
|
+
"vs/editor/common/editorContextKeys",
|
|
2500
|
+
"vs/nls",
|
|
2501
|
+
"vs/platform/actions/common/actions",
|
|
2502
|
+
"vs/platform/configuration/common/configuration",
|
|
2503
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2504
|
+
"vs/editor/browser/widget/diffEditor/registrations.contribution"
|
|
2547
2505
|
],
|
|
2548
|
-
"vs/editor/
|
|
2506
|
+
"vs/editor/browser/widget/diffEditor/registrations.contribution": [
|
|
2549
2507
|
"require",
|
|
2550
2508
|
"exports",
|
|
2551
|
-
"vs/base/common/
|
|
2552
|
-
"vs/
|
|
2553
|
-
"vs/editor/common/
|
|
2554
|
-
"vs/
|
|
2555
|
-
"vs/
|
|
2556
|
-
"vs/
|
|
2509
|
+
"vs/base/common/codicons",
|
|
2510
|
+
"vs/base/common/themables",
|
|
2511
|
+
"vs/editor/common/model/textModel",
|
|
2512
|
+
"vs/nls",
|
|
2513
|
+
"vs/platform/theme/common/colorRegistry",
|
|
2514
|
+
"vs/platform/theme/common/iconRegistry"
|
|
2557
2515
|
],
|
|
2558
2516
|
"vs/editor/browser/controller/textAreaInput": [
|
|
2559
2517
|
"require",
|
|
@@ -2611,109 +2569,47 @@
|
|
|
2611
2569
|
"exports",
|
|
2612
2570
|
"vs/platform/instantiation/common/instantiation"
|
|
2613
2571
|
],
|
|
2614
|
-
"vs/
|
|
2572
|
+
"vs/base/common/htmlContent": [
|
|
2615
2573
|
"require",
|
|
2616
|
-
"exports"
|
|
2574
|
+
"exports",
|
|
2575
|
+
"vs/base/common/errors",
|
|
2576
|
+
"vs/base/common/iconLabels",
|
|
2577
|
+
"vs/base/common/resources",
|
|
2578
|
+
"vs/base/common/strings",
|
|
2579
|
+
"vs/base/common/uri"
|
|
2617
2580
|
],
|
|
2618
|
-
"vs/editor/contrib/
|
|
2581
|
+
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2582
|
+
"vs/base/common/async": [
|
|
2619
2583
|
"require",
|
|
2620
2584
|
"exports",
|
|
2621
2585
|
"vs/base/common/cancellation",
|
|
2622
2586
|
"vs/base/common/errors",
|
|
2587
|
+
"vs/base/common/event",
|
|
2623
2588
|
"vs/base/common/lifecycle",
|
|
2624
|
-
"vs/base/common/
|
|
2625
|
-
"vs/base/common/
|
|
2626
|
-
"vs/editor/common/services/model",
|
|
2627
|
-
"vs/platform/commands/common/commands",
|
|
2628
|
-
"vs/editor/common/services/languageFeatures"
|
|
2589
|
+
"vs/base/common/platform",
|
|
2590
|
+
"vs/base/common/symbols"
|
|
2629
2591
|
],
|
|
2630
|
-
"vs/editor/contrib/
|
|
2592
|
+
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2593
|
+
"vs/editor/common/commands/replaceCommand": [
|
|
2631
2594
|
"require",
|
|
2632
2595
|
"exports",
|
|
2633
|
-
"vs/
|
|
2634
|
-
"vs/base/common/map",
|
|
2635
|
-
"vs/editor/common/core/range",
|
|
2636
|
-
"vs/editor/contrib/codelens/browser/codelens",
|
|
2637
|
-
"vs/platform/instantiation/common/extensions",
|
|
2638
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2639
|
-
"vs/platform/storage/common/storage",
|
|
2640
|
-
"vs/base/browser/window",
|
|
2641
|
-
"vs/base/browser/dom"
|
|
2642
|
-
],
|
|
2643
|
-
"vs/editor/contrib/codelens/browser/codelensWidget": [
|
|
2644
|
-
"require",
|
|
2645
|
-
"exports",
|
|
2646
|
-
"vs/base/browser/dom",
|
|
2647
|
-
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
2648
|
-
"vs/editor/common/core/range",
|
|
2649
|
-
"vs/editor/common/model/textModel",
|
|
2650
|
-
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
|
|
2651
|
-
],
|
|
2652
|
-
"vs/editor/common/services/languageFeatureDebounce": [
|
|
2653
|
-
"require",
|
|
2654
|
-
"exports",
|
|
2655
|
-
"vs/base/common/hash",
|
|
2656
|
-
"vs/base/common/map",
|
|
2657
|
-
"vs/base/common/numbers",
|
|
2658
|
-
"vs/platform/environment/common/environment",
|
|
2659
|
-
"vs/platform/instantiation/common/extensions",
|
|
2660
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2661
|
-
"vs/platform/log/common/log",
|
|
2662
|
-
"vs/base/common/network"
|
|
2596
|
+
"vs/editor/common/core/selection"
|
|
2663
2597
|
],
|
|
2664
|
-
"vs/editor/
|
|
2598
|
+
"vs/editor/common/cursor/cursorMoveOperations": [
|
|
2665
2599
|
"require",
|
|
2666
2600
|
"exports",
|
|
2667
|
-
"vs/base/common/async",
|
|
2668
|
-
"vs/base/common/color",
|
|
2669
|
-
"vs/base/common/errors",
|
|
2670
|
-
"vs/base/common/event",
|
|
2671
|
-
"vs/base/common/lifecycle",
|
|
2672
|
-
"vs/base/common/stopwatch",
|
|
2673
2601
|
"vs/base/common/strings",
|
|
2674
|
-
"vs/editor/
|
|
2675
|
-
"vs/editor/
|
|
2602
|
+
"vs/editor/common/core/cursorColumns",
|
|
2603
|
+
"vs/editor/common/core/position",
|
|
2676
2604
|
"vs/editor/common/core/range",
|
|
2677
|
-
"vs/editor/common/
|
|
2678
|
-
"vs/editor/common/
|
|
2679
|
-
"vs/editor/common/services/languageFeatures",
|
|
2680
|
-
"vs/editor/contrib/colorPicker/browser/color",
|
|
2681
|
-
"vs/platform/configuration/common/configuration"
|
|
2605
|
+
"vs/editor/common/cursor/cursorAtomicMoveOperations",
|
|
2606
|
+
"vs/editor/common/cursorCommon"
|
|
2682
2607
|
],
|
|
2683
|
-
"vs/editor/contrib/
|
|
2608
|
+
"vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
|
|
2684
2609
|
"require",
|
|
2685
2610
|
"exports",
|
|
2686
|
-
"vs/base/common/async",
|
|
2687
|
-
"vs/base/common/cancellation",
|
|
2688
|
-
"vs/base/common/color",
|
|
2689
|
-
"vs/base/common/lifecycle",
|
|
2690
2611
|
"vs/editor/common/core/range",
|
|
2691
|
-
"vs/editor/
|
|
2692
|
-
"vs/editor/contrib/colorPicker/browser/colorDetector",
|
|
2693
|
-
"vs/editor/contrib/colorPicker/browser/colorPickerModel",
|
|
2694
|
-
"vs/editor/contrib/colorPicker/browser/colorPickerWidget",
|
|
2695
|
-
"vs/editor/contrib/hover/browser/hoverTypes",
|
|
2696
|
-
"vs/platform/theme/common/themeService",
|
|
2697
|
-
"vs/base/browser/dom"
|
|
2698
|
-
],
|
|
2699
|
-
"vs/editor/contrib/hover/browser/hoverController": [
|
|
2700
|
-
"require",
|
|
2701
|
-
"exports",
|
|
2702
|
-
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
2703
|
-
"vs/base/common/lifecycle",
|
|
2704
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2705
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
|
|
2706
|
-
"vs/platform/keybinding/common/keybinding",
|
|
2707
|
-
"vs/base/common/async",
|
|
2708
|
-
"vs/editor/contrib/hover/browser/contentHoverWidget",
|
|
2709
|
-
"vs/editor/contrib/hover/browser/contentHoverController",
|
|
2710
|
-
"vs/editor/contrib/hover/browser/marginHoverWidget",
|
|
2711
|
-
"vs/base/common/event",
|
|
2712
|
-
"vs/css!vs/editor/contrib/hover/browser/hover"
|
|
2713
|
-
],
|
|
2714
|
-
"vs/editor/contrib/hover/browser/hoverTypes": [
|
|
2715
|
-
"require",
|
|
2716
|
-
"exports"
|
|
2612
|
+
"vs/editor/common/core/selection"
|
|
2717
2613
|
],
|
|
2718
2614
|
"vs/editor/common/config/editorConfigurationSchema": [
|
|
2719
2615
|
"require",
|
|
@@ -2800,6 +2696,60 @@
|
|
|
2800
2696
|
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
|
2801
2697
|
"vs/platform/registry/common/platform"
|
|
2802
2698
|
],
|
|
2699
|
+
"vs/editor/contrib/colorPicker/browser/colorDetector": [
|
|
2700
|
+
"require",
|
|
2701
|
+
"exports",
|
|
2702
|
+
"vs/base/common/async",
|
|
2703
|
+
"vs/base/common/color",
|
|
2704
|
+
"vs/base/common/errors",
|
|
2705
|
+
"vs/base/common/event",
|
|
2706
|
+
"vs/base/common/lifecycle",
|
|
2707
|
+
"vs/base/common/stopwatch",
|
|
2708
|
+
"vs/base/common/strings",
|
|
2709
|
+
"vs/editor/browser/editorDom",
|
|
2710
|
+
"vs/editor/browser/editorExtensions",
|
|
2711
|
+
"vs/editor/common/core/range",
|
|
2712
|
+
"vs/editor/common/model/textModel",
|
|
2713
|
+
"vs/editor/common/services/languageFeatureDebounce",
|
|
2714
|
+
"vs/editor/common/services/languageFeatures",
|
|
2715
|
+
"vs/editor/contrib/colorPicker/browser/color",
|
|
2716
|
+
"vs/platform/configuration/common/configuration"
|
|
2717
|
+
],
|
|
2718
|
+
"vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
|
|
2719
|
+
"require",
|
|
2720
|
+
"exports",
|
|
2721
|
+
"vs/base/common/async",
|
|
2722
|
+
"vs/base/common/cancellation",
|
|
2723
|
+
"vs/base/common/color",
|
|
2724
|
+
"vs/base/common/lifecycle",
|
|
2725
|
+
"vs/editor/common/core/range",
|
|
2726
|
+
"vs/editor/contrib/colorPicker/browser/color",
|
|
2727
|
+
"vs/editor/contrib/colorPicker/browser/colorDetector",
|
|
2728
|
+
"vs/editor/contrib/colorPicker/browser/colorPickerModel",
|
|
2729
|
+
"vs/editor/contrib/colorPicker/browser/colorPickerWidget",
|
|
2730
|
+
"vs/editor/contrib/hover/browser/hoverTypes",
|
|
2731
|
+
"vs/platform/theme/common/themeService",
|
|
2732
|
+
"vs/base/browser/dom"
|
|
2733
|
+
],
|
|
2734
|
+
"vs/editor/contrib/hover/browser/hoverController": [
|
|
2735
|
+
"require",
|
|
2736
|
+
"exports",
|
|
2737
|
+
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
2738
|
+
"vs/base/common/lifecycle",
|
|
2739
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2740
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
|
|
2741
|
+
"vs/platform/keybinding/common/keybinding",
|
|
2742
|
+
"vs/base/common/async",
|
|
2743
|
+
"vs/editor/contrib/hover/browser/contentHoverWidget",
|
|
2744
|
+
"vs/editor/contrib/hover/browser/contentHoverController",
|
|
2745
|
+
"vs/editor/contrib/hover/browser/marginHoverWidget",
|
|
2746
|
+
"vs/base/common/event",
|
|
2747
|
+
"vs/css!vs/editor/contrib/hover/browser/hover"
|
|
2748
|
+
],
|
|
2749
|
+
"vs/editor/contrib/hover/browser/hoverTypes": [
|
|
2750
|
+
"require",
|
|
2751
|
+
"exports"
|
|
2752
|
+
],
|
|
2803
2753
|
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
|
|
2804
2754
|
"require",
|
|
2805
2755
|
"exports",
|
|
@@ -2820,6 +2770,56 @@
|
|
|
2820
2770
|
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
|
|
2821
2771
|
],
|
|
2822
2772
|
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
|
|
2773
|
+
"vs/editor/browser/stableEditorScroll": [
|
|
2774
|
+
"require",
|
|
2775
|
+
"exports"
|
|
2776
|
+
],
|
|
2777
|
+
"vs/editor/contrib/codelens/browser/codelens": [
|
|
2778
|
+
"require",
|
|
2779
|
+
"exports",
|
|
2780
|
+
"vs/base/common/cancellation",
|
|
2781
|
+
"vs/base/common/errors",
|
|
2782
|
+
"vs/base/common/lifecycle",
|
|
2783
|
+
"vs/base/common/types",
|
|
2784
|
+
"vs/base/common/uri",
|
|
2785
|
+
"vs/editor/common/services/model",
|
|
2786
|
+
"vs/platform/commands/common/commands",
|
|
2787
|
+
"vs/editor/common/services/languageFeatures"
|
|
2788
|
+
],
|
|
2789
|
+
"vs/editor/contrib/codelens/browser/codeLensCache": [
|
|
2790
|
+
"require",
|
|
2791
|
+
"exports",
|
|
2792
|
+
"vs/base/common/event",
|
|
2793
|
+
"vs/base/common/map",
|
|
2794
|
+
"vs/editor/common/core/range",
|
|
2795
|
+
"vs/editor/contrib/codelens/browser/codelens",
|
|
2796
|
+
"vs/platform/instantiation/common/extensions",
|
|
2797
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2798
|
+
"vs/platform/storage/common/storage",
|
|
2799
|
+
"vs/base/browser/window",
|
|
2800
|
+
"vs/base/browser/dom"
|
|
2801
|
+
],
|
|
2802
|
+
"vs/editor/contrib/codelens/browser/codelensWidget": [
|
|
2803
|
+
"require",
|
|
2804
|
+
"exports",
|
|
2805
|
+
"vs/base/browser/dom",
|
|
2806
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
2807
|
+
"vs/editor/common/core/range",
|
|
2808
|
+
"vs/editor/common/model/textModel",
|
|
2809
|
+
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
|
|
2810
|
+
],
|
|
2811
|
+
"vs/editor/common/services/languageFeatureDebounce": [
|
|
2812
|
+
"require",
|
|
2813
|
+
"exports",
|
|
2814
|
+
"vs/base/common/hash",
|
|
2815
|
+
"vs/base/common/map",
|
|
2816
|
+
"vs/base/common/numbers",
|
|
2817
|
+
"vs/platform/environment/common/environment",
|
|
2818
|
+
"vs/platform/instantiation/common/extensions",
|
|
2819
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2820
|
+
"vs/platform/log/common/log",
|
|
2821
|
+
"vs/base/common/network"
|
|
2822
|
+
],
|
|
2823
2823
|
"vs/editor/contrib/comment/browser/blockCommentCommand": [
|
|
2824
2824
|
"require",
|
|
2825
2825
|
"exports",
|
|
@@ -3003,11 +3003,6 @@
|
|
|
3003
3003
|
"vs/platform/configuration/common/configuration",
|
|
3004
3004
|
"vs/base/browser/dom"
|
|
3005
3005
|
],
|
|
3006
|
-
"vs/platform/progress/common/progress": [
|
|
3007
|
-
"require",
|
|
3008
|
-
"exports",
|
|
3009
|
-
"vs/platform/instantiation/common/instantiation"
|
|
3010
|
-
],
|
|
3011
3006
|
"vs/editor/contrib/folding/browser/foldingModel": [
|
|
3012
3007
|
"require",
|
|
3013
3008
|
"exports",
|
|
@@ -3052,12 +3047,11 @@
|
|
|
3052
3047
|
"vs/editor/contrib/folding/browser/foldingRanges"
|
|
3053
3048
|
],
|
|
3054
3049
|
"vs/css!vs/editor/contrib/folding/browser/folding": [],
|
|
3055
|
-
"vs/
|
|
3050
|
+
"vs/platform/progress/common/progress": [
|
|
3056
3051
|
"require",
|
|
3057
3052
|
"exports",
|
|
3058
|
-
"vs/
|
|
3053
|
+
"vs/platform/instantiation/common/instantiation"
|
|
3059
3054
|
],
|
|
3060
|
-
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
|
|
3061
3055
|
"vs/editor/contrib/inlineCompletions/browser/commands": [
|
|
3062
3056
|
"require",
|
|
3063
3057
|
"exports",
|
|
@@ -3133,12 +3127,73 @@
|
|
|
3133
3127
|
"require",
|
|
3134
3128
|
"exports"
|
|
3135
3129
|
],
|
|
3136
|
-
"vs/
|
|
3130
|
+
"vs/base/common/themables": [
|
|
3131
|
+
"require",
|
|
3132
|
+
"exports",
|
|
3133
|
+
"vs/base/common/codicons"
|
|
3134
|
+
],
|
|
3135
|
+
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
|
|
3136
|
+
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
|
|
3137
3137
|
"require",
|
|
3138
3138
|
"exports",
|
|
3139
|
+
"vs/base/common/objects",
|
|
3140
|
+
"vs/editor/browser/services/codeEditorService",
|
|
3141
|
+
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
3142
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
3143
|
+
"vs/editor/common/services/languageFeatures",
|
|
3144
|
+
"vs/platform/accessibility/common/accessibility",
|
|
3145
|
+
"vs/platform/commands/common/commands",
|
|
3146
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3147
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3148
|
+
"vs/platform/notification/common/notification",
|
|
3149
|
+
"vs/platform/theme/common/themeService"
|
|
3150
|
+
],
|
|
3151
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3152
|
+
"require",
|
|
3153
|
+
"exports",
|
|
3154
|
+
"vs/base/common/errors",
|
|
3139
3155
|
"vs/base/common/event",
|
|
3156
|
+
"vs/base/common/idGenerator",
|
|
3140
3157
|
"vs/base/common/lifecycle",
|
|
3141
|
-
"vs/base/common/
|
|
3158
|
+
"vs/base/common/map",
|
|
3159
|
+
"vs/base/common/resources",
|
|
3160
|
+
"vs/base/common/strings",
|
|
3161
|
+
"vs/editor/common/core/range",
|
|
3162
|
+
"vs/nls"
|
|
3163
|
+
],
|
|
3164
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
3165
|
+
"require",
|
|
3166
|
+
"exports",
|
|
3167
|
+
"vs/base/common/event",
|
|
3168
|
+
"vs/base/common/lifecycle",
|
|
3169
|
+
"vs/base/common/resources",
|
|
3170
|
+
"vs/editor/browser/editorExtensions",
|
|
3171
|
+
"vs/editor/browser/services/codeEditorService",
|
|
3172
|
+
"vs/editor/common/core/range",
|
|
3173
|
+
"vs/nls",
|
|
3174
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3175
|
+
"vs/platform/instantiation/common/extensions",
|
|
3176
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3177
|
+
"vs/platform/keybinding/common/keybinding",
|
|
3178
|
+
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
3179
|
+
"vs/platform/notification/common/notification"
|
|
3180
|
+
],
|
|
3181
|
+
"vs/editor/contrib/message/browser/messageController": [
|
|
3182
|
+
"require",
|
|
3183
|
+
"exports",
|
|
3184
|
+
"vs/base/browser/markdownRenderer",
|
|
3185
|
+
"vs/base/browser/ui/aria/aria",
|
|
3186
|
+
"vs/base/common/event",
|
|
3187
|
+
"vs/base/common/htmlContent",
|
|
3188
|
+
"vs/base/common/lifecycle",
|
|
3189
|
+
"vs/editor/browser/editorExtensions",
|
|
3190
|
+
"vs/editor/common/core/range",
|
|
3191
|
+
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
3192
|
+
"vs/nls",
|
|
3193
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3194
|
+
"vs/platform/opener/common/opener",
|
|
3195
|
+
"vs/base/browser/dom",
|
|
3196
|
+
"vs/css!vs/editor/contrib/message/browser/messageController"
|
|
3142
3197
|
],
|
|
3143
3198
|
"vs/editor/contrib/peekView/browser/peekView": [
|
|
3144
3199
|
"require",
|
|
@@ -3174,6 +3229,20 @@
|
|
|
3174
3229
|
"vs/editor/common/services/languageFeatures",
|
|
3175
3230
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel"
|
|
3176
3231
|
],
|
|
3232
|
+
"vs/platform/contextkey/common/contextkeys": [
|
|
3233
|
+
"require",
|
|
3234
|
+
"exports",
|
|
3235
|
+
"vs/base/common/platform",
|
|
3236
|
+
"vs/nls",
|
|
3237
|
+
"vs/platform/contextkey/common/contextkey"
|
|
3238
|
+
],
|
|
3239
|
+
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
3240
|
+
"require",
|
|
3241
|
+
"exports",
|
|
3242
|
+
"vs/base/common/event",
|
|
3243
|
+
"vs/base/common/lifecycle",
|
|
3244
|
+
"vs/base/common/platform"
|
|
3245
|
+
],
|
|
3177
3246
|
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
3178
3247
|
"vs/editor/contrib/gotoError/browser/markerNavigationService": [
|
|
3179
3248
|
"require",
|
|
@@ -3230,75 +3299,6 @@
|
|
|
3230
3299
|
"vs/platform/theme/common/themeService",
|
|
3231
3300
|
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
|
|
3232
3301
|
],
|
|
3233
|
-
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
|
|
3234
|
-
"require",
|
|
3235
|
-
"exports",
|
|
3236
|
-
"vs/base/common/objects",
|
|
3237
|
-
"vs/editor/browser/services/codeEditorService",
|
|
3238
|
-
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
3239
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
3240
|
-
"vs/editor/common/services/languageFeatures",
|
|
3241
|
-
"vs/platform/accessibility/common/accessibility",
|
|
3242
|
-
"vs/platform/commands/common/commands",
|
|
3243
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3244
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3245
|
-
"vs/platform/notification/common/notification",
|
|
3246
|
-
"vs/platform/theme/common/themeService"
|
|
3247
|
-
],
|
|
3248
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3249
|
-
"require",
|
|
3250
|
-
"exports",
|
|
3251
|
-
"vs/base/common/errors",
|
|
3252
|
-
"vs/base/common/event",
|
|
3253
|
-
"vs/base/common/idGenerator",
|
|
3254
|
-
"vs/base/common/lifecycle",
|
|
3255
|
-
"vs/base/common/map",
|
|
3256
|
-
"vs/base/common/resources",
|
|
3257
|
-
"vs/base/common/strings",
|
|
3258
|
-
"vs/editor/common/core/range",
|
|
3259
|
-
"vs/nls"
|
|
3260
|
-
],
|
|
3261
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
3262
|
-
"require",
|
|
3263
|
-
"exports",
|
|
3264
|
-
"vs/base/common/event",
|
|
3265
|
-
"vs/base/common/lifecycle",
|
|
3266
|
-
"vs/base/common/resources",
|
|
3267
|
-
"vs/editor/browser/editorExtensions",
|
|
3268
|
-
"vs/editor/browser/services/codeEditorService",
|
|
3269
|
-
"vs/editor/common/core/range",
|
|
3270
|
-
"vs/nls",
|
|
3271
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3272
|
-
"vs/platform/instantiation/common/extensions",
|
|
3273
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3274
|
-
"vs/platform/keybinding/common/keybinding",
|
|
3275
|
-
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
3276
|
-
"vs/platform/notification/common/notification"
|
|
3277
|
-
],
|
|
3278
|
-
"vs/editor/contrib/message/browser/messageController": [
|
|
3279
|
-
"require",
|
|
3280
|
-
"exports",
|
|
3281
|
-
"vs/base/browser/markdownRenderer",
|
|
3282
|
-
"vs/base/browser/ui/aria/aria",
|
|
3283
|
-
"vs/base/common/event",
|
|
3284
|
-
"vs/base/common/htmlContent",
|
|
3285
|
-
"vs/base/common/lifecycle",
|
|
3286
|
-
"vs/editor/browser/editorExtensions",
|
|
3287
|
-
"vs/editor/common/core/range",
|
|
3288
|
-
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
3289
|
-
"vs/nls",
|
|
3290
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3291
|
-
"vs/platform/opener/common/opener",
|
|
3292
|
-
"vs/base/browser/dom",
|
|
3293
|
-
"vs/css!vs/editor/contrib/message/browser/messageController"
|
|
3294
|
-
],
|
|
3295
|
-
"vs/platform/contextkey/common/contextkeys": [
|
|
3296
|
-
"require",
|
|
3297
|
-
"exports",
|
|
3298
|
-
"vs/base/common/platform",
|
|
3299
|
-
"vs/nls",
|
|
3300
|
-
"vs/platform/contextkey/common/contextkey"
|
|
3301
|
-
],
|
|
3302
3302
|
"vs/editor/contrib/hover/browser/hoverActions": [
|
|
3303
3303
|
"require",
|
|
3304
3304
|
"exports",
|
|
@@ -3369,6 +3369,42 @@
|
|
|
3369
3369
|
"exports"
|
|
3370
3370
|
],
|
|
3371
3371
|
"vs/css!vs/editor/contrib/hover/browser/hover": [],
|
|
3372
|
+
"vs/editor/common/commands/shiftCommand": [
|
|
3373
|
+
"require",
|
|
3374
|
+
"exports",
|
|
3375
|
+
"vs/base/common/strings",
|
|
3376
|
+
"vs/editor/common/core/cursorColumns",
|
|
3377
|
+
"vs/editor/common/core/range",
|
|
3378
|
+
"vs/editor/common/core/selection",
|
|
3379
|
+
"vs/editor/common/languages/enterAction",
|
|
3380
|
+
"vs/editor/common/languages/languageConfigurationRegistry"
|
|
3381
|
+
],
|
|
3382
|
+
"vs/editor/contrib/indentation/common/indentUtils": [
|
|
3383
|
+
"require",
|
|
3384
|
+
"exports"
|
|
3385
|
+
],
|
|
3386
|
+
"vs/editor/common/languages/autoIndent": [
|
|
3387
|
+
"require",
|
|
3388
|
+
"exports",
|
|
3389
|
+
"vs/base/common/strings",
|
|
3390
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
3391
|
+
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
3392
|
+
],
|
|
3393
|
+
"vs/editor/contrib/indentation/common/indentation": [
|
|
3394
|
+
"require",
|
|
3395
|
+
"exports",
|
|
3396
|
+
"vs/base/common/strings",
|
|
3397
|
+
"vs/editor/common/commands/shiftCommand",
|
|
3398
|
+
"vs/editor/common/core/editOperation",
|
|
3399
|
+
"vs/editor/common/core/indentation",
|
|
3400
|
+
"vs/editor/common/core/selection",
|
|
3401
|
+
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
3402
|
+
],
|
|
3403
|
+
"vs/editor/common/tokens/lineTokens": [
|
|
3404
|
+
"require",
|
|
3405
|
+
"exports",
|
|
3406
|
+
"vs/editor/common/encodedTokenAttributes"
|
|
3407
|
+
],
|
|
3372
3408
|
"vs/editor/contrib/inlayHints/browser/inlayHintsController": [
|
|
3373
3409
|
"require",
|
|
3374
3410
|
"exports",
|
|
@@ -3426,48 +3462,13 @@
|
|
|
3426
3462
|
"vs/platform/hover/browser/hover",
|
|
3427
3463
|
"vs/platform/commands/common/commands"
|
|
3428
3464
|
],
|
|
3429
|
-
"vs/editor/common/commands/shiftCommand": [
|
|
3430
|
-
"require",
|
|
3431
|
-
"exports",
|
|
3432
|
-
"vs/base/common/strings",
|
|
3433
|
-
"vs/editor/common/core/cursorColumns",
|
|
3434
|
-
"vs/editor/common/core/range",
|
|
3435
|
-
"vs/editor/common/core/selection",
|
|
3436
|
-
"vs/editor/common/languages/enterAction",
|
|
3437
|
-
"vs/editor/common/languages/languageConfigurationRegistry"
|
|
3438
|
-
],
|
|
3439
|
-
"vs/editor/contrib/indentation/common/indentUtils": [
|
|
3440
|
-
"require",
|
|
3441
|
-
"exports"
|
|
3442
|
-
],
|
|
3443
|
-
"vs/editor/common/languages/autoIndent": [
|
|
3444
|
-
"require",
|
|
3445
|
-
"exports",
|
|
3446
|
-
"vs/base/common/strings",
|
|
3447
|
-
"vs/editor/common/languages/languageConfiguration",
|
|
3448
|
-
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
3449
|
-
],
|
|
3450
|
-
"vs/editor/contrib/indentation/common/indentation": [
|
|
3451
|
-
"require",
|
|
3452
|
-
"exports",
|
|
3453
|
-
"vs/base/common/strings",
|
|
3454
|
-
"vs/editor/common/commands/shiftCommand",
|
|
3455
|
-
"vs/editor/common/core/editOperation",
|
|
3456
|
-
"vs/editor/common/core/indentation",
|
|
3457
|
-
"vs/editor/common/core/selection",
|
|
3458
|
-
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
3459
|
-
],
|
|
3460
|
-
"vs/editor/common/tokens/lineTokens": [
|
|
3461
|
-
"require",
|
|
3462
|
-
"exports",
|
|
3463
|
-
"vs/editor/common/encodedTokenAttributes"
|
|
3464
|
-
],
|
|
3465
3465
|
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
|
|
3466
3466
|
"require",
|
|
3467
3467
|
"exports",
|
|
3468
3468
|
"vs/editor/common/core/selection"
|
|
3469
3469
|
],
|
|
3470
3470
|
"vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
|
|
3471
|
+
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3471
3472
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
|
3472
3473
|
"require",
|
|
3473
3474
|
"exports",
|
|
@@ -3505,7 +3506,6 @@
|
|
|
3505
3506
|
"vs/editor/common/core/editOperation",
|
|
3506
3507
|
"vs/editor/common/core/range"
|
|
3507
3508
|
],
|
|
3508
|
-
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3509
3509
|
"vs/base/common/resources": [
|
|
3510
3510
|
"require",
|
|
3511
3511
|
"exports",
|
|
@@ -3531,74 +3531,51 @@
|
|
|
3531
3531
|
"vs/editor/common/services/languageFeatures"
|
|
3532
3532
|
],
|
|
3533
3533
|
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3534
|
-
"vs/editor/contrib/
|
|
3535
|
-
"require",
|
|
3536
|
-
"exports",
|
|
3537
|
-
"vs/editor/browser/editorExtensions",
|
|
3538
|
-
"vs/editor/common/editorContextKeys",
|
|
3539
|
-
"vs/editor/contrib/inlineEdit/browser/commandIds",
|
|
3540
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditController",
|
|
3541
|
-
"vs/platform/actions/common/actions",
|
|
3542
|
-
"vs/platform/contextkey/common/contextkey"
|
|
3543
|
-
],
|
|
3544
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditController": [
|
|
3534
|
+
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
|
|
3545
3535
|
"require",
|
|
3546
3536
|
"exports",
|
|
3547
|
-
"vs/
|
|
3548
|
-
"vs/
|
|
3549
|
-
"vs/editor/common/core/editOperation",
|
|
3550
|
-
"vs/editor/common/core/position",
|
|
3551
|
-
"vs/editor/common/core/range",
|
|
3552
|
-
"vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
|
|
3553
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3554
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3537
|
+
"vs/editor/common/model",
|
|
3538
|
+
"vs/editor/common/model/textModel",
|
|
3555
3539
|
"vs/editor/common/languages",
|
|
3556
|
-
"vs/
|
|
3557
|
-
"vs/
|
|
3558
|
-
"vs/
|
|
3559
|
-
"vs/
|
|
3560
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
|
|
3561
|
-
"vs/base/browser/dom",
|
|
3562
|
-
"vs/platform/configuration/common/configuration",
|
|
3563
|
-
"vs/base/common/errors",
|
|
3564
|
-
"vs/base/common/observableInternal/derived",
|
|
3565
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
|
|
3566
|
-
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
3567
|
-
"vs/editor/common/services/model"
|
|
3540
|
+
"vs/nls",
|
|
3541
|
+
"vs/platform/theme/common/colorRegistry",
|
|
3542
|
+
"vs/platform/theme/common/themeService",
|
|
3543
|
+
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
|
|
3568
3544
|
],
|
|
3569
|
-
"vs/editor/contrib/
|
|
3545
|
+
"vs/editor/contrib/inlineEdit/browser/commands": [
|
|
3570
3546
|
"require",
|
|
3571
3547
|
"exports",
|
|
3572
|
-
"vs/base/common/codicons",
|
|
3573
|
-
"vs/base/common/observable",
|
|
3574
|
-
"vs/base/common/observableInternal/base",
|
|
3575
3548
|
"vs/editor/browser/editorExtensions",
|
|
3576
|
-
"vs/editor/
|
|
3577
|
-
"vs/editor/
|
|
3578
|
-
"vs/editor/contrib/
|
|
3579
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsController",
|
|
3580
|
-
"vs/nls",
|
|
3549
|
+
"vs/editor/common/editorContextKeys",
|
|
3550
|
+
"vs/editor/contrib/inlineEdit/browser/commandIds",
|
|
3551
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditController",
|
|
3581
3552
|
"vs/platform/actions/common/actions",
|
|
3582
3553
|
"vs/platform/contextkey/common/contextkey"
|
|
3583
3554
|
],
|
|
3584
|
-
"vs/editor/contrib/
|
|
3555
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditController": [
|
|
3585
3556
|
"require",
|
|
3586
3557
|
"exports",
|
|
3587
3558
|
"vs/base/common/lifecycle",
|
|
3588
3559
|
"vs/base/common/observable",
|
|
3589
|
-
"vs/
|
|
3590
|
-
"vs/editor/
|
|
3591
|
-
"vs/
|
|
3592
|
-
"vs/editor/
|
|
3593
|
-
"vs/editor/common/services/languageFeatureDebounce",
|
|
3594
|
-
"vs/editor/common/services/languageFeatures",
|
|
3595
|
-
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3596
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
|
|
3597
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
|
|
3598
|
-
"vs/platform/configuration/common/configuration",
|
|
3560
|
+
"vs/editor/common/core/editOperation",
|
|
3561
|
+
"vs/editor/common/core/position",
|
|
3562
|
+
"vs/editor/common/core/range",
|
|
3563
|
+
"vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
|
|
3599
3564
|
"vs/platform/contextkey/common/contextkey",
|
|
3600
3565
|
"vs/platform/instantiation/common/instantiation",
|
|
3601
|
-
"vs/
|
|
3566
|
+
"vs/editor/common/languages",
|
|
3567
|
+
"vs/editor/common/services/languageFeatures",
|
|
3568
|
+
"vs/base/common/cancellation",
|
|
3569
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostText",
|
|
3570
|
+
"vs/platform/commands/common/commands",
|
|
3571
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
|
|
3572
|
+
"vs/base/browser/dom",
|
|
3573
|
+
"vs/platform/configuration/common/configuration",
|
|
3574
|
+
"vs/base/common/errors",
|
|
3575
|
+
"vs/base/common/observableInternal/derived",
|
|
3576
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
|
|
3577
|
+
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
3578
|
+
"vs/editor/common/services/model"
|
|
3602
3579
|
],
|
|
3603
3580
|
"vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
|
|
3604
3581
|
"require",
|
|
@@ -3650,6 +3627,40 @@
|
|
|
3650
3627
|
"vs/platform/telemetry/common/telemetry",
|
|
3651
3628
|
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
|
|
3652
3629
|
],
|
|
3630
|
+
"vs/editor/contrib/inlineEdits/browser/commands": [
|
|
3631
|
+
"require",
|
|
3632
|
+
"exports",
|
|
3633
|
+
"vs/base/common/codicons",
|
|
3634
|
+
"vs/base/common/observable",
|
|
3635
|
+
"vs/base/common/observableInternal/base",
|
|
3636
|
+
"vs/editor/browser/editorExtensions",
|
|
3637
|
+
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
3638
|
+
"vs/editor/common/editorContextKeys",
|
|
3639
|
+
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3640
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsController",
|
|
3641
|
+
"vs/nls",
|
|
3642
|
+
"vs/platform/actions/common/actions",
|
|
3643
|
+
"vs/platform/contextkey/common/contextkey"
|
|
3644
|
+
],
|
|
3645
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
|
|
3646
|
+
"require",
|
|
3647
|
+
"exports",
|
|
3648
|
+
"vs/base/common/lifecycle",
|
|
3649
|
+
"vs/base/common/observable",
|
|
3650
|
+
"vs/base/common/observableInternal/derived",
|
|
3651
|
+
"vs/editor/browser/observableCodeEditor",
|
|
3652
|
+
"vs/base/common/hotReloadHelpers",
|
|
3653
|
+
"vs/editor/common/core/selection",
|
|
3654
|
+
"vs/editor/common/services/languageFeatureDebounce",
|
|
3655
|
+
"vs/editor/common/services/languageFeatures",
|
|
3656
|
+
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3657
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
|
|
3658
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
|
|
3659
|
+
"vs/platform/configuration/common/configuration",
|
|
3660
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3661
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3662
|
+
"vs/platform/observable/common/platformObservableUtils"
|
|
3663
|
+
],
|
|
3653
3664
|
"vs/platform/theme/common/colorUtils": [
|
|
3654
3665
|
"require",
|
|
3655
3666
|
"exports",
|
|
@@ -3754,6 +3765,19 @@
|
|
|
3754
3765
|
"require",
|
|
3755
3766
|
"exports"
|
|
3756
3767
|
],
|
|
3768
|
+
"vs/editor/contrib/smartSelect/browser/bracketSelections": [
|
|
3769
|
+
"require",
|
|
3770
|
+
"exports",
|
|
3771
|
+
"vs/base/common/linkedList",
|
|
3772
|
+
"vs/editor/common/core/position",
|
|
3773
|
+
"vs/editor/common/core/range"
|
|
3774
|
+
],
|
|
3775
|
+
"vs/editor/contrib/smartSelect/browser/wordSelections": [
|
|
3776
|
+
"require",
|
|
3777
|
+
"exports",
|
|
3778
|
+
"vs/base/common/strings",
|
|
3779
|
+
"vs/editor/common/core/range"
|
|
3780
|
+
],
|
|
3757
3781
|
"vs/editor/contrib/suggest/browser/suggest": [
|
|
3758
3782
|
"require",
|
|
3759
3783
|
"exports",
|
|
@@ -3792,19 +3816,6 @@
|
|
|
3792
3816
|
"vs/editor/contrib/snippet/browser/snippetVariables",
|
|
3793
3817
|
"vs/css!vs/editor/contrib/snippet/browser/snippetSession"
|
|
3794
3818
|
],
|
|
3795
|
-
"vs/editor/contrib/smartSelect/browser/bracketSelections": [
|
|
3796
|
-
"require",
|
|
3797
|
-
"exports",
|
|
3798
|
-
"vs/base/common/linkedList",
|
|
3799
|
-
"vs/editor/common/core/position",
|
|
3800
|
-
"vs/editor/common/core/range"
|
|
3801
|
-
],
|
|
3802
|
-
"vs/editor/contrib/smartSelect/browser/wordSelections": [
|
|
3803
|
-
"require",
|
|
3804
|
-
"exports",
|
|
3805
|
-
"vs/base/common/strings",
|
|
3806
|
-
"vs/editor/common/core/range"
|
|
3807
|
-
],
|
|
3808
3819
|
"vs/base/common/keybindings": [
|
|
3809
3820
|
"require",
|
|
3810
3821
|
"exports",
|
|
@@ -3992,17 +4003,6 @@
|
|
|
3992
4003
|
"vs/platform/instantiation/common/instantiation"
|
|
3993
4004
|
],
|
|
3994
4005
|
"vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [],
|
|
3995
|
-
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
|
|
3996
|
-
"require",
|
|
3997
|
-
"exports",
|
|
3998
|
-
"vs/editor/common/model",
|
|
3999
|
-
"vs/editor/common/model/textModel",
|
|
4000
|
-
"vs/editor/common/languages",
|
|
4001
|
-
"vs/nls",
|
|
4002
|
-
"vs/platform/theme/common/colorRegistry",
|
|
4003
|
-
"vs/platform/theme/common/themeService",
|
|
4004
|
-
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
|
|
4005
|
-
],
|
|
4006
4006
|
"vs/base/common/map": [
|
|
4007
4007
|
"require",
|
|
4008
4008
|
"exports"
|
|
@@ -4062,8 +4062,6 @@
|
|
|
4062
4062
|
"vs/editor/common/core/range",
|
|
4063
4063
|
"vs/editor/common/core/textLength"
|
|
4064
4064
|
],
|
|
4065
|
-
"vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
|
|
4066
|
-
"vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
|
|
4067
4065
|
"vs/base/browser/canIUse": [
|
|
4068
4066
|
"require",
|
|
4069
4067
|
"exports",
|
|
@@ -4091,6 +4089,8 @@
|
|
|
4091
4089
|
"exports",
|
|
4092
4090
|
"module"
|
|
4093
4091
|
],
|
|
4092
|
+
"vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
|
|
4093
|
+
"vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
|
|
4094
4094
|
"vs/editor/common/tokenizationRegistry": [
|
|
4095
4095
|
"require",
|
|
4096
4096
|
"exports",
|
|
@@ -4108,11 +4108,6 @@
|
|
|
4108
4108
|
"vs/platform/theme/common/themeService",
|
|
4109
4109
|
"vs/base/browser/ui/aria/aria"
|
|
4110
4110
|
],
|
|
4111
|
-
"vs/platform/instantiation/common/extensions": [
|
|
4112
|
-
"require",
|
|
4113
|
-
"exports",
|
|
4114
|
-
"vs/platform/instantiation/common/descriptors"
|
|
4115
|
-
],
|
|
4116
4111
|
"vs/base/common/fuzzyScorer": [
|
|
4117
4112
|
"require",
|
|
4118
4113
|
"exports",
|
|
@@ -4125,7 +4120,11 @@
|
|
|
4125
4120
|
"require",
|
|
4126
4121
|
"exports"
|
|
4127
4122
|
],
|
|
4128
|
-
"vs/
|
|
4123
|
+
"vs/platform/instantiation/common/extensions": [
|
|
4124
|
+
"require",
|
|
4125
|
+
"exports",
|
|
4126
|
+
"vs/platform/instantiation/common/descriptors"
|
|
4127
|
+
],
|
|
4129
4128
|
"vs/base/common/iconLabels": [
|
|
4130
4129
|
"require",
|
|
4131
4130
|
"exports",
|
|
@@ -4158,6 +4157,7 @@
|
|
|
4158
4157
|
"vs/platform/storage/common/storage",
|
|
4159
4158
|
"vs/platform/telemetry/common/telemetry"
|
|
4160
4159
|
],
|
|
4160
|
+
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
|
|
4161
4161
|
"vs/platform/list/browser/listService": [
|
|
4162
4162
|
"require",
|
|
4163
4163
|
"exports",
|
|
@@ -4211,11 +4211,6 @@
|
|
|
4211
4211
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel",
|
|
4212
4212
|
"vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
|
|
4213
4213
|
],
|
|
4214
|
-
"vs/base/common/severity": [
|
|
4215
|
-
"require",
|
|
4216
|
-
"exports",
|
|
4217
|
-
"vs/base/common/strings"
|
|
4218
|
-
],
|
|
4219
4214
|
"vs/platform/contextkey/common/scanner": [
|
|
4220
4215
|
"require",
|
|
4221
4216
|
"exports",
|
|
@@ -4231,6 +4226,11 @@
|
|
|
4231
4226
|
"vs/base/common/marshalling",
|
|
4232
4227
|
"vs/base/common/types"
|
|
4233
4228
|
],
|
|
4229
|
+
"vs/base/common/severity": [
|
|
4230
|
+
"require",
|
|
4231
|
+
"exports",
|
|
4232
|
+
"vs/base/common/strings"
|
|
4233
|
+
],
|
|
4234
4234
|
"vs/editor/common/languages/supports/tokenization": [
|
|
4235
4235
|
"require",
|
|
4236
4236
|
"exports",
|
|
@@ -4251,15 +4251,15 @@
|
|
|
4251
4251
|
"vs/base/common/themables",
|
|
4252
4252
|
"vs/platform/theme/common/iconRegistry"
|
|
4253
4253
|
],
|
|
4254
|
+
"vs/base/common/uint": [
|
|
4255
|
+
"require",
|
|
4256
|
+
"exports"
|
|
4257
|
+
],
|
|
4254
4258
|
"vs/base/common/process": [
|
|
4255
4259
|
"require",
|
|
4256
4260
|
"exports",
|
|
4257
4261
|
"vs/base/common/platform"
|
|
4258
4262
|
],
|
|
4259
|
-
"vs/base/common/uint": [
|
|
4260
|
-
"require",
|
|
4261
|
-
"exports"
|
|
4262
|
-
],
|
|
4263
4263
|
"vs/editor/common/diff/linesDiffComputer": [
|
|
4264
4264
|
"require",
|
|
4265
4265
|
"exports"
|
|
@@ -4340,6 +4340,41 @@
|
|
|
4340
4340
|
"vs/editor/common/core/range",
|
|
4341
4341
|
"vs/editor/common/diff/defaultLinesDiffComputer/utils"
|
|
4342
4342
|
],
|
|
4343
|
+
"vs/base/browser/pixelRatio": [
|
|
4344
|
+
"require",
|
|
4345
|
+
"exports",
|
|
4346
|
+
"vs/base/browser/dom",
|
|
4347
|
+
"vs/base/common/event",
|
|
4348
|
+
"vs/base/common/lifecycle"
|
|
4349
|
+
],
|
|
4350
|
+
"vs/editor/browser/config/charWidthReader": [
|
|
4351
|
+
"require",
|
|
4352
|
+
"exports",
|
|
4353
|
+
"vs/editor/browser/config/domFontInfo"
|
|
4354
|
+
],
|
|
4355
|
+
"vs/editor/browser/services/editorWorkerService": [
|
|
4356
|
+
"require",
|
|
4357
|
+
"exports",
|
|
4358
|
+
"vs/base/common/async",
|
|
4359
|
+
"vs/base/common/lifecycle",
|
|
4360
|
+
"vs/base/common/worker/simpleWorker",
|
|
4361
|
+
"vs/base/browser/defaultWorkerFactory",
|
|
4362
|
+
"vs/editor/common/core/range",
|
|
4363
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4364
|
+
"vs/editor/common/services/editorSimpleWorker",
|
|
4365
|
+
"vs/editor/common/services/model",
|
|
4366
|
+
"vs/editor/common/services/textResourceConfiguration",
|
|
4367
|
+
"vs/base/common/arrays",
|
|
4368
|
+
"vs/platform/log/common/log",
|
|
4369
|
+
"vs/base/common/stopwatch",
|
|
4370
|
+
"vs/base/common/errors",
|
|
4371
|
+
"vs/editor/common/services/languageFeatures",
|
|
4372
|
+
"vs/editor/common/diff/linesDiffComputer",
|
|
4373
|
+
"vs/editor/common/diff/rangeMapping",
|
|
4374
|
+
"vs/editor/common/core/lineRange",
|
|
4375
|
+
"vs/base/browser/window",
|
|
4376
|
+
"vs/base/browser/dom"
|
|
4377
|
+
],
|
|
4343
4378
|
"vs/editor/common/languages/languageConfiguration": [
|
|
4344
4379
|
"require",
|
|
4345
4380
|
"exports"
|
|
@@ -4374,13 +4409,95 @@
|
|
|
4374
4409
|
"vs/editor/common/core/stringBuilder",
|
|
4375
4410
|
"vs/editor/common/core/range"
|
|
4376
4411
|
],
|
|
4377
|
-
"vs/editor/common/languages/supports/languageBracketsConfiguration": [
|
|
4412
|
+
"vs/editor/common/languages/supports/languageBracketsConfiguration": [
|
|
4413
|
+
"require",
|
|
4414
|
+
"exports",
|
|
4415
|
+
"vs/base/common/cache",
|
|
4416
|
+
"vs/editor/common/languages/supports/richEditBrackets"
|
|
4417
|
+
],
|
|
4418
|
+
"vs/base/common/mime": [
|
|
4419
|
+
"require",
|
|
4420
|
+
"exports"
|
|
4421
|
+
],
|
|
4422
|
+
"vs/base/browser/trustedTypes": [
|
|
4423
|
+
"require",
|
|
4424
|
+
"exports",
|
|
4425
|
+
"vs/base/common/errors"
|
|
4426
|
+
],
|
|
4427
|
+
"vs/editor/common/viewLayout/viewLineRenderer": [
|
|
4428
|
+
"require",
|
|
4429
|
+
"exports",
|
|
4430
|
+
"vs/nls",
|
|
4431
|
+
"vs/base/common/strings",
|
|
4432
|
+
"vs/editor/common/core/stringBuilder",
|
|
4433
|
+
"vs/editor/common/viewLayout/lineDecorations",
|
|
4434
|
+
"vs/editor/common/viewLayout/linePart"
|
|
4435
|
+
],
|
|
4436
|
+
"vs/editor/common/viewModel": [
|
|
4437
|
+
"require",
|
|
4438
|
+
"exports",
|
|
4439
|
+
"vs/base/common/arrays",
|
|
4440
|
+
"vs/base/common/strings",
|
|
4441
|
+
"vs/editor/common/core/range"
|
|
4442
|
+
],
|
|
4443
|
+
"vs/editor/standalone/browser/standaloneCodeEditorService": [
|
|
4444
|
+
"require",
|
|
4445
|
+
"exports",
|
|
4446
|
+
"vs/base/browser/dom",
|
|
4447
|
+
"vs/base/common/network",
|
|
4448
|
+
"vs/editor/browser/services/abstractCodeEditorService",
|
|
4449
|
+
"vs/editor/browser/services/codeEditorService",
|
|
4450
|
+
"vs/platform/contextkey/common/contextkey",
|
|
4451
|
+
"vs/platform/instantiation/common/extensions",
|
|
4452
|
+
"vs/platform/theme/common/themeService"
|
|
4453
|
+
],
|
|
4454
|
+
"vs/editor/browser/widget/diffEditor/diffEditorWidget": [
|
|
4455
|
+
"require",
|
|
4456
|
+
"exports",
|
|
4457
|
+
"vs/base/browser/dom",
|
|
4458
|
+
"vs/base/common/arraysFind",
|
|
4459
|
+
"vs/base/common/errors",
|
|
4460
|
+
"vs/base/common/event",
|
|
4461
|
+
"vs/base/common/lifecycle",
|
|
4462
|
+
"vs/base/common/observable",
|
|
4463
|
+
"vs/base/common/observableInternal/derived",
|
|
4464
|
+
"vs/editor/browser/editorExtensions",
|
|
4465
|
+
"vs/editor/browser/services/codeEditorService",
|
|
4466
|
+
"vs/editor/browser/stableEditorScroll",
|
|
4467
|
+
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
4468
|
+
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
|
|
4469
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
|
|
4470
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorSash",
|
|
4471
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
|
|
4472
|
+
"vs/editor/browser/widget/diffEditor/features/gutterFeature",
|
|
4473
|
+
"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
|
|
4474
|
+
"vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
|
|
4475
|
+
"vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
|
|
4476
|
+
"vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
|
|
4477
|
+
"vs/editor/browser/widget/diffEditor/utils",
|
|
4478
|
+
"vs/base/common/hotReloadHelpers",
|
|
4479
|
+
"vs/platform/observable/common/platformObservableUtils",
|
|
4480
|
+
"vs/editor/common/core/position",
|
|
4481
|
+
"vs/editor/common/core/range",
|
|
4482
|
+
"vs/editor/common/editorCommon",
|
|
4483
|
+
"vs/editor/common/editorContextKeys",
|
|
4484
|
+
"vs/platform/accessibilitySignal/browser/accessibilitySignalService",
|
|
4485
|
+
"vs/platform/contextkey/common/contextkey",
|
|
4486
|
+
"vs/platform/instantiation/common/instantiation",
|
|
4487
|
+
"vs/platform/instantiation/common/serviceCollection",
|
|
4488
|
+
"vs/platform/progress/common/progress",
|
|
4489
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
|
|
4490
|
+
"vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
|
|
4491
|
+
"vs/editor/browser/widget/diffEditor/diffEditorOptions",
|
|
4492
|
+
"vs/editor/browser/widget/diffEditor/diffEditorViewModel",
|
|
4493
|
+
"vs/css!vs/editor/browser/widget/diffEditor/style"
|
|
4494
|
+
],
|
|
4495
|
+
"vs/base/browser/ui/hover/hoverDelegateFactory": [
|
|
4378
4496
|
"require",
|
|
4379
4497
|
"exports",
|
|
4380
|
-
"vs/base/common/
|
|
4381
|
-
"vs/editor/common/languages/supports/richEditBrackets"
|
|
4498
|
+
"vs/base/common/lazy"
|
|
4382
4499
|
],
|
|
4383
|
-
"vs/base/
|
|
4500
|
+
"vs/base/browser/ui/hover/hoverDelegate2": [
|
|
4384
4501
|
"require",
|
|
4385
4502
|
"exports"
|
|
4386
4503
|
],
|
|
@@ -4485,29 +4602,6 @@
|
|
|
4485
4602
|
"vs/platform/editor/common/editor",
|
|
4486
4603
|
"vs/platform/opener/common/opener"
|
|
4487
4604
|
],
|
|
4488
|
-
"vs/editor/browser/services/editorWorkerService": [
|
|
4489
|
-
"require",
|
|
4490
|
-
"exports",
|
|
4491
|
-
"vs/base/common/async",
|
|
4492
|
-
"vs/base/common/lifecycle",
|
|
4493
|
-
"vs/base/common/worker/simpleWorker",
|
|
4494
|
-
"vs/base/browser/defaultWorkerFactory",
|
|
4495
|
-
"vs/editor/common/core/range",
|
|
4496
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4497
|
-
"vs/editor/common/services/editorSimpleWorker",
|
|
4498
|
-
"vs/editor/common/services/model",
|
|
4499
|
-
"vs/editor/common/services/textResourceConfiguration",
|
|
4500
|
-
"vs/base/common/arrays",
|
|
4501
|
-
"vs/platform/log/common/log",
|
|
4502
|
-
"vs/base/common/stopwatch",
|
|
4503
|
-
"vs/base/common/errors",
|
|
4504
|
-
"vs/editor/common/services/languageFeatures",
|
|
4505
|
-
"vs/editor/common/diff/linesDiffComputer",
|
|
4506
|
-
"vs/editor/common/diff/rangeMapping",
|
|
4507
|
-
"vs/editor/common/core/lineRange",
|
|
4508
|
-
"vs/base/browser/window",
|
|
4509
|
-
"vs/base/browser/dom"
|
|
4510
|
-
],
|
|
4511
4605
|
"vs/editor/common/services/markerDecorationsService": [
|
|
4512
4606
|
"require",
|
|
4513
4607
|
"exports",
|
|
@@ -4664,17 +4758,6 @@
|
|
|
4664
4758
|
"exports",
|
|
4665
4759
|
"vs/platform/instantiation/common/instantiation"
|
|
4666
4760
|
],
|
|
4667
|
-
"vs/editor/standalone/browser/standaloneCodeEditorService": [
|
|
4668
|
-
"require",
|
|
4669
|
-
"exports",
|
|
4670
|
-
"vs/base/browser/dom",
|
|
4671
|
-
"vs/base/common/network",
|
|
4672
|
-
"vs/editor/browser/services/abstractCodeEditorService",
|
|
4673
|
-
"vs/editor/browser/services/codeEditorService",
|
|
4674
|
-
"vs/platform/contextkey/common/contextkey",
|
|
4675
|
-
"vs/platform/instantiation/common/extensions",
|
|
4676
|
-
"vs/platform/theme/common/themeService"
|
|
4677
|
-
],
|
|
4678
4761
|
"vs/editor/standalone/browser/standaloneLayoutService": [
|
|
4679
4762
|
"require",
|
|
4680
4763
|
"exports",
|
|
@@ -4738,104 +4821,6 @@
|
|
|
4738
4821
|
"vs/editor/browser/services/hoverService/updatableHoverWidget",
|
|
4739
4822
|
"vs/base/common/async"
|
|
4740
4823
|
],
|
|
4741
|
-
"vs/editor/standalone/common/monarch/monarchCommon": [
|
|
4742
|
-
"require",
|
|
4743
|
-
"exports"
|
|
4744
|
-
],
|
|
4745
|
-
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
4746
|
-
"require",
|
|
4747
|
-
"exports",
|
|
4748
|
-
"vs/editor/browser/editorExtensions",
|
|
4749
|
-
"vs/platform/contextkey/common/contextkey",
|
|
4750
|
-
"vs/base/common/cancellation",
|
|
4751
|
-
"vs/base/common/linkedList",
|
|
4752
|
-
"vs/platform/instantiation/common/instantiation",
|
|
4753
|
-
"vs/platform/instantiation/common/extensions",
|
|
4754
|
-
"vs/nls"
|
|
4755
|
-
],
|
|
4756
|
-
"vs/base/browser/pixelRatio": [
|
|
4757
|
-
"require",
|
|
4758
|
-
"exports",
|
|
4759
|
-
"vs/base/browser/dom",
|
|
4760
|
-
"vs/base/common/event",
|
|
4761
|
-
"vs/base/common/lifecycle"
|
|
4762
|
-
],
|
|
4763
|
-
"vs/editor/browser/config/charWidthReader": [
|
|
4764
|
-
"require",
|
|
4765
|
-
"exports",
|
|
4766
|
-
"vs/editor/browser/config/domFontInfo"
|
|
4767
|
-
],
|
|
4768
|
-
"vs/base/browser/trustedTypes": [
|
|
4769
|
-
"require",
|
|
4770
|
-
"exports",
|
|
4771
|
-
"vs/base/common/errors"
|
|
4772
|
-
],
|
|
4773
|
-
"vs/editor/common/viewLayout/viewLineRenderer": [
|
|
4774
|
-
"require",
|
|
4775
|
-
"exports",
|
|
4776
|
-
"vs/nls",
|
|
4777
|
-
"vs/base/common/strings",
|
|
4778
|
-
"vs/editor/common/core/stringBuilder",
|
|
4779
|
-
"vs/editor/common/viewLayout/lineDecorations",
|
|
4780
|
-
"vs/editor/common/viewLayout/linePart"
|
|
4781
|
-
],
|
|
4782
|
-
"vs/editor/common/viewModel": [
|
|
4783
|
-
"require",
|
|
4784
|
-
"exports",
|
|
4785
|
-
"vs/base/common/arrays",
|
|
4786
|
-
"vs/base/common/strings",
|
|
4787
|
-
"vs/editor/common/core/range"
|
|
4788
|
-
],
|
|
4789
|
-
"vs/editor/browser/widget/diffEditor/diffEditorWidget": [
|
|
4790
|
-
"require",
|
|
4791
|
-
"exports",
|
|
4792
|
-
"vs/base/browser/dom",
|
|
4793
|
-
"vs/base/common/arraysFind",
|
|
4794
|
-
"vs/base/common/errors",
|
|
4795
|
-
"vs/base/common/event",
|
|
4796
|
-
"vs/base/common/lifecycle",
|
|
4797
|
-
"vs/base/common/observable",
|
|
4798
|
-
"vs/base/common/observableInternal/derived",
|
|
4799
|
-
"vs/editor/browser/editorExtensions",
|
|
4800
|
-
"vs/editor/browser/services/codeEditorService",
|
|
4801
|
-
"vs/editor/browser/stableEditorScroll",
|
|
4802
|
-
"vs/editor/browser/widget/codeEditor/codeEditorWidget",
|
|
4803
|
-
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
|
|
4804
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
|
|
4805
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorSash",
|
|
4806
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
|
|
4807
|
-
"vs/editor/browser/widget/diffEditor/features/gutterFeature",
|
|
4808
|
-
"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
|
|
4809
|
-
"vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
|
|
4810
|
-
"vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
|
|
4811
|
-
"vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
|
|
4812
|
-
"vs/editor/browser/widget/diffEditor/utils",
|
|
4813
|
-
"vs/base/common/hotReloadHelpers",
|
|
4814
|
-
"vs/platform/observable/common/platformObservableUtils",
|
|
4815
|
-
"vs/editor/common/core/position",
|
|
4816
|
-
"vs/editor/common/core/range",
|
|
4817
|
-
"vs/editor/common/editorCommon",
|
|
4818
|
-
"vs/editor/common/editorContextKeys",
|
|
4819
|
-
"vs/platform/accessibilitySignal/browser/accessibilitySignalService",
|
|
4820
|
-
"vs/platform/contextkey/common/contextkey",
|
|
4821
|
-
"vs/platform/instantiation/common/instantiation",
|
|
4822
|
-
"vs/platform/instantiation/common/serviceCollection",
|
|
4823
|
-
"vs/platform/progress/common/progress",
|
|
4824
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
|
|
4825
|
-
"vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
|
|
4826
|
-
"vs/editor/browser/widget/diffEditor/diffEditorOptions",
|
|
4827
|
-
"vs/editor/browser/widget/diffEditor/diffEditorViewModel",
|
|
4828
|
-
"vs/css!vs/editor/browser/widget/diffEditor/style"
|
|
4829
|
-
],
|
|
4830
|
-
"vs/base/browser/ui/hover/hoverDelegateFactory": [
|
|
4831
|
-
"require",
|
|
4832
|
-
"exports",
|
|
4833
|
-
"vs/base/common/lazy"
|
|
4834
|
-
],
|
|
4835
|
-
"vs/base/browser/ui/hover/hoverDelegate2": [
|
|
4836
|
-
"require",
|
|
4837
|
-
"exports"
|
|
4838
|
-
],
|
|
4839
4824
|
"vs/base/common/hotReloadHelpers": [
|
|
4840
4825
|
"require",
|
|
4841
4826
|
"exports",
|
|
@@ -4889,6 +4874,10 @@
|
|
|
4889
4874
|
"vs/nls",
|
|
4890
4875
|
"vs/platform/theme/common/colorRegistry"
|
|
4891
4876
|
],
|
|
4877
|
+
"vs/editor/standalone/common/monarch/monarchCommon": [
|
|
4878
|
+
"require",
|
|
4879
|
+
"exports"
|
|
4880
|
+
],
|
|
4892
4881
|
"vs/css!vs/base/browser/ui/aria/aria": [],
|
|
4893
4882
|
"vs/editor/common/languages/supports": [
|
|
4894
4883
|
"require",
|
|
@@ -4913,15 +4902,16 @@
|
|
|
4913
4902
|
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4914
4903
|
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
4915
4904
|
],
|
|
4916
|
-
"vs/
|
|
4917
|
-
"require",
|
|
4918
|
-
"exports",
|
|
4919
|
-
"vs/base/common/types"
|
|
4920
|
-
],
|
|
4921
|
-
"vs/base/common/codiconsLibrary": [
|
|
4905
|
+
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
4922
4906
|
"require",
|
|
4923
4907
|
"exports",
|
|
4924
|
-
"vs/
|
|
4908
|
+
"vs/editor/browser/editorExtensions",
|
|
4909
|
+
"vs/platform/contextkey/common/contextkey",
|
|
4910
|
+
"vs/base/common/cancellation",
|
|
4911
|
+
"vs/base/common/linkedList",
|
|
4912
|
+
"vs/platform/instantiation/common/instantiation",
|
|
4913
|
+
"vs/platform/instantiation/common/extensions",
|
|
4914
|
+
"vs/nls"
|
|
4925
4915
|
],
|
|
4926
4916
|
"vs/base/browser/fastDomNode": [
|
|
4927
4917
|
"require",
|
|
@@ -5529,14 +5519,15 @@
|
|
|
5529
5519
|
"vs/platform/theme/common/colors/baseColors",
|
|
5530
5520
|
"vs/platform/theme/common/colors/editorColors"
|
|
5531
5521
|
],
|
|
5532
|
-
"vs/base/common/
|
|
5522
|
+
"vs/base/common/codiconsUtil": [
|
|
5533
5523
|
"require",
|
|
5534
|
-
"exports"
|
|
5524
|
+
"exports",
|
|
5525
|
+
"vs/base/common/types"
|
|
5535
5526
|
],
|
|
5536
|
-
"vs/
|
|
5527
|
+
"vs/base/common/codiconsLibrary": [
|
|
5537
5528
|
"require",
|
|
5538
5529
|
"exports",
|
|
5539
|
-
"vs/
|
|
5530
|
+
"vs/base/common/codiconsUtil"
|
|
5540
5531
|
],
|
|
5541
5532
|
"vs/base/browser/event": [
|
|
5542
5533
|
"require",
|
|
@@ -5560,52 +5551,156 @@
|
|
|
5560
5551
|
"require",
|
|
5561
5552
|
"exports"
|
|
5562
5553
|
],
|
|
5563
|
-
"vs/editor/browser/dnd": [
|
|
5554
|
+
"vs/editor/browser/dnd": [
|
|
5555
|
+
"require",
|
|
5556
|
+
"exports",
|
|
5557
|
+
"vs/base/browser/dnd",
|
|
5558
|
+
"vs/base/common/dataTransfer",
|
|
5559
|
+
"vs/base/common/mime",
|
|
5560
|
+
"vs/base/common/uri",
|
|
5561
|
+
"vs/platform/dnd/browser/dnd"
|
|
5562
|
+
],
|
|
5563
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit": [
|
|
5564
|
+
"require",
|
|
5565
|
+
"exports",
|
|
5566
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5567
|
+
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
5568
|
+
],
|
|
5569
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
|
|
5570
|
+
"require",
|
|
5571
|
+
"exports",
|
|
5572
|
+
"vs/base/browser/dom",
|
|
5573
|
+
"vs/base/browser/ui/button/button",
|
|
5574
|
+
"vs/base/common/actions",
|
|
5575
|
+
"vs/base/common/errorMessage",
|
|
5576
|
+
"vs/base/common/errors",
|
|
5577
|
+
"vs/base/common/event",
|
|
5578
|
+
"vs/base/common/lifecycle",
|
|
5579
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5580
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5581
|
+
"vs/nls",
|
|
5582
|
+
"vs/platform/contextkey/common/contextkey",
|
|
5583
|
+
"vs/platform/contextview/browser/contextView",
|
|
5584
|
+
"vs/platform/instantiation/common/instantiation",
|
|
5585
|
+
"vs/platform/keybinding/common/keybinding",
|
|
5586
|
+
"vs/platform/notification/common/notification",
|
|
5587
|
+
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5588
|
+
],
|
|
5589
|
+
"vs/base/common/symbols": [
|
|
5590
|
+
"require",
|
|
5591
|
+
"exports"
|
|
5592
|
+
],
|
|
5593
|
+
"vs/editor/common/cursor/cursorAtomicMoveOperations": [
|
|
5594
|
+
"require",
|
|
5595
|
+
"exports",
|
|
5596
|
+
"vs/editor/common/core/cursorColumns"
|
|
5597
|
+
],
|
|
5598
|
+
"vs/editor/common/config/diffEditor": [
|
|
5599
|
+
"require",
|
|
5600
|
+
"exports"
|
|
5601
|
+
],
|
|
5602
|
+
"vs/editor/contrib/codeAction/browser/codeAction": [
|
|
5603
|
+
"require",
|
|
5604
|
+
"exports",
|
|
5605
|
+
"vs/base/common/arrays",
|
|
5606
|
+
"vs/base/common/cancellation",
|
|
5607
|
+
"vs/base/common/errors",
|
|
5608
|
+
"vs/base/common/lifecycle",
|
|
5609
|
+
"vs/base/common/uri",
|
|
5610
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5611
|
+
"vs/editor/common/core/range",
|
|
5612
|
+
"vs/editor/common/core/selection",
|
|
5613
|
+
"vs/editor/common/services/languageFeatures",
|
|
5614
|
+
"vs/editor/common/services/model",
|
|
5615
|
+
"vs/editor/contrib/editorState/browser/editorState",
|
|
5616
|
+
"vs/nls",
|
|
5617
|
+
"vs/platform/commands/common/commands",
|
|
5618
|
+
"vs/platform/notification/common/notification",
|
|
5619
|
+
"vs/platform/progress/common/progress",
|
|
5620
|
+
"vs/platform/telemetry/common/telemetry",
|
|
5621
|
+
"vs/editor/contrib/codeAction/common/types",
|
|
5622
|
+
"vs/base/common/hierarchicalKind"
|
|
5623
|
+
],
|
|
5624
|
+
"vs/editor/contrib/codeAction/common/types": [
|
|
5625
|
+
"require",
|
|
5626
|
+
"exports",
|
|
5627
|
+
"vs/base/common/errors",
|
|
5628
|
+
"vs/base/common/hierarchicalKind"
|
|
5629
|
+
],
|
|
5630
|
+
"vs/editor/contrib/codeAction/browser/codeActionModel": [
|
|
5631
|
+
"require",
|
|
5632
|
+
"exports",
|
|
5633
|
+
"vs/base/common/async",
|
|
5634
|
+
"vs/base/common/errors",
|
|
5635
|
+
"vs/base/common/event",
|
|
5636
|
+
"vs/base/common/lifecycle",
|
|
5637
|
+
"vs/base/common/resources",
|
|
5638
|
+
"vs/editor/common/config/editorOptions",
|
|
5639
|
+
"vs/editor/common/core/position",
|
|
5640
|
+
"vs/editor/common/core/selection",
|
|
5641
|
+
"vs/platform/contextkey/common/contextkey",
|
|
5642
|
+
"vs/platform/progress/common/progress",
|
|
5643
|
+
"vs/editor/contrib/codeAction/common/types",
|
|
5644
|
+
"vs/editor/contrib/codeAction/browser/codeAction",
|
|
5645
|
+
"vs/base/common/hierarchicalKind"
|
|
5646
|
+
],
|
|
5647
|
+
"vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
|
|
5564
5648
|
"require",
|
|
5565
5649
|
"exports",
|
|
5566
|
-
"vs/base/
|
|
5567
|
-
"vs/base/common/
|
|
5568
|
-
"vs/
|
|
5569
|
-
"vs/
|
|
5570
|
-
"vs/platform/
|
|
5650
|
+
"vs/base/common/hierarchicalKind",
|
|
5651
|
+
"vs/base/common/lazy",
|
|
5652
|
+
"vs/editor/contrib/codeAction/browser/codeAction",
|
|
5653
|
+
"vs/editor/contrib/codeAction/common/types",
|
|
5654
|
+
"vs/platform/keybinding/common/keybinding"
|
|
5571
5655
|
],
|
|
5572
|
-
"vs/editor/contrib/
|
|
5656
|
+
"vs/editor/contrib/codeAction/browser/codeActionMenu": [
|
|
5573
5657
|
"require",
|
|
5574
5658
|
"exports",
|
|
5575
|
-
"vs/
|
|
5576
|
-
"vs/editor/contrib/
|
|
5659
|
+
"vs/base/common/codicons",
|
|
5660
|
+
"vs/editor/contrib/codeAction/common/types",
|
|
5661
|
+
"vs/nls",
|
|
5662
|
+
"vs/base/common/hierarchicalKind",
|
|
5663
|
+
"vs/base/browser/ui/codicons/codiconStyles",
|
|
5664
|
+
"vs/editor/contrib/symbolIcons/browser/symbolIcons"
|
|
5577
5665
|
],
|
|
5578
|
-
"vs/
|
|
5666
|
+
"vs/platform/actionWidget/browser/actionWidget": [
|
|
5579
5667
|
"require",
|
|
5580
5668
|
"exports",
|
|
5581
5669
|
"vs/base/browser/dom",
|
|
5582
|
-
"vs/base/browser/ui/
|
|
5583
|
-
"vs/base/common/actions",
|
|
5584
|
-
"vs/base/common/errorMessage",
|
|
5585
|
-
"vs/base/common/errors",
|
|
5586
|
-
"vs/base/common/event",
|
|
5670
|
+
"vs/base/browser/ui/actionbar/actionbar",
|
|
5587
5671
|
"vs/base/common/lifecycle",
|
|
5588
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5589
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5590
5672
|
"vs/nls",
|
|
5673
|
+
"vs/platform/actionWidget/browser/actionList",
|
|
5674
|
+
"vs/platform/actions/common/actions",
|
|
5591
5675
|
"vs/platform/contextkey/common/contextkey",
|
|
5592
5676
|
"vs/platform/contextview/browser/contextView",
|
|
5677
|
+
"vs/platform/instantiation/common/extensions",
|
|
5593
5678
|
"vs/platform/instantiation/common/instantiation",
|
|
5594
|
-
"vs/platform/
|
|
5595
|
-
"vs/platform/
|
|
5596
|
-
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5679
|
+
"vs/platform/theme/common/colorRegistry",
|
|
5680
|
+
"vs/css!vs/platform/actionWidget/browser/actionWidget"
|
|
5597
5681
|
],
|
|
5598
|
-
"vs/base/browser/
|
|
5682
|
+
"vs/base/browser/touch": [
|
|
5599
5683
|
"require",
|
|
5600
5684
|
"exports",
|
|
5601
5685
|
"vs/base/browser/dom",
|
|
5602
|
-
"vs/base/
|
|
5686
|
+
"vs/base/browser/window",
|
|
5687
|
+
"vs/base/common/arrays",
|
|
5688
|
+
"vs/base/common/decorators",
|
|
5689
|
+
"vs/base/common/event",
|
|
5690
|
+
"vs/base/common/lifecycle",
|
|
5691
|
+
"vs/base/common/linkedList"
|
|
5603
5692
|
],
|
|
5604
|
-
"vs/
|
|
5605
|
-
"vs/base/common/numbers": [
|
|
5693
|
+
"vs/editor/common/model/utils": [
|
|
5606
5694
|
"require",
|
|
5607
5695
|
"exports"
|
|
5608
5696
|
],
|
|
5697
|
+
"vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
|
|
5698
|
+
"vs/platform/jsonschemas/common/jsonContributionRegistry": [
|
|
5699
|
+
"require",
|
|
5700
|
+
"exports",
|
|
5701
|
+
"vs/base/common/event",
|
|
5702
|
+
"vs/platform/registry/common/platform"
|
|
5703
|
+
],
|
|
5609
5704
|
"vs/editor/browser/editorDom": [
|
|
5610
5705
|
"require",
|
|
5611
5706
|
"exports",
|
|
@@ -5726,112 +5821,6 @@
|
|
|
5726
5821
|
"vs/base/browser/ui/hover/hoverWidget",
|
|
5727
5822
|
"vs/editor/contrib/hover/browser/marginHoverComputer"
|
|
5728
5823
|
],
|
|
5729
|
-
"vs/editor/common/config/diffEditor": [
|
|
5730
|
-
"require",
|
|
5731
|
-
"exports"
|
|
5732
|
-
],
|
|
5733
|
-
"vs/editor/contrib/codeAction/browser/codeAction": [
|
|
5734
|
-
"require",
|
|
5735
|
-
"exports",
|
|
5736
|
-
"vs/base/common/arrays",
|
|
5737
|
-
"vs/base/common/cancellation",
|
|
5738
|
-
"vs/base/common/errors",
|
|
5739
|
-
"vs/base/common/lifecycle",
|
|
5740
|
-
"vs/base/common/uri",
|
|
5741
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5742
|
-
"vs/editor/common/core/range",
|
|
5743
|
-
"vs/editor/common/core/selection",
|
|
5744
|
-
"vs/editor/common/services/languageFeatures",
|
|
5745
|
-
"vs/editor/common/services/model",
|
|
5746
|
-
"vs/editor/contrib/editorState/browser/editorState",
|
|
5747
|
-
"vs/nls",
|
|
5748
|
-
"vs/platform/commands/common/commands",
|
|
5749
|
-
"vs/platform/notification/common/notification",
|
|
5750
|
-
"vs/platform/progress/common/progress",
|
|
5751
|
-
"vs/platform/telemetry/common/telemetry",
|
|
5752
|
-
"vs/editor/contrib/codeAction/common/types",
|
|
5753
|
-
"vs/base/common/hierarchicalKind"
|
|
5754
|
-
],
|
|
5755
|
-
"vs/editor/contrib/codeAction/common/types": [
|
|
5756
|
-
"require",
|
|
5757
|
-
"exports",
|
|
5758
|
-
"vs/base/common/errors",
|
|
5759
|
-
"vs/base/common/hierarchicalKind"
|
|
5760
|
-
],
|
|
5761
|
-
"vs/editor/contrib/codeAction/browser/codeActionModel": [
|
|
5762
|
-
"require",
|
|
5763
|
-
"exports",
|
|
5764
|
-
"vs/base/common/async",
|
|
5765
|
-
"vs/base/common/errors",
|
|
5766
|
-
"vs/base/common/event",
|
|
5767
|
-
"vs/base/common/lifecycle",
|
|
5768
|
-
"vs/base/common/resources",
|
|
5769
|
-
"vs/editor/common/config/editorOptions",
|
|
5770
|
-
"vs/editor/common/core/position",
|
|
5771
|
-
"vs/editor/common/core/selection",
|
|
5772
|
-
"vs/platform/contextkey/common/contextkey",
|
|
5773
|
-
"vs/platform/progress/common/progress",
|
|
5774
|
-
"vs/editor/contrib/codeAction/common/types",
|
|
5775
|
-
"vs/editor/contrib/codeAction/browser/codeAction",
|
|
5776
|
-
"vs/base/common/hierarchicalKind"
|
|
5777
|
-
],
|
|
5778
|
-
"vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
|
|
5779
|
-
"require",
|
|
5780
|
-
"exports",
|
|
5781
|
-
"vs/base/common/hierarchicalKind",
|
|
5782
|
-
"vs/base/common/lazy",
|
|
5783
|
-
"vs/editor/contrib/codeAction/browser/codeAction",
|
|
5784
|
-
"vs/editor/contrib/codeAction/common/types",
|
|
5785
|
-
"vs/platform/keybinding/common/keybinding"
|
|
5786
|
-
],
|
|
5787
|
-
"vs/editor/contrib/codeAction/browser/codeActionMenu": [
|
|
5788
|
-
"require",
|
|
5789
|
-
"exports",
|
|
5790
|
-
"vs/base/common/codicons",
|
|
5791
|
-
"vs/editor/contrib/codeAction/common/types",
|
|
5792
|
-
"vs/nls",
|
|
5793
|
-
"vs/base/common/hierarchicalKind",
|
|
5794
|
-
"vs/base/browser/ui/codicons/codiconStyles",
|
|
5795
|
-
"vs/editor/contrib/symbolIcons/browser/symbolIcons"
|
|
5796
|
-
],
|
|
5797
|
-
"vs/platform/actionWidget/browser/actionWidget": [
|
|
5798
|
-
"require",
|
|
5799
|
-
"exports",
|
|
5800
|
-
"vs/base/browser/dom",
|
|
5801
|
-
"vs/base/browser/ui/actionbar/actionbar",
|
|
5802
|
-
"vs/base/common/lifecycle",
|
|
5803
|
-
"vs/nls",
|
|
5804
|
-
"vs/platform/actionWidget/browser/actionList",
|
|
5805
|
-
"vs/platform/actions/common/actions",
|
|
5806
|
-
"vs/platform/contextkey/common/contextkey",
|
|
5807
|
-
"vs/platform/contextview/browser/contextView",
|
|
5808
|
-
"vs/platform/instantiation/common/extensions",
|
|
5809
|
-
"vs/platform/instantiation/common/instantiation",
|
|
5810
|
-
"vs/platform/theme/common/colorRegistry",
|
|
5811
|
-
"vs/css!vs/platform/actionWidget/browser/actionWidget"
|
|
5812
|
-
],
|
|
5813
|
-
"vs/base/browser/touch": [
|
|
5814
|
-
"require",
|
|
5815
|
-
"exports",
|
|
5816
|
-
"vs/base/browser/dom",
|
|
5817
|
-
"vs/base/browser/window",
|
|
5818
|
-
"vs/base/common/arrays",
|
|
5819
|
-
"vs/base/common/decorators",
|
|
5820
|
-
"vs/base/common/event",
|
|
5821
|
-
"vs/base/common/lifecycle",
|
|
5822
|
-
"vs/base/common/linkedList"
|
|
5823
|
-
],
|
|
5824
|
-
"vs/editor/common/model/utils": [
|
|
5825
|
-
"require",
|
|
5826
|
-
"exports"
|
|
5827
|
-
],
|
|
5828
|
-
"vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
|
|
5829
|
-
"vs/platform/jsonschemas/common/jsonContributionRegistry": [
|
|
5830
|
-
"require",
|
|
5831
|
-
"exports",
|
|
5832
|
-
"vs/base/common/event",
|
|
5833
|
-
"vs/platform/registry/common/platform"
|
|
5834
|
-
],
|
|
5835
5824
|
"vs/editor/contrib/hover/browser/contentHoverStatusBar": [
|
|
5836
5825
|
"require",
|
|
5837
5826
|
"exports",
|
|
@@ -5851,6 +5840,17 @@
|
|
|
5851
5840
|
"vs/editor/common/services/languageFeatures",
|
|
5852
5841
|
"vs/editor/common/editorFeatures"
|
|
5853
5842
|
],
|
|
5843
|
+
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
5844
|
+
"require",
|
|
5845
|
+
"exports",
|
|
5846
|
+
"vs/base/browser/dom",
|
|
5847
|
+
"vs/base/common/themables"
|
|
5848
|
+
],
|
|
5849
|
+
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
|
|
5850
|
+
"vs/base/common/numbers": [
|
|
5851
|
+
"require",
|
|
5852
|
+
"exports"
|
|
5853
|
+
],
|
|
5854
5854
|
"vs/base/browser/dnd": [
|
|
5855
5855
|
"require",
|
|
5856
5856
|
"exports",
|
|
@@ -6108,6 +6108,36 @@
|
|
|
6108
6108
|
"vs/editor/contrib/snippet/browser/snippetSession",
|
|
6109
6109
|
"vs/editor/contrib/suggest/browser/suggestController"
|
|
6110
6110
|
],
|
|
6111
|
+
"vs/base/common/idGenerator": [
|
|
6112
|
+
"require",
|
|
6113
|
+
"exports"
|
|
6114
|
+
],
|
|
6115
|
+
"vs/base/browser/markdownRenderer": [
|
|
6116
|
+
"require",
|
|
6117
|
+
"exports",
|
|
6118
|
+
"vs/base/browser/dom",
|
|
6119
|
+
"vs/base/browser/dompurify/dompurify",
|
|
6120
|
+
"vs/base/browser/event",
|
|
6121
|
+
"vs/base/browser/formattedTextRenderer",
|
|
6122
|
+
"vs/base/browser/keyboardEvent",
|
|
6123
|
+
"vs/base/browser/mouseEvent",
|
|
6124
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6125
|
+
"vs/base/common/errors",
|
|
6126
|
+
"vs/base/common/event",
|
|
6127
|
+
"vs/base/common/htmlContent",
|
|
6128
|
+
"vs/base/common/iconLabels",
|
|
6129
|
+
"vs/base/common/idGenerator",
|
|
6130
|
+
"vs/base/common/lazy",
|
|
6131
|
+
"vs/base/common/lifecycle",
|
|
6132
|
+
"vs/base/common/marked/marked",
|
|
6133
|
+
"vs/base/common/marshalling",
|
|
6134
|
+
"vs/base/common/network",
|
|
6135
|
+
"vs/base/common/objects",
|
|
6136
|
+
"vs/base/common/resources",
|
|
6137
|
+
"vs/base/common/strings",
|
|
6138
|
+
"vs/base/common/uri"
|
|
6139
|
+
],
|
|
6140
|
+
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
6111
6141
|
"vs/base/browser/ui/actionbar/actionbar": [
|
|
6112
6142
|
"require",
|
|
6113
6143
|
"exports",
|
|
@@ -6190,36 +6220,6 @@
|
|
|
6190
6220
|
"vs/css!vs/platform/severityIcon/browser/media/severityIcon"
|
|
6191
6221
|
],
|
|
6192
6222
|
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
6193
|
-
"vs/base/common/idGenerator": [
|
|
6194
|
-
"require",
|
|
6195
|
-
"exports"
|
|
6196
|
-
],
|
|
6197
|
-
"vs/base/browser/markdownRenderer": [
|
|
6198
|
-
"require",
|
|
6199
|
-
"exports",
|
|
6200
|
-
"vs/base/browser/dom",
|
|
6201
|
-
"vs/base/browser/dompurify/dompurify",
|
|
6202
|
-
"vs/base/browser/event",
|
|
6203
|
-
"vs/base/browser/formattedTextRenderer",
|
|
6204
|
-
"vs/base/browser/keyboardEvent",
|
|
6205
|
-
"vs/base/browser/mouseEvent",
|
|
6206
|
-
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6207
|
-
"vs/base/common/errors",
|
|
6208
|
-
"vs/base/common/event",
|
|
6209
|
-
"vs/base/common/htmlContent",
|
|
6210
|
-
"vs/base/common/iconLabels",
|
|
6211
|
-
"vs/base/common/idGenerator",
|
|
6212
|
-
"vs/base/common/lazy",
|
|
6213
|
-
"vs/base/common/lifecycle",
|
|
6214
|
-
"vs/base/common/marked/marked",
|
|
6215
|
-
"vs/base/common/marshalling",
|
|
6216
|
-
"vs/base/common/network",
|
|
6217
|
-
"vs/base/common/objects",
|
|
6218
|
-
"vs/base/common/resources",
|
|
6219
|
-
"vs/base/common/strings",
|
|
6220
|
-
"vs/base/common/uri"
|
|
6221
|
-
],
|
|
6222
|
-
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
6223
6223
|
"vs/base/browser/ui/hover/hoverWidget": [
|
|
6224
6224
|
"require",
|
|
6225
6225
|
"exports",
|
|
@@ -6239,6 +6239,13 @@
|
|
|
6239
6239
|
"vs/editor/browser/editorExtensions",
|
|
6240
6240
|
"vs/editor/common/services/languageFeatures"
|
|
6241
6241
|
],
|
|
6242
|
+
"vs/editor/common/languages/supports/indentationLineProcessor": [
|
|
6243
|
+
"require",
|
|
6244
|
+
"exports",
|
|
6245
|
+
"vs/base/common/strings",
|
|
6246
|
+
"vs/editor/common/languages/supports",
|
|
6247
|
+
"vs/editor/common/tokens/lineTokens"
|
|
6248
|
+
],
|
|
6242
6249
|
"vs/editor/contrib/inlayHints/browser/inlayHints": [
|
|
6243
6250
|
"require",
|
|
6244
6251
|
"exports",
|
|
@@ -6264,15 +6271,8 @@
|
|
|
6264
6271
|
"vs/platform/commands/common/commands",
|
|
6265
6272
|
"vs/platform/contextkey/common/contextkey",
|
|
6266
6273
|
"vs/platform/contextview/browser/contextView",
|
|
6267
|
-
"vs/platform/instantiation/common/instantiation",
|
|
6268
|
-
"vs/platform/notification/common/notification"
|
|
6269
|
-
],
|
|
6270
|
-
"vs/editor/common/languages/supports/indentationLineProcessor": [
|
|
6271
|
-
"require",
|
|
6272
|
-
"exports",
|
|
6273
|
-
"vs/base/common/strings",
|
|
6274
|
-
"vs/editor/common/languages/supports",
|
|
6275
|
-
"vs/editor/common/tokens/lineTokens"
|
|
6274
|
+
"vs/platform/instantiation/common/instantiation",
|
|
6275
|
+
"vs/platform/notification/common/notification"
|
|
6276
6276
|
],
|
|
6277
6277
|
"vs/base/common/extpath": [
|
|
6278
6278
|
"require",
|
|
@@ -6281,6 +6281,7 @@
|
|
|
6281
6281
|
"vs/base/common/platform",
|
|
6282
6282
|
"vs/base/common/strings"
|
|
6283
6283
|
],
|
|
6284
|
+
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6284
6285
|
"vs/editor/contrib/inlineEdit/browser/commandIds": [
|
|
6285
6286
|
"require",
|
|
6286
6287
|
"exports"
|
|
@@ -6363,6 +6364,7 @@
|
|
|
6363
6364
|
"vs/editor/common/services/editorWorker",
|
|
6364
6365
|
"vs/platform/telemetry/common/telemetry"
|
|
6365
6366
|
],
|
|
6367
|
+
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6366
6368
|
"vs/editor/contrib/inlineEdits/browser/consts": [
|
|
6367
6369
|
"require",
|
|
6368
6370
|
"exports",
|
|
@@ -6415,7 +6417,6 @@
|
|
|
6415
6417
|
"vs/base/common/observable",
|
|
6416
6418
|
"vs/base/common/observableInternal/utils"
|
|
6417
6419
|
],
|
|
6418
|
-
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6419
6420
|
"vs/base/common/equals": [
|
|
6420
6421
|
"require",
|
|
6421
6422
|
"exports",
|
|
@@ -6479,11 +6480,6 @@
|
|
|
6479
6480
|
"vs/platform/workspace/common/workspace"
|
|
6480
6481
|
],
|
|
6481
6482
|
"vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
|
|
6482
|
-
"vs/platform/action/common/actionCommonCategories": [
|
|
6483
|
-
"require",
|
|
6484
|
-
"exports",
|
|
6485
|
-
"vs/nls"
|
|
6486
|
-
],
|
|
6487
6483
|
"vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
|
|
6488
6484
|
"require",
|
|
6489
6485
|
"exports",
|
|
@@ -6540,6 +6536,11 @@
|
|
|
6540
6536
|
"vs/editor/contrib/suggest/browser/suggestWidgetDetails"
|
|
6541
6537
|
],
|
|
6542
6538
|
"vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
|
|
6539
|
+
"vs/platform/action/common/actionCommonCategories": [
|
|
6540
|
+
"require",
|
|
6541
|
+
"exports",
|
|
6542
|
+
"vs/nls"
|
|
6543
|
+
],
|
|
6543
6544
|
"vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
|
|
6544
6545
|
"require",
|
|
6545
6546
|
"exports",
|
|
@@ -6592,7 +6593,6 @@
|
|
|
6592
6593
|
"vs/css!vs/platform/opener/browser/link"
|
|
6593
6594
|
],
|
|
6594
6595
|
"vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
|
|
6595
|
-
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6596
6596
|
"vs/base/common/glob": [
|
|
6597
6597
|
"require",
|
|
6598
6598
|
"exports",
|
|
@@ -6798,54 +6798,6 @@
|
|
|
6798
6798
|
"require",
|
|
6799
6799
|
"exports"
|
|
6800
6800
|
],
|
|
6801
|
-
"vs/base/common/ime": [
|
|
6802
|
-
"require",
|
|
6803
|
-
"exports",
|
|
6804
|
-
"vs/base/common/event"
|
|
6805
|
-
],
|
|
6806
|
-
"vs/platform/keybinding/common/baseResolvedKeybinding": [
|
|
6807
|
-
"require",
|
|
6808
|
-
"exports",
|
|
6809
|
-
"vs/base/common/errors",
|
|
6810
|
-
"vs/base/common/keybindingLabels",
|
|
6811
|
-
"vs/base/common/keybindings"
|
|
6812
|
-
],
|
|
6813
|
-
"vs/base/browser/ui/contextview/contextview": [
|
|
6814
|
-
"require",
|
|
6815
|
-
"exports",
|
|
6816
|
-
"vs/base/browser/canIUse",
|
|
6817
|
-
"vs/base/browser/dom",
|
|
6818
|
-
"vs/base/common/lifecycle",
|
|
6819
|
-
"vs/base/common/platform",
|
|
6820
|
-
"vs/base/common/range",
|
|
6821
|
-
"vs/css!vs/base/browser/ui/contextview/contextview"
|
|
6822
|
-
],
|
|
6823
|
-
"vs/editor/common/services/languagesRegistry": [
|
|
6824
|
-
"require",
|
|
6825
|
-
"exports",
|
|
6826
|
-
"vs/base/common/event",
|
|
6827
|
-
"vs/base/common/lifecycle",
|
|
6828
|
-
"vs/base/common/strings",
|
|
6829
|
-
"vs/editor/common/services/languagesAssociations",
|
|
6830
|
-
"vs/editor/common/languages/modesRegistry",
|
|
6831
|
-
"vs/platform/configuration/common/configurationRegistry",
|
|
6832
|
-
"vs/platform/registry/common/platform"
|
|
6833
|
-
],
|
|
6834
|
-
"vs/platform/contextview/browser/contextMenuHandler": [
|
|
6835
|
-
"require",
|
|
6836
|
-
"exports",
|
|
6837
|
-
"vs/base/browser/dom",
|
|
6838
|
-
"vs/base/browser/mouseEvent",
|
|
6839
|
-
"vs/base/browser/ui/menu/menu",
|
|
6840
|
-
"vs/base/common/actions",
|
|
6841
|
-
"vs/base/common/errors",
|
|
6842
|
-
"vs/base/common/lifecycle",
|
|
6843
|
-
"vs/platform/theme/browser/defaultStyles"
|
|
6844
|
-
],
|
|
6845
|
-
"vs/platform/editor/common/editor": [
|
|
6846
|
-
"require",
|
|
6847
|
-
"exports"
|
|
6848
|
-
],
|
|
6849
6801
|
"vs/base/browser/defaultWorkerFactory": [
|
|
6850
6802
|
"require",
|
|
6851
6803
|
"exports",
|
|
@@ -6855,30 +6807,12 @@
|
|
|
6855
6807
|
"vs/base/common/worker/simpleWorker",
|
|
6856
6808
|
"vs/base/common/lifecycle"
|
|
6857
6809
|
],
|
|
6858
|
-
"vs/
|
|
6859
|
-
"require",
|
|
6860
|
-
"exports"
|
|
6861
|
-
],
|
|
6862
|
-
"vs/platform/quickinput/browser/quickInputService": [
|
|
6810
|
+
"vs/editor/common/viewLayout/lineDecorations": [
|
|
6863
6811
|
"require",
|
|
6864
6812
|
"exports",
|
|
6865
|
-
"vs/base/common/
|
|
6866
|
-
"vs/base/common/event",
|
|
6867
|
-
"vs/platform/contextkey/common/contextkey",
|
|
6868
|
-
"vs/platform/instantiation/common/instantiation",
|
|
6869
|
-
"vs/platform/layout/browser/layoutService",
|
|
6870
|
-
"vs/platform/opener/common/opener",
|
|
6871
|
-
"vs/platform/quickinput/browser/quickAccess",
|
|
6872
|
-
"vs/platform/theme/browser/defaultStyles",
|
|
6873
|
-
"vs/platform/theme/common/colorRegistry",
|
|
6874
|
-
"vs/platform/theme/common/themeService",
|
|
6875
|
-
"vs/platform/quickinput/browser/quickInput",
|
|
6876
|
-
"vs/platform/quickinput/browser/quickInputController",
|
|
6877
|
-
"vs/platform/configuration/common/configuration",
|
|
6878
|
-
"vs/base/browser/dom"
|
|
6813
|
+
"vs/base/common/strings"
|
|
6879
6814
|
],
|
|
6880
|
-
"vs/
|
|
6881
|
-
"vs/platform/instantiation/common/graph": [
|
|
6815
|
+
"vs/editor/common/viewLayout/linePart": [
|
|
6882
6816
|
"require",
|
|
6883
6817
|
"exports"
|
|
6884
6818
|
],
|
|
@@ -6890,53 +6824,6 @@
|
|
|
6890
6824
|
"vs/base/common/linkedList",
|
|
6891
6825
|
"vs/platform/theme/common/themeService"
|
|
6892
6826
|
],
|
|
6893
|
-
"vs/editor/common/languageFeatureRegistry": [
|
|
6894
|
-
"require",
|
|
6895
|
-
"exports",
|
|
6896
|
-
"vs/base/common/event",
|
|
6897
|
-
"vs/base/common/lifecycle",
|
|
6898
|
-
"vs/editor/common/model",
|
|
6899
|
-
"vs/editor/common/languageSelector"
|
|
6900
|
-
],
|
|
6901
|
-
"vs/editor/browser/services/hoverService/hoverWidget": [
|
|
6902
|
-
"require",
|
|
6903
|
-
"exports",
|
|
6904
|
-
"vs/base/common/lifecycle",
|
|
6905
|
-
"vs/base/common/event",
|
|
6906
|
-
"vs/base/browser/dom",
|
|
6907
|
-
"vs/platform/keybinding/common/keybinding",
|
|
6908
|
-
"vs/platform/configuration/common/configuration",
|
|
6909
|
-
"vs/editor/common/config/editorOptions",
|
|
6910
|
-
"vs/base/browser/ui/hover/hoverWidget",
|
|
6911
|
-
"vs/base/browser/ui/widget",
|
|
6912
|
-
"vs/platform/opener/common/opener",
|
|
6913
|
-
"vs/platform/instantiation/common/instantiation",
|
|
6914
|
-
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
6915
|
-
"vs/base/common/htmlContent",
|
|
6916
|
-
"vs/nls",
|
|
6917
|
-
"vs/base/common/platform",
|
|
6918
|
-
"vs/platform/accessibility/common/accessibility",
|
|
6919
|
-
"vs/base/browser/ui/aria/aria",
|
|
6920
|
-
"vs/css!vs/editor/browser/services/hoverService/hover"
|
|
6921
|
-
],
|
|
6922
|
-
"vs/editor/browser/services/hoverService/updatableHoverWidget": [
|
|
6923
|
-
"require",
|
|
6924
|
-
"exports",
|
|
6925
|
-
"vs/base/browser/dom",
|
|
6926
|
-
"vs/base/common/cancellation",
|
|
6927
|
-
"vs/base/common/htmlContent",
|
|
6928
|
-
"vs/base/common/types",
|
|
6929
|
-
"vs/nls"
|
|
6930
|
-
],
|
|
6931
|
-
"vs/editor/common/viewLayout/lineDecorations": [
|
|
6932
|
-
"require",
|
|
6933
|
-
"exports",
|
|
6934
|
-
"vs/base/common/strings"
|
|
6935
|
-
],
|
|
6936
|
-
"vs/editor/common/viewLayout/linePart": [
|
|
6937
|
-
"require",
|
|
6938
|
-
"exports"
|
|
6939
|
-
],
|
|
6940
6827
|
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
|
|
6941
6828
|
"require",
|
|
6942
6829
|
"exports",
|
|
@@ -7076,57 +6963,170 @@
|
|
|
7076
6963
|
"vs/editor/common/model",
|
|
7077
6964
|
"vs/nls"
|
|
7078
6965
|
],
|
|
7079
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors": [
|
|
6966
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors": [
|
|
6967
|
+
"require",
|
|
6968
|
+
"exports",
|
|
6969
|
+
"vs/base/common/event",
|
|
6970
|
+
"vs/base/common/lifecycle",
|
|
6971
|
+
"vs/base/common/observable",
|
|
6972
|
+
"vs/editor/browser/observableCodeEditor",
|
|
6973
|
+
"vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
|
|
6974
|
+
"vs/editor/common/config/editorOptions",
|
|
6975
|
+
"vs/editor/common/core/position",
|
|
6976
|
+
"vs/nls",
|
|
6977
|
+
"vs/platform/instantiation/common/instantiation",
|
|
6978
|
+
"vs/platform/keybinding/common/keybinding"
|
|
6979
|
+
],
|
|
6980
|
+
"vs/editor/browser/widget/diffEditor/delegatingEditorImpl": [
|
|
6981
|
+
"require",
|
|
6982
|
+
"exports",
|
|
6983
|
+
"vs/base/common/event",
|
|
6984
|
+
"vs/base/common/lifecycle"
|
|
6985
|
+
],
|
|
6986
|
+
"vs/editor/browser/widget/diffEditor/diffEditorOptions": [
|
|
6987
|
+
"require",
|
|
6988
|
+
"exports",
|
|
6989
|
+
"vs/base/common/observable",
|
|
6990
|
+
"vs/base/common/observableInternal/utils",
|
|
6991
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
|
|
6992
|
+
"vs/editor/common/config/diffEditor",
|
|
6993
|
+
"vs/editor/common/config/editorOptions",
|
|
6994
|
+
"vs/platform/accessibility/common/accessibility"
|
|
6995
|
+
],
|
|
6996
|
+
"vs/editor/browser/widget/diffEditor/diffEditorViewModel": [
|
|
6997
|
+
"require",
|
|
6998
|
+
"exports",
|
|
6999
|
+
"vs/base/common/async",
|
|
7000
|
+
"vs/base/common/cancellation",
|
|
7001
|
+
"vs/base/common/lifecycle",
|
|
7002
|
+
"vs/base/common/observable",
|
|
7003
|
+
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
7004
|
+
"vs/editor/browser/widget/diffEditor/utils",
|
|
7005
|
+
"vs/base/common/hotReloadHelpers",
|
|
7006
|
+
"vs/editor/common/core/lineRange",
|
|
7007
|
+
"vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
|
|
7008
|
+
"vs/editor/common/diff/rangeMapping",
|
|
7009
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7010
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
|
|
7011
|
+
"vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
|
|
7012
|
+
"vs/base/common/types",
|
|
7013
|
+
"vs/base/common/arrays",
|
|
7014
|
+
"vs/base/common/assert"
|
|
7015
|
+
],
|
|
7016
|
+
"vs/css!vs/editor/browser/widget/diffEditor/style": [],
|
|
7017
|
+
"vs/base/common/ime": [
|
|
7018
|
+
"require",
|
|
7019
|
+
"exports",
|
|
7020
|
+
"vs/base/common/event"
|
|
7021
|
+
],
|
|
7022
|
+
"vs/platform/keybinding/common/baseResolvedKeybinding": [
|
|
7023
|
+
"require",
|
|
7024
|
+
"exports",
|
|
7025
|
+
"vs/base/common/errors",
|
|
7026
|
+
"vs/base/common/keybindingLabels",
|
|
7027
|
+
"vs/base/common/keybindings"
|
|
7028
|
+
],
|
|
7029
|
+
"vs/base/browser/ui/contextview/contextview": [
|
|
7030
|
+
"require",
|
|
7031
|
+
"exports",
|
|
7032
|
+
"vs/base/browser/canIUse",
|
|
7033
|
+
"vs/base/browser/dom",
|
|
7034
|
+
"vs/base/common/lifecycle",
|
|
7035
|
+
"vs/base/common/platform",
|
|
7036
|
+
"vs/base/common/range",
|
|
7037
|
+
"vs/css!vs/base/browser/ui/contextview/contextview"
|
|
7038
|
+
],
|
|
7039
|
+
"vs/editor/common/services/languagesRegistry": [
|
|
7040
|
+
"require",
|
|
7041
|
+
"exports",
|
|
7042
|
+
"vs/base/common/event",
|
|
7043
|
+
"vs/base/common/lifecycle",
|
|
7044
|
+
"vs/base/common/strings",
|
|
7045
|
+
"vs/editor/common/services/languagesAssociations",
|
|
7046
|
+
"vs/editor/common/languages/modesRegistry",
|
|
7047
|
+
"vs/platform/configuration/common/configurationRegistry",
|
|
7048
|
+
"vs/platform/registry/common/platform"
|
|
7049
|
+
],
|
|
7050
|
+
"vs/platform/contextview/browser/contextMenuHandler": [
|
|
7051
|
+
"require",
|
|
7052
|
+
"exports",
|
|
7053
|
+
"vs/base/browser/dom",
|
|
7054
|
+
"vs/base/browser/mouseEvent",
|
|
7055
|
+
"vs/base/browser/ui/menu/menu",
|
|
7056
|
+
"vs/base/common/actions",
|
|
7057
|
+
"vs/base/common/errors",
|
|
7058
|
+
"vs/base/common/lifecycle",
|
|
7059
|
+
"vs/platform/theme/browser/defaultStyles"
|
|
7060
|
+
],
|
|
7061
|
+
"vs/platform/editor/common/editor": [
|
|
7062
|
+
"require",
|
|
7063
|
+
"exports"
|
|
7064
|
+
],
|
|
7065
|
+
"vs/base/common/collections": [
|
|
7066
|
+
"require",
|
|
7067
|
+
"exports"
|
|
7068
|
+
],
|
|
7069
|
+
"vs/platform/quickinput/browser/quickInputService": [
|
|
7070
|
+
"require",
|
|
7071
|
+
"exports",
|
|
7072
|
+
"vs/base/common/cancellation",
|
|
7073
|
+
"vs/base/common/event",
|
|
7074
|
+
"vs/platform/contextkey/common/contextkey",
|
|
7075
|
+
"vs/platform/instantiation/common/instantiation",
|
|
7076
|
+
"vs/platform/layout/browser/layoutService",
|
|
7077
|
+
"vs/platform/opener/common/opener",
|
|
7078
|
+
"vs/platform/quickinput/browser/quickAccess",
|
|
7079
|
+
"vs/platform/theme/browser/defaultStyles",
|
|
7080
|
+
"vs/platform/theme/common/colorRegistry",
|
|
7081
|
+
"vs/platform/theme/common/themeService",
|
|
7082
|
+
"vs/platform/quickinput/browser/quickInput",
|
|
7083
|
+
"vs/platform/quickinput/browser/quickInputController",
|
|
7084
|
+
"vs/platform/configuration/common/configuration",
|
|
7085
|
+
"vs/base/browser/dom"
|
|
7086
|
+
],
|
|
7087
|
+
"vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
|
|
7088
|
+
"vs/platform/instantiation/common/graph": [
|
|
7080
7089
|
"require",
|
|
7081
|
-
"exports"
|
|
7082
|
-
"vs/base/common/event",
|
|
7083
|
-
"vs/base/common/lifecycle",
|
|
7084
|
-
"vs/base/common/observable",
|
|
7085
|
-
"vs/editor/browser/observableCodeEditor",
|
|
7086
|
-
"vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
|
|
7087
|
-
"vs/editor/common/config/editorOptions",
|
|
7088
|
-
"vs/editor/common/core/position",
|
|
7089
|
-
"vs/nls",
|
|
7090
|
-
"vs/platform/instantiation/common/instantiation",
|
|
7091
|
-
"vs/platform/keybinding/common/keybinding"
|
|
7090
|
+
"exports"
|
|
7092
7091
|
],
|
|
7093
|
-
"vs/editor/
|
|
7092
|
+
"vs/editor/common/languageFeatureRegistry": [
|
|
7094
7093
|
"require",
|
|
7095
7094
|
"exports",
|
|
7096
7095
|
"vs/base/common/event",
|
|
7097
|
-
"vs/base/common/lifecycle"
|
|
7096
|
+
"vs/base/common/lifecycle",
|
|
7097
|
+
"vs/editor/common/model",
|
|
7098
|
+
"vs/editor/common/languageSelector"
|
|
7098
7099
|
],
|
|
7099
|
-
"vs/editor/browser/
|
|
7100
|
+
"vs/editor/browser/services/hoverService/hoverWidget": [
|
|
7100
7101
|
"require",
|
|
7101
7102
|
"exports",
|
|
7102
|
-
"vs/base/common/
|
|
7103
|
-
"vs/base/common/
|
|
7104
|
-
"vs/
|
|
7105
|
-
"vs/
|
|
7103
|
+
"vs/base/common/lifecycle",
|
|
7104
|
+
"vs/base/common/event",
|
|
7105
|
+
"vs/base/browser/dom",
|
|
7106
|
+
"vs/platform/keybinding/common/keybinding",
|
|
7107
|
+
"vs/platform/configuration/common/configuration",
|
|
7106
7108
|
"vs/editor/common/config/editorOptions",
|
|
7107
|
-
"vs/
|
|
7109
|
+
"vs/base/browser/ui/hover/hoverWidget",
|
|
7110
|
+
"vs/base/browser/ui/widget",
|
|
7111
|
+
"vs/platform/opener/common/opener",
|
|
7112
|
+
"vs/platform/instantiation/common/instantiation",
|
|
7113
|
+
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
7114
|
+
"vs/base/common/htmlContent",
|
|
7115
|
+
"vs/nls",
|
|
7116
|
+
"vs/base/common/platform",
|
|
7117
|
+
"vs/platform/accessibility/common/accessibility",
|
|
7118
|
+
"vs/base/browser/ui/aria/aria",
|
|
7119
|
+
"vs/css!vs/editor/browser/services/hoverService/hover"
|
|
7108
7120
|
],
|
|
7109
|
-
"vs/editor/browser/
|
|
7121
|
+
"vs/editor/browser/services/hoverService/updatableHoverWidget": [
|
|
7110
7122
|
"require",
|
|
7111
7123
|
"exports",
|
|
7112
|
-
"vs/base/
|
|
7124
|
+
"vs/base/browser/dom",
|
|
7113
7125
|
"vs/base/common/cancellation",
|
|
7114
|
-
"vs/base/common/
|
|
7115
|
-
"vs/base/common/observable",
|
|
7116
|
-
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
7117
|
-
"vs/editor/browser/widget/diffEditor/utils",
|
|
7118
|
-
"vs/base/common/hotReloadHelpers",
|
|
7119
|
-
"vs/editor/common/core/lineRange",
|
|
7120
|
-
"vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
|
|
7121
|
-
"vs/editor/common/diff/rangeMapping",
|
|
7122
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7123
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
|
|
7124
|
-
"vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
|
|
7126
|
+
"vs/base/common/htmlContent",
|
|
7125
7127
|
"vs/base/common/types",
|
|
7126
|
-
"vs/
|
|
7127
|
-
"vs/base/common/assert"
|
|
7128
|
+
"vs/nls"
|
|
7128
7129
|
],
|
|
7129
|
-
"vs/css!vs/editor/browser/widget/diffEditor/style": [],
|
|
7130
7130
|
"vs/base/common/scrollable": [
|
|
7131
7131
|
"require",
|
|
7132
7132
|
"exports",
|
|
@@ -7403,6 +7403,29 @@
|
|
|
7403
7403
|
"vs/editor/common/viewModel"
|
|
7404
7404
|
],
|
|
7405
7405
|
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
|
|
7406
|
+
"vs/platform/actionWidget/browser/actionList": [
|
|
7407
|
+
"require",
|
|
7408
|
+
"exports",
|
|
7409
|
+
"vs/base/browser/dom",
|
|
7410
|
+
"vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
|
7411
|
+
"vs/base/browser/ui/list/listWidget",
|
|
7412
|
+
"vs/base/common/cancellation",
|
|
7413
|
+
"vs/base/common/codicons",
|
|
7414
|
+
"vs/base/common/lifecycle",
|
|
7415
|
+
"vs/base/common/platform",
|
|
7416
|
+
"vs/base/common/themables",
|
|
7417
|
+
"vs/nls",
|
|
7418
|
+
"vs/platform/contextview/browser/contextView",
|
|
7419
|
+
"vs/platform/keybinding/common/keybinding",
|
|
7420
|
+
"vs/platform/theme/browser/defaultStyles",
|
|
7421
|
+
"vs/platform/theme/common/colorRegistry",
|
|
7422
|
+
"vs/css!vs/platform/actionWidget/browser/actionWidget"
|
|
7423
|
+
],
|
|
7424
|
+
"vs/css!vs/platform/actionWidget/browser/actionWidget": [],
|
|
7425
|
+
"vs/base/common/decorators": [
|
|
7426
|
+
"require",
|
|
7427
|
+
"exports"
|
|
7428
|
+
],
|
|
7406
7429
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel": [
|
|
7407
7430
|
"require",
|
|
7408
7431
|
"exports",
|
|
@@ -7464,29 +7487,6 @@
|
|
|
7464
7487
|
"vs/base/common/htmlContent",
|
|
7465
7488
|
"vs/editor/common/model"
|
|
7466
7489
|
],
|
|
7467
|
-
"vs/platform/actionWidget/browser/actionList": [
|
|
7468
|
-
"require",
|
|
7469
|
-
"exports",
|
|
7470
|
-
"vs/base/browser/dom",
|
|
7471
|
-
"vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
|
7472
|
-
"vs/base/browser/ui/list/listWidget",
|
|
7473
|
-
"vs/base/common/cancellation",
|
|
7474
|
-
"vs/base/common/codicons",
|
|
7475
|
-
"vs/base/common/lifecycle",
|
|
7476
|
-
"vs/base/common/platform",
|
|
7477
|
-
"vs/base/common/themables",
|
|
7478
|
-
"vs/nls",
|
|
7479
|
-
"vs/platform/contextview/browser/contextView",
|
|
7480
|
-
"vs/platform/keybinding/common/keybinding",
|
|
7481
|
-
"vs/platform/theme/browser/defaultStyles",
|
|
7482
|
-
"vs/platform/theme/common/colorRegistry",
|
|
7483
|
-
"vs/css!vs/platform/actionWidget/browser/actionWidget"
|
|
7484
|
-
],
|
|
7485
|
-
"vs/css!vs/platform/actionWidget/browser/actionWidget": [],
|
|
7486
|
-
"vs/base/common/decorators": [
|
|
7487
|
-
"require",
|
|
7488
|
-
"exports"
|
|
7489
|
-
],
|
|
7490
7490
|
"vs/base/browser/ui/selectBox/selectBoxCustom": [
|
|
7491
7491
|
"require",
|
|
7492
7492
|
"exports",
|
|
@@ -7564,6 +7564,16 @@
|
|
|
7564
7564
|
"vs/editor/common/core/range"
|
|
7565
7565
|
],
|
|
7566
7566
|
"vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
|
|
7567
|
+
"vs/editor/contrib/inlineCompletions/browser/singleTextEdit": [
|
|
7568
|
+
"require",
|
|
7569
|
+
"exports",
|
|
7570
|
+
"vs/base/common/diff/diff",
|
|
7571
|
+
"vs/base/common/strings",
|
|
7572
|
+
"vs/editor/common/core/range",
|
|
7573
|
+
"vs/editor/common/core/textLength",
|
|
7574
|
+
"vs/editor/common/core/textEdit",
|
|
7575
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostText"
|
|
7576
|
+
],
|
|
7567
7577
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsSource": [
|
|
7568
7578
|
"require",
|
|
7569
7579
|
"exports",
|
|
@@ -7581,17 +7591,14 @@
|
|
|
7581
7591
|
"vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions",
|
|
7582
7592
|
"vs/editor/contrib/inlineCompletions/browser/singleTextEdit"
|
|
7583
7593
|
],
|
|
7584
|
-
"vs/
|
|
7594
|
+
"vs/base/browser/formattedTextRenderer": [
|
|
7585
7595
|
"require",
|
|
7586
7596
|
"exports",
|
|
7587
|
-
"vs/base/
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
"
|
|
7591
|
-
"vs/editor/common/core/textEdit",
|
|
7592
|
-
"vs/editor/contrib/inlineCompletions/browser/ghostText"
|
|
7597
|
+
"vs/base/browser/dom"
|
|
7598
|
+
],
|
|
7599
|
+
"vs/base/common/marked/marked": [
|
|
7600
|
+
"exports"
|
|
7593
7601
|
],
|
|
7594
|
-
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
7595
7602
|
"vs/base/browser/ui/dropdown/dropdownActionViewItem": [
|
|
7596
7603
|
"require",
|
|
7597
7604
|
"exports",
|
|
@@ -7609,6 +7616,7 @@
|
|
|
7609
7616
|
"vs/nls"
|
|
7610
7617
|
],
|
|
7611
7618
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
|
|
7619
|
+
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
7612
7620
|
"vs/base/browser/ui/scrollbar/horizontalScrollbar": [
|
|
7613
7621
|
"require",
|
|
7614
7622
|
"exports",
|
|
@@ -7629,18 +7637,10 @@
|
|
|
7629
7637
|
],
|
|
7630
7638
|
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
|
|
7631
7639
|
"vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
|
|
7632
|
-
"vs/base/browser/formattedTextRenderer": [
|
|
7633
|
-
"require",
|
|
7634
|
-
"exports",
|
|
7635
|
-
"vs/base/browser/dom"
|
|
7636
|
-
],
|
|
7637
|
-
"vs/base/common/marked/marked": [
|
|
7638
|
-
"exports"
|
|
7639
|
-
],
|
|
7640
7640
|
"vs/css!vs/base/browser/ui/hover/hoverWidget": [],
|
|
7641
7641
|
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
|
|
7642
|
-
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
|
|
7643
7642
|
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
|
|
7643
|
+
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
|
|
7644
7644
|
"vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions": [
|
|
7645
7645
|
"require",
|
|
7646
7646
|
"exports",
|
|
@@ -7743,7 +7743,6 @@
|
|
|
7743
7743
|
"exports",
|
|
7744
7744
|
"vs/base/common/observableInternal/base"
|
|
7745
7745
|
],
|
|
7746
|
-
"vs/css!vs/base/browser/ui/splitview/splitview": [],
|
|
7747
7746
|
"vs/base/browser/ui/countBadge/countBadge": [
|
|
7748
7747
|
"require",
|
|
7749
7748
|
"exports",
|
|
@@ -7761,6 +7760,7 @@
|
|
|
7761
7760
|
"vs/base/common/lifecycle",
|
|
7762
7761
|
"vs/base/common/objects"
|
|
7763
7762
|
],
|
|
7763
|
+
"vs/css!vs/base/browser/ui/splitview/splitview": [],
|
|
7764
7764
|
"vs/css!vs/base/browser/ui/table/table": [],
|
|
7765
7765
|
"vs/base/browser/ui/tree/indexTreeModel": [
|
|
7766
7766
|
"require",
|
|
@@ -7818,6 +7818,61 @@
|
|
|
7818
7818
|
"vs/editor/common/core/offsetRange",
|
|
7819
7819
|
"vs/editor/common/core/textLength"
|
|
7820
7820
|
],
|
|
7821
|
+
"vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
|
|
7822
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
|
|
7823
|
+
"require",
|
|
7824
|
+
"exports",
|
|
7825
|
+
"vs/base/browser/dom",
|
|
7826
|
+
"vs/base/common/actions",
|
|
7827
|
+
"vs/base/common/codicons",
|
|
7828
|
+
"vs/base/common/lifecycle",
|
|
7829
|
+
"vs/base/common/platform",
|
|
7830
|
+
"vs/base/common/themables",
|
|
7831
|
+
"vs/nls"
|
|
7832
|
+
],
|
|
7833
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
|
|
7834
|
+
"require",
|
|
7835
|
+
"exports",
|
|
7836
|
+
"vs/base/browser/trustedTypes",
|
|
7837
|
+
"vs/editor/browser/config/domFontInfo",
|
|
7838
|
+
"vs/editor/common/config/editorOptions",
|
|
7839
|
+
"vs/editor/common/core/stringBuilder",
|
|
7840
|
+
"vs/editor/common/viewLayout/lineDecorations",
|
|
7841
|
+
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
7842
|
+
"vs/editor/common/viewModel"
|
|
7843
|
+
],
|
|
7844
|
+
"vs/editor/browser/widget/diffEditor/utils/editorGutter": [
|
|
7845
|
+
"require",
|
|
7846
|
+
"exports",
|
|
7847
|
+
"vs/base/browser/dom",
|
|
7848
|
+
"vs/base/common/lifecycle",
|
|
7849
|
+
"vs/base/common/observable",
|
|
7850
|
+
"vs/editor/common/core/lineRange",
|
|
7851
|
+
"vs/editor/common/core/offsetRange"
|
|
7852
|
+
],
|
|
7853
|
+
"vs/editor/common/model/textModelText": [
|
|
7854
|
+
"require",
|
|
7855
|
+
"exports",
|
|
7856
|
+
"vs/editor/common/core/textEdit",
|
|
7857
|
+
"vs/editor/common/core/textLength"
|
|
7858
|
+
],
|
|
7859
|
+
"vs/base/browser/ui/scrollbar/scrollbarState": [
|
|
7860
|
+
"require",
|
|
7861
|
+
"exports"
|
|
7862
|
+
],
|
|
7863
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
|
|
7864
|
+
"require",
|
|
7865
|
+
"exports",
|
|
7866
|
+
"vs/editor/common/core/range",
|
|
7867
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
|
|
7868
|
+
],
|
|
7869
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
|
|
7870
|
+
"require",
|
|
7871
|
+
"exports",
|
|
7872
|
+
"vs/base/common/arrays",
|
|
7873
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7874
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
|
|
7875
|
+
],
|
|
7821
7876
|
"vs/base/common/range": [
|
|
7822
7877
|
"require",
|
|
7823
7878
|
"exports"
|
|
@@ -7915,61 +7970,6 @@
|
|
|
7915
7970
|
"vs/platform/quickinput/browser/quickInputActions"
|
|
7916
7971
|
],
|
|
7917
7972
|
"vs/css!vs/editor/browser/services/hoverService/hover": [],
|
|
7918
|
-
"vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
|
|
7919
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
|
|
7920
|
-
"require",
|
|
7921
|
-
"exports",
|
|
7922
|
-
"vs/base/browser/dom",
|
|
7923
|
-
"vs/base/common/actions",
|
|
7924
|
-
"vs/base/common/codicons",
|
|
7925
|
-
"vs/base/common/lifecycle",
|
|
7926
|
-
"vs/base/common/platform",
|
|
7927
|
-
"vs/base/common/themables",
|
|
7928
|
-
"vs/nls"
|
|
7929
|
-
],
|
|
7930
|
-
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
|
|
7931
|
-
"require",
|
|
7932
|
-
"exports",
|
|
7933
|
-
"vs/base/browser/trustedTypes",
|
|
7934
|
-
"vs/editor/browser/config/domFontInfo",
|
|
7935
|
-
"vs/editor/common/config/editorOptions",
|
|
7936
|
-
"vs/editor/common/core/stringBuilder",
|
|
7937
|
-
"vs/editor/common/viewLayout/lineDecorations",
|
|
7938
|
-
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
7939
|
-
"vs/editor/common/viewModel"
|
|
7940
|
-
],
|
|
7941
|
-
"vs/editor/browser/widget/diffEditor/utils/editorGutter": [
|
|
7942
|
-
"require",
|
|
7943
|
-
"exports",
|
|
7944
|
-
"vs/base/browser/dom",
|
|
7945
|
-
"vs/base/common/lifecycle",
|
|
7946
|
-
"vs/base/common/observable",
|
|
7947
|
-
"vs/editor/common/core/lineRange",
|
|
7948
|
-
"vs/editor/common/core/offsetRange"
|
|
7949
|
-
],
|
|
7950
|
-
"vs/editor/common/model/textModelText": [
|
|
7951
|
-
"require",
|
|
7952
|
-
"exports",
|
|
7953
|
-
"vs/editor/common/core/textEdit",
|
|
7954
|
-
"vs/editor/common/core/textLength"
|
|
7955
|
-
],
|
|
7956
|
-
"vs/base/browser/ui/scrollbar/scrollbarState": [
|
|
7957
|
-
"require",
|
|
7958
|
-
"exports"
|
|
7959
|
-
],
|
|
7960
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
|
|
7961
|
-
"require",
|
|
7962
|
-
"exports",
|
|
7963
|
-
"vs/editor/common/core/range",
|
|
7964
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
|
|
7965
|
-
],
|
|
7966
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
|
|
7967
|
-
"require",
|
|
7968
|
-
"exports",
|
|
7969
|
-
"vs/base/common/arrays",
|
|
7970
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7971
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
|
|
7972
|
-
],
|
|
7973
7973
|
"vs/css!vs/base/browser/ui/button/button": [],
|
|
7974
7974
|
"vs/base/browser/ui/toolbar/toolbar": [
|
|
7975
7975
|
"require",
|