monaco-editor-core 0.51.0-dev-20240706 → 0.51.0-dev-20240707
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 +1144 -1144
- 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 +149 -149
- package/dev/vs/loader.js +1 -1
- package/min/nls.messages.de.js +3 -3
- package/min/nls.messages.es.js +3 -3
- package/min/nls.messages.fr.js +2 -2
- package/min/nls.messages.it.js +2 -2
- package/min/nls.messages.ja.js +3 -3
- package/min/nls.messages.ko.js +2 -2
- package/min/nls.messages.ru.js +3 -3
- package/min/nls.messages.zh-cn.js +3 -3
- 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 +15 -15
- 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 +1 -1
package/dev/bundleInfo.json
CHANGED
|
@@ -438,6 +438,44 @@
|
|
|
438
438
|
"vs/platform/log/common/log",
|
|
439
439
|
"vs/platform/accessibilitySignal/browser/accessibilitySignalService"
|
|
440
440
|
],
|
|
441
|
+
"vs/base/browser/dom": [
|
|
442
|
+
"require",
|
|
443
|
+
"exports",
|
|
444
|
+
"vs/base/browser/browser",
|
|
445
|
+
"vs/base/browser/canIUse",
|
|
446
|
+
"vs/base/browser/keyboardEvent",
|
|
447
|
+
"vs/base/browser/mouseEvent",
|
|
448
|
+
"vs/base/common/async",
|
|
449
|
+
"vs/base/common/errors",
|
|
450
|
+
"vs/base/common/event",
|
|
451
|
+
"vs/base/browser/dompurify/dompurify",
|
|
452
|
+
"vs/base/common/lifecycle",
|
|
453
|
+
"vs/base/common/network",
|
|
454
|
+
"vs/base/common/platform",
|
|
455
|
+
"vs/base/common/hash",
|
|
456
|
+
"vs/base/browser/window"
|
|
457
|
+
],
|
|
458
|
+
"vs/editor/browser/editorExtensions": [
|
|
459
|
+
"require",
|
|
460
|
+
"exports",
|
|
461
|
+
"vs/nls",
|
|
462
|
+
"vs/base/common/uri",
|
|
463
|
+
"vs/editor/browser/services/codeEditorService",
|
|
464
|
+
"vs/editor/common/core/position",
|
|
465
|
+
"vs/editor/common/services/model",
|
|
466
|
+
"vs/editor/common/services/resolverService",
|
|
467
|
+
"vs/platform/actions/common/actions",
|
|
468
|
+
"vs/platform/commands/common/commands",
|
|
469
|
+
"vs/platform/contextkey/common/contextkey",
|
|
470
|
+
"vs/platform/instantiation/common/instantiation",
|
|
471
|
+
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
472
|
+
"vs/platform/registry/common/platform",
|
|
473
|
+
"vs/platform/telemetry/common/telemetry",
|
|
474
|
+
"vs/base/common/types",
|
|
475
|
+
"vs/platform/log/common/log",
|
|
476
|
+
"vs/base/browser/dom"
|
|
477
|
+
],
|
|
478
|
+
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [],
|
|
441
479
|
"vs/editor/browser/coreCommands": [
|
|
442
480
|
"require",
|
|
443
481
|
"exports",
|
|
@@ -1439,44 +1477,6 @@
|
|
|
1439
1477
|
"vs/css!vs/base/browser/ui/codicons/codicon/codicon",
|
|
1440
1478
|
"vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers"
|
|
1441
1479
|
],
|
|
1442
|
-
"vs/base/browser/dom": [
|
|
1443
|
-
"require",
|
|
1444
|
-
"exports",
|
|
1445
|
-
"vs/base/browser/browser",
|
|
1446
|
-
"vs/base/browser/canIUse",
|
|
1447
|
-
"vs/base/browser/keyboardEvent",
|
|
1448
|
-
"vs/base/browser/mouseEvent",
|
|
1449
|
-
"vs/base/common/async",
|
|
1450
|
-
"vs/base/common/errors",
|
|
1451
|
-
"vs/base/common/event",
|
|
1452
|
-
"vs/base/browser/dompurify/dompurify",
|
|
1453
|
-
"vs/base/common/lifecycle",
|
|
1454
|
-
"vs/base/common/network",
|
|
1455
|
-
"vs/base/common/platform",
|
|
1456
|
-
"vs/base/common/hash",
|
|
1457
|
-
"vs/base/browser/window"
|
|
1458
|
-
],
|
|
1459
|
-
"vs/editor/browser/editorExtensions": [
|
|
1460
|
-
"require",
|
|
1461
|
-
"exports",
|
|
1462
|
-
"vs/nls",
|
|
1463
|
-
"vs/base/common/uri",
|
|
1464
|
-
"vs/editor/browser/services/codeEditorService",
|
|
1465
|
-
"vs/editor/common/core/position",
|
|
1466
|
-
"vs/editor/common/services/model",
|
|
1467
|
-
"vs/editor/common/services/resolverService",
|
|
1468
|
-
"vs/platform/actions/common/actions",
|
|
1469
|
-
"vs/platform/commands/common/commands",
|
|
1470
|
-
"vs/platform/contextkey/common/contextkey",
|
|
1471
|
-
"vs/platform/instantiation/common/instantiation",
|
|
1472
|
-
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
1473
|
-
"vs/platform/registry/common/platform",
|
|
1474
|
-
"vs/platform/telemetry/common/telemetry",
|
|
1475
|
-
"vs/base/common/types",
|
|
1476
|
-
"vs/platform/log/common/log",
|
|
1477
|
-
"vs/base/browser/dom"
|
|
1478
|
-
],
|
|
1479
|
-
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [],
|
|
1480
1480
|
"vs/base/common/color": [
|
|
1481
1481
|
"require",
|
|
1482
1482
|
"exports"
|
|
@@ -1510,6 +1510,14 @@
|
|
|
1510
1510
|
"vs/platform/instantiation/common/instantiation"
|
|
1511
1511
|
],
|
|
1512
1512
|
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
|
|
1513
|
+
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1514
|
+
"require",
|
|
1515
|
+
"exports",
|
|
1516
|
+
"vs/base/common/lifecycle",
|
|
1517
|
+
"vs/editor/browser/editorBrowser",
|
|
1518
|
+
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1519
|
+
"vs/nls"
|
|
1520
|
+
],
|
|
1513
1521
|
"vs/platform/registry/common/platform": [
|
|
1514
1522
|
"require",
|
|
1515
1523
|
"exports",
|
|
@@ -1523,24 +1531,6 @@
|
|
|
1523
1531
|
"vs/base/common/lifecycle",
|
|
1524
1532
|
"vs/platform/registry/common/platform"
|
|
1525
1533
|
],
|
|
1526
|
-
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
1527
|
-
"require",
|
|
1528
|
-
"exports",
|
|
1529
|
-
"vs/nls",
|
|
1530
|
-
"vs/platform/registry/common/platform",
|
|
1531
|
-
"vs/base/common/lifecycle",
|
|
1532
|
-
"vs/platform/keybinding/common/keybinding",
|
|
1533
|
-
"vs/platform/quickinput/common/quickAccess",
|
|
1534
|
-
"vs/platform/quickinput/common/quickInput"
|
|
1535
|
-
],
|
|
1536
|
-
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1537
|
-
"require",
|
|
1538
|
-
"exports",
|
|
1539
|
-
"vs/base/common/lifecycle",
|
|
1540
|
-
"vs/editor/browser/editorBrowser",
|
|
1541
|
-
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1542
|
-
"vs/nls"
|
|
1543
|
-
],
|
|
1544
1534
|
"vs/editor/browser/services/codeEditorService": [
|
|
1545
1535
|
"require",
|
|
1546
1536
|
"exports",
|
|
@@ -1557,6 +1547,16 @@
|
|
|
1557
1547
|
"exports",
|
|
1558
1548
|
"vs/platform/instantiation/common/instantiation"
|
|
1559
1549
|
],
|
|
1550
|
+
"vs/platform/quickinput/browser/helpQuickAccess": [
|
|
1551
|
+
"require",
|
|
1552
|
+
"exports",
|
|
1553
|
+
"vs/nls",
|
|
1554
|
+
"vs/platform/registry/common/platform",
|
|
1555
|
+
"vs/base/common/lifecycle",
|
|
1556
|
+
"vs/platform/keybinding/common/keybinding",
|
|
1557
|
+
"vs/platform/quickinput/common/quickAccess",
|
|
1558
|
+
"vs/platform/quickinput/common/quickInput"
|
|
1559
|
+
],
|
|
1560
1560
|
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
|
|
1561
1561
|
"require",
|
|
1562
1562
|
"exports",
|
|
@@ -1604,6 +1604,42 @@
|
|
|
1604
1604
|
"vs/platform/theme/common/colorRegistry",
|
|
1605
1605
|
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
|
|
1606
1606
|
],
|
|
1607
|
+
"vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
|
|
1608
|
+
"require",
|
|
1609
|
+
"exports",
|
|
1610
|
+
"vs/base/common/iconLabels",
|
|
1611
|
+
"vs/platform/action/common/action",
|
|
1612
|
+
"vs/platform/quickinput/browser/commandsQuickAccess"
|
|
1613
|
+
],
|
|
1614
|
+
"vs/platform/instantiation/common/instantiation": [
|
|
1615
|
+
"require",
|
|
1616
|
+
"exports"
|
|
1617
|
+
],
|
|
1618
|
+
"vs/platform/keybinding/common/keybinding": [
|
|
1619
|
+
"require",
|
|
1620
|
+
"exports",
|
|
1621
|
+
"vs/platform/instantiation/common/instantiation"
|
|
1622
|
+
],
|
|
1623
|
+
"vs/platform/commands/common/commands": [
|
|
1624
|
+
"require",
|
|
1625
|
+
"exports",
|
|
1626
|
+
"vs/base/common/event",
|
|
1627
|
+
"vs/base/common/iterator",
|
|
1628
|
+
"vs/base/common/lifecycle",
|
|
1629
|
+
"vs/base/common/linkedList",
|
|
1630
|
+
"vs/base/common/types",
|
|
1631
|
+
"vs/platform/instantiation/common/instantiation"
|
|
1632
|
+
],
|
|
1633
|
+
"vs/platform/telemetry/common/telemetry": [
|
|
1634
|
+
"require",
|
|
1635
|
+
"exports",
|
|
1636
|
+
"vs/platform/instantiation/common/instantiation"
|
|
1637
|
+
],
|
|
1638
|
+
"vs/platform/dialogs/common/dialogs": [
|
|
1639
|
+
"require",
|
|
1640
|
+
"exports",
|
|
1641
|
+
"vs/platform/instantiation/common/instantiation"
|
|
1642
|
+
],
|
|
1607
1643
|
"vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
|
|
1608
1644
|
"require",
|
|
1609
1645
|
"exports",
|
|
@@ -1643,10 +1679,6 @@
|
|
|
1643
1679
|
"vs/platform/instantiation/common/instantiation",
|
|
1644
1680
|
"vs/nls"
|
|
1645
1681
|
],
|
|
1646
|
-
"vs/platform/instantiation/common/instantiation": [
|
|
1647
|
-
"require",
|
|
1648
|
-
"exports"
|
|
1649
|
-
],
|
|
1650
1682
|
"vs/platform/notification/common/notification": [
|
|
1651
1683
|
"require",
|
|
1652
1684
|
"exports",
|
|
@@ -1662,38 +1694,6 @@
|
|
|
1662
1694
|
"vs/base/parts/storage/common/storage",
|
|
1663
1695
|
"vs/platform/instantiation/common/instantiation"
|
|
1664
1696
|
],
|
|
1665
|
-
"vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
|
|
1666
|
-
"require",
|
|
1667
|
-
"exports",
|
|
1668
|
-
"vs/base/common/iconLabels",
|
|
1669
|
-
"vs/platform/action/common/action",
|
|
1670
|
-
"vs/platform/quickinput/browser/commandsQuickAccess"
|
|
1671
|
-
],
|
|
1672
|
-
"vs/platform/keybinding/common/keybinding": [
|
|
1673
|
-
"require",
|
|
1674
|
-
"exports",
|
|
1675
|
-
"vs/platform/instantiation/common/instantiation"
|
|
1676
|
-
],
|
|
1677
|
-
"vs/platform/commands/common/commands": [
|
|
1678
|
-
"require",
|
|
1679
|
-
"exports",
|
|
1680
|
-
"vs/base/common/event",
|
|
1681
|
-
"vs/base/common/iterator",
|
|
1682
|
-
"vs/base/common/lifecycle",
|
|
1683
|
-
"vs/base/common/linkedList",
|
|
1684
|
-
"vs/base/common/types",
|
|
1685
|
-
"vs/platform/instantiation/common/instantiation"
|
|
1686
|
-
],
|
|
1687
|
-
"vs/platform/telemetry/common/telemetry": [
|
|
1688
|
-
"require",
|
|
1689
|
-
"exports",
|
|
1690
|
-
"vs/platform/instantiation/common/instantiation"
|
|
1691
|
-
],
|
|
1692
|
-
"vs/platform/dialogs/common/dialogs": [
|
|
1693
|
-
"require",
|
|
1694
|
-
"exports",
|
|
1695
|
-
"vs/platform/instantiation/common/instantiation"
|
|
1696
|
-
],
|
|
1697
1697
|
"vs/platform/theme/common/theme": [
|
|
1698
1698
|
"require",
|
|
1699
1699
|
"exports"
|
|
@@ -1733,14 +1733,6 @@
|
|
|
1733
1733
|
"require",
|
|
1734
1734
|
"exports"
|
|
1735
1735
|
],
|
|
1736
|
-
"vs/base/common/cache": [
|
|
1737
|
-
"require",
|
|
1738
|
-
"exports"
|
|
1739
|
-
],
|
|
1740
|
-
"vs/base/common/lazy": [
|
|
1741
|
-
"require",
|
|
1742
|
-
"exports"
|
|
1743
|
-
],
|
|
1744
1736
|
"vs/base/common/path": [
|
|
1745
1737
|
"require",
|
|
1746
1738
|
"exports",
|
|
@@ -1755,6 +1747,14 @@
|
|
|
1755
1747
|
"exports",
|
|
1756
1748
|
"vs/base/common/strings"
|
|
1757
1749
|
],
|
|
1750
|
+
"vs/base/common/cache": [
|
|
1751
|
+
"require",
|
|
1752
|
+
"exports"
|
|
1753
|
+
],
|
|
1754
|
+
"vs/base/common/lazy": [
|
|
1755
|
+
"require",
|
|
1756
|
+
"exports"
|
|
1757
|
+
],
|
|
1758
1758
|
"vs/editor/common/model/prefixSumComputer": [
|
|
1759
1759
|
"require",
|
|
1760
1760
|
"exports",
|
|
@@ -1828,18 +1828,6 @@
|
|
|
1828
1828
|
"vs/editor/common/diff/linesDiffComputer",
|
|
1829
1829
|
"vs/editor/common/diff/rangeMapping"
|
|
1830
1830
|
],
|
|
1831
|
-
"vs/base/common/arrays": [
|
|
1832
|
-
"require",
|
|
1833
|
-
"exports"
|
|
1834
|
-
],
|
|
1835
|
-
"vs/editor/common/core/textModelDefaults": [
|
|
1836
|
-
"require",
|
|
1837
|
-
"exports"
|
|
1838
|
-
],
|
|
1839
|
-
"vs/nls": [
|
|
1840
|
-
"require",
|
|
1841
|
-
"exports"
|
|
1842
|
-
],
|
|
1843
1831
|
"vs/base/browser/window": [
|
|
1844
1832
|
"require",
|
|
1845
1833
|
"exports"
|
|
@@ -2091,6 +2079,18 @@
|
|
|
2091
2079
|
"vs/editor/browser/widget/multiDiffEditor/colors"
|
|
2092
2080
|
],
|
|
2093
2081
|
"vs/css!vs/editor/standalone/browser/standalone-tokens": [],
|
|
2082
|
+
"vs/base/common/arrays": [
|
|
2083
|
+
"require",
|
|
2084
|
+
"exports"
|
|
2085
|
+
],
|
|
2086
|
+
"vs/editor/common/core/textModelDefaults": [
|
|
2087
|
+
"require",
|
|
2088
|
+
"exports"
|
|
2089
|
+
],
|
|
2090
|
+
"vs/nls": [
|
|
2091
|
+
"require",
|
|
2092
|
+
"exports"
|
|
2093
|
+
],
|
|
2094
2094
|
"vs/editor/standalone/common/monarch/monarchCompile": [
|
|
2095
2095
|
"require",
|
|
2096
2096
|
"exports",
|
|
@@ -2154,35 +2154,91 @@
|
|
|
2154
2154
|
"vs/nls",
|
|
2155
2155
|
"vs/platform/instantiation/common/instantiation"
|
|
2156
2156
|
],
|
|
2157
|
-
"vs/base/browser/
|
|
2157
|
+
"vs/base/browser/browser": [
|
|
2158
2158
|
"require",
|
|
2159
2159
|
"exports",
|
|
2160
|
-
"vs/base/browser/
|
|
2161
|
-
"vs/css!vs/base/browser/ui/aria/aria"
|
|
2160
|
+
"vs/base/browser/window"
|
|
2162
2161
|
],
|
|
2163
|
-
"vs/base/
|
|
2162
|
+
"vs/base/browser/canIUse": [
|
|
2164
2163
|
"require",
|
|
2165
2164
|
"exports",
|
|
2166
|
-
"vs/base/
|
|
2167
|
-
"vs/base/
|
|
2168
|
-
"vs/base/common/
|
|
2169
|
-
"vs/base/common/strings",
|
|
2170
|
-
"vs/base/common/uri"
|
|
2165
|
+
"vs/base/browser/browser",
|
|
2166
|
+
"vs/base/browser/window",
|
|
2167
|
+
"vs/base/common/platform"
|
|
2171
2168
|
],
|
|
2172
|
-
"vs/
|
|
2173
|
-
"vs/base/browser/browser": [
|
|
2169
|
+
"vs/base/browser/keyboardEvent": [
|
|
2174
2170
|
"require",
|
|
2175
2171
|
"exports",
|
|
2176
|
-
"vs/base/browser/
|
|
2172
|
+
"vs/base/browser/browser",
|
|
2173
|
+
"vs/base/common/keyCodes",
|
|
2174
|
+
"vs/base/common/keybindings",
|
|
2175
|
+
"vs/base/common/platform"
|
|
2177
2176
|
],
|
|
2178
|
-
"vs/
|
|
2177
|
+
"vs/base/browser/mouseEvent": [
|
|
2179
2178
|
"require",
|
|
2180
2179
|
"exports",
|
|
2181
|
-
"vs/
|
|
2182
|
-
"vs/
|
|
2183
|
-
"vs/
|
|
2180
|
+
"vs/base/browser/browser",
|
|
2181
|
+
"vs/base/browser/iframe",
|
|
2182
|
+
"vs/base/common/platform"
|
|
2184
2183
|
],
|
|
2185
|
-
"vs/
|
|
2184
|
+
"vs/base/common/async": [
|
|
2185
|
+
"require",
|
|
2186
|
+
"exports",
|
|
2187
|
+
"vs/base/common/cancellation",
|
|
2188
|
+
"vs/base/common/errors",
|
|
2189
|
+
"vs/base/common/event",
|
|
2190
|
+
"vs/base/common/lifecycle",
|
|
2191
|
+
"vs/base/common/platform",
|
|
2192
|
+
"vs/base/common/symbols"
|
|
2193
|
+
],
|
|
2194
|
+
"vs/base/browser/dompurify/dompurify": [
|
|
2195
|
+
"require",
|
|
2196
|
+
"exports",
|
|
2197
|
+
"module"
|
|
2198
|
+
],
|
|
2199
|
+
"vs/base/common/network": [
|
|
2200
|
+
"require",
|
|
2201
|
+
"exports",
|
|
2202
|
+
"vs/base/common/errors",
|
|
2203
|
+
"vs/base/common/platform",
|
|
2204
|
+
"vs/base/common/strings",
|
|
2205
|
+
"vs/base/common/uri",
|
|
2206
|
+
"vs/base/common/path"
|
|
2207
|
+
],
|
|
2208
|
+
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2209
|
+
"require",
|
|
2210
|
+
"exports",
|
|
2211
|
+
"vs/base/common/keybindings",
|
|
2212
|
+
"vs/base/common/platform",
|
|
2213
|
+
"vs/platform/commands/common/commands",
|
|
2214
|
+
"vs/platform/registry/common/platform",
|
|
2215
|
+
"vs/base/common/lifecycle",
|
|
2216
|
+
"vs/base/common/linkedList"
|
|
2217
|
+
],
|
|
2218
|
+
"vs/base/browser/ui/aria/aria": [
|
|
2219
|
+
"require",
|
|
2220
|
+
"exports",
|
|
2221
|
+
"vs/base/browser/dom",
|
|
2222
|
+
"vs/css!vs/base/browser/ui/aria/aria"
|
|
2223
|
+
],
|
|
2224
|
+
"vs/base/common/htmlContent": [
|
|
2225
|
+
"require",
|
|
2226
|
+
"exports",
|
|
2227
|
+
"vs/base/common/errors",
|
|
2228
|
+
"vs/base/common/iconLabels",
|
|
2229
|
+
"vs/base/common/resources",
|
|
2230
|
+
"vs/base/common/strings",
|
|
2231
|
+
"vs/base/common/uri"
|
|
2232
|
+
],
|
|
2233
|
+
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2234
|
+
"vs/editor/common/cursor/cursorColumnSelection": [
|
|
2235
|
+
"require",
|
|
2236
|
+
"exports",
|
|
2237
|
+
"vs/editor/common/cursorCommon",
|
|
2238
|
+
"vs/editor/common/core/position",
|
|
2239
|
+
"vs/editor/common/core/range"
|
|
2240
|
+
],
|
|
2241
|
+
"vs/editor/common/cursorCommon": [
|
|
2186
2242
|
"require",
|
|
2187
2243
|
"exports",
|
|
2188
2244
|
"vs/editor/common/core/position",
|
|
@@ -2221,16 +2277,6 @@
|
|
|
2221
2277
|
"vs/editor/common/cursorCommon",
|
|
2222
2278
|
"vs/editor/common/cursor/cursorTypeEditOperations"
|
|
2223
2279
|
],
|
|
2224
|
-
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2225
|
-
"require",
|
|
2226
|
-
"exports",
|
|
2227
|
-
"vs/base/common/keybindings",
|
|
2228
|
-
"vs/base/common/platform",
|
|
2229
|
-
"vs/platform/commands/common/commands",
|
|
2230
|
-
"vs/platform/registry/common/platform",
|
|
2231
|
-
"vs/base/common/lifecycle",
|
|
2232
|
-
"vs/base/common/linkedList"
|
|
2233
|
-
],
|
|
2234
2280
|
"vs/editor/common/cursor/cursorTypeEditOperations": [
|
|
2235
2281
|
"require",
|
|
2236
2282
|
"exports",
|
|
@@ -2249,6 +2295,12 @@
|
|
|
2249
2295
|
"vs/editor/common/languages/autoIndent",
|
|
2250
2296
|
"vs/editor/common/languages/enterAction"
|
|
2251
2297
|
],
|
|
2298
|
+
"vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
|
|
2299
|
+
"require",
|
|
2300
|
+
"exports",
|
|
2301
|
+
"vs/editor/common/core/range",
|
|
2302
|
+
"vs/editor/common/core/selection"
|
|
2303
|
+
],
|
|
2252
2304
|
"vs/base/common/codicons": [
|
|
2253
2305
|
"require",
|
|
2254
2306
|
"exports",
|
|
@@ -2280,83 +2332,6 @@
|
|
|
2280
2332
|
"vs/platform/theme/common/colorRegistry",
|
|
2281
2333
|
"vs/platform/theme/common/iconRegistry"
|
|
2282
2334
|
],
|
|
2283
|
-
"vs/base/common/async": [
|
|
2284
|
-
"require",
|
|
2285
|
-
"exports",
|
|
2286
|
-
"vs/base/common/cancellation",
|
|
2287
|
-
"vs/base/common/errors",
|
|
2288
|
-
"vs/base/common/event",
|
|
2289
|
-
"vs/base/common/lifecycle",
|
|
2290
|
-
"vs/base/common/platform",
|
|
2291
|
-
"vs/base/common/symbols"
|
|
2292
|
-
],
|
|
2293
|
-
"vs/editor/common/model/textModel": [
|
|
2294
|
-
"require",
|
|
2295
|
-
"exports",
|
|
2296
|
-
"vs/base/common/arrays",
|
|
2297
|
-
"vs/base/common/color",
|
|
2298
|
-
"vs/base/common/errors",
|
|
2299
|
-
"vs/base/common/event",
|
|
2300
|
-
"vs/base/common/lifecycle",
|
|
2301
|
-
"vs/base/common/strings",
|
|
2302
|
-
"vs/base/common/uri",
|
|
2303
|
-
"vs/editor/common/core/eolCounter",
|
|
2304
|
-
"vs/editor/common/core/indentation",
|
|
2305
|
-
"vs/editor/common/core/lineRange",
|
|
2306
|
-
"vs/editor/common/core/position",
|
|
2307
|
-
"vs/editor/common/core/range",
|
|
2308
|
-
"vs/editor/common/core/selection",
|
|
2309
|
-
"vs/editor/common/core/textModelDefaults",
|
|
2310
|
-
"vs/editor/common/languages/language",
|
|
2311
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2312
|
-
"vs/editor/common/model",
|
|
2313
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
|
|
2314
|
-
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
|
|
2315
|
-
"vs/editor/common/model/editStack",
|
|
2316
|
-
"vs/editor/common/model/guidesTextModelPart",
|
|
2317
|
-
"vs/editor/common/model/indentationGuesser",
|
|
2318
|
-
"vs/editor/common/model/intervalTree",
|
|
2319
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
|
|
2320
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
|
2321
|
-
"vs/editor/common/model/textModelSearch",
|
|
2322
|
-
"vs/editor/common/model/tokenizationTextModelPart",
|
|
2323
|
-
"vs/editor/common/textModelEvents",
|
|
2324
|
-
"vs/platform/undoRedo/common/undoRedo"
|
|
2325
|
-
],
|
|
2326
|
-
"vs/platform/theme/common/colorRegistry": [
|
|
2327
|
-
"require",
|
|
2328
|
-
"exports",
|
|
2329
|
-
"vs/platform/theme/common/colorUtils",
|
|
2330
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
2331
|
-
"vs/platform/theme/common/colors/chartsColors",
|
|
2332
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
2333
|
-
"vs/platform/theme/common/colors/inputColors",
|
|
2334
|
-
"vs/platform/theme/common/colors/listColors",
|
|
2335
|
-
"vs/platform/theme/common/colors/menuColors",
|
|
2336
|
-
"vs/platform/theme/common/colors/minimapColors",
|
|
2337
|
-
"vs/platform/theme/common/colors/miscColors",
|
|
2338
|
-
"vs/platform/theme/common/colors/quickpickColors",
|
|
2339
|
-
"vs/platform/theme/common/colors/searchColors"
|
|
2340
|
-
],
|
|
2341
|
-
"vs/platform/theme/common/themeService": [
|
|
2342
|
-
"require",
|
|
2343
|
-
"exports",
|
|
2344
|
-
"vs/base/common/event",
|
|
2345
|
-
"vs/base/common/lifecycle",
|
|
2346
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2347
|
-
"vs/platform/registry/common/platform",
|
|
2348
|
-
"vs/platform/theme/common/theme"
|
|
2349
|
-
],
|
|
2350
|
-
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2351
|
-
"vs/base/common/network": [
|
|
2352
|
-
"require",
|
|
2353
|
-
"exports",
|
|
2354
|
-
"vs/base/common/errors",
|
|
2355
|
-
"vs/base/common/platform",
|
|
2356
|
-
"vs/base/common/strings",
|
|
2357
|
-
"vs/base/common/uri",
|
|
2358
|
-
"vs/base/common/path"
|
|
2359
|
-
],
|
|
2360
2335
|
"vs/editor/browser/config/domFontInfo": [
|
|
2361
2336
|
"require",
|
|
2362
2337
|
"exports",
|
|
@@ -2484,6 +2459,39 @@
|
|
|
2484
2459
|
"require",
|
|
2485
2460
|
"exports"
|
|
2486
2461
|
],
|
|
2462
|
+
"vs/editor/common/model/textModel": [
|
|
2463
|
+
"require",
|
|
2464
|
+
"exports",
|
|
2465
|
+
"vs/base/common/arrays",
|
|
2466
|
+
"vs/base/common/color",
|
|
2467
|
+
"vs/base/common/errors",
|
|
2468
|
+
"vs/base/common/event",
|
|
2469
|
+
"vs/base/common/lifecycle",
|
|
2470
|
+
"vs/base/common/strings",
|
|
2471
|
+
"vs/base/common/uri",
|
|
2472
|
+
"vs/editor/common/core/eolCounter",
|
|
2473
|
+
"vs/editor/common/core/indentation",
|
|
2474
|
+
"vs/editor/common/core/lineRange",
|
|
2475
|
+
"vs/editor/common/core/position",
|
|
2476
|
+
"vs/editor/common/core/range",
|
|
2477
|
+
"vs/editor/common/core/selection",
|
|
2478
|
+
"vs/editor/common/core/textModelDefaults",
|
|
2479
|
+
"vs/editor/common/languages/language",
|
|
2480
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2481
|
+
"vs/editor/common/model",
|
|
2482
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
|
|
2483
|
+
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
|
|
2484
|
+
"vs/editor/common/model/editStack",
|
|
2485
|
+
"vs/editor/common/model/guidesTextModelPart",
|
|
2486
|
+
"vs/editor/common/model/indentationGuesser",
|
|
2487
|
+
"vs/editor/common/model/intervalTree",
|
|
2488
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
|
|
2489
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
|
2490
|
+
"vs/editor/common/model/textModelSearch",
|
|
2491
|
+
"vs/editor/common/model/tokenizationTextModelPart",
|
|
2492
|
+
"vs/editor/common/textModelEvents",
|
|
2493
|
+
"vs/platform/undoRedo/common/undoRedo"
|
|
2494
|
+
],
|
|
2487
2495
|
"vs/editor/common/viewModel/monospaceLineBreaksComputer": [
|
|
2488
2496
|
"require",
|
|
2489
2497
|
"exports",
|
|
@@ -2529,6 +2537,30 @@
|
|
|
2529
2537
|
"require",
|
|
2530
2538
|
"exports"
|
|
2531
2539
|
],
|
|
2540
|
+
"vs/platform/theme/common/colorRegistry": [
|
|
2541
|
+
"require",
|
|
2542
|
+
"exports",
|
|
2543
|
+
"vs/platform/theme/common/colorUtils",
|
|
2544
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
2545
|
+
"vs/platform/theme/common/colors/chartsColors",
|
|
2546
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
2547
|
+
"vs/platform/theme/common/colors/inputColors",
|
|
2548
|
+
"vs/platform/theme/common/colors/listColors",
|
|
2549
|
+
"vs/platform/theme/common/colors/menuColors",
|
|
2550
|
+
"vs/platform/theme/common/colors/minimapColors",
|
|
2551
|
+
"vs/platform/theme/common/colors/miscColors",
|
|
2552
|
+
"vs/platform/theme/common/colors/quickpickColors",
|
|
2553
|
+
"vs/platform/theme/common/colors/searchColors"
|
|
2554
|
+
],
|
|
2555
|
+
"vs/platform/theme/common/themeService": [
|
|
2556
|
+
"require",
|
|
2557
|
+
"exports",
|
|
2558
|
+
"vs/base/common/event",
|
|
2559
|
+
"vs/base/common/lifecycle",
|
|
2560
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2561
|
+
"vs/platform/registry/common/platform",
|
|
2562
|
+
"vs/platform/theme/common/theme"
|
|
2563
|
+
],
|
|
2532
2564
|
"vs/editor/browser/services/markerDecorations": [
|
|
2533
2565
|
"require",
|
|
2534
2566
|
"exports",
|
|
@@ -2536,6 +2568,7 @@
|
|
|
2536
2568
|
"vs/editor/browser/editorExtensions"
|
|
2537
2569
|
],
|
|
2538
2570
|
"vs/css!vs/editor/browser/widget/codeEditor/editor": [],
|
|
2571
|
+
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2539
2572
|
"vs/editor/common/commands/replaceCommand": [
|
|
2540
2573
|
"require",
|
|
2541
2574
|
"exports",
|
|
@@ -2551,11 +2584,61 @@
|
|
|
2551
2584
|
"vs/editor/common/cursor/cursorAtomicMoveOperations",
|
|
2552
2585
|
"vs/editor/common/cursorCommon"
|
|
2553
2586
|
],
|
|
2554
|
-
"vs/editor/
|
|
2587
|
+
"vs/editor/browser/controller/textAreaInput": [
|
|
2588
|
+
"require",
|
|
2589
|
+
"exports",
|
|
2590
|
+
"vs/base/browser/browser",
|
|
2591
|
+
"vs/base/browser/dom",
|
|
2592
|
+
"vs/base/browser/event",
|
|
2593
|
+
"vs/base/browser/keyboardEvent",
|
|
2594
|
+
"vs/base/browser/performance",
|
|
2595
|
+
"vs/base/common/async",
|
|
2596
|
+
"vs/base/common/event",
|
|
2597
|
+
"vs/base/common/lifecycle",
|
|
2598
|
+
"vs/base/common/mime",
|
|
2599
|
+
"vs/base/common/strings",
|
|
2600
|
+
"vs/editor/browser/controller/textAreaState",
|
|
2601
|
+
"vs/editor/common/core/selection",
|
|
2602
|
+
"vs/platform/accessibility/common/accessibility",
|
|
2603
|
+
"vs/platform/log/common/log"
|
|
2604
|
+
],
|
|
2605
|
+
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
|
|
2555
2606
|
"require",
|
|
2556
2607
|
"exports",
|
|
2608
|
+
"vs/base/browser/dom",
|
|
2609
|
+
"vs/base/common/arrays",
|
|
2610
|
+
"vs/base/common/async",
|
|
2611
|
+
"vs/base/common/cancellation",
|
|
2612
|
+
"vs/base/common/dataTransfer",
|
|
2613
|
+
"vs/base/common/hierarchicalKind",
|
|
2614
|
+
"vs/base/common/lifecycle",
|
|
2615
|
+
"vs/base/common/mime",
|
|
2616
|
+
"vs/base/common/platform",
|
|
2617
|
+
"vs/base/common/uuid",
|
|
2618
|
+
"vs/editor/browser/controller/textAreaInput",
|
|
2619
|
+
"vs/editor/browser/dnd",
|
|
2620
|
+
"vs/editor/browser/services/bulkEditService",
|
|
2557
2621
|
"vs/editor/common/core/range",
|
|
2558
|
-
"vs/editor/common/
|
|
2622
|
+
"vs/editor/common/languages",
|
|
2623
|
+
"vs/editor/common/services/languageFeatures",
|
|
2624
|
+
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
|
|
2625
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
2626
|
+
"vs/editor/contrib/editorState/browser/editorState",
|
|
2627
|
+
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
|
|
2628
|
+
"vs/editor/contrib/message/browser/messageController",
|
|
2629
|
+
"vs/nls",
|
|
2630
|
+
"vs/platform/clipboard/common/clipboardService",
|
|
2631
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2632
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2633
|
+
"vs/platform/progress/common/progress",
|
|
2634
|
+
"vs/platform/quickinput/common/quickInput",
|
|
2635
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
|
|
2636
|
+
"vs/base/common/errors"
|
|
2637
|
+
],
|
|
2638
|
+
"vs/platform/clipboard/common/clipboardService": [
|
|
2639
|
+
"require",
|
|
2640
|
+
"exports",
|
|
2641
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2559
2642
|
],
|
|
2560
2643
|
"vs/editor/common/config/editorConfigurationSchema": [
|
|
2561
2644
|
"require",
|
|
@@ -2638,82 +2721,56 @@
|
|
|
2638
2721
|
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
|
2639
2722
|
"vs/platform/registry/common/platform"
|
|
2640
2723
|
],
|
|
2641
|
-
"vs/editor/browser/
|
|
2724
|
+
"vs/editor/browser/stableEditorScroll": [
|
|
2642
2725
|
"require",
|
|
2643
|
-
"exports"
|
|
2644
|
-
"vs/base/browser/browser",
|
|
2645
|
-
"vs/base/browser/dom",
|
|
2646
|
-
"vs/base/browser/event",
|
|
2647
|
-
"vs/base/browser/keyboardEvent",
|
|
2648
|
-
"vs/base/browser/performance",
|
|
2649
|
-
"vs/base/common/async",
|
|
2650
|
-
"vs/base/common/event",
|
|
2651
|
-
"vs/base/common/lifecycle",
|
|
2652
|
-
"vs/base/common/mime",
|
|
2653
|
-
"vs/base/common/strings",
|
|
2654
|
-
"vs/editor/browser/controller/textAreaState",
|
|
2655
|
-
"vs/editor/common/core/selection",
|
|
2656
|
-
"vs/platform/accessibility/common/accessibility",
|
|
2657
|
-
"vs/platform/log/common/log"
|
|
2726
|
+
"exports"
|
|
2658
2727
|
],
|
|
2659
|
-
"vs/editor/contrib/
|
|
2728
|
+
"vs/editor/contrib/codelens/browser/codelens": [
|
|
2660
2729
|
"require",
|
|
2661
2730
|
"exports",
|
|
2662
|
-
"vs/base/browser/dom",
|
|
2663
|
-
"vs/base/common/arrays",
|
|
2664
|
-
"vs/base/common/async",
|
|
2665
2731
|
"vs/base/common/cancellation",
|
|
2666
|
-
"vs/base/common/
|
|
2667
|
-
"vs/base/common/hierarchicalKind",
|
|
2732
|
+
"vs/base/common/errors",
|
|
2668
2733
|
"vs/base/common/lifecycle",
|
|
2669
|
-
"vs/base/common/
|
|
2670
|
-
"vs/base/common/
|
|
2671
|
-
"vs/
|
|
2672
|
-
"vs/
|
|
2673
|
-
"vs/editor/
|
|
2674
|
-
|
|
2734
|
+
"vs/base/common/types",
|
|
2735
|
+
"vs/base/common/uri",
|
|
2736
|
+
"vs/editor/common/services/model",
|
|
2737
|
+
"vs/platform/commands/common/commands",
|
|
2738
|
+
"vs/editor/common/services/languageFeatures"
|
|
2739
|
+
],
|
|
2740
|
+
"vs/editor/contrib/codelens/browser/codeLensCache": [
|
|
2741
|
+
"require",
|
|
2742
|
+
"exports",
|
|
2743
|
+
"vs/base/common/event",
|
|
2744
|
+
"vs/base/common/map",
|
|
2675
2745
|
"vs/editor/common/core/range",
|
|
2676
|
-
"vs/editor/
|
|
2677
|
-
"vs/
|
|
2678
|
-
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
|
|
2679
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
2680
|
-
"vs/editor/contrib/editorState/browser/editorState",
|
|
2681
|
-
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
|
|
2682
|
-
"vs/editor/contrib/message/browser/messageController",
|
|
2683
|
-
"vs/nls",
|
|
2684
|
-
"vs/platform/clipboard/common/clipboardService",
|
|
2685
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2746
|
+
"vs/editor/contrib/codelens/browser/codelens",
|
|
2747
|
+
"vs/platform/instantiation/common/extensions",
|
|
2686
2748
|
"vs/platform/instantiation/common/instantiation",
|
|
2687
|
-
"vs/platform/
|
|
2688
|
-
"vs/
|
|
2689
|
-
"vs/
|
|
2690
|
-
"vs/base/common/errors"
|
|
2749
|
+
"vs/platform/storage/common/storage",
|
|
2750
|
+
"vs/base/browser/window",
|
|
2751
|
+
"vs/base/browser/dom"
|
|
2691
2752
|
],
|
|
2692
|
-
"vs/
|
|
2753
|
+
"vs/editor/contrib/codelens/browser/codelensWidget": [
|
|
2693
2754
|
"require",
|
|
2694
2755
|
"exports",
|
|
2695
|
-
"vs/
|
|
2756
|
+
"vs/base/browser/dom",
|
|
2757
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
2758
|
+
"vs/editor/common/core/range",
|
|
2759
|
+
"vs/editor/common/model/textModel",
|
|
2760
|
+
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
|
|
2696
2761
|
],
|
|
2697
|
-
"vs/editor/
|
|
2762
|
+
"vs/editor/common/services/languageFeatureDebounce": [
|
|
2698
2763
|
"require",
|
|
2699
2764
|
"exports",
|
|
2700
|
-
"vs/base/common/
|
|
2701
|
-
"vs/
|
|
2765
|
+
"vs/base/common/hash",
|
|
2766
|
+
"vs/base/common/map",
|
|
2767
|
+
"vs/base/common/numbers",
|
|
2768
|
+
"vs/platform/environment/common/environment",
|
|
2769
|
+
"vs/platform/instantiation/common/extensions",
|
|
2702
2770
|
"vs/platform/instantiation/common/instantiation",
|
|
2703
|
-
"vs/
|
|
2704
|
-
"vs/
|
|
2705
|
-
"vs/base/common/event",
|
|
2706
|
-
"vs/editor/common/services/languageFeatures",
|
|
2707
|
-
"vs/editor/browser/editorExtensions",
|
|
2708
|
-
"vs/editor/common/editorContextKeys",
|
|
2709
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2710
|
-
"vs/editor/common/services/model",
|
|
2711
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2712
|
-
"vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
|
|
2713
|
-
"vs/base/browser/dom",
|
|
2714
|
-
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
|
|
2771
|
+
"vs/platform/log/common/log",
|
|
2772
|
+
"vs/base/common/network"
|
|
2715
2773
|
],
|
|
2716
|
-
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
|
|
2717
2774
|
"vs/editor/contrib/colorPicker/browser/colorDetector": [
|
|
2718
2775
|
"require",
|
|
2719
2776
|
"exports",
|
|
@@ -2769,56 +2826,26 @@
|
|
|
2769
2826
|
"require",
|
|
2770
2827
|
"exports"
|
|
2771
2828
|
],
|
|
2772
|
-
"vs/editor/browser/
|
|
2773
|
-
"require",
|
|
2774
|
-
"exports"
|
|
2775
|
-
],
|
|
2776
|
-
"vs/editor/contrib/codelens/browser/codelens": [
|
|
2829
|
+
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
|
|
2777
2830
|
"require",
|
|
2778
2831
|
"exports",
|
|
2779
|
-
"vs/base/common/cancellation",
|
|
2780
|
-
"vs/base/common/errors",
|
|
2781
2832
|
"vs/base/common/lifecycle",
|
|
2782
|
-
"vs/
|
|
2783
|
-
"vs/base/common/uri",
|
|
2784
|
-
"vs/editor/common/services/model",
|
|
2785
|
-
"vs/platform/commands/common/commands",
|
|
2786
|
-
"vs/editor/common/services/languageFeatures"
|
|
2787
|
-
],
|
|
2788
|
-
"vs/editor/contrib/codelens/browser/codeLensCache": [
|
|
2789
|
-
"require",
|
|
2790
|
-
"exports",
|
|
2791
|
-
"vs/base/common/event",
|
|
2792
|
-
"vs/base/common/map",
|
|
2793
|
-
"vs/editor/common/core/range",
|
|
2794
|
-
"vs/editor/contrib/codelens/browser/codelens",
|
|
2795
|
-
"vs/platform/instantiation/common/extensions",
|
|
2833
|
+
"vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
|
|
2796
2834
|
"vs/platform/instantiation/common/instantiation",
|
|
2797
|
-
"vs/
|
|
2798
|
-
"vs/
|
|
2799
|
-
"vs/base/
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2835
|
+
"vs/editor/contrib/hover/browser/contentHoverStatusBar",
|
|
2836
|
+
"vs/platform/keybinding/common/keybinding",
|
|
2837
|
+
"vs/base/common/event",
|
|
2838
|
+
"vs/editor/common/services/languageFeatures",
|
|
2839
|
+
"vs/editor/browser/editorExtensions",
|
|
2840
|
+
"vs/editor/common/editorContextKeys",
|
|
2841
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2842
|
+
"vs/editor/common/services/model",
|
|
2843
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2844
|
+
"vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
|
|
2804
2845
|
"vs/base/browser/dom",
|
|
2805
|
-
"vs/
|
|
2806
|
-
"vs/editor/common/core/range",
|
|
2807
|
-
"vs/editor/common/model/textModel",
|
|
2808
|
-
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
|
|
2809
|
-
],
|
|
2810
|
-
"vs/editor/common/services/languageFeatureDebounce": [
|
|
2811
|
-
"require",
|
|
2812
|
-
"exports",
|
|
2813
|
-
"vs/base/common/hash",
|
|
2814
|
-
"vs/base/common/map",
|
|
2815
|
-
"vs/base/common/numbers",
|
|
2816
|
-
"vs/platform/environment/common/environment",
|
|
2817
|
-
"vs/platform/instantiation/common/extensions",
|
|
2818
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2819
|
-
"vs/platform/log/common/log",
|
|
2820
|
-
"vs/base/common/network"
|
|
2846
|
+
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
|
|
2821
2847
|
],
|
|
2848
|
+
"vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
|
|
2822
2849
|
"vs/editor/contrib/comment/browser/blockCommentCommand": [
|
|
2823
2850
|
"require",
|
|
2824
2851
|
"exports",
|
|
@@ -3133,48 +3160,6 @@
|
|
|
3133
3160
|
"vs/base/common/codicons"
|
|
3134
3161
|
],
|
|
3135
3162
|
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
|
|
3136
|
-
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
3137
|
-
"require",
|
|
3138
|
-
"exports",
|
|
3139
|
-
"vs/base/common/event",
|
|
3140
|
-
"vs/base/common/lifecycle",
|
|
3141
|
-
"vs/base/common/platform"
|
|
3142
|
-
],
|
|
3143
|
-
"vs/editor/contrib/peekView/browser/peekView": [
|
|
3144
|
-
"require",
|
|
3145
|
-
"exports",
|
|
3146
|
-
"vs/base/browser/dom",
|
|
3147
|
-
"vs/base/browser/ui/actionbar/actionbar",
|
|
3148
|
-
"vs/base/common/actions",
|
|
3149
|
-
"vs/base/common/codicons",
|
|
3150
|
-
"vs/base/common/themables",
|
|
3151
|
-
"vs/base/common/color",
|
|
3152
|
-
"vs/base/common/event",
|
|
3153
|
-
"vs/base/common/objects",
|
|
3154
|
-
"vs/editor/browser/editorExtensions",
|
|
3155
|
-
"vs/editor/browser/services/codeEditorService",
|
|
3156
|
-
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
3157
|
-
"vs/editor/contrib/zoneWidget/browser/zoneWidget",
|
|
3158
|
-
"vs/nls",
|
|
3159
|
-
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
3160
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3161
|
-
"vs/platform/instantiation/common/extensions",
|
|
3162
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3163
|
-
"vs/platform/theme/common/colorRegistry",
|
|
3164
|
-
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
|
|
3165
|
-
],
|
|
3166
|
-
"vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
|
|
3167
|
-
"require",
|
|
3168
|
-
"exports",
|
|
3169
|
-
"vs/base/common/arrays",
|
|
3170
|
-
"vs/base/common/cancellation",
|
|
3171
|
-
"vs/base/common/errors",
|
|
3172
|
-
"vs/base/common/network",
|
|
3173
|
-
"vs/editor/browser/editorExtensions",
|
|
3174
|
-
"vs/editor/common/services/languageFeatures",
|
|
3175
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel"
|
|
3176
|
-
],
|
|
3177
|
-
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
3178
3163
|
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
|
|
3179
3164
|
"require",
|
|
3180
3165
|
"exports",
|
|
@@ -3237,6 +3222,40 @@
|
|
|
3237
3222
|
"vs/base/browser/dom",
|
|
3238
3223
|
"vs/css!vs/editor/contrib/message/browser/messageController"
|
|
3239
3224
|
],
|
|
3225
|
+
"vs/editor/contrib/peekView/browser/peekView": [
|
|
3226
|
+
"require",
|
|
3227
|
+
"exports",
|
|
3228
|
+
"vs/base/browser/dom",
|
|
3229
|
+
"vs/base/browser/ui/actionbar/actionbar",
|
|
3230
|
+
"vs/base/common/actions",
|
|
3231
|
+
"vs/base/common/codicons",
|
|
3232
|
+
"vs/base/common/themables",
|
|
3233
|
+
"vs/base/common/color",
|
|
3234
|
+
"vs/base/common/event",
|
|
3235
|
+
"vs/base/common/objects",
|
|
3236
|
+
"vs/editor/browser/editorExtensions",
|
|
3237
|
+
"vs/editor/browser/services/codeEditorService",
|
|
3238
|
+
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
3239
|
+
"vs/editor/contrib/zoneWidget/browser/zoneWidget",
|
|
3240
|
+
"vs/nls",
|
|
3241
|
+
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
3242
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3243
|
+
"vs/platform/instantiation/common/extensions",
|
|
3244
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3245
|
+
"vs/platform/theme/common/colorRegistry",
|
|
3246
|
+
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
|
|
3247
|
+
],
|
|
3248
|
+
"vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
|
|
3249
|
+
"require",
|
|
3250
|
+
"exports",
|
|
3251
|
+
"vs/base/common/arrays",
|
|
3252
|
+
"vs/base/common/cancellation",
|
|
3253
|
+
"vs/base/common/errors",
|
|
3254
|
+
"vs/base/common/network",
|
|
3255
|
+
"vs/editor/browser/editorExtensions",
|
|
3256
|
+
"vs/editor/common/services/languageFeatures",
|
|
3257
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel"
|
|
3258
|
+
],
|
|
3240
3259
|
"vs/platform/contextkey/common/contextkeys": [
|
|
3241
3260
|
"require",
|
|
3242
3261
|
"exports",
|
|
@@ -3244,6 +3263,14 @@
|
|
|
3244
3263
|
"vs/nls",
|
|
3245
3264
|
"vs/platform/contextkey/common/contextkey"
|
|
3246
3265
|
],
|
|
3266
|
+
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
3267
|
+
"require",
|
|
3268
|
+
"exports",
|
|
3269
|
+
"vs/base/common/event",
|
|
3270
|
+
"vs/base/common/lifecycle",
|
|
3271
|
+
"vs/base/common/platform"
|
|
3272
|
+
],
|
|
3273
|
+
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
3247
3274
|
"vs/editor/contrib/gotoError/browser/markerNavigationService": [
|
|
3248
3275
|
"require",
|
|
3249
3276
|
"exports",
|
|
@@ -3409,12 +3436,6 @@
|
|
|
3409
3436
|
"exports",
|
|
3410
3437
|
"vs/editor/common/encodedTokenAttributes"
|
|
3411
3438
|
],
|
|
3412
|
-
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
|
|
3413
|
-
"require",
|
|
3414
|
-
"exports",
|
|
3415
|
-
"vs/editor/common/core/selection"
|
|
3416
|
-
],
|
|
3417
|
-
"vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
|
|
3418
3439
|
"vs/editor/contrib/inlayHints/browser/inlayHintsController": [
|
|
3419
3440
|
"require",
|
|
3420
3441
|
"exports",
|
|
@@ -3472,6 +3493,38 @@
|
|
|
3472
3493
|
"vs/platform/hover/browser/hover",
|
|
3473
3494
|
"vs/platform/commands/common/commands"
|
|
3474
3495
|
],
|
|
3496
|
+
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
|
|
3497
|
+
"require",
|
|
3498
|
+
"exports",
|
|
3499
|
+
"vs/editor/common/core/selection"
|
|
3500
|
+
],
|
|
3501
|
+
"vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
|
|
3502
|
+
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3503
|
+
"vs/base/common/resources": [
|
|
3504
|
+
"require",
|
|
3505
|
+
"exports",
|
|
3506
|
+
"vs/base/common/extpath",
|
|
3507
|
+
"vs/base/common/network",
|
|
3508
|
+
"vs/base/common/path",
|
|
3509
|
+
"vs/base/common/platform",
|
|
3510
|
+
"vs/base/common/strings",
|
|
3511
|
+
"vs/base/common/uri"
|
|
3512
|
+
],
|
|
3513
|
+
"vs/editor/contrib/links/browser/getLinks": [
|
|
3514
|
+
"require",
|
|
3515
|
+
"exports",
|
|
3516
|
+
"vs/base/common/arrays",
|
|
3517
|
+
"vs/base/common/cancellation",
|
|
3518
|
+
"vs/base/common/errors",
|
|
3519
|
+
"vs/base/common/lifecycle",
|
|
3520
|
+
"vs/base/common/types",
|
|
3521
|
+
"vs/base/common/uri",
|
|
3522
|
+
"vs/editor/common/core/range",
|
|
3523
|
+
"vs/editor/common/services/model",
|
|
3524
|
+
"vs/platform/commands/common/commands",
|
|
3525
|
+
"vs/editor/common/services/languageFeatures"
|
|
3526
|
+
],
|
|
3527
|
+
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3475
3528
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
|
3476
3529
|
"require",
|
|
3477
3530
|
"exports",
|
|
@@ -3509,32 +3562,6 @@
|
|
|
3509
3562
|
"vs/editor/common/core/editOperation",
|
|
3510
3563
|
"vs/editor/common/core/range"
|
|
3511
3564
|
],
|
|
3512
|
-
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3513
|
-
"vs/base/common/resources": [
|
|
3514
|
-
"require",
|
|
3515
|
-
"exports",
|
|
3516
|
-
"vs/base/common/extpath",
|
|
3517
|
-
"vs/base/common/network",
|
|
3518
|
-
"vs/base/common/path",
|
|
3519
|
-
"vs/base/common/platform",
|
|
3520
|
-
"vs/base/common/strings",
|
|
3521
|
-
"vs/base/common/uri"
|
|
3522
|
-
],
|
|
3523
|
-
"vs/editor/contrib/links/browser/getLinks": [
|
|
3524
|
-
"require",
|
|
3525
|
-
"exports",
|
|
3526
|
-
"vs/base/common/arrays",
|
|
3527
|
-
"vs/base/common/cancellation",
|
|
3528
|
-
"vs/base/common/errors",
|
|
3529
|
-
"vs/base/common/lifecycle",
|
|
3530
|
-
"vs/base/common/types",
|
|
3531
|
-
"vs/base/common/uri",
|
|
3532
|
-
"vs/editor/common/core/range",
|
|
3533
|
-
"vs/editor/common/services/model",
|
|
3534
|
-
"vs/platform/commands/common/commands",
|
|
3535
|
-
"vs/editor/common/services/languageFeatures"
|
|
3536
|
-
],
|
|
3537
|
-
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3538
3565
|
"vs/editor/contrib/inlineEdit/browser/commands": [
|
|
3539
3566
|
"require",
|
|
3540
3567
|
"exports",
|
|
@@ -3578,6 +3605,51 @@
|
|
|
3578
3605
|
"vs/platform/configuration/common/configuration",
|
|
3579
3606
|
"vs/base/common/errors"
|
|
3580
3607
|
],
|
|
3608
|
+
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
|
|
3609
|
+
"require",
|
|
3610
|
+
"exports",
|
|
3611
|
+
"vs/editor/common/model",
|
|
3612
|
+
"vs/editor/common/model/textModel",
|
|
3613
|
+
"vs/editor/common/languages",
|
|
3614
|
+
"vs/nls",
|
|
3615
|
+
"vs/platform/theme/common/colorRegistry",
|
|
3616
|
+
"vs/platform/theme/common/themeService",
|
|
3617
|
+
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
|
|
3618
|
+
],
|
|
3619
|
+
"vs/editor/contrib/inlineEdits/browser/commands": [
|
|
3620
|
+
"require",
|
|
3621
|
+
"exports",
|
|
3622
|
+
"vs/base/common/codicons",
|
|
3623
|
+
"vs/base/common/observable",
|
|
3624
|
+
"vs/base/common/observableInternal/base",
|
|
3625
|
+
"vs/editor/browser/editorExtensions",
|
|
3626
|
+
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
3627
|
+
"vs/editor/common/editorContextKeys",
|
|
3628
|
+
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3629
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsController",
|
|
3630
|
+
"vs/nls",
|
|
3631
|
+
"vs/platform/actions/common/actions",
|
|
3632
|
+
"vs/platform/contextkey/common/contextkey"
|
|
3633
|
+
],
|
|
3634
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
|
|
3635
|
+
"require",
|
|
3636
|
+
"exports",
|
|
3637
|
+
"vs/base/common/lifecycle",
|
|
3638
|
+
"vs/base/common/observable",
|
|
3639
|
+
"vs/base/common/observableInternal/derived",
|
|
3640
|
+
"vs/editor/browser/observableCodeEditor",
|
|
3641
|
+
"vs/base/common/hotReloadHelpers",
|
|
3642
|
+
"vs/editor/common/core/selection",
|
|
3643
|
+
"vs/editor/common/services/languageFeatureDebounce",
|
|
3644
|
+
"vs/editor/common/services/languageFeatures",
|
|
3645
|
+
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3646
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
|
|
3647
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
|
|
3648
|
+
"vs/platform/configuration/common/configuration",
|
|
3649
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3650
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3651
|
+
"vs/platform/observable/common/platformObservableUtils"
|
|
3652
|
+
],
|
|
3581
3653
|
"vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
|
|
3582
3654
|
"require",
|
|
3583
3655
|
"exports",
|
|
@@ -3627,51 +3699,6 @@
|
|
|
3627
3699
|
"vs/platform/telemetry/common/telemetry",
|
|
3628
3700
|
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
|
|
3629
3701
|
],
|
|
3630
|
-
"vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
|
|
3631
|
-
"require",
|
|
3632
|
-
"exports",
|
|
3633
|
-
"vs/editor/common/model",
|
|
3634
|
-
"vs/editor/common/model/textModel",
|
|
3635
|
-
"vs/editor/common/languages",
|
|
3636
|
-
"vs/nls",
|
|
3637
|
-
"vs/platform/theme/common/colorRegistry",
|
|
3638
|
-
"vs/platform/theme/common/themeService",
|
|
3639
|
-
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
|
|
3640
|
-
],
|
|
3641
|
-
"vs/editor/contrib/inlineEdits/browser/commands": [
|
|
3642
|
-
"require",
|
|
3643
|
-
"exports",
|
|
3644
|
-
"vs/base/common/codicons",
|
|
3645
|
-
"vs/base/common/observable",
|
|
3646
|
-
"vs/base/common/observableInternal/base",
|
|
3647
|
-
"vs/editor/browser/editorExtensions",
|
|
3648
|
-
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
3649
|
-
"vs/editor/common/editorContextKeys",
|
|
3650
|
-
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3651
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsController",
|
|
3652
|
-
"vs/nls",
|
|
3653
|
-
"vs/platform/actions/common/actions",
|
|
3654
|
-
"vs/platform/contextkey/common/contextkey"
|
|
3655
|
-
],
|
|
3656
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
|
|
3657
|
-
"require",
|
|
3658
|
-
"exports",
|
|
3659
|
-
"vs/base/common/lifecycle",
|
|
3660
|
-
"vs/base/common/observable",
|
|
3661
|
-
"vs/base/common/observableInternal/derived",
|
|
3662
|
-
"vs/editor/browser/observableCodeEditor",
|
|
3663
|
-
"vs/base/common/hotReloadHelpers",
|
|
3664
|
-
"vs/editor/common/core/selection",
|
|
3665
|
-
"vs/editor/common/services/languageFeatureDebounce",
|
|
3666
|
-
"vs/editor/common/services/languageFeatures",
|
|
3667
|
-
"vs/editor/contrib/inlineEdits/browser/consts",
|
|
3668
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
|
|
3669
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
|
|
3670
|
-
"vs/platform/configuration/common/configuration",
|
|
3671
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3672
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3673
|
-
"vs/platform/observable/common/platformObservableUtils"
|
|
3674
|
-
],
|
|
3675
3702
|
"vs/platform/theme/common/colorUtils": [
|
|
3676
3703
|
"require",
|
|
3677
3704
|
"exports",
|
|
@@ -4075,39 +4102,20 @@
|
|
|
4075
4102
|
],
|
|
4076
4103
|
"vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
|
|
4077
4104
|
"vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
|
|
4078
|
-
"vs/base/browser/canIUse": [
|
|
4079
|
-
"require",
|
|
4080
|
-
"exports",
|
|
4081
|
-
"vs/base/browser/browser",
|
|
4082
|
-
"vs/base/browser/window",
|
|
4083
|
-
"vs/base/common/platform"
|
|
4084
|
-
],
|
|
4085
|
-
"vs/base/browser/keyboardEvent": [
|
|
4086
|
-
"require",
|
|
4087
|
-
"exports",
|
|
4088
|
-
"vs/base/browser/browser",
|
|
4089
|
-
"vs/base/common/keyCodes",
|
|
4090
|
-
"vs/base/common/keybindings",
|
|
4091
|
-
"vs/base/common/platform"
|
|
4092
|
-
],
|
|
4093
|
-
"vs/base/browser/mouseEvent": [
|
|
4094
|
-
"require",
|
|
4095
|
-
"exports",
|
|
4096
|
-
"vs/base/browser/browser",
|
|
4097
|
-
"vs/base/browser/iframe",
|
|
4098
|
-
"vs/base/common/platform"
|
|
4099
|
-
],
|
|
4100
|
-
"vs/base/browser/dompurify/dompurify": [
|
|
4101
|
-
"require",
|
|
4102
|
-
"exports",
|
|
4103
|
-
"module"
|
|
4104
|
-
],
|
|
4105
4105
|
"vs/editor/common/tokenizationRegistry": [
|
|
4106
4106
|
"require",
|
|
4107
4107
|
"exports",
|
|
4108
4108
|
"vs/base/common/event",
|
|
4109
4109
|
"vs/base/common/lifecycle"
|
|
4110
4110
|
],
|
|
4111
|
+
"vs/base/common/fuzzyScorer": [
|
|
4112
|
+
"require",
|
|
4113
|
+
"exports",
|
|
4114
|
+
"vs/base/common/filters",
|
|
4115
|
+
"vs/base/common/path",
|
|
4116
|
+
"vs/base/common/platform",
|
|
4117
|
+
"vs/base/common/strings"
|
|
4118
|
+
],
|
|
4111
4119
|
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
|
|
4112
4120
|
"require",
|
|
4113
4121
|
"exports",
|
|
@@ -4119,22 +4127,47 @@
|
|
|
4119
4127
|
"vs/platform/theme/common/themeService",
|
|
4120
4128
|
"vs/base/browser/ui/aria/aria"
|
|
4121
4129
|
],
|
|
4122
|
-
"vs/base/common/
|
|
4130
|
+
"vs/base/common/arraysFind": [
|
|
4131
|
+
"require",
|
|
4132
|
+
"exports"
|
|
4133
|
+
],
|
|
4134
|
+
"vs/platform/instantiation/common/extensions": [
|
|
4135
|
+
"require",
|
|
4136
|
+
"exports",
|
|
4137
|
+
"vs/platform/instantiation/common/descriptors"
|
|
4138
|
+
],
|
|
4139
|
+
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
|
|
4140
|
+
"vs/base/common/iconLabels": [
|
|
4123
4141
|
"require",
|
|
4124
4142
|
"exports",
|
|
4125
4143
|
"vs/base/common/filters",
|
|
4126
|
-
"vs/base/common/
|
|
4127
|
-
"vs/base/common/
|
|
4128
|
-
"vs/base/common/strings"
|
|
4144
|
+
"vs/base/common/strings",
|
|
4145
|
+
"vs/base/common/themables"
|
|
4129
4146
|
],
|
|
4130
|
-
"vs/
|
|
4147
|
+
"vs/platform/action/common/action": [
|
|
4131
4148
|
"require",
|
|
4132
4149
|
"exports"
|
|
4133
4150
|
],
|
|
4134
|
-
"vs/platform/
|
|
4151
|
+
"vs/platform/quickinput/browser/commandsQuickAccess": [
|
|
4135
4152
|
"require",
|
|
4136
4153
|
"exports",
|
|
4137
|
-
"vs/
|
|
4154
|
+
"vs/base/common/errorMessage",
|
|
4155
|
+
"vs/base/common/errors",
|
|
4156
|
+
"vs/base/common/filters",
|
|
4157
|
+
"vs/base/common/functional",
|
|
4158
|
+
"vs/base/common/lifecycle",
|
|
4159
|
+
"vs/base/common/map",
|
|
4160
|
+
"vs/base/common/tfIdf",
|
|
4161
|
+
"vs/nls",
|
|
4162
|
+
"vs/platform/commands/common/commands",
|
|
4163
|
+
"vs/platform/configuration/common/configuration",
|
|
4164
|
+
"vs/platform/dialogs/common/dialogs",
|
|
4165
|
+
"vs/platform/instantiation/common/instantiation",
|
|
4166
|
+
"vs/platform/keybinding/common/keybinding",
|
|
4167
|
+
"vs/platform/log/common/log",
|
|
4168
|
+
"vs/platform/quickinput/browser/pickerQuickAccess",
|
|
4169
|
+
"vs/platform/storage/common/storage",
|
|
4170
|
+
"vs/platform/telemetry/common/telemetry"
|
|
4138
4171
|
],
|
|
4139
4172
|
"vs/platform/list/browser/listService": [
|
|
4140
4173
|
"require",
|
|
@@ -4189,58 +4222,20 @@
|
|
|
4189
4222
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel",
|
|
4190
4223
|
"vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
|
|
4191
4224
|
],
|
|
4192
|
-
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
|
|
4193
|
-
"vs/platform/contextkey/common/scanner": [
|
|
4194
|
-
"require",
|
|
4195
|
-
"exports",
|
|
4196
|
-
"vs/base/common/errors",
|
|
4197
|
-
"vs/nls"
|
|
4198
|
-
],
|
|
4199
|
-
"vs/base/common/severity": [
|
|
4200
|
-
"require",
|
|
4201
|
-
"exports",
|
|
4202
|
-
"vs/base/common/strings"
|
|
4203
|
-
],
|
|
4204
4225
|
"vs/base/parts/storage/common/storage": [
|
|
4205
4226
|
"require",
|
|
4206
4227
|
"exports",
|
|
4207
4228
|
"vs/base/common/async",
|
|
4208
4229
|
"vs/base/common/event",
|
|
4209
4230
|
"vs/base/common/lifecycle",
|
|
4210
|
-
"vs/base/common/marshalling",
|
|
4211
|
-
"vs/base/common/types"
|
|
4212
|
-
],
|
|
4213
|
-
"vs/base/common/iconLabels": [
|
|
4214
|
-
"require",
|
|
4215
|
-
"exports",
|
|
4216
|
-
"vs/base/common/filters",
|
|
4217
|
-
"vs/base/common/strings",
|
|
4218
|
-
"vs/base/common/themables"
|
|
4219
|
-
],
|
|
4220
|
-
"vs/platform/action/common/action": [
|
|
4221
|
-
"require",
|
|
4222
|
-
"exports"
|
|
4231
|
+
"vs/base/common/marshalling",
|
|
4232
|
+
"vs/base/common/types"
|
|
4223
4233
|
],
|
|
4224
|
-
"vs/platform/
|
|
4234
|
+
"vs/platform/contextkey/common/scanner": [
|
|
4225
4235
|
"require",
|
|
4226
4236
|
"exports",
|
|
4227
|
-
"vs/base/common/errorMessage",
|
|
4228
4237
|
"vs/base/common/errors",
|
|
4229
|
-
"vs/
|
|
4230
|
-
"vs/base/common/functional",
|
|
4231
|
-
"vs/base/common/lifecycle",
|
|
4232
|
-
"vs/base/common/map",
|
|
4233
|
-
"vs/base/common/tfIdf",
|
|
4234
|
-
"vs/nls",
|
|
4235
|
-
"vs/platform/commands/common/commands",
|
|
4236
|
-
"vs/platform/configuration/common/configuration",
|
|
4237
|
-
"vs/platform/dialogs/common/dialogs",
|
|
4238
|
-
"vs/platform/instantiation/common/instantiation",
|
|
4239
|
-
"vs/platform/keybinding/common/keybinding",
|
|
4240
|
-
"vs/platform/log/common/log",
|
|
4241
|
-
"vs/platform/quickinput/browser/pickerQuickAccess",
|
|
4242
|
-
"vs/platform/storage/common/storage",
|
|
4243
|
-
"vs/platform/telemetry/common/telemetry"
|
|
4238
|
+
"vs/nls"
|
|
4244
4239
|
],
|
|
4245
4240
|
"vs/editor/common/languages/supports/tokenization": [
|
|
4246
4241
|
"require",
|
|
@@ -4262,6 +4257,11 @@
|
|
|
4262
4257
|
"vs/base/common/themables",
|
|
4263
4258
|
"vs/platform/theme/common/iconRegistry"
|
|
4264
4259
|
],
|
|
4260
|
+
"vs/base/common/severity": [
|
|
4261
|
+
"require",
|
|
4262
|
+
"exports",
|
|
4263
|
+
"vs/base/common/strings"
|
|
4264
|
+
],
|
|
4265
4265
|
"vs/base/common/process": [
|
|
4266
4266
|
"require",
|
|
4267
4267
|
"exports",
|
|
@@ -4271,6 +4271,19 @@
|
|
|
4271
4271
|
"require",
|
|
4272
4272
|
"exports"
|
|
4273
4273
|
],
|
|
4274
|
+
"vs/editor/common/diff/linesDiffComputer": [
|
|
4275
|
+
"require",
|
|
4276
|
+
"exports"
|
|
4277
|
+
],
|
|
4278
|
+
"vs/editor/common/diff/rangeMapping": [
|
|
4279
|
+
"require",
|
|
4280
|
+
"exports",
|
|
4281
|
+
"vs/base/common/errors",
|
|
4282
|
+
"vs/editor/common/core/lineRange",
|
|
4283
|
+
"vs/editor/common/core/position",
|
|
4284
|
+
"vs/editor/common/core/range",
|
|
4285
|
+
"vs/editor/common/core/textEdit"
|
|
4286
|
+
],
|
|
4274
4287
|
"vs/editor/common/core/lineRange": [
|
|
4275
4288
|
"require",
|
|
4276
4289
|
"exports",
|
|
@@ -4338,19 +4351,6 @@
|
|
|
4338
4351
|
"vs/editor/common/core/range",
|
|
4339
4352
|
"vs/editor/common/diff/defaultLinesDiffComputer/utils"
|
|
4340
4353
|
],
|
|
4341
|
-
"vs/editor/common/diff/linesDiffComputer": [
|
|
4342
|
-
"require",
|
|
4343
|
-
"exports"
|
|
4344
|
-
],
|
|
4345
|
-
"vs/editor/common/diff/rangeMapping": [
|
|
4346
|
-
"require",
|
|
4347
|
-
"exports",
|
|
4348
|
-
"vs/base/common/errors",
|
|
4349
|
-
"vs/editor/common/core/lineRange",
|
|
4350
|
-
"vs/editor/common/core/position",
|
|
4351
|
-
"vs/editor/common/core/range",
|
|
4352
|
-
"vs/editor/common/core/textEdit"
|
|
4353
|
-
],
|
|
4354
4354
|
"vs/base/browser/pixelRatio": [
|
|
4355
4355
|
"require",
|
|
4356
4356
|
"exports",
|
|
@@ -4899,231 +4899,47 @@
|
|
|
4899
4899
|
"vs/platform/instantiation/common/extensions",
|
|
4900
4900
|
"vs/nls"
|
|
4901
4901
|
],
|
|
4902
|
-
"vs/
|
|
4903
|
-
"vs/editor/common/languages/supports": [
|
|
4902
|
+
"vs/base/browser/iframe": [
|
|
4904
4903
|
"require",
|
|
4905
4904
|
"exports"
|
|
4906
4905
|
],
|
|
4907
|
-
"vs/editor/common/core/indentation": [
|
|
4908
|
-
"require",
|
|
4909
|
-
"exports",
|
|
4910
|
-
"vs/base/common/strings",
|
|
4911
|
-
"vs/editor/common/core/cursorColumns"
|
|
4912
|
-
],
|
|
4913
|
-
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
4914
|
-
"require",
|
|
4915
|
-
"exports",
|
|
4916
|
-
"vs/editor/common/core/range",
|
|
4917
|
-
"vs/editor/common/core/selection"
|
|
4918
|
-
],
|
|
4919
|
-
"vs/editor/common/languages/enterAction": [
|
|
4920
|
-
"require",
|
|
4921
|
-
"exports",
|
|
4922
|
-
"vs/editor/common/languages/languageConfiguration",
|
|
4923
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4924
|
-
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
4925
|
-
],
|
|
4926
|
-
"vs/base/common/codiconsUtil": [
|
|
4927
|
-
"require",
|
|
4928
|
-
"exports",
|
|
4929
|
-
"vs/base/common/types"
|
|
4930
|
-
],
|
|
4931
|
-
"vs/base/common/codiconsLibrary": [
|
|
4932
|
-
"require",
|
|
4933
|
-
"exports",
|
|
4934
|
-
"vs/base/common/codiconsUtil"
|
|
4935
|
-
],
|
|
4936
4906
|
"vs/base/common/symbols": [
|
|
4937
4907
|
"require",
|
|
4938
4908
|
"exports"
|
|
4939
4909
|
],
|
|
4940
|
-
"vs/
|
|
4941
|
-
|
|
4942
|
-
"exports",
|
|
4943
|
-
"vs/nls",
|
|
4944
|
-
"vs/base/common/color",
|
|
4945
|
-
"vs/platform/theme/common/colorUtils"
|
|
4946
|
-
],
|
|
4947
|
-
"vs/platform/theme/common/colors/chartsColors": [
|
|
4948
|
-
"require",
|
|
4949
|
-
"exports",
|
|
4950
|
-
"vs/nls",
|
|
4951
|
-
"vs/platform/theme/common/colorUtils",
|
|
4952
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
4953
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
4954
|
-
"vs/platform/theme/common/colors/minimapColors"
|
|
4955
|
-
],
|
|
4956
|
-
"vs/platform/theme/common/colors/editorColors": [
|
|
4957
|
-
"require",
|
|
4958
|
-
"exports",
|
|
4959
|
-
"vs/nls",
|
|
4960
|
-
"vs/base/common/color",
|
|
4961
|
-
"vs/platform/theme/common/colorUtils",
|
|
4962
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
4963
|
-
"vs/platform/theme/common/colors/miscColors"
|
|
4964
|
-
],
|
|
4965
|
-
"vs/platform/theme/common/colors/inputColors": [
|
|
4966
|
-
"require",
|
|
4967
|
-
"exports",
|
|
4968
|
-
"vs/nls",
|
|
4969
|
-
"vs/base/common/color",
|
|
4970
|
-
"vs/platform/theme/common/colorUtils",
|
|
4971
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
4972
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
4973
|
-
],
|
|
4974
|
-
"vs/platform/theme/common/colors/listColors": [
|
|
4975
|
-
"require",
|
|
4976
|
-
"exports",
|
|
4977
|
-
"vs/nls",
|
|
4978
|
-
"vs/base/common/color",
|
|
4979
|
-
"vs/platform/theme/common/colorUtils",
|
|
4980
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
4981
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
4982
|
-
],
|
|
4983
|
-
"vs/platform/theme/common/colors/menuColors": [
|
|
4984
|
-
"require",
|
|
4985
|
-
"exports",
|
|
4986
|
-
"vs/nls",
|
|
4987
|
-
"vs/platform/theme/common/colorUtils",
|
|
4988
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
4989
|
-
"vs/platform/theme/common/colors/inputColors",
|
|
4990
|
-
"vs/platform/theme/common/colors/listColors"
|
|
4991
|
-
],
|
|
4992
|
-
"vs/platform/theme/common/colors/minimapColors": [
|
|
4993
|
-
"require",
|
|
4994
|
-
"exports",
|
|
4995
|
-
"vs/nls",
|
|
4996
|
-
"vs/base/common/color",
|
|
4997
|
-
"vs/platform/theme/common/colorUtils",
|
|
4998
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
4999
|
-
"vs/platform/theme/common/colors/miscColors"
|
|
5000
|
-
],
|
|
5001
|
-
"vs/platform/theme/common/colors/miscColors": [
|
|
5002
|
-
"require",
|
|
5003
|
-
"exports",
|
|
5004
|
-
"vs/nls",
|
|
5005
|
-
"vs/base/common/color",
|
|
5006
|
-
"vs/platform/theme/common/colorUtils",
|
|
5007
|
-
"vs/platform/theme/common/colors/baseColors"
|
|
5008
|
-
],
|
|
5009
|
-
"vs/platform/theme/common/colors/quickpickColors": [
|
|
5010
|
-
"require",
|
|
5011
|
-
"exports",
|
|
5012
|
-
"vs/nls",
|
|
5013
|
-
"vs/base/common/color",
|
|
5014
|
-
"vs/platform/theme/common/colorUtils",
|
|
5015
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
5016
|
-
"vs/platform/theme/common/colors/listColors"
|
|
5017
|
-
],
|
|
5018
|
-
"vs/platform/theme/common/colors/searchColors": [
|
|
5019
|
-
"require",
|
|
5020
|
-
"exports",
|
|
5021
|
-
"vs/nls",
|
|
5022
|
-
"vs/platform/theme/common/colorUtils",
|
|
5023
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5024
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
5025
|
-
],
|
|
5026
|
-
"vs/editor/common/core/eolCounter": [
|
|
4910
|
+
"vs/css!vs/base/browser/ui/aria/aria": [],
|
|
4911
|
+
"vs/editor/common/languages/supports": [
|
|
5027
4912
|
"require",
|
|
5028
4913
|
"exports"
|
|
5029
4914
|
],
|
|
5030
|
-
"vs/editor/common/
|
|
5031
|
-
"require",
|
|
5032
|
-
"exports",
|
|
5033
|
-
"vs/base/common/arrays",
|
|
5034
|
-
"vs/base/common/event",
|
|
5035
|
-
"vs/base/common/lifecycle",
|
|
5036
|
-
"vs/editor/common/core/range",
|
|
5037
|
-
"vs/editor/common/languages/supports",
|
|
5038
|
-
"vs/editor/common/languages/supports/richEditBrackets",
|
|
5039
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
|
|
5040
|
-
],
|
|
5041
|
-
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
|
|
5042
|
-
"require",
|
|
5043
|
-
"exports",
|
|
5044
|
-
"vs/base/common/event",
|
|
5045
|
-
"vs/base/common/lifecycle",
|
|
5046
|
-
"vs/editor/common/core/range",
|
|
5047
|
-
"vs/editor/common/core/editorColorRegistry",
|
|
5048
|
-
"vs/platform/theme/common/themeService"
|
|
5049
|
-
],
|
|
5050
|
-
"vs/editor/common/model/editStack": [
|
|
5051
|
-
"require",
|
|
5052
|
-
"exports",
|
|
5053
|
-
"vs/nls",
|
|
5054
|
-
"vs/base/common/errors",
|
|
5055
|
-
"vs/editor/common/core/selection",
|
|
5056
|
-
"vs/base/common/uri",
|
|
5057
|
-
"vs/editor/common/core/textChange",
|
|
5058
|
-
"vs/base/common/buffer",
|
|
5059
|
-
"vs/base/common/resources"
|
|
5060
|
-
],
|
|
5061
|
-
"vs/editor/common/model/guidesTextModelPart": [
|
|
4915
|
+
"vs/editor/common/core/indentation": [
|
|
5062
4916
|
"require",
|
|
5063
4917
|
"exports",
|
|
5064
|
-
"vs/base/common/arraysFind",
|
|
5065
4918
|
"vs/base/common/strings",
|
|
5066
|
-
"vs/editor/common/core/cursorColumns"
|
|
5067
|
-
"vs/editor/common/core/range",
|
|
5068
|
-
"vs/editor/common/model/textModelPart",
|
|
5069
|
-
"vs/editor/common/model/utils",
|
|
5070
|
-
"vs/editor/common/textModelGuides",
|
|
5071
|
-
"vs/base/common/errors"
|
|
5072
|
-
],
|
|
5073
|
-
"vs/editor/common/model/indentationGuesser": [
|
|
5074
|
-
"require",
|
|
5075
|
-
"exports"
|
|
5076
|
-
],
|
|
5077
|
-
"vs/editor/common/model/intervalTree": [
|
|
5078
|
-
"require",
|
|
5079
|
-
"exports"
|
|
4919
|
+
"vs/editor/common/core/cursorColumns"
|
|
5080
4920
|
],
|
|
5081
|
-
"vs/editor/common/
|
|
4921
|
+
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
5082
4922
|
"require",
|
|
5083
4923
|
"exports",
|
|
5084
|
-
"vs/base/common/event",
|
|
5085
|
-
"vs/base/common/strings",
|
|
5086
4924
|
"vs/editor/common/core/range",
|
|
5087
|
-
"vs/editor/common/
|
|
5088
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5089
|
-
"vs/editor/common/core/eolCounter",
|
|
5090
|
-
"vs/editor/common/core/textChange",
|
|
5091
|
-
"vs/base/common/lifecycle"
|
|
5092
|
-
],
|
|
5093
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
|
|
5094
|
-
"require",
|
|
5095
|
-
"exports",
|
|
5096
|
-
"vs/base/common/strings",
|
|
5097
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5098
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
|
|
4925
|
+
"vs/editor/common/core/selection"
|
|
5099
4926
|
],
|
|
5100
|
-
"vs/editor/common/
|
|
4927
|
+
"vs/editor/common/languages/enterAction": [
|
|
5101
4928
|
"require",
|
|
5102
4929
|
"exports",
|
|
5103
|
-
"vs/
|
|
5104
|
-
"vs/
|
|
5105
|
-
"vs/
|
|
5106
|
-
"vs/base/common/event",
|
|
5107
|
-
"vs/base/common/lifecycle",
|
|
5108
|
-
"vs/editor/common/core/eolCounter",
|
|
5109
|
-
"vs/editor/common/core/lineRange",
|
|
5110
|
-
"vs/editor/common/core/position",
|
|
5111
|
-
"vs/editor/common/core/wordHelper",
|
|
5112
|
-
"vs/editor/common/languages",
|
|
5113
|
-
"vs/editor/common/model/textModelPart",
|
|
5114
|
-
"vs/editor/common/model/textModelTokens",
|
|
5115
|
-
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
5116
|
-
"vs/editor/common/tokens/contiguousTokensStore",
|
|
5117
|
-
"vs/editor/common/tokens/sparseTokensStore"
|
|
4930
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
4931
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4932
|
+
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
5118
4933
|
],
|
|
5119
|
-
"vs/
|
|
4934
|
+
"vs/base/common/codiconsUtil": [
|
|
5120
4935
|
"require",
|
|
5121
|
-
"exports"
|
|
4936
|
+
"exports",
|
|
4937
|
+
"vs/base/common/types"
|
|
5122
4938
|
],
|
|
5123
|
-
"vs/
|
|
4939
|
+
"vs/base/common/codiconsLibrary": [
|
|
5124
4940
|
"require",
|
|
5125
4941
|
"exports",
|
|
5126
|
-
"vs/
|
|
4942
|
+
"vs/base/common/codiconsUtil"
|
|
5127
4943
|
],
|
|
5128
4944
|
"vs/base/browser/fastDomNode": [
|
|
5129
4945
|
"require",
|
|
@@ -5470,83 +5286,328 @@
|
|
|
5470
5286
|
"vs/editor/common/core/position",
|
|
5471
5287
|
"vs/editor/common/model"
|
|
5472
5288
|
],
|
|
5473
|
-
"vs/editor/common/
|
|
5289
|
+
"vs/editor/common/textModelEvents": [
|
|
5290
|
+
"require",
|
|
5291
|
+
"exports"
|
|
5292
|
+
],
|
|
5293
|
+
"vs/editor/common/core/eolCounter": [
|
|
5294
|
+
"require",
|
|
5295
|
+
"exports"
|
|
5296
|
+
],
|
|
5297
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
|
|
5298
|
+
"require",
|
|
5299
|
+
"exports",
|
|
5300
|
+
"vs/base/common/arrays",
|
|
5301
|
+
"vs/base/common/event",
|
|
5302
|
+
"vs/base/common/lifecycle",
|
|
5303
|
+
"vs/editor/common/core/range",
|
|
5304
|
+
"vs/editor/common/languages/supports",
|
|
5305
|
+
"vs/editor/common/languages/supports/richEditBrackets",
|
|
5306
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
|
|
5307
|
+
],
|
|
5308
|
+
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
|
|
5309
|
+
"require",
|
|
5310
|
+
"exports",
|
|
5311
|
+
"vs/base/common/event",
|
|
5312
|
+
"vs/base/common/lifecycle",
|
|
5313
|
+
"vs/editor/common/core/range",
|
|
5314
|
+
"vs/editor/common/core/editorColorRegistry",
|
|
5315
|
+
"vs/platform/theme/common/themeService"
|
|
5316
|
+
],
|
|
5317
|
+
"vs/editor/common/model/editStack": [
|
|
5318
|
+
"require",
|
|
5319
|
+
"exports",
|
|
5320
|
+
"vs/nls",
|
|
5321
|
+
"vs/base/common/errors",
|
|
5322
|
+
"vs/editor/common/core/selection",
|
|
5323
|
+
"vs/base/common/uri",
|
|
5324
|
+
"vs/editor/common/core/textChange",
|
|
5325
|
+
"vs/base/common/buffer",
|
|
5326
|
+
"vs/base/common/resources"
|
|
5327
|
+
],
|
|
5328
|
+
"vs/editor/common/model/guidesTextModelPart": [
|
|
5329
|
+
"require",
|
|
5330
|
+
"exports",
|
|
5331
|
+
"vs/base/common/arraysFind",
|
|
5332
|
+
"vs/base/common/strings",
|
|
5333
|
+
"vs/editor/common/core/cursorColumns",
|
|
5334
|
+
"vs/editor/common/core/range",
|
|
5335
|
+
"vs/editor/common/model/textModelPart",
|
|
5336
|
+
"vs/editor/common/model/utils",
|
|
5337
|
+
"vs/editor/common/textModelGuides",
|
|
5338
|
+
"vs/base/common/errors"
|
|
5339
|
+
],
|
|
5340
|
+
"vs/editor/common/model/indentationGuesser": [
|
|
5341
|
+
"require",
|
|
5342
|
+
"exports"
|
|
5343
|
+
],
|
|
5344
|
+
"vs/editor/common/model/intervalTree": [
|
|
5345
|
+
"require",
|
|
5346
|
+
"exports"
|
|
5347
|
+
],
|
|
5348
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
|
|
5349
|
+
"require",
|
|
5350
|
+
"exports",
|
|
5351
|
+
"vs/base/common/event",
|
|
5352
|
+
"vs/base/common/strings",
|
|
5353
|
+
"vs/editor/common/core/range",
|
|
5354
|
+
"vs/editor/common/model",
|
|
5355
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5356
|
+
"vs/editor/common/core/eolCounter",
|
|
5357
|
+
"vs/editor/common/core/textChange",
|
|
5358
|
+
"vs/base/common/lifecycle"
|
|
5359
|
+
],
|
|
5360
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
|
|
5361
|
+
"require",
|
|
5362
|
+
"exports",
|
|
5363
|
+
"vs/base/common/strings",
|
|
5364
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5365
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
|
|
5366
|
+
],
|
|
5367
|
+
"vs/editor/common/model/tokenizationTextModelPart": [
|
|
5368
|
+
"require",
|
|
5369
|
+
"exports",
|
|
5370
|
+
"vs/base/common/arrays",
|
|
5371
|
+
"vs/base/common/async",
|
|
5372
|
+
"vs/base/common/errors",
|
|
5373
|
+
"vs/base/common/event",
|
|
5374
|
+
"vs/base/common/lifecycle",
|
|
5375
|
+
"vs/editor/common/core/eolCounter",
|
|
5376
|
+
"vs/editor/common/core/lineRange",
|
|
5377
|
+
"vs/editor/common/core/position",
|
|
5378
|
+
"vs/editor/common/core/wordHelper",
|
|
5379
|
+
"vs/editor/common/languages",
|
|
5380
|
+
"vs/editor/common/model/textModelPart",
|
|
5381
|
+
"vs/editor/common/model/textModelTokens",
|
|
5382
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
5383
|
+
"vs/editor/common/tokens/contiguousTokensStore",
|
|
5384
|
+
"vs/editor/common/tokens/sparseTokensStore"
|
|
5385
|
+
],
|
|
5386
|
+
"vs/platform/undoRedo/common/undoRedo": [
|
|
5387
|
+
"require",
|
|
5388
|
+
"exports",
|
|
5389
|
+
"vs/platform/instantiation/common/instantiation"
|
|
5390
|
+
],
|
|
5391
|
+
"vs/editor/common/cursor/cursor": [
|
|
5392
|
+
"require",
|
|
5393
|
+
"exports",
|
|
5394
|
+
"vs/base/common/errors",
|
|
5395
|
+
"vs/base/common/strings",
|
|
5396
|
+
"vs/editor/common/cursor/cursorCollection",
|
|
5397
|
+
"vs/editor/common/cursorCommon",
|
|
5398
|
+
"vs/editor/common/cursor/cursorContext",
|
|
5399
|
+
"vs/editor/common/cursor/cursorDeleteOperations",
|
|
5400
|
+
"vs/editor/common/cursor/cursorTypeOperations",
|
|
5401
|
+
"vs/editor/common/cursor/cursorTypeEditOperations",
|
|
5402
|
+
"vs/editor/common/core/range",
|
|
5403
|
+
"vs/editor/common/core/selection",
|
|
5404
|
+
"vs/editor/common/textModelEvents",
|
|
5405
|
+
"vs/editor/common/viewEvents",
|
|
5406
|
+
"vs/base/common/lifecycle",
|
|
5407
|
+
"vs/editor/common/viewModelEventDispatcher"
|
|
5408
|
+
],
|
|
5409
|
+
"vs/editor/common/languages/textToHtmlTokenizer": [
|
|
5410
|
+
"require",
|
|
5411
|
+
"exports",
|
|
5412
|
+
"vs/base/common/strings",
|
|
5413
|
+
"vs/editor/common/tokens/lineTokens",
|
|
5414
|
+
"vs/editor/common/languages",
|
|
5415
|
+
"vs/editor/common/languages/nullTokenize"
|
|
5416
|
+
],
|
|
5417
|
+
"vs/editor/common/viewEvents": [
|
|
5418
|
+
"require",
|
|
5419
|
+
"exports"
|
|
5420
|
+
],
|
|
5421
|
+
"vs/editor/common/viewLayout/viewLayout": [
|
|
5422
|
+
"require",
|
|
5423
|
+
"exports",
|
|
5424
|
+
"vs/base/common/event",
|
|
5425
|
+
"vs/base/common/lifecycle",
|
|
5426
|
+
"vs/base/common/scrollable",
|
|
5427
|
+
"vs/editor/common/viewLayout/linesLayout",
|
|
5428
|
+
"vs/editor/common/viewModel",
|
|
5429
|
+
"vs/editor/common/viewModelEventDispatcher"
|
|
5430
|
+
],
|
|
5431
|
+
"vs/editor/common/viewModel/minimapTokensColorTracker": [
|
|
5432
|
+
"require",
|
|
5433
|
+
"exports",
|
|
5434
|
+
"vs/base/common/event",
|
|
5435
|
+
"vs/base/common/lifecycle",
|
|
5436
|
+
"vs/editor/common/core/rgba",
|
|
5437
|
+
"vs/editor/common/languages"
|
|
5438
|
+
],
|
|
5439
|
+
"vs/editor/common/viewModelEventDispatcher": [
|
|
5440
|
+
"require",
|
|
5441
|
+
"exports",
|
|
5442
|
+
"vs/base/common/event",
|
|
5443
|
+
"vs/base/common/lifecycle"
|
|
5444
|
+
],
|
|
5445
|
+
"vs/editor/common/viewModel/viewModelLines": [
|
|
5446
|
+
"require",
|
|
5447
|
+
"exports",
|
|
5448
|
+
"vs/base/common/arrays",
|
|
5449
|
+
"vs/editor/common/core/position",
|
|
5450
|
+
"vs/editor/common/core/range",
|
|
5451
|
+
"vs/editor/common/textModelGuides",
|
|
5452
|
+
"vs/editor/common/model/textModel",
|
|
5453
|
+
"vs/editor/common/textModelEvents",
|
|
5454
|
+
"vs/editor/common/viewEvents",
|
|
5455
|
+
"vs/editor/common/viewModel/modelLineProjection",
|
|
5456
|
+
"vs/editor/common/model/prefixSumComputer",
|
|
5457
|
+
"vs/editor/common/viewModel"
|
|
5458
|
+
],
|
|
5459
|
+
"vs/editor/common/viewModel/glyphLanesModel": [
|
|
5460
|
+
"require",
|
|
5461
|
+
"exports",
|
|
5462
|
+
"vs/editor/common/model"
|
|
5463
|
+
],
|
|
5464
|
+
"vs/platform/theme/common/colors/baseColors": [
|
|
5465
|
+
"require",
|
|
5466
|
+
"exports",
|
|
5467
|
+
"vs/nls",
|
|
5468
|
+
"vs/base/common/color",
|
|
5469
|
+
"vs/platform/theme/common/colorUtils"
|
|
5470
|
+
],
|
|
5471
|
+
"vs/platform/theme/common/colors/chartsColors": [
|
|
5472
|
+
"require",
|
|
5473
|
+
"exports",
|
|
5474
|
+
"vs/nls",
|
|
5475
|
+
"vs/platform/theme/common/colorUtils",
|
|
5476
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5477
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5478
|
+
"vs/platform/theme/common/colors/minimapColors"
|
|
5479
|
+
],
|
|
5480
|
+
"vs/platform/theme/common/colors/editorColors": [
|
|
5481
|
+
"require",
|
|
5482
|
+
"exports",
|
|
5483
|
+
"vs/nls",
|
|
5484
|
+
"vs/base/common/color",
|
|
5485
|
+
"vs/platform/theme/common/colorUtils",
|
|
5486
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5487
|
+
"vs/platform/theme/common/colors/miscColors"
|
|
5488
|
+
],
|
|
5489
|
+
"vs/platform/theme/common/colors/inputColors": [
|
|
5490
|
+
"require",
|
|
5491
|
+
"exports",
|
|
5492
|
+
"vs/nls",
|
|
5493
|
+
"vs/base/common/color",
|
|
5494
|
+
"vs/platform/theme/common/colorUtils",
|
|
5495
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5496
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
5497
|
+
],
|
|
5498
|
+
"vs/platform/theme/common/colors/listColors": [
|
|
5499
|
+
"require",
|
|
5500
|
+
"exports",
|
|
5501
|
+
"vs/nls",
|
|
5502
|
+
"vs/base/common/color",
|
|
5503
|
+
"vs/platform/theme/common/colorUtils",
|
|
5504
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5505
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
5506
|
+
],
|
|
5507
|
+
"vs/platform/theme/common/colors/menuColors": [
|
|
5508
|
+
"require",
|
|
5509
|
+
"exports",
|
|
5510
|
+
"vs/nls",
|
|
5511
|
+
"vs/platform/theme/common/colorUtils",
|
|
5512
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5513
|
+
"vs/platform/theme/common/colors/inputColors",
|
|
5514
|
+
"vs/platform/theme/common/colors/listColors"
|
|
5515
|
+
],
|
|
5516
|
+
"vs/platform/theme/common/colors/minimapColors": [
|
|
5517
|
+
"require",
|
|
5518
|
+
"exports",
|
|
5519
|
+
"vs/nls",
|
|
5520
|
+
"vs/base/common/color",
|
|
5521
|
+
"vs/platform/theme/common/colorUtils",
|
|
5522
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5523
|
+
"vs/platform/theme/common/colors/miscColors"
|
|
5524
|
+
],
|
|
5525
|
+
"vs/platform/theme/common/colors/miscColors": [
|
|
5526
|
+
"require",
|
|
5527
|
+
"exports",
|
|
5528
|
+
"vs/nls",
|
|
5529
|
+
"vs/base/common/color",
|
|
5530
|
+
"vs/platform/theme/common/colorUtils",
|
|
5531
|
+
"vs/platform/theme/common/colors/baseColors"
|
|
5532
|
+
],
|
|
5533
|
+
"vs/platform/theme/common/colors/quickpickColors": [
|
|
5474
5534
|
"require",
|
|
5475
5535
|
"exports",
|
|
5476
|
-
"vs/
|
|
5477
|
-
"vs/base/common/
|
|
5478
|
-
"vs/
|
|
5479
|
-
"vs/
|
|
5480
|
-
"vs/
|
|
5481
|
-
"vs/editor/common/cursor/cursorDeleteOperations",
|
|
5482
|
-
"vs/editor/common/cursor/cursorTypeOperations",
|
|
5483
|
-
"vs/editor/common/cursor/cursorTypeEditOperations",
|
|
5484
|
-
"vs/editor/common/core/range",
|
|
5485
|
-
"vs/editor/common/core/selection",
|
|
5486
|
-
"vs/editor/common/textModelEvents",
|
|
5487
|
-
"vs/editor/common/viewEvents",
|
|
5488
|
-
"vs/base/common/lifecycle",
|
|
5489
|
-
"vs/editor/common/viewModelEventDispatcher"
|
|
5536
|
+
"vs/nls",
|
|
5537
|
+
"vs/base/common/color",
|
|
5538
|
+
"vs/platform/theme/common/colorUtils",
|
|
5539
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5540
|
+
"vs/platform/theme/common/colors/listColors"
|
|
5490
5541
|
],
|
|
5491
|
-
"vs/
|
|
5542
|
+
"vs/platform/theme/common/colors/searchColors": [
|
|
5492
5543
|
"require",
|
|
5493
5544
|
"exports",
|
|
5494
|
-
"vs/
|
|
5495
|
-
"vs/
|
|
5496
|
-
"vs/
|
|
5497
|
-
"vs/
|
|
5545
|
+
"vs/nls",
|
|
5546
|
+
"vs/platform/theme/common/colorUtils",
|
|
5547
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5548
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
5498
5549
|
],
|
|
5499
|
-
"vs/editor/common/
|
|
5550
|
+
"vs/editor/common/cursor/cursorAtomicMoveOperations": [
|
|
5500
5551
|
"require",
|
|
5501
|
-
"exports"
|
|
5552
|
+
"exports",
|
|
5553
|
+
"vs/editor/common/core/cursorColumns"
|
|
5502
5554
|
],
|
|
5503
|
-
"vs/
|
|
5555
|
+
"vs/base/browser/event": [
|
|
5504
5556
|
"require",
|
|
5505
5557
|
"exports",
|
|
5506
|
-
"vs/base/common/event"
|
|
5507
|
-
"vs/base/common/lifecycle",
|
|
5508
|
-
"vs/base/common/scrollable",
|
|
5509
|
-
"vs/editor/common/viewLayout/linesLayout",
|
|
5510
|
-
"vs/editor/common/viewModel",
|
|
5511
|
-
"vs/editor/common/viewModelEventDispatcher"
|
|
5558
|
+
"vs/base/common/event"
|
|
5512
5559
|
],
|
|
5513
|
-
"vs/editor/
|
|
5560
|
+
"vs/editor/browser/controller/textAreaState": [
|
|
5514
5561
|
"require",
|
|
5515
5562
|
"exports",
|
|
5516
|
-
"vs/base/common/
|
|
5517
|
-
"vs/
|
|
5518
|
-
"vs/editor/common/core/rgba",
|
|
5519
|
-
"vs/editor/common/languages"
|
|
5563
|
+
"vs/base/common/strings",
|
|
5564
|
+
"vs/editor/common/core/range"
|
|
5520
5565
|
],
|
|
5521
|
-
"vs/
|
|
5566
|
+
"vs/base/common/dataTransfer": [
|
|
5522
5567
|
"require",
|
|
5523
5568
|
"exports",
|
|
5524
|
-
"vs/base/common/
|
|
5525
|
-
"vs/base/common/
|
|
5569
|
+
"vs/base/common/arrays",
|
|
5570
|
+
"vs/base/common/iterator",
|
|
5571
|
+
"vs/base/common/uuid"
|
|
5526
5572
|
],
|
|
5527
|
-
"vs/
|
|
5573
|
+
"vs/base/common/uuid": [
|
|
5574
|
+
"require",
|
|
5575
|
+
"exports"
|
|
5576
|
+
],
|
|
5577
|
+
"vs/editor/browser/dnd": [
|
|
5528
5578
|
"require",
|
|
5529
5579
|
"exports",
|
|
5530
|
-
"vs/base/
|
|
5531
|
-
"vs/
|
|
5532
|
-
"vs/
|
|
5533
|
-
"vs/
|
|
5534
|
-
"vs/
|
|
5535
|
-
"vs/editor/common/textModelEvents",
|
|
5536
|
-
"vs/editor/common/viewEvents",
|
|
5537
|
-
"vs/editor/common/viewModel/modelLineProjection",
|
|
5538
|
-
"vs/editor/common/model/prefixSumComputer",
|
|
5539
|
-
"vs/editor/common/viewModel"
|
|
5580
|
+
"vs/base/browser/dnd",
|
|
5581
|
+
"vs/base/common/dataTransfer",
|
|
5582
|
+
"vs/base/common/mime",
|
|
5583
|
+
"vs/base/common/uri",
|
|
5584
|
+
"vs/platform/dnd/browser/dnd"
|
|
5540
5585
|
],
|
|
5541
|
-
"vs/editor/
|
|
5586
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit": [
|
|
5542
5587
|
"require",
|
|
5543
5588
|
"exports",
|
|
5544
|
-
"vs/editor/
|
|
5589
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5590
|
+
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
5545
5591
|
],
|
|
5546
|
-
"vs/editor/
|
|
5592
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
|
|
5547
5593
|
"require",
|
|
5548
5594
|
"exports",
|
|
5549
|
-
"vs/
|
|
5595
|
+
"vs/base/browser/dom",
|
|
5596
|
+
"vs/base/browser/ui/button/button",
|
|
5597
|
+
"vs/base/common/actions",
|
|
5598
|
+
"vs/base/common/errorMessage",
|
|
5599
|
+
"vs/base/common/errors",
|
|
5600
|
+
"vs/base/common/event",
|
|
5601
|
+
"vs/base/common/lifecycle",
|
|
5602
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5603
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5604
|
+
"vs/nls",
|
|
5605
|
+
"vs/platform/contextkey/common/contextkey",
|
|
5606
|
+
"vs/platform/contextview/browser/contextView",
|
|
5607
|
+
"vs/platform/instantiation/common/instantiation",
|
|
5608
|
+
"vs/platform/keybinding/common/keybinding",
|
|
5609
|
+
"vs/platform/notification/common/notification",
|
|
5610
|
+
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5550
5611
|
],
|
|
5551
5612
|
"vs/editor/common/config/diffEditor": [
|
|
5552
5613
|
"require",
|
|
@@ -5654,81 +5715,16 @@
|
|
|
5654
5715
|
"vs/base/common/event",
|
|
5655
5716
|
"vs/platform/registry/common/platform"
|
|
5656
5717
|
],
|
|
5657
|
-
"vs/base/browser/
|
|
5658
|
-
"require",
|
|
5659
|
-
"exports",
|
|
5660
|
-
"vs/base/common/event"
|
|
5661
|
-
],
|
|
5662
|
-
"vs/editor/browser/controller/textAreaState": [
|
|
5663
|
-
"require",
|
|
5664
|
-
"exports",
|
|
5665
|
-
"vs/base/common/strings",
|
|
5666
|
-
"vs/editor/common/core/range"
|
|
5667
|
-
],
|
|
5668
|
-
"vs/base/common/dataTransfer": [
|
|
5669
|
-
"require",
|
|
5670
|
-
"exports",
|
|
5671
|
-
"vs/base/common/arrays",
|
|
5672
|
-
"vs/base/common/iterator",
|
|
5673
|
-
"vs/base/common/uuid"
|
|
5674
|
-
],
|
|
5675
|
-
"vs/base/common/uuid": [
|
|
5676
|
-
"require",
|
|
5677
|
-
"exports"
|
|
5678
|
-
],
|
|
5679
|
-
"vs/editor/browser/dnd": [
|
|
5680
|
-
"require",
|
|
5681
|
-
"exports",
|
|
5682
|
-
"vs/base/browser/dnd",
|
|
5683
|
-
"vs/base/common/dataTransfer",
|
|
5684
|
-
"vs/base/common/mime",
|
|
5685
|
-
"vs/base/common/uri",
|
|
5686
|
-
"vs/platform/dnd/browser/dnd"
|
|
5687
|
-
],
|
|
5688
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit": [
|
|
5689
|
-
"require",
|
|
5690
|
-
"exports",
|
|
5691
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5692
|
-
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
5693
|
-
],
|
|
5694
|
-
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
|
|
5695
|
-
"require",
|
|
5696
|
-
"exports",
|
|
5697
|
-
"vs/base/browser/dom",
|
|
5698
|
-
"vs/base/browser/ui/button/button",
|
|
5699
|
-
"vs/base/common/actions",
|
|
5700
|
-
"vs/base/common/errorMessage",
|
|
5701
|
-
"vs/base/common/errors",
|
|
5702
|
-
"vs/base/common/event",
|
|
5703
|
-
"vs/base/common/lifecycle",
|
|
5704
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5705
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5706
|
-
"vs/nls",
|
|
5707
|
-
"vs/platform/contextkey/common/contextkey",
|
|
5708
|
-
"vs/platform/contextview/browser/contextView",
|
|
5709
|
-
"vs/platform/instantiation/common/instantiation",
|
|
5710
|
-
"vs/platform/keybinding/common/keybinding",
|
|
5711
|
-
"vs/platform/notification/common/notification",
|
|
5712
|
-
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5713
|
-
],
|
|
5714
|
-
"vs/editor/contrib/hover/browser/contentHoverStatusBar": [
|
|
5718
|
+
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
5715
5719
|
"require",
|
|
5716
5720
|
"exports",
|
|
5717
5721
|
"vs/base/browser/dom",
|
|
5718
|
-
"vs/base/
|
|
5719
|
-
"vs/base/common/lifecycle",
|
|
5720
|
-
"vs/platform/keybinding/common/keybinding"
|
|
5722
|
+
"vs/base/common/themables"
|
|
5721
5723
|
],
|
|
5722
|
-
"vs/editor/contrib/
|
|
5724
|
+
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
|
|
5725
|
+
"vs/base/common/numbers": [
|
|
5723
5726
|
"require",
|
|
5724
|
-
"exports"
|
|
5725
|
-
"vs/base/common/color",
|
|
5726
|
-
"vs/editor/browser/services/editorWorkerService",
|
|
5727
|
-
"vs/editor/common/services/model",
|
|
5728
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
5729
|
-
"vs/base/common/lifecycle",
|
|
5730
|
-
"vs/editor/common/services/languageFeatures",
|
|
5731
|
-
"vs/editor/common/editorFeatures"
|
|
5727
|
+
"exports"
|
|
5732
5728
|
],
|
|
5733
5729
|
"vs/editor/browser/editorDom": [
|
|
5734
5730
|
"require",
|
|
@@ -5850,16 +5846,24 @@
|
|
|
5850
5846
|
"vs/base/browser/ui/hover/hoverWidget",
|
|
5851
5847
|
"vs/editor/contrib/hover/browser/marginHoverComputer"
|
|
5852
5848
|
],
|
|
5853
|
-
"vs/
|
|
5849
|
+
"vs/editor/contrib/hover/browser/contentHoverStatusBar": [
|
|
5854
5850
|
"require",
|
|
5855
5851
|
"exports",
|
|
5856
5852
|
"vs/base/browser/dom",
|
|
5857
|
-
"vs/base/
|
|
5853
|
+
"vs/base/browser/ui/hover/hoverWidget",
|
|
5854
|
+
"vs/base/common/lifecycle",
|
|
5855
|
+
"vs/platform/keybinding/common/keybinding"
|
|
5858
5856
|
],
|
|
5859
|
-
"vs/
|
|
5860
|
-
"vs/base/common/numbers": [
|
|
5857
|
+
"vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
|
|
5861
5858
|
"require",
|
|
5862
|
-
"exports"
|
|
5859
|
+
"exports",
|
|
5860
|
+
"vs/base/common/color",
|
|
5861
|
+
"vs/editor/browser/services/editorWorkerService",
|
|
5862
|
+
"vs/editor/common/services/model",
|
|
5863
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
5864
|
+
"vs/base/common/lifecycle",
|
|
5865
|
+
"vs/editor/common/services/languageFeatures",
|
|
5866
|
+
"vs/editor/common/editorFeatures"
|
|
5863
5867
|
],
|
|
5864
5868
|
"vs/base/browser/dnd": [
|
|
5865
5869
|
"require",
|
|
@@ -5897,24 +5901,6 @@
|
|
|
5897
5901
|
"exports",
|
|
5898
5902
|
"vs/platform/registry/common/platform"
|
|
5899
5903
|
],
|
|
5900
|
-
"vs/base/browser/ui/findinput/findInputToggles": [
|
|
5901
|
-
"require",
|
|
5902
|
-
"exports",
|
|
5903
|
-
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
5904
|
-
"vs/base/browser/ui/toggle/toggle",
|
|
5905
|
-
"vs/base/common/codicons",
|
|
5906
|
-
"vs/nls"
|
|
5907
|
-
],
|
|
5908
|
-
"vs/base/browser/ui/widget": [
|
|
5909
|
-
"require",
|
|
5910
|
-
"exports",
|
|
5911
|
-
"vs/base/browser/dom",
|
|
5912
|
-
"vs/base/browser/keyboardEvent",
|
|
5913
|
-
"vs/base/browser/mouseEvent",
|
|
5914
|
-
"vs/base/browser/touch",
|
|
5915
|
-
"vs/base/common/lifecycle"
|
|
5916
|
-
],
|
|
5917
|
-
"vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
|
|
5918
5904
|
"vs/editor/contrib/find/browser/findDecorations": [
|
|
5919
5905
|
"require",
|
|
5920
5906
|
"exports",
|
|
@@ -5934,6 +5920,24 @@
|
|
|
5934
5920
|
"exports",
|
|
5935
5921
|
"vs/base/common/search"
|
|
5936
5922
|
],
|
|
5923
|
+
"vs/base/browser/ui/findinput/findInputToggles": [
|
|
5924
|
+
"require",
|
|
5925
|
+
"exports",
|
|
5926
|
+
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
5927
|
+
"vs/base/browser/ui/toggle/toggle",
|
|
5928
|
+
"vs/base/common/codicons",
|
|
5929
|
+
"vs/nls"
|
|
5930
|
+
],
|
|
5931
|
+
"vs/base/browser/ui/widget": [
|
|
5932
|
+
"require",
|
|
5933
|
+
"exports",
|
|
5934
|
+
"vs/base/browser/dom",
|
|
5935
|
+
"vs/base/browser/keyboardEvent",
|
|
5936
|
+
"vs/base/browser/mouseEvent",
|
|
5937
|
+
"vs/base/browser/touch",
|
|
5938
|
+
"vs/base/common/lifecycle"
|
|
5939
|
+
],
|
|
5940
|
+
"vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
|
|
5937
5941
|
"vs/base/browser/ui/toggle/toggle": [
|
|
5938
5942
|
"require",
|
|
5939
5943
|
"exports",
|
|
@@ -6118,6 +6122,36 @@
|
|
|
6118
6122
|
"vs/editor/contrib/snippet/browser/snippetSession",
|
|
6119
6123
|
"vs/editor/contrib/suggest/browser/suggestController"
|
|
6120
6124
|
],
|
|
6125
|
+
"vs/base/common/idGenerator": [
|
|
6126
|
+
"require",
|
|
6127
|
+
"exports"
|
|
6128
|
+
],
|
|
6129
|
+
"vs/base/browser/markdownRenderer": [
|
|
6130
|
+
"require",
|
|
6131
|
+
"exports",
|
|
6132
|
+
"vs/base/browser/dom",
|
|
6133
|
+
"vs/base/browser/dompurify/dompurify",
|
|
6134
|
+
"vs/base/browser/event",
|
|
6135
|
+
"vs/base/browser/formattedTextRenderer",
|
|
6136
|
+
"vs/base/browser/keyboardEvent",
|
|
6137
|
+
"vs/base/browser/mouseEvent",
|
|
6138
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6139
|
+
"vs/base/common/errors",
|
|
6140
|
+
"vs/base/common/event",
|
|
6141
|
+
"vs/base/common/htmlContent",
|
|
6142
|
+
"vs/base/common/iconLabels",
|
|
6143
|
+
"vs/base/common/idGenerator",
|
|
6144
|
+
"vs/base/common/lazy",
|
|
6145
|
+
"vs/base/common/lifecycle",
|
|
6146
|
+
"vs/base/common/marked/marked",
|
|
6147
|
+
"vs/base/common/marshalling",
|
|
6148
|
+
"vs/base/common/network",
|
|
6149
|
+
"vs/base/common/objects",
|
|
6150
|
+
"vs/base/common/resources",
|
|
6151
|
+
"vs/base/common/strings",
|
|
6152
|
+
"vs/base/common/uri"
|
|
6153
|
+
],
|
|
6154
|
+
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
6121
6155
|
"vs/base/browser/ui/actionbar/actionbar": [
|
|
6122
6156
|
"require",
|
|
6123
6157
|
"exports",
|
|
@@ -6174,36 +6208,6 @@
|
|
|
6174
6208
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
|
|
6175
6209
|
],
|
|
6176
6210
|
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
|
|
6177
|
-
"vs/base/common/idGenerator": [
|
|
6178
|
-
"require",
|
|
6179
|
-
"exports"
|
|
6180
|
-
],
|
|
6181
|
-
"vs/base/browser/markdownRenderer": [
|
|
6182
|
-
"require",
|
|
6183
|
-
"exports",
|
|
6184
|
-
"vs/base/browser/dom",
|
|
6185
|
-
"vs/base/browser/dompurify/dompurify",
|
|
6186
|
-
"vs/base/browser/event",
|
|
6187
|
-
"vs/base/browser/formattedTextRenderer",
|
|
6188
|
-
"vs/base/browser/keyboardEvent",
|
|
6189
|
-
"vs/base/browser/mouseEvent",
|
|
6190
|
-
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6191
|
-
"vs/base/common/errors",
|
|
6192
|
-
"vs/base/common/event",
|
|
6193
|
-
"vs/base/common/htmlContent",
|
|
6194
|
-
"vs/base/common/iconLabels",
|
|
6195
|
-
"vs/base/common/idGenerator",
|
|
6196
|
-
"vs/base/common/lazy",
|
|
6197
|
-
"vs/base/common/lifecycle",
|
|
6198
|
-
"vs/base/common/marked/marked",
|
|
6199
|
-
"vs/base/common/marshalling",
|
|
6200
|
-
"vs/base/common/network",
|
|
6201
|
-
"vs/base/common/objects",
|
|
6202
|
-
"vs/base/common/resources",
|
|
6203
|
-
"vs/base/common/strings",
|
|
6204
|
-
"vs/base/common/uri"
|
|
6205
|
-
],
|
|
6206
|
-
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
6207
6211
|
"vs/base/browser/ui/scrollbar/scrollableElement": [
|
|
6208
6212
|
"require",
|
|
6209
6213
|
"exports",
|
|
@@ -6340,14 +6344,13 @@
|
|
|
6340
6344
|
"vs/editor/common/core/range",
|
|
6341
6345
|
"vs/editor/common/core/textEdit"
|
|
6342
6346
|
],
|
|
6343
|
-
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6344
|
-
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6345
6347
|
"vs/editor/contrib/inlineEdits/browser/consts": [
|
|
6346
6348
|
"require",
|
|
6347
6349
|
"exports",
|
|
6348
6350
|
"vs/nls",
|
|
6349
6351
|
"vs/platform/contextkey/common/contextkey"
|
|
6350
6352
|
],
|
|
6353
|
+
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6351
6354
|
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
|
|
6352
6355
|
"require",
|
|
6353
6356
|
"exports",
|
|
@@ -6394,6 +6397,7 @@
|
|
|
6394
6397
|
"vs/base/common/observable",
|
|
6395
6398
|
"vs/base/common/observableInternal/utils"
|
|
6396
6399
|
],
|
|
6400
|
+
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6397
6401
|
"vs/base/common/equals": [
|
|
6398
6402
|
"require",
|
|
6399
6403
|
"exports",
|
|
@@ -6404,19 +6408,6 @@
|
|
|
6404
6408
|
"exports",
|
|
6405
6409
|
"vs/base/common/process"
|
|
6406
6410
|
],
|
|
6407
|
-
"vs/editor/common/tokens/sparseMultilineTokens": [
|
|
6408
|
-
"require",
|
|
6409
|
-
"exports",
|
|
6410
|
-
"vs/editor/common/core/position",
|
|
6411
|
-
"vs/editor/common/core/range",
|
|
6412
|
-
"vs/editor/common/core/eolCounter"
|
|
6413
|
-
],
|
|
6414
|
-
"vs/editor/common/services/semanticTokensDto": [
|
|
6415
|
-
"require",
|
|
6416
|
-
"exports",
|
|
6417
|
-
"vs/base/common/buffer",
|
|
6418
|
-
"vs/base/common/platform"
|
|
6419
|
-
],
|
|
6420
6411
|
"vs/base/browser/ui/list/listWidget": [
|
|
6421
6412
|
"require",
|
|
6422
6413
|
"exports",
|
|
@@ -6443,6 +6434,19 @@
|
|
|
6443
6434
|
"vs/css!vs/base/browser/ui/list/list"
|
|
6444
6435
|
],
|
|
6445
6436
|
"vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
|
|
6437
|
+
"vs/editor/common/tokens/sparseMultilineTokens": [
|
|
6438
|
+
"require",
|
|
6439
|
+
"exports",
|
|
6440
|
+
"vs/editor/common/core/position",
|
|
6441
|
+
"vs/editor/common/core/range",
|
|
6442
|
+
"vs/editor/common/core/eolCounter"
|
|
6443
|
+
],
|
|
6444
|
+
"vs/editor/common/services/semanticTokensDto": [
|
|
6445
|
+
"require",
|
|
6446
|
+
"exports",
|
|
6447
|
+
"vs/base/common/buffer",
|
|
6448
|
+
"vs/base/common/platform"
|
|
6449
|
+
],
|
|
6446
6450
|
"vs/editor/contrib/snippet/browser/snippetVariables": [
|
|
6447
6451
|
"require",
|
|
6448
6452
|
"exports",
|
|
@@ -6613,10 +6617,31 @@
|
|
|
6613
6617
|
"vs/editor/common/core/position",
|
|
6614
6618
|
"vs/editor/common/core/range"
|
|
6615
6619
|
],
|
|
6616
|
-
"vs/base/
|
|
6620
|
+
"vs/base/common/errorMessage": [
|
|
6621
|
+
"require",
|
|
6622
|
+
"exports",
|
|
6623
|
+
"vs/base/common/arrays",
|
|
6624
|
+
"vs/base/common/types",
|
|
6625
|
+
"vs/nls"
|
|
6626
|
+
],
|
|
6627
|
+
"vs/base/common/tfIdf": [
|
|
6617
6628
|
"require",
|
|
6618
6629
|
"exports"
|
|
6619
6630
|
],
|
|
6631
|
+
"vs/platform/quickinput/browser/pickerQuickAccess": [
|
|
6632
|
+
"require",
|
|
6633
|
+
"exports",
|
|
6634
|
+
"vs/base/common/async",
|
|
6635
|
+
"vs/base/common/cancellation",
|
|
6636
|
+
"vs/base/common/lifecycle",
|
|
6637
|
+
"vs/base/common/types"
|
|
6638
|
+
],
|
|
6639
|
+
"vs/base/common/marshalling": [
|
|
6640
|
+
"require",
|
|
6641
|
+
"exports",
|
|
6642
|
+
"vs/base/common/buffer",
|
|
6643
|
+
"vs/base/common/uri"
|
|
6644
|
+
],
|
|
6620
6645
|
"vs/base/browser/ui/splitview/splitview": [
|
|
6621
6646
|
"require",
|
|
6622
6647
|
"exports",
|
|
@@ -6736,35 +6761,6 @@
|
|
|
6736
6761
|
"vs/base/common/decorators",
|
|
6737
6762
|
"vs/base/common/iterator"
|
|
6738
6763
|
],
|
|
6739
|
-
"vs/base/common/marshalling": [
|
|
6740
|
-
"require",
|
|
6741
|
-
"exports",
|
|
6742
|
-
"vs/base/common/buffer",
|
|
6743
|
-
"vs/base/common/uri"
|
|
6744
|
-
],
|
|
6745
|
-
"vs/base/common/errorMessage": [
|
|
6746
|
-
"require",
|
|
6747
|
-
"exports",
|
|
6748
|
-
"vs/base/common/arrays",
|
|
6749
|
-
"vs/base/common/types",
|
|
6750
|
-
"vs/nls"
|
|
6751
|
-
],
|
|
6752
|
-
"vs/base/common/tfIdf": [
|
|
6753
|
-
"require",
|
|
6754
|
-
"exports"
|
|
6755
|
-
],
|
|
6756
|
-
"vs/platform/quickinput/browser/pickerQuickAccess": [
|
|
6757
|
-
"require",
|
|
6758
|
-
"exports",
|
|
6759
|
-
"vs/base/common/async",
|
|
6760
|
-
"vs/base/common/cancellation",
|
|
6761
|
-
"vs/base/common/lifecycle",
|
|
6762
|
-
"vs/base/common/types"
|
|
6763
|
-
],
|
|
6764
|
-
"vs/editor/common/diff/defaultLinesDiffComputer/utils": [
|
|
6765
|
-
"require",
|
|
6766
|
-
"exports"
|
|
6767
|
-
],
|
|
6768
6764
|
"vs/editor/common/core/textEdit": [
|
|
6769
6765
|
"require",
|
|
6770
6766
|
"exports",
|
|
@@ -6775,6 +6771,10 @@
|
|
|
6775
6771
|
"vs/editor/common/core/range",
|
|
6776
6772
|
"vs/editor/common/core/textLength"
|
|
6777
6773
|
],
|
|
6774
|
+
"vs/editor/common/diff/defaultLinesDiffComputer/utils": [
|
|
6775
|
+
"require",
|
|
6776
|
+
"exports"
|
|
6777
|
+
],
|
|
6778
6778
|
"vs/base/browser/defaultWorkerFactory": [
|
|
6779
6779
|
"require",
|
|
6780
6780
|
"exports",
|
|
@@ -6784,14 +6784,6 @@
|
|
|
6784
6784
|
"vs/base/common/worker/simpleWorker",
|
|
6785
6785
|
"vs/base/common/lifecycle"
|
|
6786
6786
|
],
|
|
6787
|
-
"vs/editor/browser/services/abstractCodeEditorService": [
|
|
6788
|
-
"require",
|
|
6789
|
-
"exports",
|
|
6790
|
-
"vs/base/common/event",
|
|
6791
|
-
"vs/base/common/lifecycle",
|
|
6792
|
-
"vs/base/common/linkedList",
|
|
6793
|
-
"vs/platform/theme/common/themeService"
|
|
6794
|
-
],
|
|
6795
6787
|
"vs/editor/common/viewLayout/lineDecorations": [
|
|
6796
6788
|
"require",
|
|
6797
6789
|
"exports",
|
|
@@ -6801,6 +6793,14 @@
|
|
|
6801
6793
|
"require",
|
|
6802
6794
|
"exports"
|
|
6803
6795
|
],
|
|
6796
|
+
"vs/editor/browser/services/abstractCodeEditorService": [
|
|
6797
|
+
"require",
|
|
6798
|
+
"exports",
|
|
6799
|
+
"vs/base/common/event",
|
|
6800
|
+
"vs/base/common/lifecycle",
|
|
6801
|
+
"vs/base/common/linkedList",
|
|
6802
|
+
"vs/platform/theme/common/themeService"
|
|
6803
|
+
],
|
|
6804
6804
|
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
|
|
6805
6805
|
"require",
|
|
6806
6806
|
"exports",
|
|
@@ -7000,17 +7000,6 @@
|
|
|
7000
7000
|
"vs/base/common/keybindingLabels",
|
|
7001
7001
|
"vs/base/common/keybindings"
|
|
7002
7002
|
],
|
|
7003
|
-
"vs/editor/common/services/languagesRegistry": [
|
|
7004
|
-
"require",
|
|
7005
|
-
"exports",
|
|
7006
|
-
"vs/base/common/event",
|
|
7007
|
-
"vs/base/common/lifecycle",
|
|
7008
|
-
"vs/base/common/strings",
|
|
7009
|
-
"vs/editor/common/services/languagesAssociations",
|
|
7010
|
-
"vs/editor/common/languages/modesRegistry",
|
|
7011
|
-
"vs/platform/configuration/common/configurationRegistry",
|
|
7012
|
-
"vs/platform/registry/common/platform"
|
|
7013
|
-
],
|
|
7014
7003
|
"vs/base/browser/ui/contextview/contextview": [
|
|
7015
7004
|
"require",
|
|
7016
7005
|
"exports",
|
|
@@ -7021,9 +7010,16 @@
|
|
|
7021
7010
|
"vs/base/common/range",
|
|
7022
7011
|
"vs/css!vs/base/browser/ui/contextview/contextview"
|
|
7023
7012
|
],
|
|
7024
|
-
"vs/
|
|
7013
|
+
"vs/editor/common/services/languagesRegistry": [
|
|
7025
7014
|
"require",
|
|
7026
|
-
"exports"
|
|
7015
|
+
"exports",
|
|
7016
|
+
"vs/base/common/event",
|
|
7017
|
+
"vs/base/common/lifecycle",
|
|
7018
|
+
"vs/base/common/strings",
|
|
7019
|
+
"vs/editor/common/services/languagesAssociations",
|
|
7020
|
+
"vs/editor/common/languages/modesRegistry",
|
|
7021
|
+
"vs/platform/configuration/common/configurationRegistry",
|
|
7022
|
+
"vs/platform/registry/common/platform"
|
|
7027
7023
|
],
|
|
7028
7024
|
"vs/platform/contextview/browser/contextMenuHandler": [
|
|
7029
7025
|
"require",
|
|
@@ -7036,6 +7032,10 @@
|
|
|
7036
7032
|
"vs/base/common/lifecycle",
|
|
7037
7033
|
"vs/platform/theme/browser/defaultStyles"
|
|
7038
7034
|
],
|
|
7035
|
+
"vs/platform/editor/common/editor": [
|
|
7036
|
+
"require",
|
|
7037
|
+
"exports"
|
|
7038
|
+
],
|
|
7039
7039
|
"vs/base/common/collections": [
|
|
7040
7040
|
"require",
|
|
7041
7041
|
"exports"
|
|
@@ -7063,6 +7063,14 @@
|
|
|
7063
7063
|
"require",
|
|
7064
7064
|
"exports"
|
|
7065
7065
|
],
|
|
7066
|
+
"vs/editor/common/languageFeatureRegistry": [
|
|
7067
|
+
"require",
|
|
7068
|
+
"exports",
|
|
7069
|
+
"vs/base/common/event",
|
|
7070
|
+
"vs/base/common/lifecycle",
|
|
7071
|
+
"vs/editor/common/model",
|
|
7072
|
+
"vs/editor/common/languageSelector"
|
|
7073
|
+
],
|
|
7066
7074
|
"vs/editor/browser/services/hoverService/hoverWidget": [
|
|
7067
7075
|
"require",
|
|
7068
7076
|
"exports",
|
|
@@ -7093,14 +7101,6 @@
|
|
|
7093
7101
|
"vs/base/common/types",
|
|
7094
7102
|
"vs/nls"
|
|
7095
7103
|
],
|
|
7096
|
-
"vs/editor/common/languageFeatureRegistry": [
|
|
7097
|
-
"require",
|
|
7098
|
-
"exports",
|
|
7099
|
-
"vs/base/common/event",
|
|
7100
|
-
"vs/base/common/lifecycle",
|
|
7101
|
-
"vs/editor/common/model",
|
|
7102
|
-
"vs/editor/common/languageSelector"
|
|
7103
|
-
],
|
|
7104
7104
|
"vs/base/common/scrollable": [
|
|
7105
7105
|
"require",
|
|
7106
7106
|
"exports",
|
|
@@ -7158,84 +7158,18 @@
|
|
|
7158
7158
|
"exports",
|
|
7159
7159
|
"vs/base/common/actions"
|
|
7160
7160
|
],
|
|
7161
|
-
"vs/editor/
|
|
7162
|
-
"require",
|
|
7163
|
-
"exports",
|
|
7164
|
-
"vs/base/common/event",
|
|
7165
|
-
"vs/base/common/lifecycle",
|
|
7166
|
-
"vs/editor/common/textModelBracketPairs",
|
|
7167
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7168
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
|
|
7169
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
|
|
7170
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
|
|
7171
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
|
|
7172
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
|
|
7173
|
-
"vs/base/common/arrays",
|
|
7174
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
|
|
7175
|
-
],
|
|
7176
|
-
"vs/editor/common/core/textChange": [
|
|
7177
|
-
"require",
|
|
7178
|
-
"exports",
|
|
7179
|
-
"vs/base/common/buffer",
|
|
7180
|
-
"vs/editor/common/core/stringBuilder"
|
|
7181
|
-
],
|
|
7182
|
-
"vs/base/common/buffer": [
|
|
7183
|
-
"require",
|
|
7184
|
-
"exports",
|
|
7185
|
-
"vs/base/common/lazy"
|
|
7186
|
-
],
|
|
7187
|
-
"vs/editor/common/model/textModelPart": [
|
|
7188
|
-
"require",
|
|
7189
|
-
"exports",
|
|
7190
|
-
"vs/base/common/lifecycle"
|
|
7191
|
-
],
|
|
7192
|
-
"vs/editor/common/textModelGuides": [
|
|
7193
|
-
"require",
|
|
7194
|
-
"exports"
|
|
7195
|
-
],
|
|
7196
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
|
|
7197
|
-
"require",
|
|
7198
|
-
"exports",
|
|
7199
|
-
"vs/editor/common/core/position",
|
|
7200
|
-
"vs/editor/common/core/range",
|
|
7201
|
-
"vs/editor/common/model",
|
|
7202
|
-
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
|
7203
|
-
"vs/editor/common/model/textModelSearch"
|
|
7204
|
-
],
|
|
7205
|
-
"vs/editor/common/model/textModelTokens": [
|
|
7206
|
-
"require",
|
|
7207
|
-
"exports",
|
|
7208
|
-
"vs/base/common/async",
|
|
7209
|
-
"vs/base/common/errors",
|
|
7210
|
-
"vs/base/common/platform",
|
|
7211
|
-
"vs/base/common/stopwatch",
|
|
7212
|
-
"vs/editor/common/core/eolCounter",
|
|
7213
|
-
"vs/editor/common/core/lineRange",
|
|
7214
|
-
"vs/editor/common/core/offsetRange",
|
|
7215
|
-
"vs/editor/common/languages/nullTokenize",
|
|
7216
|
-
"vs/editor/common/model/fixedArray",
|
|
7217
|
-
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
7218
|
-
"vs/editor/common/tokens/lineTokens"
|
|
7219
|
-
],
|
|
7220
|
-
"vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
|
|
7221
|
-
"require",
|
|
7222
|
-
"exports",
|
|
7223
|
-
"vs/editor/common/tokens/contiguousMultilineTokens"
|
|
7224
|
-
],
|
|
7225
|
-
"vs/editor/common/tokens/contiguousTokensStore": [
|
|
7226
|
-
"require",
|
|
7227
|
-
"exports",
|
|
7228
|
-
"vs/base/common/arrays",
|
|
7229
|
-
"vs/editor/common/core/position",
|
|
7230
|
-
"vs/editor/common/tokens/contiguousTokensEditing",
|
|
7231
|
-
"vs/editor/common/tokens/lineTokens",
|
|
7232
|
-
"vs/editor/common/encodedTokenAttributes"
|
|
7233
|
-
],
|
|
7234
|
-
"vs/editor/common/tokens/sparseTokensStore": [
|
|
7161
|
+
"vs/editor/browser/viewParts/lines/viewLine": [
|
|
7235
7162
|
"require",
|
|
7236
7163
|
"exports",
|
|
7237
|
-
"vs/base/
|
|
7238
|
-
"vs/
|
|
7164
|
+
"vs/base/browser/browser",
|
|
7165
|
+
"vs/base/browser/fastDomNode",
|
|
7166
|
+
"vs/base/common/platform",
|
|
7167
|
+
"vs/editor/browser/viewParts/lines/rangeUtil",
|
|
7168
|
+
"vs/editor/browser/view/renderingContext",
|
|
7169
|
+
"vs/editor/common/viewLayout/lineDecorations",
|
|
7170
|
+
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
7171
|
+
"vs/platform/theme/common/theme",
|
|
7172
|
+
"vs/editor/common/config/editorOptions"
|
|
7239
7173
|
],
|
|
7240
7174
|
"vs/editor/browser/controller/mouseHandler": [
|
|
7241
7175
|
"require",
|
|
@@ -7252,26 +7186,12 @@
|
|
|
7252
7186
|
"vs/editor/common/viewEventHandler",
|
|
7253
7187
|
"vs/base/browser/ui/scrollbar/scrollableElement"
|
|
7254
7188
|
],
|
|
7255
|
-
"vs/editor/browser/viewParts/lines/viewLine": [
|
|
7256
|
-
"require",
|
|
7257
|
-
"exports",
|
|
7258
|
-
"vs/base/browser/browser",
|
|
7259
|
-
"vs/base/browser/fastDomNode",
|
|
7260
|
-
"vs/base/common/platform",
|
|
7261
|
-
"vs/editor/browser/viewParts/lines/rangeUtil",
|
|
7262
|
-
"vs/editor/browser/view/renderingContext",
|
|
7263
|
-
"vs/editor/common/viewLayout/lineDecorations",
|
|
7264
|
-
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
7265
|
-
"vs/platform/theme/common/theme",
|
|
7266
|
-
"vs/editor/common/config/editorOptions"
|
|
7267
|
-
],
|
|
7268
7189
|
"vs/base/browser/ui/mouseCursor/mouseCursor": [
|
|
7269
7190
|
"require",
|
|
7270
7191
|
"exports",
|
|
7271
7192
|
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
|
|
7272
7193
|
],
|
|
7273
7194
|
"vs/css!vs/editor/browser/controller/textAreaHandler": [],
|
|
7274
|
-
"vs/css!vs/editor/browser/viewParts/blockDecorations/blockDecorations": [],
|
|
7275
7195
|
"vs/editor/browser/view/viewLayer": [
|
|
7276
7196
|
"require",
|
|
7277
7197
|
"exports",
|
|
@@ -7280,6 +7200,7 @@
|
|
|
7280
7200
|
"vs/base/common/errors",
|
|
7281
7201
|
"vs/editor/common/core/stringBuilder"
|
|
7282
7202
|
],
|
|
7203
|
+
"vs/css!vs/editor/browser/viewParts/blockDecorations/blockDecorations": [],
|
|
7283
7204
|
"vs/editor/browser/view/dynamicViewOverlay": [
|
|
7284
7205
|
"require",
|
|
7285
7206
|
"exports",
|
|
@@ -7287,8 +7208,12 @@
|
|
|
7287
7208
|
],
|
|
7288
7209
|
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
|
|
7289
7210
|
"vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
|
|
7290
|
-
"vs/
|
|
7211
|
+
"vs/editor/common/textModelGuides": [
|
|
7212
|
+
"require",
|
|
7213
|
+
"exports"
|
|
7214
|
+
],
|
|
7291
7215
|
"vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
|
|
7216
|
+
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
|
|
7292
7217
|
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
|
|
7293
7218
|
"vs/editor/browser/viewParts/lines/domReadingContext": [
|
|
7294
7219
|
"require",
|
|
@@ -7296,9 +7221,8 @@
|
|
|
7296
7221
|
],
|
|
7297
7222
|
"vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
|
|
7298
7223
|
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
|
|
7299
|
-
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
|
|
7300
7224
|
"vs/css!vs/editor/browser/viewParts/margin/margin": [],
|
|
7301
|
-
"vs/css!vs/editor/browser/viewParts/
|
|
7225
|
+
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
|
|
7302
7226
|
"vs/base/browser/globalPointerMoveMonitor": [
|
|
7303
7227
|
"require",
|
|
7304
7228
|
"exports",
|
|
@@ -7323,12 +7247,14 @@
|
|
|
7323
7247
|
"vs/base/common/platform"
|
|
7324
7248
|
],
|
|
7325
7249
|
"vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
|
|
7250
|
+
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
|
|
7326
7251
|
"vs/editor/common/viewModel/overviewZoneManager": [
|
|
7327
7252
|
"require",
|
|
7328
7253
|
"exports"
|
|
7329
7254
|
],
|
|
7330
|
-
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
|
|
7331
7255
|
"vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
|
|
7256
|
+
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
|
|
7257
|
+
"vs/css!vs/editor/browser/viewParts/selections/selections": [],
|
|
7332
7258
|
"vs/editor/browser/viewParts/viewCursors/viewCursor": [
|
|
7333
7259
|
"require",
|
|
7334
7260
|
"exports",
|
|
@@ -7342,12 +7268,86 @@
|
|
|
7342
7268
|
"vs/base/browser/ui/mouseCursor/mouseCursor"
|
|
7343
7269
|
],
|
|
7344
7270
|
"vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
|
|
7345
|
-
"vs/css!vs/editor/browser/viewParts/selections/selections": [],
|
|
7346
7271
|
"vs/css!vs/editor/browser/viewParts/whitespace/whitespace": [],
|
|
7347
7272
|
"vs/editor/common/editorTheme": [
|
|
7348
7273
|
"require",
|
|
7349
7274
|
"exports"
|
|
7350
7275
|
],
|
|
7276
|
+
"vs/base/common/buffer": [
|
|
7277
|
+
"require",
|
|
7278
|
+
"exports",
|
|
7279
|
+
"vs/base/common/lazy"
|
|
7280
|
+
],
|
|
7281
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
|
|
7282
|
+
"require",
|
|
7283
|
+
"exports",
|
|
7284
|
+
"vs/base/common/event",
|
|
7285
|
+
"vs/base/common/lifecycle",
|
|
7286
|
+
"vs/editor/common/textModelBracketPairs",
|
|
7287
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7288
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
|
|
7289
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
|
|
7290
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
|
|
7291
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
|
|
7292
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
|
|
7293
|
+
"vs/base/common/arrays",
|
|
7294
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
|
|
7295
|
+
],
|
|
7296
|
+
"vs/editor/common/core/textChange": [
|
|
7297
|
+
"require",
|
|
7298
|
+
"exports",
|
|
7299
|
+
"vs/base/common/buffer",
|
|
7300
|
+
"vs/editor/common/core/stringBuilder"
|
|
7301
|
+
],
|
|
7302
|
+
"vs/editor/common/model/textModelPart": [
|
|
7303
|
+
"require",
|
|
7304
|
+
"exports",
|
|
7305
|
+
"vs/base/common/lifecycle"
|
|
7306
|
+
],
|
|
7307
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
|
|
7308
|
+
"require",
|
|
7309
|
+
"exports",
|
|
7310
|
+
"vs/editor/common/core/position",
|
|
7311
|
+
"vs/editor/common/core/range",
|
|
7312
|
+
"vs/editor/common/model",
|
|
7313
|
+
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
|
7314
|
+
"vs/editor/common/model/textModelSearch"
|
|
7315
|
+
],
|
|
7316
|
+
"vs/editor/common/model/textModelTokens": [
|
|
7317
|
+
"require",
|
|
7318
|
+
"exports",
|
|
7319
|
+
"vs/base/common/async",
|
|
7320
|
+
"vs/base/common/errors",
|
|
7321
|
+
"vs/base/common/platform",
|
|
7322
|
+
"vs/base/common/stopwatch",
|
|
7323
|
+
"vs/editor/common/core/eolCounter",
|
|
7324
|
+
"vs/editor/common/core/lineRange",
|
|
7325
|
+
"vs/editor/common/core/offsetRange",
|
|
7326
|
+
"vs/editor/common/languages/nullTokenize",
|
|
7327
|
+
"vs/editor/common/model/fixedArray",
|
|
7328
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
7329
|
+
"vs/editor/common/tokens/lineTokens"
|
|
7330
|
+
],
|
|
7331
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
|
|
7332
|
+
"require",
|
|
7333
|
+
"exports",
|
|
7334
|
+
"vs/editor/common/tokens/contiguousMultilineTokens"
|
|
7335
|
+
],
|
|
7336
|
+
"vs/editor/common/tokens/contiguousTokensStore": [
|
|
7337
|
+
"require",
|
|
7338
|
+
"exports",
|
|
7339
|
+
"vs/base/common/arrays",
|
|
7340
|
+
"vs/editor/common/core/position",
|
|
7341
|
+
"vs/editor/common/tokens/contiguousTokensEditing",
|
|
7342
|
+
"vs/editor/common/tokens/lineTokens",
|
|
7343
|
+
"vs/editor/common/encodedTokenAttributes"
|
|
7344
|
+
],
|
|
7345
|
+
"vs/editor/common/tokens/sparseTokensStore": [
|
|
7346
|
+
"require",
|
|
7347
|
+
"exports",
|
|
7348
|
+
"vs/base/common/arrays",
|
|
7349
|
+
"vs/editor/common/tokens/lineTokens"
|
|
7350
|
+
],
|
|
7351
7351
|
"vs/editor/common/cursor/cursorCollection": [
|
|
7352
7352
|
"require",
|
|
7353
7353
|
"exports",
|
|
@@ -7376,6 +7376,7 @@
|
|
|
7376
7376
|
"vs/editor/common/textModelEvents",
|
|
7377
7377
|
"vs/editor/common/viewModel"
|
|
7378
7378
|
],
|
|
7379
|
+
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
|
|
7379
7380
|
"vs/platform/actionWidget/browser/actionList": [
|
|
7380
7381
|
"require",
|
|
7381
7382
|
"exports",
|
|
@@ -7399,7 +7400,6 @@
|
|
|
7399
7400
|
"require",
|
|
7400
7401
|
"exports"
|
|
7401
7402
|
],
|
|
7402
|
-
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
|
|
7403
7403
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel": [
|
|
7404
7404
|
"require",
|
|
7405
7405
|
"exports",
|
|
@@ -7413,6 +7413,14 @@
|
|
|
7413
7413
|
"vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel"
|
|
7414
7414
|
],
|
|
7415
7415
|
"vs/css!vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget": [],
|
|
7416
|
+
"vs/editor/contrib/hover/browser/resizableContentWidget": [
|
|
7417
|
+
"require",
|
|
7418
|
+
"exports",
|
|
7419
|
+
"vs/base/browser/ui/resizable/resizable",
|
|
7420
|
+
"vs/base/common/lifecycle",
|
|
7421
|
+
"vs/editor/common/core/position",
|
|
7422
|
+
"vs/base/browser/dom"
|
|
7423
|
+
],
|
|
7416
7424
|
"vs/editor/contrib/hover/browser/hoverOperation": [
|
|
7417
7425
|
"require",
|
|
7418
7426
|
"exports",
|
|
@@ -7454,14 +7462,6 @@
|
|
|
7454
7462
|
"vs/base/common/htmlContent",
|
|
7455
7463
|
"vs/editor/common/model"
|
|
7456
7464
|
],
|
|
7457
|
-
"vs/editor/contrib/hover/browser/resizableContentWidget": [
|
|
7458
|
-
"require",
|
|
7459
|
-
"exports",
|
|
7460
|
-
"vs/base/browser/ui/resizable/resizable",
|
|
7461
|
-
"vs/base/common/lifecycle",
|
|
7462
|
-
"vs/editor/common/core/position",
|
|
7463
|
-
"vs/base/browser/dom"
|
|
7464
|
-
],
|
|
7465
7465
|
"vs/base/browser/ui/selectBox/selectBoxCustom": [
|
|
7466
7466
|
"require",
|
|
7467
7467
|
"exports",
|
|
@@ -7529,6 +7529,26 @@
|
|
|
7529
7529
|
"exports"
|
|
7530
7530
|
],
|
|
7531
7531
|
"vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown": [],
|
|
7532
|
+
"vs/editor/contrib/inlineCompletions/browser/utils": [
|
|
7533
|
+
"require",
|
|
7534
|
+
"exports",
|
|
7535
|
+
"vs/base/common/errors",
|
|
7536
|
+
"vs/base/common/lifecycle",
|
|
7537
|
+
"vs/base/common/observable",
|
|
7538
|
+
"vs/editor/common/core/position",
|
|
7539
|
+
"vs/editor/common/core/range"
|
|
7540
|
+
],
|
|
7541
|
+
"vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
|
|
7542
|
+
"vs/editor/contrib/inlineCompletions/browser/singleTextEdit": [
|
|
7543
|
+
"require",
|
|
7544
|
+
"exports",
|
|
7545
|
+
"vs/base/common/diff/diff",
|
|
7546
|
+
"vs/base/common/strings",
|
|
7547
|
+
"vs/editor/common/core/range",
|
|
7548
|
+
"vs/editor/common/core/textLength",
|
|
7549
|
+
"vs/editor/common/core/textEdit",
|
|
7550
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostText"
|
|
7551
|
+
],
|
|
7532
7552
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsSource": [
|
|
7533
7553
|
"require",
|
|
7534
7554
|
"exports",
|
|
@@ -7546,27 +7566,14 @@
|
|
|
7546
7566
|
"vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions",
|
|
7547
7567
|
"vs/editor/contrib/inlineCompletions/browser/singleTextEdit"
|
|
7548
7568
|
],
|
|
7549
|
-
"vs/
|
|
7569
|
+
"vs/base/browser/formattedTextRenderer": [
|
|
7550
7570
|
"require",
|
|
7551
7571
|
"exports",
|
|
7552
|
-
"vs/base/
|
|
7553
|
-
"vs/base/common/strings",
|
|
7554
|
-
"vs/editor/common/core/range",
|
|
7555
|
-
"vs/editor/common/core/textLength",
|
|
7556
|
-
"vs/editor/common/core/textEdit",
|
|
7557
|
-
"vs/editor/contrib/inlineCompletions/browser/ghostText"
|
|
7572
|
+
"vs/base/browser/dom"
|
|
7558
7573
|
],
|
|
7559
|
-
"vs/
|
|
7560
|
-
"
|
|
7561
|
-
"exports",
|
|
7562
|
-
"vs/base/common/errors",
|
|
7563
|
-
"vs/base/common/lifecycle",
|
|
7564
|
-
"vs/base/common/observable",
|
|
7565
|
-
"vs/editor/common/core/position",
|
|
7566
|
-
"vs/editor/common/core/range"
|
|
7574
|
+
"vs/base/common/marked/marked": [
|
|
7575
|
+
"exports"
|
|
7567
7576
|
],
|
|
7568
|
-
"vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
|
|
7569
|
-
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
7570
7577
|
"vs/base/browser/ui/dropdown/dropdownActionViewItem": [
|
|
7571
7578
|
"require",
|
|
7572
7579
|
"exports",
|
|
@@ -7584,6 +7591,7 @@
|
|
|
7584
7591
|
"vs/nls"
|
|
7585
7592
|
],
|
|
7586
7593
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
|
|
7594
|
+
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
7587
7595
|
"vs/base/browser/ui/scrollbar/horizontalScrollbar": [
|
|
7588
7596
|
"require",
|
|
7589
7597
|
"exports",
|
|
@@ -7604,14 +7612,6 @@
|
|
|
7604
7612
|
],
|
|
7605
7613
|
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
|
|
7606
7614
|
"vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
|
|
7607
|
-
"vs/base/browser/formattedTextRenderer": [
|
|
7608
|
-
"require",
|
|
7609
|
-
"exports",
|
|
7610
|
-
"vs/base/browser/dom"
|
|
7611
|
-
],
|
|
7612
|
-
"vs/base/common/marked/marked": [
|
|
7613
|
-
"exports"
|
|
7614
|
-
],
|
|
7615
7615
|
"vs/css!vs/base/browser/ui/hover/hoverWidget": [],
|
|
7616
7616
|
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
|
|
7617
7617
|
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
|
|
@@ -7748,13 +7748,6 @@
|
|
|
7748
7748
|
"vs/base/common/objects"
|
|
7749
7749
|
],
|
|
7750
7750
|
"vs/css!vs/base/browser/ui/table/table": [],
|
|
7751
|
-
"vs/base/browser/ui/tree/objectTreeModel": [
|
|
7752
|
-
"require",
|
|
7753
|
-
"exports",
|
|
7754
|
-
"vs/base/browser/ui/tree/indexTreeModel",
|
|
7755
|
-
"vs/base/browser/ui/tree/tree",
|
|
7756
|
-
"vs/base/common/iterator"
|
|
7757
|
-
],
|
|
7758
7751
|
"vs/base/browser/ui/inputbox/inputBox": [
|
|
7759
7752
|
"require",
|
|
7760
7753
|
"exports",
|
|
@@ -7789,11 +7782,12 @@
|
|
|
7789
7782
|
"exports"
|
|
7790
7783
|
],
|
|
7791
7784
|
"vs/css!vs/base/browser/ui/tree/media/tree": [],
|
|
7792
|
-
"vs/
|
|
7785
|
+
"vs/base/browser/ui/tree/objectTreeModel": [
|
|
7793
7786
|
"require",
|
|
7794
7787
|
"exports",
|
|
7795
|
-
"vs/
|
|
7796
|
-
"vs/
|
|
7788
|
+
"vs/base/browser/ui/tree/indexTreeModel",
|
|
7789
|
+
"vs/base/browser/ui/tree/tree",
|
|
7790
|
+
"vs/base/common/iterator"
|
|
7797
7791
|
],
|
|
7798
7792
|
"vs/base/browser/ui/tree/compressedObjectTreeModel": [
|
|
7799
7793
|
"require",
|
|
@@ -7804,6 +7798,12 @@
|
|
|
7804
7798
|
"vs/base/common/event",
|
|
7805
7799
|
"vs/base/common/iterator"
|
|
7806
7800
|
],
|
|
7801
|
+
"vs/editor/common/core/positionToOffset": [
|
|
7802
|
+
"require",
|
|
7803
|
+
"exports",
|
|
7804
|
+
"vs/editor/common/core/offsetRange",
|
|
7805
|
+
"vs/editor/common/core/textLength"
|
|
7806
|
+
],
|
|
7807
7807
|
"vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
|
|
7808
7808
|
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
|
|
7809
7809
|
"require",
|
|
@@ -7859,6 +7859,11 @@
|
|
|
7859
7859
|
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7860
7860
|
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
|
|
7861
7861
|
],
|
|
7862
|
+
"vs/base/common/range": [
|
|
7863
|
+
"require",
|
|
7864
|
+
"exports"
|
|
7865
|
+
],
|
|
7866
|
+
"vs/css!vs/base/browser/ui/contextview/contextview": [],
|
|
7862
7867
|
"vs/editor/common/services/languagesAssociations": [
|
|
7863
7868
|
"require",
|
|
7864
7869
|
"exports",
|
|
@@ -7870,11 +7875,6 @@
|
|
|
7870
7875
|
"vs/base/common/strings",
|
|
7871
7876
|
"vs/editor/common/languages/modesRegistry"
|
|
7872
7877
|
],
|
|
7873
|
-
"vs/base/common/range": [
|
|
7874
|
-
"require",
|
|
7875
|
-
"exports"
|
|
7876
|
-
],
|
|
7877
|
-
"vs/css!vs/base/browser/ui/contextview/contextview": [],
|
|
7878
7878
|
"vs/base/browser/ui/menu/menu": [
|
|
7879
7879
|
"require",
|
|
7880
7880
|
"exports",
|
|
@@ -7971,6 +7971,27 @@
|
|
|
7971
7971
|
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
7972
7972
|
"vs/css!vs/base/browser/ui/toolbar/toolbar"
|
|
7973
7973
|
],
|
|
7974
|
+
"vs/editor/browser/viewParts/lines/rangeUtil": [
|
|
7975
|
+
"require",
|
|
7976
|
+
"exports",
|
|
7977
|
+
"vs/editor/browser/view/renderingContext"
|
|
7978
|
+
],
|
|
7979
|
+
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
|
|
7980
|
+
"vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
|
|
7981
|
+
"require",
|
|
7982
|
+
"exports",
|
|
7983
|
+
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
7984
|
+
"vs/base/common/uint"
|
|
7985
|
+
],
|
|
7986
|
+
"vs/editor/browser/viewParts/minimap/minimapCharSheet": [
|
|
7987
|
+
"require",
|
|
7988
|
+
"exports"
|
|
7989
|
+
],
|
|
7990
|
+
"vs/editor/browser/viewParts/minimap/minimapPreBaked": [
|
|
7991
|
+
"require",
|
|
7992
|
+
"exports",
|
|
7993
|
+
"vs/base/common/functional"
|
|
7994
|
+
],
|
|
7974
7995
|
"vs/editor/common/textModelBracketPairs": [
|
|
7975
7996
|
"require",
|
|
7976
7997
|
"exports"
|
|
@@ -8032,27 +8053,6 @@
|
|
|
8032
8053
|
"exports",
|
|
8033
8054
|
"vs/editor/common/tokens/lineTokens"
|
|
8034
8055
|
],
|
|
8035
|
-
"vs/editor/browser/viewParts/lines/rangeUtil": [
|
|
8036
|
-
"require",
|
|
8037
|
-
"exports",
|
|
8038
|
-
"vs/editor/browser/view/renderingContext"
|
|
8039
|
-
],
|
|
8040
|
-
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
|
|
8041
|
-
"vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
|
|
8042
|
-
"require",
|
|
8043
|
-
"exports",
|
|
8044
|
-
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
8045
|
-
"vs/base/common/uint"
|
|
8046
|
-
],
|
|
8047
|
-
"vs/editor/browser/viewParts/minimap/minimapCharSheet": [
|
|
8048
|
-
"require",
|
|
8049
|
-
"exports"
|
|
8050
|
-
],
|
|
8051
|
-
"vs/editor/browser/viewParts/minimap/minimapPreBaked": [
|
|
8052
|
-
"require",
|
|
8053
|
-
"exports",
|
|
8054
|
-
"vs/base/common/functional"
|
|
8055
|
-
],
|
|
8056
8056
|
"vs/editor/common/cursor/oneCursor": [
|
|
8057
8057
|
"require",
|
|
8058
8058
|
"exports",
|