monaco-editor-core 0.52.0-dev-20240824 → 0.52.0-dev-20240826
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 +1062 -1062
- 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 +1 -1
- package/dev/vs/loader.js +1 -1
- package/min/nls.messages.de.js +2 -2
- package/min/nls.messages.es.js +2 -2
- package/min/nls.messages.fr.js +2 -2
- package/min/nls.messages.it.js +2 -2
- package/min/nls.messages.ja.js +2 -2
- package/min/nls.messages.ko.js +2 -2
- package/min/nls.messages.ru.js +2 -2
- package/min/nls.messages.zh-cn.js +2 -2
- package/min/nls.messages.zh-tw.js +2 -2
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/nls.messages.de.js.map +1 -1
- package/min-maps/nls.messages.es.js.map +1 -1
- package/min-maps/nls.messages.fr.js.map +1 -1
- package/min-maps/nls.messages.it.js.map +1 -1
- package/min-maps/nls.messages.ja.js.map +1 -1
- package/min-maps/nls.messages.ko.js.map +1 -1
- package/min-maps/nls.messages.ru.js.map +1 -1
- package/min-maps/nls.messages.zh-cn.js.map +1 -1
- package/min-maps/nls.messages.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +2 -2
package/dev/bundleInfo.json
CHANGED
|
@@ -1533,23 +1533,13 @@
|
|
|
1533
1533
|
"vs/platform/quickinput/common/quickAccess",
|
|
1534
1534
|
"vs/platform/quickinput/common/quickInput"
|
|
1535
1535
|
],
|
|
1536
|
-
"vs/editor/contrib/quickAccess/browser/
|
|
1536
|
+
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1537
1537
|
"require",
|
|
1538
1538
|
"exports",
|
|
1539
|
-
"vs/base/common/async",
|
|
1540
|
-
"vs/base/common/cancellation",
|
|
1541
|
-
"vs/base/common/codicons",
|
|
1542
|
-
"vs/base/common/themables",
|
|
1543
|
-
"vs/base/common/fuzzyScorer",
|
|
1544
1539
|
"vs/base/common/lifecycle",
|
|
1545
|
-
"vs/
|
|
1546
|
-
"vs/editor/common/core/range",
|
|
1547
|
-
"vs/editor/common/languages",
|
|
1548
|
-
"vs/editor/contrib/documentSymbols/browser/outlineModel",
|
|
1540
|
+
"vs/editor/browser/editorBrowser",
|
|
1549
1541
|
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1550
|
-
"vs/nls"
|
|
1551
|
-
"vs/editor/common/services/languageFeatures",
|
|
1552
|
-
"vs/base/common/arraysFind"
|
|
1542
|
+
"vs/nls"
|
|
1553
1543
|
],
|
|
1554
1544
|
"vs/editor/browser/services/codeEditorService": [
|
|
1555
1545
|
"require",
|
|
@@ -1567,6 +1557,24 @@
|
|
|
1567
1557
|
"exports",
|
|
1568
1558
|
"vs/platform/instantiation/common/instantiation"
|
|
1569
1559
|
],
|
|
1560
|
+
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
|
|
1561
|
+
"require",
|
|
1562
|
+
"exports",
|
|
1563
|
+
"vs/base/common/async",
|
|
1564
|
+
"vs/base/common/cancellation",
|
|
1565
|
+
"vs/base/common/codicons",
|
|
1566
|
+
"vs/base/common/themables",
|
|
1567
|
+
"vs/base/common/fuzzyScorer",
|
|
1568
|
+
"vs/base/common/lifecycle",
|
|
1569
|
+
"vs/base/common/strings",
|
|
1570
|
+
"vs/editor/common/core/range",
|
|
1571
|
+
"vs/editor/common/languages",
|
|
1572
|
+
"vs/editor/contrib/documentSymbols/browser/outlineModel",
|
|
1573
|
+
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1574
|
+
"vs/nls",
|
|
1575
|
+
"vs/editor/common/services/languageFeatures",
|
|
1576
|
+
"vs/base/common/arraysFind"
|
|
1577
|
+
],
|
|
1570
1578
|
"vs/editor/contrib/documentSymbols/browser/outlineModel": [
|
|
1571
1579
|
"require",
|
|
1572
1580
|
"exports",
|
|
@@ -1596,14 +1604,6 @@
|
|
|
1596
1604
|
"vs/platform/theme/common/colorRegistry",
|
|
1597
1605
|
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
|
|
1598
1606
|
],
|
|
1599
|
-
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
|
|
1600
|
-
"require",
|
|
1601
|
-
"exports",
|
|
1602
|
-
"vs/base/common/lifecycle",
|
|
1603
|
-
"vs/editor/browser/editorBrowser",
|
|
1604
|
-
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
|
|
1605
|
-
"vs/nls"
|
|
1606
|
-
],
|
|
1607
1607
|
"vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
|
|
1608
1608
|
"require",
|
|
1609
1609
|
"exports",
|
|
@@ -1746,23 +1746,18 @@
|
|
|
1746
1746
|
"vs/nls.messages",
|
|
1747
1747
|
"vs/nls.messages"
|
|
1748
1748
|
],
|
|
1749
|
-
"vs/
|
|
1749
|
+
"vs/editor/common/core/position": [
|
|
1750
1750
|
"require",
|
|
1751
1751
|
"exports"
|
|
1752
1752
|
],
|
|
1753
|
-
"vs/base/common/
|
|
1754
|
-
"require",
|
|
1755
|
-
"exports",
|
|
1756
|
-
"vs/base/common/strings"
|
|
1757
|
-
],
|
|
1758
|
-
"vs/editor/common/core/position": [
|
|
1753
|
+
"vs/base/common/diff/diffChange": [
|
|
1759
1754
|
"require",
|
|
1760
1755
|
"exports"
|
|
1761
1756
|
],
|
|
1762
|
-
"vs/
|
|
1757
|
+
"vs/base/common/hash": [
|
|
1763
1758
|
"require",
|
|
1764
1759
|
"exports",
|
|
1765
|
-
"vs/base/common/
|
|
1760
|
+
"vs/base/common/strings"
|
|
1766
1761
|
],
|
|
1767
1762
|
"vs/base/common/cache": [
|
|
1768
1763
|
"require",
|
|
@@ -1772,6 +1767,11 @@
|
|
|
1772
1767
|
"require",
|
|
1773
1768
|
"exports"
|
|
1774
1769
|
],
|
|
1770
|
+
"vs/editor/common/core/characterClassifier": [
|
|
1771
|
+
"require",
|
|
1772
|
+
"exports",
|
|
1773
|
+
"vs/base/common/uint"
|
|
1774
|
+
],
|
|
1775
1775
|
"vs/base/common/cancellation": [
|
|
1776
1776
|
"require",
|
|
1777
1777
|
"exports",
|
|
@@ -2104,40 +2104,6 @@
|
|
|
2104
2104
|
"vs/editor/browser/widget/multiDiffEditor/colors"
|
|
2105
2105
|
],
|
|
2106
2106
|
"vs/css!vs/editor/standalone/browser/standalone-tokens": [],
|
|
2107
|
-
"vs/editor/common/languages/languageConfigurationRegistry": [
|
|
2108
|
-
"require",
|
|
2109
|
-
"exports",
|
|
2110
|
-
"vs/base/common/event",
|
|
2111
|
-
"vs/base/common/lifecycle",
|
|
2112
|
-
"vs/base/common/strings",
|
|
2113
|
-
"vs/editor/common/core/wordHelper",
|
|
2114
|
-
"vs/editor/common/languages/languageConfiguration",
|
|
2115
|
-
"vs/editor/common/languages/supports/characterPair",
|
|
2116
|
-
"vs/editor/common/languages/supports/electricCharacter",
|
|
2117
|
-
"vs/editor/common/languages/supports/indentRules",
|
|
2118
|
-
"vs/editor/common/languages/supports/onEnter",
|
|
2119
|
-
"vs/editor/common/languages/supports/richEditBrackets",
|
|
2120
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2121
|
-
"vs/platform/configuration/common/configuration",
|
|
2122
|
-
"vs/editor/common/languages/language",
|
|
2123
|
-
"vs/platform/instantiation/common/extensions",
|
|
2124
|
-
"vs/editor/common/languages/modesRegistry",
|
|
2125
|
-
"vs/editor/common/languages/supports/languageBracketsConfiguration"
|
|
2126
|
-
],
|
|
2127
|
-
"vs/editor/standalone/common/monarch/monarchCompile": [
|
|
2128
|
-
"require",
|
|
2129
|
-
"exports",
|
|
2130
|
-
"vs/editor/standalone/common/monarch/monarchCommon"
|
|
2131
|
-
],
|
|
2132
|
-
"vs/editor/standalone/common/monarch/monarchLexer": [
|
|
2133
|
-
"require",
|
|
2134
|
-
"exports",
|
|
2135
|
-
"vs/base/common/lifecycle",
|
|
2136
|
-
"vs/editor/common/languages",
|
|
2137
|
-
"vs/editor/common/languages/nullTokenize",
|
|
2138
|
-
"vs/editor/standalone/common/monarch/monarchCommon",
|
|
2139
|
-
"vs/platform/configuration/common/configuration"
|
|
2140
|
-
],
|
|
2141
2107
|
"vs/editor/contrib/editorState/browser/editorState": [
|
|
2142
2108
|
"require",
|
|
2143
2109
|
"exports",
|
|
@@ -2187,6 +2153,40 @@
|
|
|
2187
2153
|
"vs/nls",
|
|
2188
2154
|
"vs/platform/instantiation/common/instantiation"
|
|
2189
2155
|
],
|
|
2156
|
+
"vs/editor/common/languages/languageConfigurationRegistry": [
|
|
2157
|
+
"require",
|
|
2158
|
+
"exports",
|
|
2159
|
+
"vs/base/common/event",
|
|
2160
|
+
"vs/base/common/lifecycle",
|
|
2161
|
+
"vs/base/common/strings",
|
|
2162
|
+
"vs/editor/common/core/wordHelper",
|
|
2163
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
2164
|
+
"vs/editor/common/languages/supports/characterPair",
|
|
2165
|
+
"vs/editor/common/languages/supports/electricCharacter",
|
|
2166
|
+
"vs/editor/common/languages/supports/indentRules",
|
|
2167
|
+
"vs/editor/common/languages/supports/onEnter",
|
|
2168
|
+
"vs/editor/common/languages/supports/richEditBrackets",
|
|
2169
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2170
|
+
"vs/platform/configuration/common/configuration",
|
|
2171
|
+
"vs/editor/common/languages/language",
|
|
2172
|
+
"vs/platform/instantiation/common/extensions",
|
|
2173
|
+
"vs/editor/common/languages/modesRegistry",
|
|
2174
|
+
"vs/editor/common/languages/supports/languageBracketsConfiguration"
|
|
2175
|
+
],
|
|
2176
|
+
"vs/editor/standalone/common/monarch/monarchCompile": [
|
|
2177
|
+
"require",
|
|
2178
|
+
"exports",
|
|
2179
|
+
"vs/editor/standalone/common/monarch/monarchCommon"
|
|
2180
|
+
],
|
|
2181
|
+
"vs/editor/standalone/common/monarch/monarchLexer": [
|
|
2182
|
+
"require",
|
|
2183
|
+
"exports",
|
|
2184
|
+
"vs/base/common/lifecycle",
|
|
2185
|
+
"vs/editor/common/languages",
|
|
2186
|
+
"vs/editor/common/languages/nullTokenize",
|
|
2187
|
+
"vs/editor/standalone/common/monarch/monarchCommon",
|
|
2188
|
+
"vs/platform/configuration/common/configuration"
|
|
2189
|
+
],
|
|
2190
2190
|
"vs/base/browser/browser": [
|
|
2191
2191
|
"require",
|
|
2192
2192
|
"exports",
|
|
@@ -2272,6 +2272,16 @@
|
|
|
2272
2272
|
"vs/editor/common/languages/autoIndent",
|
|
2273
2273
|
"vs/editor/common/languages/enterAction"
|
|
2274
2274
|
],
|
|
2275
|
+
"vs/base/common/htmlContent": [
|
|
2276
|
+
"require",
|
|
2277
|
+
"exports",
|
|
2278
|
+
"vs/base/common/errors",
|
|
2279
|
+
"vs/base/common/iconLabels",
|
|
2280
|
+
"vs/base/common/resources",
|
|
2281
|
+
"vs/base/common/strings",
|
|
2282
|
+
"vs/base/common/uri"
|
|
2283
|
+
],
|
|
2284
|
+
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2275
2285
|
"vs/base/common/codicons": [
|
|
2276
2286
|
"require",
|
|
2277
2287
|
"exports",
|
|
@@ -2303,16 +2313,65 @@
|
|
|
2303
2313
|
"vs/platform/theme/common/colorRegistry",
|
|
2304
2314
|
"vs/platform/theme/common/iconRegistry"
|
|
2305
2315
|
],
|
|
2306
|
-
"vs/
|
|
2316
|
+
"vs/editor/common/model/textModel": [
|
|
2307
2317
|
"require",
|
|
2308
2318
|
"exports",
|
|
2319
|
+
"vs/base/common/arrays",
|
|
2320
|
+
"vs/base/common/color",
|
|
2309
2321
|
"vs/base/common/errors",
|
|
2310
|
-
"vs/base/common/
|
|
2311
|
-
"vs/base/common/
|
|
2322
|
+
"vs/base/common/event",
|
|
2323
|
+
"vs/base/common/lifecycle",
|
|
2312
2324
|
"vs/base/common/strings",
|
|
2313
|
-
"vs/base/common/uri"
|
|
2325
|
+
"vs/base/common/uri",
|
|
2326
|
+
"vs/editor/common/core/eolCounter",
|
|
2327
|
+
"vs/editor/common/core/indentation",
|
|
2328
|
+
"vs/editor/common/core/position",
|
|
2329
|
+
"vs/editor/common/core/range",
|
|
2330
|
+
"vs/editor/common/core/selection",
|
|
2331
|
+
"vs/editor/common/core/textModelDefaults",
|
|
2332
|
+
"vs/editor/common/languages/language",
|
|
2333
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2334
|
+
"vs/editor/common/model",
|
|
2335
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
|
|
2336
|
+
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
|
|
2337
|
+
"vs/editor/common/model/editStack",
|
|
2338
|
+
"vs/editor/common/model/guidesTextModelPart",
|
|
2339
|
+
"vs/editor/common/model/indentationGuesser",
|
|
2340
|
+
"vs/editor/common/model/intervalTree",
|
|
2341
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
|
|
2342
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
|
2343
|
+
"vs/editor/common/model/textModelSearch",
|
|
2344
|
+
"vs/editor/common/model/tokenizationTextModelPart",
|
|
2345
|
+
"vs/editor/common/model/tokens",
|
|
2346
|
+
"vs/editor/common/textModelEvents",
|
|
2347
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2348
|
+
"vs/platform/undoRedo/common/undoRedo"
|
|
2314
2349
|
],
|
|
2315
|
-
"vs/
|
|
2350
|
+
"vs/platform/theme/common/colorRegistry": [
|
|
2351
|
+
"require",
|
|
2352
|
+
"exports",
|
|
2353
|
+
"vs/platform/theme/common/colorUtils",
|
|
2354
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
2355
|
+
"vs/platform/theme/common/colors/chartsColors",
|
|
2356
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
2357
|
+
"vs/platform/theme/common/colors/inputColors",
|
|
2358
|
+
"vs/platform/theme/common/colors/listColors",
|
|
2359
|
+
"vs/platform/theme/common/colors/menuColors",
|
|
2360
|
+
"vs/platform/theme/common/colors/minimapColors",
|
|
2361
|
+
"vs/platform/theme/common/colors/miscColors",
|
|
2362
|
+
"vs/platform/theme/common/colors/quickpickColors",
|
|
2363
|
+
"vs/platform/theme/common/colors/searchColors"
|
|
2364
|
+
],
|
|
2365
|
+
"vs/platform/theme/common/themeService": [
|
|
2366
|
+
"require",
|
|
2367
|
+
"exports",
|
|
2368
|
+
"vs/base/common/event",
|
|
2369
|
+
"vs/base/common/lifecycle",
|
|
2370
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2371
|
+
"vs/platform/registry/common/platform",
|
|
2372
|
+
"vs/platform/theme/common/theme"
|
|
2373
|
+
],
|
|
2374
|
+
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2316
2375
|
"vs/editor/browser/config/domFontInfo": [
|
|
2317
2376
|
"require",
|
|
2318
2377
|
"exports",
|
|
@@ -2440,40 +2499,6 @@
|
|
|
2440
2499
|
"require",
|
|
2441
2500
|
"exports"
|
|
2442
2501
|
],
|
|
2443
|
-
"vs/editor/common/model/textModel": [
|
|
2444
|
-
"require",
|
|
2445
|
-
"exports",
|
|
2446
|
-
"vs/base/common/arrays",
|
|
2447
|
-
"vs/base/common/color",
|
|
2448
|
-
"vs/base/common/errors",
|
|
2449
|
-
"vs/base/common/event",
|
|
2450
|
-
"vs/base/common/lifecycle",
|
|
2451
|
-
"vs/base/common/strings",
|
|
2452
|
-
"vs/base/common/uri",
|
|
2453
|
-
"vs/editor/common/core/eolCounter",
|
|
2454
|
-
"vs/editor/common/core/indentation",
|
|
2455
|
-
"vs/editor/common/core/position",
|
|
2456
|
-
"vs/editor/common/core/range",
|
|
2457
|
-
"vs/editor/common/core/selection",
|
|
2458
|
-
"vs/editor/common/core/textModelDefaults",
|
|
2459
|
-
"vs/editor/common/languages/language",
|
|
2460
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2461
|
-
"vs/editor/common/model",
|
|
2462
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
|
|
2463
|
-
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
|
|
2464
|
-
"vs/editor/common/model/editStack",
|
|
2465
|
-
"vs/editor/common/model/guidesTextModelPart",
|
|
2466
|
-
"vs/editor/common/model/indentationGuesser",
|
|
2467
|
-
"vs/editor/common/model/intervalTree",
|
|
2468
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
|
|
2469
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
|
2470
|
-
"vs/editor/common/model/textModelSearch",
|
|
2471
|
-
"vs/editor/common/model/tokenizationTextModelPart",
|
|
2472
|
-
"vs/editor/common/model/tokens",
|
|
2473
|
-
"vs/editor/common/textModelEvents",
|
|
2474
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2475
|
-
"vs/platform/undoRedo/common/undoRedo"
|
|
2476
|
-
],
|
|
2477
2502
|
"vs/editor/common/viewModel/monospaceLineBreaksComputer": [
|
|
2478
2503
|
"require",
|
|
2479
2504
|
"exports",
|
|
@@ -2519,30 +2544,6 @@
|
|
|
2519
2544
|
"require",
|
|
2520
2545
|
"exports"
|
|
2521
2546
|
],
|
|
2522
|
-
"vs/platform/theme/common/colorRegistry": [
|
|
2523
|
-
"require",
|
|
2524
|
-
"exports",
|
|
2525
|
-
"vs/platform/theme/common/colorUtils",
|
|
2526
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
2527
|
-
"vs/platform/theme/common/colors/chartsColors",
|
|
2528
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
2529
|
-
"vs/platform/theme/common/colors/inputColors",
|
|
2530
|
-
"vs/platform/theme/common/colors/listColors",
|
|
2531
|
-
"vs/platform/theme/common/colors/menuColors",
|
|
2532
|
-
"vs/platform/theme/common/colors/minimapColors",
|
|
2533
|
-
"vs/platform/theme/common/colors/miscColors",
|
|
2534
|
-
"vs/platform/theme/common/colors/quickpickColors",
|
|
2535
|
-
"vs/platform/theme/common/colors/searchColors"
|
|
2536
|
-
],
|
|
2537
|
-
"vs/platform/theme/common/themeService": [
|
|
2538
|
-
"require",
|
|
2539
|
-
"exports",
|
|
2540
|
-
"vs/base/common/event",
|
|
2541
|
-
"vs/base/common/lifecycle",
|
|
2542
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2543
|
-
"vs/platform/registry/common/platform",
|
|
2544
|
-
"vs/platform/theme/common/theme"
|
|
2545
|
-
],
|
|
2546
2547
|
"vs/editor/browser/services/markerDecorations": [
|
|
2547
2548
|
"require",
|
|
2548
2549
|
"exports",
|
|
@@ -2550,7 +2551,6 @@
|
|
|
2550
2551
|
"vs/editor/browser/editorExtensions"
|
|
2551
2552
|
],
|
|
2552
2553
|
"vs/css!vs/editor/browser/widget/codeEditor/editor": [],
|
|
2553
|
-
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2554
2554
|
"vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
|
|
2555
2555
|
"require",
|
|
2556
2556
|
"exports",
|
|
@@ -2572,6 +2572,62 @@
|
|
|
2572
2572
|
"vs/editor/common/cursor/cursorAtomicMoveOperations",
|
|
2573
2573
|
"vs/editor/common/cursorCommon"
|
|
2574
2574
|
],
|
|
2575
|
+
"vs/editor/browser/controller/textAreaInput": [
|
|
2576
|
+
"require",
|
|
2577
|
+
"exports",
|
|
2578
|
+
"vs/base/browser/browser",
|
|
2579
|
+
"vs/base/browser/dom",
|
|
2580
|
+
"vs/base/browser/event",
|
|
2581
|
+
"vs/base/browser/keyboardEvent",
|
|
2582
|
+
"vs/base/browser/performance",
|
|
2583
|
+
"vs/base/common/async",
|
|
2584
|
+
"vs/base/common/event",
|
|
2585
|
+
"vs/base/common/lifecycle",
|
|
2586
|
+
"vs/base/common/mime",
|
|
2587
|
+
"vs/base/common/strings",
|
|
2588
|
+
"vs/editor/browser/controller/textAreaState",
|
|
2589
|
+
"vs/editor/common/core/selection",
|
|
2590
|
+
"vs/platform/accessibility/common/accessibility",
|
|
2591
|
+
"vs/platform/log/common/log"
|
|
2592
|
+
],
|
|
2593
|
+
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
|
|
2594
|
+
"require",
|
|
2595
|
+
"exports",
|
|
2596
|
+
"vs/base/browser/dom",
|
|
2597
|
+
"vs/base/common/arrays",
|
|
2598
|
+
"vs/base/common/async",
|
|
2599
|
+
"vs/base/common/cancellation",
|
|
2600
|
+
"vs/base/common/dataTransfer",
|
|
2601
|
+
"vs/base/common/hierarchicalKind",
|
|
2602
|
+
"vs/base/common/lifecycle",
|
|
2603
|
+
"vs/base/common/mime",
|
|
2604
|
+
"vs/base/common/platform",
|
|
2605
|
+
"vs/base/common/uuid",
|
|
2606
|
+
"vs/editor/browser/controller/textAreaInput",
|
|
2607
|
+
"vs/editor/browser/dnd",
|
|
2608
|
+
"vs/editor/browser/services/bulkEditService",
|
|
2609
|
+
"vs/editor/common/core/range",
|
|
2610
|
+
"vs/editor/common/languages",
|
|
2611
|
+
"vs/editor/common/services/languageFeatures",
|
|
2612
|
+
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
|
|
2613
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
2614
|
+
"vs/editor/contrib/editorState/browser/editorState",
|
|
2615
|
+
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
|
|
2616
|
+
"vs/editor/contrib/message/browser/messageController",
|
|
2617
|
+
"vs/nls",
|
|
2618
|
+
"vs/platform/clipboard/common/clipboardService",
|
|
2619
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2620
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2621
|
+
"vs/platform/progress/common/progress",
|
|
2622
|
+
"vs/platform/quickinput/common/quickInput",
|
|
2623
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
|
|
2624
|
+
"vs/base/common/errors"
|
|
2625
|
+
],
|
|
2626
|
+
"vs/platform/clipboard/common/clipboardService": [
|
|
2627
|
+
"require",
|
|
2628
|
+
"exports",
|
|
2629
|
+
"vs/platform/instantiation/common/instantiation"
|
|
2630
|
+
],
|
|
2575
2631
|
"vs/editor/common/config/editorConfigurationSchema": [
|
|
2576
2632
|
"require",
|
|
2577
2633
|
"exports",
|
|
@@ -2658,61 +2714,58 @@
|
|
|
2658
2714
|
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
|
2659
2715
|
"vs/platform/registry/common/platform"
|
|
2660
2716
|
],
|
|
2661
|
-
"vs/editor/browser/
|
|
2717
|
+
"vs/editor/contrib/colorPicker/browser/colorDetector": [
|
|
2662
2718
|
"require",
|
|
2663
2719
|
"exports",
|
|
2664
|
-
"vs/base/browser/browser",
|
|
2665
|
-
"vs/base/browser/dom",
|
|
2666
|
-
"vs/base/browser/event",
|
|
2667
|
-
"vs/base/browser/keyboardEvent",
|
|
2668
|
-
"vs/base/browser/performance",
|
|
2669
2720
|
"vs/base/common/async",
|
|
2721
|
+
"vs/base/common/color",
|
|
2722
|
+
"vs/base/common/errors",
|
|
2670
2723
|
"vs/base/common/event",
|
|
2671
2724
|
"vs/base/common/lifecycle",
|
|
2672
|
-
"vs/base/common/
|
|
2725
|
+
"vs/base/common/stopwatch",
|
|
2673
2726
|
"vs/base/common/strings",
|
|
2674
|
-
"vs/editor/browser/
|
|
2675
|
-
"vs/editor/
|
|
2676
|
-
"vs/
|
|
2677
|
-
"vs/
|
|
2727
|
+
"vs/editor/browser/editorDom",
|
|
2728
|
+
"vs/editor/browser/editorExtensions",
|
|
2729
|
+
"vs/editor/common/core/range",
|
|
2730
|
+
"vs/editor/common/model/textModel",
|
|
2731
|
+
"vs/editor/common/services/languageFeatureDebounce",
|
|
2732
|
+
"vs/editor/common/services/languageFeatures",
|
|
2733
|
+
"vs/editor/contrib/colorPicker/browser/color",
|
|
2734
|
+
"vs/platform/configuration/common/configuration"
|
|
2678
2735
|
],
|
|
2679
|
-
"vs/editor/contrib/
|
|
2736
|
+
"vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
|
|
2680
2737
|
"require",
|
|
2681
2738
|
"exports",
|
|
2682
|
-
"vs/base/browser/dom",
|
|
2683
|
-
"vs/base/common/arrays",
|
|
2684
2739
|
"vs/base/common/async",
|
|
2685
2740
|
"vs/base/common/cancellation",
|
|
2686
|
-
"vs/base/common/
|
|
2687
|
-
"vs/base/common/hierarchicalKind",
|
|
2741
|
+
"vs/base/common/color",
|
|
2688
2742
|
"vs/base/common/lifecycle",
|
|
2689
|
-
"vs/base/common/mime",
|
|
2690
|
-
"vs/base/common/platform",
|
|
2691
|
-
"vs/base/common/uuid",
|
|
2692
|
-
"vs/editor/browser/controller/textAreaInput",
|
|
2693
|
-
"vs/editor/browser/dnd",
|
|
2694
|
-
"vs/editor/browser/services/bulkEditService",
|
|
2695
2743
|
"vs/editor/common/core/range",
|
|
2696
|
-
"vs/editor/
|
|
2697
|
-
"vs/editor/
|
|
2698
|
-
"vs/editor/contrib/
|
|
2699
|
-
"vs/editor/contrib/
|
|
2700
|
-
"vs/editor/contrib/
|
|
2701
|
-
"vs/
|
|
2702
|
-
"vs/
|
|
2703
|
-
"vs/nls",
|
|
2704
|
-
"vs/platform/clipboard/common/clipboardService",
|
|
2705
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2706
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2707
|
-
"vs/platform/progress/common/progress",
|
|
2708
|
-
"vs/platform/quickinput/common/quickInput",
|
|
2709
|
-
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
|
|
2710
|
-
"vs/base/common/errors"
|
|
2744
|
+
"vs/editor/contrib/colorPicker/browser/color",
|
|
2745
|
+
"vs/editor/contrib/colorPicker/browser/colorDetector",
|
|
2746
|
+
"vs/editor/contrib/colorPicker/browser/colorPickerModel",
|
|
2747
|
+
"vs/editor/contrib/colorPicker/browser/colorPickerWidget",
|
|
2748
|
+
"vs/editor/contrib/hover/browser/hoverTypes",
|
|
2749
|
+
"vs/platform/theme/common/themeService",
|
|
2750
|
+
"vs/base/browser/dom"
|
|
2711
2751
|
],
|
|
2712
|
-
"vs/
|
|
2752
|
+
"vs/editor/contrib/hover/browser/contentHoverController2": [
|
|
2713
2753
|
"require",
|
|
2714
2754
|
"exports",
|
|
2715
|
-
"vs/
|
|
2755
|
+
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
2756
|
+
"vs/base/common/lifecycle",
|
|
2757
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2758
|
+
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget",
|
|
2759
|
+
"vs/platform/keybinding/common/keybinding",
|
|
2760
|
+
"vs/base/common/async",
|
|
2761
|
+
"vs/editor/contrib/hover/browser/hoverUtils",
|
|
2762
|
+
"vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
|
|
2763
|
+
"vs/base/common/event",
|
|
2764
|
+
"vs/css!vs/editor/contrib/hover/browser/hover"
|
|
2765
|
+
],
|
|
2766
|
+
"vs/editor/contrib/hover/browser/hoverTypes": [
|
|
2767
|
+
"require",
|
|
2768
|
+
"exports"
|
|
2716
2769
|
],
|
|
2717
2770
|
"vs/editor/browser/stableEditorScroll": [
|
|
2718
2771
|
"require",
|
|
@@ -2764,59 +2817,6 @@
|
|
|
2764
2817
|
"vs/platform/log/common/log",
|
|
2765
2818
|
"vs/base/common/network"
|
|
2766
2819
|
],
|
|
2767
|
-
"vs/editor/contrib/colorPicker/browser/colorDetector": [
|
|
2768
|
-
"require",
|
|
2769
|
-
"exports",
|
|
2770
|
-
"vs/base/common/async",
|
|
2771
|
-
"vs/base/common/color",
|
|
2772
|
-
"vs/base/common/errors",
|
|
2773
|
-
"vs/base/common/event",
|
|
2774
|
-
"vs/base/common/lifecycle",
|
|
2775
|
-
"vs/base/common/stopwatch",
|
|
2776
|
-
"vs/base/common/strings",
|
|
2777
|
-
"vs/editor/browser/editorDom",
|
|
2778
|
-
"vs/editor/browser/editorExtensions",
|
|
2779
|
-
"vs/editor/common/core/range",
|
|
2780
|
-
"vs/editor/common/model/textModel",
|
|
2781
|
-
"vs/editor/common/services/languageFeatureDebounce",
|
|
2782
|
-
"vs/editor/common/services/languageFeatures",
|
|
2783
|
-
"vs/editor/contrib/colorPicker/browser/color",
|
|
2784
|
-
"vs/platform/configuration/common/configuration"
|
|
2785
|
-
],
|
|
2786
|
-
"vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
|
|
2787
|
-
"require",
|
|
2788
|
-
"exports",
|
|
2789
|
-
"vs/base/common/async",
|
|
2790
|
-
"vs/base/common/cancellation",
|
|
2791
|
-
"vs/base/common/color",
|
|
2792
|
-
"vs/base/common/lifecycle",
|
|
2793
|
-
"vs/editor/common/core/range",
|
|
2794
|
-
"vs/editor/contrib/colorPicker/browser/color",
|
|
2795
|
-
"vs/editor/contrib/colorPicker/browser/colorDetector",
|
|
2796
|
-
"vs/editor/contrib/colorPicker/browser/colorPickerModel",
|
|
2797
|
-
"vs/editor/contrib/colorPicker/browser/colorPickerWidget",
|
|
2798
|
-
"vs/editor/contrib/hover/browser/hoverTypes",
|
|
2799
|
-
"vs/platform/theme/common/themeService",
|
|
2800
|
-
"vs/base/browser/dom"
|
|
2801
|
-
],
|
|
2802
|
-
"vs/editor/contrib/hover/browser/contentHoverController2": [
|
|
2803
|
-
"require",
|
|
2804
|
-
"exports",
|
|
2805
|
-
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
2806
|
-
"vs/base/common/lifecycle",
|
|
2807
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2808
|
-
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget",
|
|
2809
|
-
"vs/platform/keybinding/common/keybinding",
|
|
2810
|
-
"vs/base/common/async",
|
|
2811
|
-
"vs/editor/contrib/hover/browser/hoverUtils",
|
|
2812
|
-
"vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
|
|
2813
|
-
"vs/base/common/event",
|
|
2814
|
-
"vs/css!vs/editor/contrib/hover/browser/hover"
|
|
2815
|
-
],
|
|
2816
|
-
"vs/editor/contrib/hover/browser/hoverTypes": [
|
|
2817
|
-
"require",
|
|
2818
|
-
"exports"
|
|
2819
|
-
],
|
|
2820
2820
|
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
|
|
2821
2821
|
"require",
|
|
2822
2822
|
"exports",
|
|
@@ -2923,29 +2923,6 @@
|
|
|
2923
2923
|
"vs/nls",
|
|
2924
2924
|
"vs/platform/workspace/common/workspace"
|
|
2925
2925
|
],
|
|
2926
|
-
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
|
|
2927
|
-
"require",
|
|
2928
|
-
"exports",
|
|
2929
|
-
"vs/base/common/arrays",
|
|
2930
|
-
"vs/base/common/async",
|
|
2931
|
-
"vs/base/common/dataTransfer",
|
|
2932
|
-
"vs/base/common/hierarchicalKind",
|
|
2933
|
-
"vs/base/common/lifecycle",
|
|
2934
|
-
"vs/editor/browser/dnd",
|
|
2935
|
-
"vs/editor/common/core/range",
|
|
2936
|
-
"vs/editor/common/services/languageFeatures",
|
|
2937
|
-
"vs/editor/common/services/treeViewsDnd",
|
|
2938
|
-
"vs/editor/common/services/treeViewsDndService",
|
|
2939
|
-
"vs/editor/contrib/editorState/browser/editorState",
|
|
2940
|
-
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
|
|
2941
|
-
"vs/nls",
|
|
2942
|
-
"vs/platform/configuration/common/configuration",
|
|
2943
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2944
|
-
"vs/platform/dnd/browser/dnd",
|
|
2945
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2946
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
2947
|
-
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
2948
|
-
],
|
|
2949
2926
|
"vs/editor/contrib/find/browser/findModel": [
|
|
2950
2927
|
"require",
|
|
2951
2928
|
"exports",
|
|
@@ -3019,6 +2996,29 @@
|
|
|
3019
2996
|
"vs/platform/configuration/common/configuration",
|
|
3020
2997
|
"vs/base/browser/dom"
|
|
3021
2998
|
],
|
|
2999
|
+
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
|
|
3000
|
+
"require",
|
|
3001
|
+
"exports",
|
|
3002
|
+
"vs/base/common/arrays",
|
|
3003
|
+
"vs/base/common/async",
|
|
3004
|
+
"vs/base/common/dataTransfer",
|
|
3005
|
+
"vs/base/common/hierarchicalKind",
|
|
3006
|
+
"vs/base/common/lifecycle",
|
|
3007
|
+
"vs/editor/browser/dnd",
|
|
3008
|
+
"vs/editor/common/core/range",
|
|
3009
|
+
"vs/editor/common/services/languageFeatures",
|
|
3010
|
+
"vs/editor/common/services/treeViewsDnd",
|
|
3011
|
+
"vs/editor/common/services/treeViewsDndService",
|
|
3012
|
+
"vs/editor/contrib/editorState/browser/editorState",
|
|
3013
|
+
"vs/editor/contrib/inlineProgress/browser/inlineProgress",
|
|
3014
|
+
"vs/nls",
|
|
3015
|
+
"vs/platform/configuration/common/configuration",
|
|
3016
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3017
|
+
"vs/platform/dnd/browser/dnd",
|
|
3018
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3019
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
3020
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
3021
|
+
],
|
|
3022
3022
|
"vs/editor/contrib/folding/browser/foldingModel": [
|
|
3023
3023
|
"require",
|
|
3024
3024
|
"exports",
|
|
@@ -3143,12 +3143,6 @@
|
|
|
3143
3143
|
"require",
|
|
3144
3144
|
"exports"
|
|
3145
3145
|
],
|
|
3146
|
-
"vs/base/common/themables": [
|
|
3147
|
-
"require",
|
|
3148
|
-
"exports",
|
|
3149
|
-
"vs/base/common/codicons"
|
|
3150
|
-
],
|
|
3151
|
-
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
|
|
3152
3146
|
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
|
|
3153
3147
|
"require",
|
|
3154
3148
|
"exports",
|
|
@@ -3252,6 +3246,12 @@
|
|
|
3252
3246
|
"vs/nls",
|
|
3253
3247
|
"vs/platform/contextkey/common/contextkey"
|
|
3254
3248
|
],
|
|
3249
|
+
"vs/base/common/themables": [
|
|
3250
|
+
"require",
|
|
3251
|
+
"exports",
|
|
3252
|
+
"vs/base/common/codicons"
|
|
3253
|
+
],
|
|
3254
|
+
"vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
|
|
3255
3255
|
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
3256
3256
|
"require",
|
|
3257
3257
|
"exports",
|
|
@@ -3260,67 +3260,12 @@
|
|
|
3260
3260
|
"vs/base/common/platform"
|
|
3261
3261
|
],
|
|
3262
3262
|
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
3263
|
-
"vs/editor/contrib/
|
|
3263
|
+
"vs/editor/contrib/hover/browser/hoverActions": [
|
|
3264
3264
|
"require",
|
|
3265
3265
|
"exports",
|
|
3266
|
-
"vs/
|
|
3267
|
-
"vs/base/common/
|
|
3268
|
-
"vs/
|
|
3269
|
-
"vs/base/common/linkedList",
|
|
3270
|
-
"vs/base/common/strings",
|
|
3271
|
-
"vs/base/common/uri",
|
|
3272
|
-
"vs/editor/common/core/range",
|
|
3273
|
-
"vs/platform/instantiation/common/extensions",
|
|
3274
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3275
|
-
"vs/platform/markers/common/markers",
|
|
3276
|
-
"vs/platform/configuration/common/configuration"
|
|
3277
|
-
],
|
|
3278
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
3279
|
-
"require",
|
|
3280
|
-
"exports",
|
|
3281
|
-
"vs/base/common/async",
|
|
3282
|
-
"vs/base/common/codicons",
|
|
3283
|
-
"vs/base/common/codiconsUtil",
|
|
3284
|
-
"vs/base/common/themables",
|
|
3285
|
-
"vs/base/common/event",
|
|
3286
|
-
"vs/base/common/types",
|
|
3287
|
-
"vs/base/common/uri",
|
|
3288
|
-
"vs/nls",
|
|
3289
|
-
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
|
3290
|
-
"vs/platform/registry/common/platform"
|
|
3291
|
-
],
|
|
3292
|
-
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
3293
|
-
"require",
|
|
3294
|
-
"exports",
|
|
3295
|
-
"vs/base/browser/dom",
|
|
3296
|
-
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
3297
|
-
"vs/base/common/arrays",
|
|
3298
|
-
"vs/base/common/color",
|
|
3299
|
-
"vs/base/common/event",
|
|
3300
|
-
"vs/base/common/lifecycle",
|
|
3301
|
-
"vs/base/common/resources",
|
|
3302
|
-
"vs/base/common/strings",
|
|
3303
|
-
"vs/editor/common/core/range",
|
|
3304
|
-
"vs/editor/contrib/peekView/browser/peekView",
|
|
3305
|
-
"vs/nls",
|
|
3306
|
-
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
3307
|
-
"vs/platform/actions/common/actions",
|
|
3308
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3309
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3310
|
-
"vs/platform/label/common/label",
|
|
3311
|
-
"vs/platform/markers/common/markers",
|
|
3312
|
-
"vs/platform/opener/common/opener",
|
|
3313
|
-
"vs/platform/severityIcon/browser/severityIcon",
|
|
3314
|
-
"vs/platform/theme/common/colorRegistry",
|
|
3315
|
-
"vs/platform/theme/common/themeService",
|
|
3316
|
-
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
|
|
3317
|
-
],
|
|
3318
|
-
"vs/editor/contrib/hover/browser/hoverActions": [
|
|
3319
|
-
"require",
|
|
3320
|
-
"exports",
|
|
3321
|
-
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
3322
|
-
"vs/base/common/keyCodes",
|
|
3323
|
-
"vs/editor/browser/editorExtensions",
|
|
3266
|
+
"vs/editor/contrib/hover/browser/hoverActionIds",
|
|
3267
|
+
"vs/base/common/keyCodes",
|
|
3268
|
+
"vs/editor/browser/editorExtensions",
|
|
3324
3269
|
"vs/editor/common/core/range",
|
|
3325
3270
|
"vs/editor/common/editorContextKeys",
|
|
3326
3271
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition",
|
|
@@ -3395,6 +3340,61 @@
|
|
|
3395
3340
|
"exports"
|
|
3396
3341
|
],
|
|
3397
3342
|
"vs/css!vs/editor/contrib/hover/browser/hover": [],
|
|
3343
|
+
"vs/editor/contrib/gotoError/browser/markerNavigationService": [
|
|
3344
|
+
"require",
|
|
3345
|
+
"exports",
|
|
3346
|
+
"vs/base/common/arrays",
|
|
3347
|
+
"vs/base/common/event",
|
|
3348
|
+
"vs/base/common/lifecycle",
|
|
3349
|
+
"vs/base/common/linkedList",
|
|
3350
|
+
"vs/base/common/strings",
|
|
3351
|
+
"vs/base/common/uri",
|
|
3352
|
+
"vs/editor/common/core/range",
|
|
3353
|
+
"vs/platform/instantiation/common/extensions",
|
|
3354
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3355
|
+
"vs/platform/markers/common/markers",
|
|
3356
|
+
"vs/platform/configuration/common/configuration"
|
|
3357
|
+
],
|
|
3358
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
3359
|
+
"require",
|
|
3360
|
+
"exports",
|
|
3361
|
+
"vs/base/common/async",
|
|
3362
|
+
"vs/base/common/codicons",
|
|
3363
|
+
"vs/base/common/codiconsUtil",
|
|
3364
|
+
"vs/base/common/themables",
|
|
3365
|
+
"vs/base/common/event",
|
|
3366
|
+
"vs/base/common/types",
|
|
3367
|
+
"vs/base/common/uri",
|
|
3368
|
+
"vs/nls",
|
|
3369
|
+
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
|
3370
|
+
"vs/platform/registry/common/platform"
|
|
3371
|
+
],
|
|
3372
|
+
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
3373
|
+
"require",
|
|
3374
|
+
"exports",
|
|
3375
|
+
"vs/base/browser/dom",
|
|
3376
|
+
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
3377
|
+
"vs/base/common/arrays",
|
|
3378
|
+
"vs/base/common/color",
|
|
3379
|
+
"vs/base/common/event",
|
|
3380
|
+
"vs/base/common/lifecycle",
|
|
3381
|
+
"vs/base/common/resources",
|
|
3382
|
+
"vs/base/common/strings",
|
|
3383
|
+
"vs/editor/common/core/range",
|
|
3384
|
+
"vs/editor/contrib/peekView/browser/peekView",
|
|
3385
|
+
"vs/nls",
|
|
3386
|
+
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
3387
|
+
"vs/platform/actions/common/actions",
|
|
3388
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3389
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3390
|
+
"vs/platform/label/common/label",
|
|
3391
|
+
"vs/platform/markers/common/markers",
|
|
3392
|
+
"vs/platform/opener/common/opener",
|
|
3393
|
+
"vs/platform/severityIcon/browser/severityIcon",
|
|
3394
|
+
"vs/platform/theme/common/colorRegistry",
|
|
3395
|
+
"vs/platform/theme/common/themeService",
|
|
3396
|
+
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
|
|
3397
|
+
],
|
|
3398
3398
|
"vs/editor/common/commands/shiftCommand": [
|
|
3399
3399
|
"require",
|
|
3400
3400
|
"exports",
|
|
@@ -3431,6 +3431,12 @@
|
|
|
3431
3431
|
"exports",
|
|
3432
3432
|
"vs/editor/common/encodedTokenAttributes"
|
|
3433
3433
|
],
|
|
3434
|
+
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
|
|
3435
|
+
"require",
|
|
3436
|
+
"exports",
|
|
3437
|
+
"vs/editor/common/core/selection"
|
|
3438
|
+
],
|
|
3439
|
+
"vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
|
|
3434
3440
|
"vs/editor/contrib/inlayHints/browser/inlayHintsController": [
|
|
3435
3441
|
"require",
|
|
3436
3442
|
"exports",
|
|
@@ -3488,13 +3494,31 @@
|
|
|
3488
3494
|
"vs/platform/hover/browser/hover",
|
|
3489
3495
|
"vs/platform/commands/common/commands"
|
|
3490
3496
|
],
|
|
3491
|
-
"vs/
|
|
3497
|
+
"vs/base/common/resources": [
|
|
3492
3498
|
"require",
|
|
3493
3499
|
"exports",
|
|
3494
|
-
"vs/
|
|
3500
|
+
"vs/base/common/extpath",
|
|
3501
|
+
"vs/base/common/network",
|
|
3502
|
+
"vs/base/common/path",
|
|
3503
|
+
"vs/base/common/platform",
|
|
3504
|
+
"vs/base/common/strings",
|
|
3505
|
+
"vs/base/common/uri"
|
|
3495
3506
|
],
|
|
3496
|
-
"vs/
|
|
3497
|
-
|
|
3507
|
+
"vs/editor/contrib/links/browser/getLinks": [
|
|
3508
|
+
"require",
|
|
3509
|
+
"exports",
|
|
3510
|
+
"vs/base/common/arrays",
|
|
3511
|
+
"vs/base/common/cancellation",
|
|
3512
|
+
"vs/base/common/errors",
|
|
3513
|
+
"vs/base/common/lifecycle",
|
|
3514
|
+
"vs/base/common/types",
|
|
3515
|
+
"vs/base/common/uri",
|
|
3516
|
+
"vs/editor/common/core/range",
|
|
3517
|
+
"vs/editor/common/services/model",
|
|
3518
|
+
"vs/platform/commands/common/commands",
|
|
3519
|
+
"vs/editor/common/services/languageFeatures"
|
|
3520
|
+
],
|
|
3521
|
+
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3498
3522
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
|
3499
3523
|
"require",
|
|
3500
3524
|
"exports",
|
|
@@ -3532,66 +3556,7 @@
|
|
|
3532
3556
|
"vs/editor/common/core/editOperation",
|
|
3533
3557
|
"vs/editor/common/core/range"
|
|
3534
3558
|
],
|
|
3535
|
-
"vs/
|
|
3536
|
-
"require",
|
|
3537
|
-
"exports",
|
|
3538
|
-
"vs/base/common/extpath",
|
|
3539
|
-
"vs/base/common/network",
|
|
3540
|
-
"vs/base/common/path",
|
|
3541
|
-
"vs/base/common/platform",
|
|
3542
|
-
"vs/base/common/strings",
|
|
3543
|
-
"vs/base/common/uri"
|
|
3544
|
-
],
|
|
3545
|
-
"vs/editor/contrib/links/browser/getLinks": [
|
|
3546
|
-
"require",
|
|
3547
|
-
"exports",
|
|
3548
|
-
"vs/base/common/arrays",
|
|
3549
|
-
"vs/base/common/cancellation",
|
|
3550
|
-
"vs/base/common/errors",
|
|
3551
|
-
"vs/base/common/lifecycle",
|
|
3552
|
-
"vs/base/common/types",
|
|
3553
|
-
"vs/base/common/uri",
|
|
3554
|
-
"vs/editor/common/core/range",
|
|
3555
|
-
"vs/editor/common/services/model",
|
|
3556
|
-
"vs/platform/commands/common/commands",
|
|
3557
|
-
"vs/editor/common/services/languageFeatures"
|
|
3558
|
-
],
|
|
3559
|
-
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3560
|
-
"vs/editor/contrib/inlineEdit/browser/commands": [
|
|
3561
|
-
"require",
|
|
3562
|
-
"exports",
|
|
3563
|
-
"vs/editor/browser/editorExtensions",
|
|
3564
|
-
"vs/editor/common/editorContextKeys",
|
|
3565
|
-
"vs/editor/contrib/inlineEdit/browser/commandIds",
|
|
3566
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditController",
|
|
3567
|
-
"vs/platform/actions/common/actions",
|
|
3568
|
-
"vs/platform/contextkey/common/contextkey"
|
|
3569
|
-
],
|
|
3570
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditController": [
|
|
3571
|
-
"require",
|
|
3572
|
-
"exports",
|
|
3573
|
-
"vs/base/common/lifecycle",
|
|
3574
|
-
"vs/base/common/observable",
|
|
3575
|
-
"vs/editor/common/core/editOperation",
|
|
3576
|
-
"vs/editor/common/core/position",
|
|
3577
|
-
"vs/editor/common/core/range",
|
|
3578
|
-
"vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
|
|
3579
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3580
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3581
|
-
"vs/editor/common/languages",
|
|
3582
|
-
"vs/editor/common/services/languageFeatures",
|
|
3583
|
-
"vs/base/common/cancellation",
|
|
3584
|
-
"vs/editor/contrib/inlineCompletions/browser/model/ghostText",
|
|
3585
|
-
"vs/platform/commands/common/commands",
|
|
3586
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
|
|
3587
|
-
"vs/base/browser/dom",
|
|
3588
|
-
"vs/platform/configuration/common/configuration",
|
|
3589
|
-
"vs/base/common/errors",
|
|
3590
|
-
"vs/base/common/observableInternal/derived",
|
|
3591
|
-
"vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
|
|
3592
|
-
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
3593
|
-
"vs/editor/common/services/model"
|
|
3594
|
-
],
|
|
3559
|
+
"vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3595
3560
|
"vs/editor/contrib/inlineEdits/browser/commands": [
|
|
3596
3561
|
"require",
|
|
3597
3562
|
"exports",
|
|
@@ -3637,6 +3602,56 @@
|
|
|
3637
3602
|
"vs/platform/theme/common/themeService",
|
|
3638
3603
|
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
|
|
3639
3604
|
],
|
|
3605
|
+
"vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
|
|
3606
|
+
"require",
|
|
3607
|
+
"exports",
|
|
3608
|
+
"vs/base/common/async",
|
|
3609
|
+
"vs/base/common/errors",
|
|
3610
|
+
"vs/base/common/event",
|
|
3611
|
+
"vs/base/common/lifecycle",
|
|
3612
|
+
"vs/editor/common/core/characterClassifier",
|
|
3613
|
+
"vs/editor/common/languages",
|
|
3614
|
+
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
|
|
3615
|
+
],
|
|
3616
|
+
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
|
|
3617
|
+
"require",
|
|
3618
|
+
"exports",
|
|
3619
|
+
"vs/base/common/cancellation",
|
|
3620
|
+
"vs/base/common/errors",
|
|
3621
|
+
"vs/base/common/types",
|
|
3622
|
+
"vs/base/common/uri",
|
|
3623
|
+
"vs/editor/common/core/position",
|
|
3624
|
+
"vs/editor/common/languages",
|
|
3625
|
+
"vs/editor/common/services/languageFeatures",
|
|
3626
|
+
"vs/editor/common/services/resolverService",
|
|
3627
|
+
"vs/platform/commands/common/commands",
|
|
3628
|
+
"vs/platform/contextkey/common/contextkey"
|
|
3629
|
+
],
|
|
3630
|
+
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
3631
|
+
"require",
|
|
3632
|
+
"exports",
|
|
3633
|
+
"vs/base/browser/dom",
|
|
3634
|
+
"vs/base/browser/ui/aria/aria",
|
|
3635
|
+
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
3636
|
+
"vs/base/common/codicons",
|
|
3637
|
+
"vs/base/common/event",
|
|
3638
|
+
"vs/base/common/lifecycle",
|
|
3639
|
+
"vs/base/common/strings",
|
|
3640
|
+
"vs/base/common/types",
|
|
3641
|
+
"vs/editor/common/config/editorOptions",
|
|
3642
|
+
"vs/editor/common/languages/language",
|
|
3643
|
+
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
3644
|
+
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
|
|
3645
|
+
"vs/nls",
|
|
3646
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3647
|
+
"vs/platform/opener/common/opener",
|
|
3648
|
+
"vs/platform/theme/common/colorRegistry",
|
|
3649
|
+
"vs/platform/theme/common/iconRegistry",
|
|
3650
|
+
"vs/base/common/themables",
|
|
3651
|
+
"vs/base/common/stopwatch",
|
|
3652
|
+
"vs/platform/telemetry/common/telemetry",
|
|
3653
|
+
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
|
|
3654
|
+
],
|
|
3640
3655
|
"vs/platform/theme/common/colorUtils": [
|
|
3641
3656
|
"require",
|
|
3642
3657
|
"exports",
|
|
@@ -3667,6 +3682,41 @@
|
|
|
3667
3682
|
"vs/platform/instantiation/common/instantiation"
|
|
3668
3683
|
],
|
|
3669
3684
|
"vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
|
|
3685
|
+
"vs/editor/contrib/inlineEdit/browser/commands": [
|
|
3686
|
+
"require",
|
|
3687
|
+
"exports",
|
|
3688
|
+
"vs/editor/browser/editorExtensions",
|
|
3689
|
+
"vs/editor/common/editorContextKeys",
|
|
3690
|
+
"vs/editor/contrib/inlineEdit/browser/commandIds",
|
|
3691
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditController",
|
|
3692
|
+
"vs/platform/actions/common/actions",
|
|
3693
|
+
"vs/platform/contextkey/common/contextkey"
|
|
3694
|
+
],
|
|
3695
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditController": [
|
|
3696
|
+
"require",
|
|
3697
|
+
"exports",
|
|
3698
|
+
"vs/base/common/lifecycle",
|
|
3699
|
+
"vs/base/common/observable",
|
|
3700
|
+
"vs/editor/common/core/editOperation",
|
|
3701
|
+
"vs/editor/common/core/position",
|
|
3702
|
+
"vs/editor/common/core/range",
|
|
3703
|
+
"vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
|
|
3704
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3705
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3706
|
+
"vs/editor/common/languages",
|
|
3707
|
+
"vs/editor/common/services/languageFeatures",
|
|
3708
|
+
"vs/base/common/cancellation",
|
|
3709
|
+
"vs/editor/contrib/inlineCompletions/browser/model/ghostText",
|
|
3710
|
+
"vs/platform/commands/common/commands",
|
|
3711
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
|
|
3712
|
+
"vs/base/browser/dom",
|
|
3713
|
+
"vs/platform/configuration/common/configuration",
|
|
3714
|
+
"vs/base/common/errors",
|
|
3715
|
+
"vs/base/common/observableInternal/derived",
|
|
3716
|
+
"vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
|
|
3717
|
+
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
3718
|
+
"vs/editor/common/services/model"
|
|
3719
|
+
],
|
|
3670
3720
|
"vs/editor/browser/services/bulkEditService": [
|
|
3671
3721
|
"require",
|
|
3672
3722
|
"exports",
|
|
@@ -3710,56 +3760,6 @@
|
|
|
3710
3760
|
"vs/platform/theme/common/themeService",
|
|
3711
3761
|
"vs/css!vs/editor/contrib/rename/browser/renameWidget"
|
|
3712
3762
|
],
|
|
3713
|
-
"vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
|
|
3714
|
-
"require",
|
|
3715
|
-
"exports",
|
|
3716
|
-
"vs/base/common/async",
|
|
3717
|
-
"vs/base/common/errors",
|
|
3718
|
-
"vs/base/common/event",
|
|
3719
|
-
"vs/base/common/lifecycle",
|
|
3720
|
-
"vs/editor/common/core/characterClassifier",
|
|
3721
|
-
"vs/editor/common/languages",
|
|
3722
|
-
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
|
|
3723
|
-
],
|
|
3724
|
-
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
|
|
3725
|
-
"require",
|
|
3726
|
-
"exports",
|
|
3727
|
-
"vs/base/common/cancellation",
|
|
3728
|
-
"vs/base/common/errors",
|
|
3729
|
-
"vs/base/common/types",
|
|
3730
|
-
"vs/base/common/uri",
|
|
3731
|
-
"vs/editor/common/core/position",
|
|
3732
|
-
"vs/editor/common/languages",
|
|
3733
|
-
"vs/editor/common/services/languageFeatures",
|
|
3734
|
-
"vs/editor/common/services/resolverService",
|
|
3735
|
-
"vs/platform/commands/common/commands",
|
|
3736
|
-
"vs/platform/contextkey/common/contextkey"
|
|
3737
|
-
],
|
|
3738
|
-
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
3739
|
-
"require",
|
|
3740
|
-
"exports",
|
|
3741
|
-
"vs/base/browser/dom",
|
|
3742
|
-
"vs/base/browser/ui/aria/aria",
|
|
3743
|
-
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
3744
|
-
"vs/base/common/codicons",
|
|
3745
|
-
"vs/base/common/event",
|
|
3746
|
-
"vs/base/common/lifecycle",
|
|
3747
|
-
"vs/base/common/strings",
|
|
3748
|
-
"vs/base/common/types",
|
|
3749
|
-
"vs/editor/common/config/editorOptions",
|
|
3750
|
-
"vs/editor/common/languages/language",
|
|
3751
|
-
"vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
|
|
3752
|
-
"vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
|
|
3753
|
-
"vs/nls",
|
|
3754
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3755
|
-
"vs/platform/opener/common/opener",
|
|
3756
|
-
"vs/platform/theme/common/colorRegistry",
|
|
3757
|
-
"vs/platform/theme/common/iconRegistry",
|
|
3758
|
-
"vs/base/common/themables",
|
|
3759
|
-
"vs/base/common/stopwatch",
|
|
3760
|
-
"vs/platform/telemetry/common/telemetry",
|
|
3761
|
-
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
|
|
3762
|
-
],
|
|
3763
3763
|
"vs/editor/common/services/semanticTokensProviderStyling": [
|
|
3764
3764
|
"require",
|
|
3765
3765
|
"exports",
|
|
@@ -3791,19 +3791,6 @@
|
|
|
3791
3791
|
"require",
|
|
3792
3792
|
"exports"
|
|
3793
3793
|
],
|
|
3794
|
-
"vs/editor/contrib/smartSelect/browser/bracketSelections": [
|
|
3795
|
-
"require",
|
|
3796
|
-
"exports",
|
|
3797
|
-
"vs/base/common/linkedList",
|
|
3798
|
-
"vs/editor/common/core/position",
|
|
3799
|
-
"vs/editor/common/core/range"
|
|
3800
|
-
],
|
|
3801
|
-
"vs/editor/contrib/smartSelect/browser/wordSelections": [
|
|
3802
|
-
"require",
|
|
3803
|
-
"exports",
|
|
3804
|
-
"vs/base/common/strings",
|
|
3805
|
-
"vs/editor/common/core/range"
|
|
3806
|
-
],
|
|
3807
3794
|
"vs/editor/contrib/suggest/browser/suggest": [
|
|
3808
3795
|
"require",
|
|
3809
3796
|
"exports",
|
|
@@ -3880,6 +3867,19 @@
|
|
|
3880
3867
|
"vs/editor/contrib/folding/browser/folding",
|
|
3881
3868
|
"vs/editor/contrib/folding/browser/foldingModel"
|
|
3882
3869
|
],
|
|
3870
|
+
"vs/editor/contrib/smartSelect/browser/bracketSelections": [
|
|
3871
|
+
"require",
|
|
3872
|
+
"exports",
|
|
3873
|
+
"vs/base/common/linkedList",
|
|
3874
|
+
"vs/editor/common/core/position",
|
|
3875
|
+
"vs/editor/common/core/range"
|
|
3876
|
+
],
|
|
3877
|
+
"vs/editor/contrib/smartSelect/browser/wordSelections": [
|
|
3878
|
+
"require",
|
|
3879
|
+
"exports",
|
|
3880
|
+
"vs/base/common/strings",
|
|
3881
|
+
"vs/editor/common/core/range"
|
|
3882
|
+
],
|
|
3883
3883
|
"vs/base/common/filters": [
|
|
3884
3884
|
"require",
|
|
3885
3885
|
"exports",
|
|
@@ -4133,14 +4133,6 @@
|
|
|
4133
4133
|
"vs/base/common/event",
|
|
4134
4134
|
"vs/base/common/lifecycle"
|
|
4135
4135
|
],
|
|
4136
|
-
"vs/base/common/fuzzyScorer": [
|
|
4137
|
-
"require",
|
|
4138
|
-
"exports",
|
|
4139
|
-
"vs/base/common/filters",
|
|
4140
|
-
"vs/base/common/path",
|
|
4141
|
-
"vs/base/common/platform",
|
|
4142
|
-
"vs/base/common/strings"
|
|
4143
|
-
],
|
|
4144
4136
|
"vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
|
|
4145
4137
|
"require",
|
|
4146
4138
|
"exports",
|
|
@@ -4152,6 +4144,14 @@
|
|
|
4152
4144
|
"vs/platform/theme/common/themeService",
|
|
4153
4145
|
"vs/base/browser/ui/aria/aria"
|
|
4154
4146
|
],
|
|
4147
|
+
"vs/base/common/fuzzyScorer": [
|
|
4148
|
+
"require",
|
|
4149
|
+
"exports",
|
|
4150
|
+
"vs/base/common/filters",
|
|
4151
|
+
"vs/base/common/path",
|
|
4152
|
+
"vs/base/common/platform",
|
|
4153
|
+
"vs/base/common/strings"
|
|
4154
|
+
],
|
|
4155
4155
|
"vs/base/common/arraysFind": [
|
|
4156
4156
|
"require",
|
|
4157
4157
|
"exports"
|
|
@@ -4161,7 +4161,6 @@
|
|
|
4161
4161
|
"exports",
|
|
4162
4162
|
"vs/platform/instantiation/common/descriptors"
|
|
4163
4163
|
],
|
|
4164
|
-
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
|
|
4165
4164
|
"vs/base/common/iconLabels": [
|
|
4166
4165
|
"require",
|
|
4167
4166
|
"exports",
|
|
@@ -4194,6 +4193,7 @@
|
|
|
4194
4193
|
"vs/platform/storage/common/storage",
|
|
4195
4194
|
"vs/platform/telemetry/common/telemetry"
|
|
4196
4195
|
],
|
|
4196
|
+
"vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
|
|
4197
4197
|
"vs/platform/list/browser/listService": [
|
|
4198
4198
|
"require",
|
|
4199
4199
|
"exports",
|
|
@@ -4258,12 +4258,6 @@
|
|
|
4258
4258
|
"vs/base/common/marshalling",
|
|
4259
4259
|
"vs/base/common/types"
|
|
4260
4260
|
],
|
|
4261
|
-
"vs/platform/contextkey/common/scanner": [
|
|
4262
|
-
"require",
|
|
4263
|
-
"exports",
|
|
4264
|
-
"vs/base/common/errors",
|
|
4265
|
-
"vs/nls"
|
|
4266
|
-
],
|
|
4267
4261
|
"vs/editor/common/languages/supports/tokenization": [
|
|
4268
4262
|
"require",
|
|
4269
4263
|
"exports",
|
|
@@ -4284,15 +4278,21 @@
|
|
|
4284
4278
|
"vs/base/common/themables",
|
|
4285
4279
|
"vs/platform/theme/common/iconRegistry"
|
|
4286
4280
|
],
|
|
4287
|
-
"vs/
|
|
4281
|
+
"vs/platform/contextkey/common/scanner": [
|
|
4288
4282
|
"require",
|
|
4289
|
-
"exports"
|
|
4283
|
+
"exports",
|
|
4284
|
+
"vs/base/common/errors",
|
|
4285
|
+
"vs/nls"
|
|
4290
4286
|
],
|
|
4291
4287
|
"vs/base/common/process": [
|
|
4292
4288
|
"require",
|
|
4293
4289
|
"exports",
|
|
4294
4290
|
"vs/base/common/platform"
|
|
4295
4291
|
],
|
|
4292
|
+
"vs/nls.messages": [
|
|
4293
|
+
"require",
|
|
4294
|
+
"exports"
|
|
4295
|
+
],
|
|
4296
4296
|
"vs/base/common/uint": [
|
|
4297
4297
|
"require",
|
|
4298
4298
|
"exports"
|
|
@@ -4318,10 +4318,6 @@
|
|
|
4318
4318
|
"vs/editor/common/core/range",
|
|
4319
4319
|
"vs/base/common/arraysFind"
|
|
4320
4320
|
],
|
|
4321
|
-
"vs/base/common/symbols": [
|
|
4322
|
-
"require",
|
|
4323
|
-
"exports"
|
|
4324
|
-
],
|
|
4325
4321
|
"vs/editor/common/core/offsetRange": [
|
|
4326
4322
|
"require",
|
|
4327
4323
|
"exports",
|
|
@@ -4381,6 +4377,10 @@
|
|
|
4381
4377
|
"vs/editor/common/core/range",
|
|
4382
4378
|
"vs/editor/common/diff/defaultLinesDiffComputer/utils"
|
|
4383
4379
|
],
|
|
4380
|
+
"vs/base/common/symbols": [
|
|
4381
|
+
"require",
|
|
4382
|
+
"exports"
|
|
4383
|
+
],
|
|
4384
4384
|
"vs/editor/common/model/prefixSumComputer": [
|
|
4385
4385
|
"require",
|
|
4386
4386
|
"exports",
|
|
@@ -4895,9 +4895,16 @@
|
|
|
4895
4895
|
"vs/nls",
|
|
4896
4896
|
"vs/platform/theme/common/colorRegistry"
|
|
4897
4897
|
],
|
|
4898
|
-
"vs/editor/
|
|
4898
|
+
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
4899
4899
|
"require",
|
|
4900
|
-
"exports"
|
|
4900
|
+
"exports",
|
|
4901
|
+
"vs/editor/browser/editorExtensions",
|
|
4902
|
+
"vs/platform/contextkey/common/contextkey",
|
|
4903
|
+
"vs/base/common/cancellation",
|
|
4904
|
+
"vs/base/common/linkedList",
|
|
4905
|
+
"vs/platform/instantiation/common/instantiation",
|
|
4906
|
+
"vs/platform/instantiation/common/extensions",
|
|
4907
|
+
"vs/nls"
|
|
4901
4908
|
],
|
|
4902
4909
|
"vs/editor/common/languages/languageConfiguration": [
|
|
4903
4910
|
"require",
|
|
@@ -4939,50 +4946,243 @@
|
|
|
4939
4946
|
"vs/base/common/cache",
|
|
4940
4947
|
"vs/editor/common/languages/supports/richEditBrackets"
|
|
4941
4948
|
],
|
|
4942
|
-
"vs/editor/
|
|
4949
|
+
"vs/editor/standalone/common/monarch/monarchCommon": [
|
|
4950
|
+
"require",
|
|
4951
|
+
"exports"
|
|
4952
|
+
],
|
|
4953
|
+
"vs/css!vs/base/browser/ui/aria/aria": [],
|
|
4954
|
+
"vs/editor/common/languages/supports": [
|
|
4955
|
+
"require",
|
|
4956
|
+
"exports"
|
|
4957
|
+
],
|
|
4958
|
+
"vs/editor/common/core/indentation": [
|
|
4959
|
+
"require",
|
|
4960
|
+
"exports",
|
|
4961
|
+
"vs/base/common/strings",
|
|
4962
|
+
"vs/editor/common/core/cursorColumns"
|
|
4963
|
+
],
|
|
4964
|
+
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
4965
|
+
"require",
|
|
4966
|
+
"exports",
|
|
4967
|
+
"vs/editor/common/core/range",
|
|
4968
|
+
"vs/editor/common/core/selection"
|
|
4969
|
+
],
|
|
4970
|
+
"vs/editor/common/languages/enterAction": [
|
|
4971
|
+
"require",
|
|
4972
|
+
"exports",
|
|
4973
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
4974
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
4975
|
+
"vs/editor/common/languages/supports/indentationLineProcessor"
|
|
4976
|
+
],
|
|
4977
|
+
"vs/base/common/codiconsUtil": [
|
|
4978
|
+
"require",
|
|
4979
|
+
"exports",
|
|
4980
|
+
"vs/base/common/types"
|
|
4981
|
+
],
|
|
4982
|
+
"vs/base/common/codiconsLibrary": [
|
|
4983
|
+
"require",
|
|
4984
|
+
"exports",
|
|
4985
|
+
"vs/base/common/codiconsUtil"
|
|
4986
|
+
],
|
|
4987
|
+
"vs/editor/common/core/eolCounter": [
|
|
4988
|
+
"require",
|
|
4989
|
+
"exports"
|
|
4990
|
+
],
|
|
4991
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
|
|
4992
|
+
"require",
|
|
4993
|
+
"exports",
|
|
4994
|
+
"vs/base/common/arrays",
|
|
4995
|
+
"vs/base/common/event",
|
|
4996
|
+
"vs/base/common/lifecycle",
|
|
4997
|
+
"vs/editor/common/core/range",
|
|
4998
|
+
"vs/editor/common/languages/supports",
|
|
4999
|
+
"vs/editor/common/languages/supports/richEditBrackets",
|
|
5000
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
|
|
5001
|
+
],
|
|
5002
|
+
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
|
|
5003
|
+
"require",
|
|
5004
|
+
"exports",
|
|
5005
|
+
"vs/base/common/event",
|
|
5006
|
+
"vs/base/common/lifecycle",
|
|
5007
|
+
"vs/editor/common/core/range",
|
|
5008
|
+
"vs/editor/common/core/editorColorRegistry",
|
|
5009
|
+
"vs/platform/theme/common/themeService"
|
|
5010
|
+
],
|
|
5011
|
+
"vs/editor/common/model/editStack": [
|
|
5012
|
+
"require",
|
|
5013
|
+
"exports",
|
|
5014
|
+
"vs/nls",
|
|
5015
|
+
"vs/base/common/errors",
|
|
5016
|
+
"vs/editor/common/core/selection",
|
|
5017
|
+
"vs/base/common/uri",
|
|
5018
|
+
"vs/editor/common/core/textChange",
|
|
5019
|
+
"vs/base/common/buffer",
|
|
5020
|
+
"vs/base/common/resources"
|
|
5021
|
+
],
|
|
5022
|
+
"vs/editor/common/model/guidesTextModelPart": [
|
|
5023
|
+
"require",
|
|
5024
|
+
"exports",
|
|
5025
|
+
"vs/base/common/arraysFind",
|
|
5026
|
+
"vs/base/common/strings",
|
|
5027
|
+
"vs/editor/common/core/cursorColumns",
|
|
5028
|
+
"vs/editor/common/core/range",
|
|
5029
|
+
"vs/editor/common/model/textModelPart",
|
|
5030
|
+
"vs/editor/common/model/utils",
|
|
5031
|
+
"vs/editor/common/textModelGuides",
|
|
5032
|
+
"vs/base/common/errors"
|
|
5033
|
+
],
|
|
5034
|
+
"vs/editor/common/model/indentationGuesser": [
|
|
5035
|
+
"require",
|
|
5036
|
+
"exports"
|
|
5037
|
+
],
|
|
5038
|
+
"vs/editor/common/model/intervalTree": [
|
|
5039
|
+
"require",
|
|
5040
|
+
"exports"
|
|
5041
|
+
],
|
|
5042
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
|
|
5043
|
+
"require",
|
|
5044
|
+
"exports",
|
|
5045
|
+
"vs/base/common/event",
|
|
5046
|
+
"vs/base/common/strings",
|
|
5047
|
+
"vs/editor/common/core/range",
|
|
5048
|
+
"vs/editor/common/model",
|
|
5049
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5050
|
+
"vs/editor/common/core/eolCounter",
|
|
5051
|
+
"vs/editor/common/core/textChange",
|
|
5052
|
+
"vs/base/common/lifecycle"
|
|
5053
|
+
],
|
|
5054
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
|
|
5055
|
+
"require",
|
|
5056
|
+
"exports",
|
|
5057
|
+
"vs/base/common/strings",
|
|
5058
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5059
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
|
|
5060
|
+
],
|
|
5061
|
+
"vs/editor/common/model/tokenizationTextModelPart": [
|
|
5062
|
+
"require",
|
|
5063
|
+
"exports",
|
|
5064
|
+
"vs/base/common/errors",
|
|
5065
|
+
"vs/base/common/event",
|
|
5066
|
+
"vs/base/common/lifecycle",
|
|
5067
|
+
"vs/editor/common/core/eolCounter",
|
|
5068
|
+
"vs/editor/common/core/lineRange",
|
|
5069
|
+
"vs/editor/common/core/position",
|
|
5070
|
+
"vs/editor/common/core/wordHelper",
|
|
5071
|
+
"vs/editor/common/languages",
|
|
5072
|
+
"vs/editor/common/languages/language",
|
|
5073
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
5074
|
+
"vs/editor/common/model/textModelPart",
|
|
5075
|
+
"vs/editor/common/model/textModelTokens",
|
|
5076
|
+
"vs/editor/common/model/tokens",
|
|
5077
|
+
"vs/editor/common/model/treeSitterTokens",
|
|
5078
|
+
"vs/editor/common/services/treeSitterParserService",
|
|
5079
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
5080
|
+
"vs/editor/common/tokens/contiguousTokensStore",
|
|
5081
|
+
"vs/editor/common/tokens/sparseTokensStore"
|
|
5082
|
+
],
|
|
5083
|
+
"vs/editor/common/model/tokens": [
|
|
5084
|
+
"require",
|
|
5085
|
+
"exports",
|
|
5086
|
+
"vs/base/common/arrays",
|
|
5087
|
+
"vs/base/common/async",
|
|
5088
|
+
"vs/base/common/event",
|
|
5089
|
+
"vs/base/common/lifecycle",
|
|
5090
|
+
"vs/editor/common/core/lineRange"
|
|
5091
|
+
],
|
|
5092
|
+
"vs/editor/common/textModelEvents": [
|
|
5093
|
+
"require",
|
|
5094
|
+
"exports"
|
|
5095
|
+
],
|
|
5096
|
+
"vs/platform/undoRedo/common/undoRedo": [
|
|
5097
|
+
"require",
|
|
5098
|
+
"exports",
|
|
5099
|
+
"vs/platform/instantiation/common/instantiation"
|
|
5100
|
+
],
|
|
5101
|
+
"vs/platform/theme/common/colors/baseColors": [
|
|
5102
|
+
"require",
|
|
5103
|
+
"exports",
|
|
5104
|
+
"vs/nls",
|
|
5105
|
+
"vs/base/common/color",
|
|
5106
|
+
"vs/platform/theme/common/colorUtils"
|
|
5107
|
+
],
|
|
5108
|
+
"vs/platform/theme/common/colors/chartsColors": [
|
|
5109
|
+
"require",
|
|
5110
|
+
"exports",
|
|
5111
|
+
"vs/nls",
|
|
5112
|
+
"vs/platform/theme/common/colorUtils",
|
|
5113
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5114
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5115
|
+
"vs/platform/theme/common/colors/minimapColors"
|
|
5116
|
+
],
|
|
5117
|
+
"vs/platform/theme/common/colors/editorColors": [
|
|
5118
|
+
"require",
|
|
5119
|
+
"exports",
|
|
5120
|
+
"vs/nls",
|
|
5121
|
+
"vs/base/common/color",
|
|
5122
|
+
"vs/platform/theme/common/colorUtils",
|
|
5123
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5124
|
+
"vs/platform/theme/common/colors/miscColors"
|
|
5125
|
+
],
|
|
5126
|
+
"vs/platform/theme/common/colors/inputColors": [
|
|
4943
5127
|
"require",
|
|
4944
5128
|
"exports",
|
|
4945
|
-
"vs/
|
|
4946
|
-
"vs/
|
|
4947
|
-
"vs/
|
|
4948
|
-
"vs/
|
|
4949
|
-
"vs/platform/
|
|
4950
|
-
"vs/platform/instantiation/common/extensions",
|
|
4951
|
-
"vs/nls"
|
|
5129
|
+
"vs/nls",
|
|
5130
|
+
"vs/base/common/color",
|
|
5131
|
+
"vs/platform/theme/common/colorUtils",
|
|
5132
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5133
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
4952
5134
|
],
|
|
4953
|
-
"vs/
|
|
4954
|
-
"vs/editor/common/languages/supports": [
|
|
5135
|
+
"vs/platform/theme/common/colors/listColors": [
|
|
4955
5136
|
"require",
|
|
4956
|
-
"exports"
|
|
5137
|
+
"exports",
|
|
5138
|
+
"vs/nls",
|
|
5139
|
+
"vs/base/common/color",
|
|
5140
|
+
"vs/platform/theme/common/colorUtils",
|
|
5141
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5142
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
4957
5143
|
],
|
|
4958
|
-
"vs/
|
|
5144
|
+
"vs/platform/theme/common/colors/menuColors": [
|
|
4959
5145
|
"require",
|
|
4960
5146
|
"exports",
|
|
4961
|
-
"vs/
|
|
4962
|
-
"vs/
|
|
5147
|
+
"vs/nls",
|
|
5148
|
+
"vs/platform/theme/common/colorUtils",
|
|
5149
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5150
|
+
"vs/platform/theme/common/colors/inputColors",
|
|
5151
|
+
"vs/platform/theme/common/colors/listColors"
|
|
4963
5152
|
],
|
|
4964
|
-
"vs/
|
|
5153
|
+
"vs/platform/theme/common/colors/minimapColors": [
|
|
4965
5154
|
"require",
|
|
4966
5155
|
"exports",
|
|
4967
|
-
"vs/
|
|
4968
|
-
"vs/
|
|
5156
|
+
"vs/nls",
|
|
5157
|
+
"vs/base/common/color",
|
|
5158
|
+
"vs/platform/theme/common/colorUtils",
|
|
5159
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5160
|
+
"vs/platform/theme/common/colors/miscColors"
|
|
4969
5161
|
],
|
|
4970
|
-
"vs/
|
|
5162
|
+
"vs/platform/theme/common/colors/miscColors": [
|
|
4971
5163
|
"require",
|
|
4972
5164
|
"exports",
|
|
4973
|
-
"vs/
|
|
5165
|
+
"vs/nls",
|
|
5166
|
+
"vs/base/common/color",
|
|
5167
|
+
"vs/platform/theme/common/colorUtils",
|
|
5168
|
+
"vs/platform/theme/common/colors/baseColors"
|
|
4974
5169
|
],
|
|
4975
|
-
"vs/
|
|
5170
|
+
"vs/platform/theme/common/colors/quickpickColors": [
|
|
4976
5171
|
"require",
|
|
4977
5172
|
"exports",
|
|
4978
|
-
"vs/
|
|
5173
|
+
"vs/nls",
|
|
5174
|
+
"vs/base/common/color",
|
|
5175
|
+
"vs/platform/theme/common/colorUtils",
|
|
5176
|
+
"vs/platform/theme/common/colors/editorColors",
|
|
5177
|
+
"vs/platform/theme/common/colors/listColors"
|
|
4979
5178
|
],
|
|
4980
|
-
"vs/
|
|
5179
|
+
"vs/platform/theme/common/colors/searchColors": [
|
|
4981
5180
|
"require",
|
|
4982
5181
|
"exports",
|
|
4983
|
-
"vs/
|
|
4984
|
-
"vs/
|
|
4985
|
-
"vs/
|
|
5182
|
+
"vs/nls",
|
|
5183
|
+
"vs/platform/theme/common/colorUtils",
|
|
5184
|
+
"vs/platform/theme/common/colors/baseColors",
|
|
5185
|
+
"vs/platform/theme/common/colors/editorColors"
|
|
4986
5186
|
],
|
|
4987
5187
|
"vs/base/browser/fastDomNode": [
|
|
4988
5188
|
"require",
|
|
@@ -5329,120 +5529,6 @@
|
|
|
5329
5529
|
"vs/editor/common/core/position",
|
|
5330
5530
|
"vs/editor/common/model"
|
|
5331
5531
|
],
|
|
5332
|
-
"vs/editor/common/textModelEvents": [
|
|
5333
|
-
"require",
|
|
5334
|
-
"exports"
|
|
5335
|
-
],
|
|
5336
|
-
"vs/editor/common/core/eolCounter": [
|
|
5337
|
-
"require",
|
|
5338
|
-
"exports"
|
|
5339
|
-
],
|
|
5340
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
|
|
5341
|
-
"require",
|
|
5342
|
-
"exports",
|
|
5343
|
-
"vs/base/common/arrays",
|
|
5344
|
-
"vs/base/common/event",
|
|
5345
|
-
"vs/base/common/lifecycle",
|
|
5346
|
-
"vs/editor/common/core/range",
|
|
5347
|
-
"vs/editor/common/languages/supports",
|
|
5348
|
-
"vs/editor/common/languages/supports/richEditBrackets",
|
|
5349
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
|
|
5350
|
-
],
|
|
5351
|
-
"vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
|
|
5352
|
-
"require",
|
|
5353
|
-
"exports",
|
|
5354
|
-
"vs/base/common/event",
|
|
5355
|
-
"vs/base/common/lifecycle",
|
|
5356
|
-
"vs/editor/common/core/range",
|
|
5357
|
-
"vs/editor/common/core/editorColorRegistry",
|
|
5358
|
-
"vs/platform/theme/common/themeService"
|
|
5359
|
-
],
|
|
5360
|
-
"vs/editor/common/model/editStack": [
|
|
5361
|
-
"require",
|
|
5362
|
-
"exports",
|
|
5363
|
-
"vs/nls",
|
|
5364
|
-
"vs/base/common/errors",
|
|
5365
|
-
"vs/editor/common/core/selection",
|
|
5366
|
-
"vs/base/common/uri",
|
|
5367
|
-
"vs/editor/common/core/textChange",
|
|
5368
|
-
"vs/base/common/buffer",
|
|
5369
|
-
"vs/base/common/resources"
|
|
5370
|
-
],
|
|
5371
|
-
"vs/editor/common/model/guidesTextModelPart": [
|
|
5372
|
-
"require",
|
|
5373
|
-
"exports",
|
|
5374
|
-
"vs/base/common/arraysFind",
|
|
5375
|
-
"vs/base/common/strings",
|
|
5376
|
-
"vs/editor/common/core/cursorColumns",
|
|
5377
|
-
"vs/editor/common/core/range",
|
|
5378
|
-
"vs/editor/common/model/textModelPart",
|
|
5379
|
-
"vs/editor/common/model/utils",
|
|
5380
|
-
"vs/editor/common/textModelGuides",
|
|
5381
|
-
"vs/base/common/errors"
|
|
5382
|
-
],
|
|
5383
|
-
"vs/editor/common/model/indentationGuesser": [
|
|
5384
|
-
"require",
|
|
5385
|
-
"exports"
|
|
5386
|
-
],
|
|
5387
|
-
"vs/editor/common/model/intervalTree": [
|
|
5388
|
-
"require",
|
|
5389
|
-
"exports"
|
|
5390
|
-
],
|
|
5391
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
|
|
5392
|
-
"require",
|
|
5393
|
-
"exports",
|
|
5394
|
-
"vs/base/common/event",
|
|
5395
|
-
"vs/base/common/strings",
|
|
5396
|
-
"vs/editor/common/core/range",
|
|
5397
|
-
"vs/editor/common/model",
|
|
5398
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5399
|
-
"vs/editor/common/core/eolCounter",
|
|
5400
|
-
"vs/editor/common/core/textChange",
|
|
5401
|
-
"vs/base/common/lifecycle"
|
|
5402
|
-
],
|
|
5403
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
|
|
5404
|
-
"require",
|
|
5405
|
-
"exports",
|
|
5406
|
-
"vs/base/common/strings",
|
|
5407
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
|
5408
|
-
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
|
|
5409
|
-
],
|
|
5410
|
-
"vs/editor/common/model/tokenizationTextModelPart": [
|
|
5411
|
-
"require",
|
|
5412
|
-
"exports",
|
|
5413
|
-
"vs/base/common/errors",
|
|
5414
|
-
"vs/base/common/event",
|
|
5415
|
-
"vs/base/common/lifecycle",
|
|
5416
|
-
"vs/editor/common/core/eolCounter",
|
|
5417
|
-
"vs/editor/common/core/lineRange",
|
|
5418
|
-
"vs/editor/common/core/position",
|
|
5419
|
-
"vs/editor/common/core/wordHelper",
|
|
5420
|
-
"vs/editor/common/languages",
|
|
5421
|
-
"vs/editor/common/languages/language",
|
|
5422
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
5423
|
-
"vs/editor/common/model/textModelPart",
|
|
5424
|
-
"vs/editor/common/model/textModelTokens",
|
|
5425
|
-
"vs/editor/common/model/tokens",
|
|
5426
|
-
"vs/editor/common/model/treeSitterTokens",
|
|
5427
|
-
"vs/editor/common/services/treeSitterParserService",
|
|
5428
|
-
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
5429
|
-
"vs/editor/common/tokens/contiguousTokensStore",
|
|
5430
|
-
"vs/editor/common/tokens/sparseTokensStore"
|
|
5431
|
-
],
|
|
5432
|
-
"vs/editor/common/model/tokens": [
|
|
5433
|
-
"require",
|
|
5434
|
-
"exports",
|
|
5435
|
-
"vs/base/common/arrays",
|
|
5436
|
-
"vs/base/common/async",
|
|
5437
|
-
"vs/base/common/event",
|
|
5438
|
-
"vs/base/common/lifecycle",
|
|
5439
|
-
"vs/editor/common/core/lineRange"
|
|
5440
|
-
],
|
|
5441
|
-
"vs/platform/undoRedo/common/undoRedo": [
|
|
5442
|
-
"require",
|
|
5443
|
-
"exports",
|
|
5444
|
-
"vs/platform/instantiation/common/instantiation"
|
|
5445
|
-
],
|
|
5446
5532
|
"vs/editor/common/cursor/cursor": [
|
|
5447
5533
|
"require",
|
|
5448
5534
|
"exports",
|
|
@@ -5516,96 +5602,67 @@
|
|
|
5516
5602
|
"exports",
|
|
5517
5603
|
"vs/editor/common/model"
|
|
5518
5604
|
],
|
|
5519
|
-
"vs/
|
|
5520
|
-
"require",
|
|
5521
|
-
"exports",
|
|
5522
|
-
"vs/nls",
|
|
5523
|
-
"vs/base/common/color",
|
|
5524
|
-
"vs/platform/theme/common/colorUtils"
|
|
5525
|
-
],
|
|
5526
|
-
"vs/platform/theme/common/colors/chartsColors": [
|
|
5527
|
-
"require",
|
|
5528
|
-
"exports",
|
|
5529
|
-
"vs/nls",
|
|
5530
|
-
"vs/platform/theme/common/colorUtils",
|
|
5531
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5532
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
5533
|
-
"vs/platform/theme/common/colors/minimapColors"
|
|
5534
|
-
],
|
|
5535
|
-
"vs/platform/theme/common/colors/editorColors": [
|
|
5536
|
-
"require",
|
|
5537
|
-
"exports",
|
|
5538
|
-
"vs/nls",
|
|
5539
|
-
"vs/base/common/color",
|
|
5540
|
-
"vs/platform/theme/common/colorUtils",
|
|
5541
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5542
|
-
"vs/platform/theme/common/colors/miscColors"
|
|
5543
|
-
],
|
|
5544
|
-
"vs/platform/theme/common/colors/inputColors": [
|
|
5605
|
+
"vs/editor/common/cursor/cursorAtomicMoveOperations": [
|
|
5545
5606
|
"require",
|
|
5546
5607
|
"exports",
|
|
5547
|
-
"vs/
|
|
5548
|
-
"vs/base/common/color",
|
|
5549
|
-
"vs/platform/theme/common/colorUtils",
|
|
5550
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5551
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
5608
|
+
"vs/editor/common/core/cursorColumns"
|
|
5552
5609
|
],
|
|
5553
|
-
"vs/
|
|
5610
|
+
"vs/base/browser/event": [
|
|
5554
5611
|
"require",
|
|
5555
5612
|
"exports",
|
|
5556
|
-
"vs/
|
|
5557
|
-
"vs/base/common/color",
|
|
5558
|
-
"vs/platform/theme/common/colorUtils",
|
|
5559
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5560
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
5613
|
+
"vs/base/common/event"
|
|
5561
5614
|
],
|
|
5562
|
-
"vs/
|
|
5615
|
+
"vs/editor/browser/controller/textAreaState": [
|
|
5563
5616
|
"require",
|
|
5564
5617
|
"exports",
|
|
5565
|
-
"vs/
|
|
5566
|
-
"vs/
|
|
5567
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5568
|
-
"vs/platform/theme/common/colors/inputColors",
|
|
5569
|
-
"vs/platform/theme/common/colors/listColors"
|
|
5618
|
+
"vs/base/common/strings",
|
|
5619
|
+
"vs/editor/common/core/range"
|
|
5570
5620
|
],
|
|
5571
|
-
"vs/
|
|
5621
|
+
"vs/base/common/dataTransfer": [
|
|
5572
5622
|
"require",
|
|
5573
5623
|
"exports",
|
|
5574
|
-
"vs/
|
|
5575
|
-
"vs/base/common/
|
|
5576
|
-
"vs/
|
|
5577
|
-
"vs/platform/theme/common/colors/editorColors",
|
|
5578
|
-
"vs/platform/theme/common/colors/miscColors"
|
|
5624
|
+
"vs/base/common/arrays",
|
|
5625
|
+
"vs/base/common/iterator",
|
|
5626
|
+
"vs/base/common/uuid"
|
|
5579
5627
|
],
|
|
5580
|
-
"vs/
|
|
5628
|
+
"vs/base/common/uuid": [
|
|
5581
5629
|
"require",
|
|
5582
|
-
"exports"
|
|
5583
|
-
"vs/nls",
|
|
5584
|
-
"vs/base/common/color",
|
|
5585
|
-
"vs/platform/theme/common/colorUtils",
|
|
5586
|
-
"vs/platform/theme/common/colors/baseColors"
|
|
5630
|
+
"exports"
|
|
5587
5631
|
],
|
|
5588
|
-
"vs/
|
|
5632
|
+
"vs/editor/browser/dnd": [
|
|
5589
5633
|
"require",
|
|
5590
5634
|
"exports",
|
|
5591
|
-
"vs/
|
|
5592
|
-
"vs/base/common/
|
|
5593
|
-
"vs/
|
|
5594
|
-
"vs/
|
|
5595
|
-
"vs/platform/
|
|
5635
|
+
"vs/base/browser/dnd",
|
|
5636
|
+
"vs/base/common/dataTransfer",
|
|
5637
|
+
"vs/base/common/mime",
|
|
5638
|
+
"vs/base/common/uri",
|
|
5639
|
+
"vs/platform/dnd/browser/dnd"
|
|
5596
5640
|
],
|
|
5597
|
-
"vs/
|
|
5641
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit": [
|
|
5598
5642
|
"require",
|
|
5599
5643
|
"exports",
|
|
5600
|
-
"vs/
|
|
5601
|
-
"vs/
|
|
5602
|
-
"vs/platform/theme/common/colors/baseColors",
|
|
5603
|
-
"vs/platform/theme/common/colors/editorColors"
|
|
5644
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5645
|
+
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
5604
5646
|
],
|
|
5605
|
-
"vs/editor/
|
|
5647
|
+
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
|
|
5606
5648
|
"require",
|
|
5607
5649
|
"exports",
|
|
5608
|
-
"vs/
|
|
5650
|
+
"vs/base/browser/dom",
|
|
5651
|
+
"vs/base/browser/ui/button/button",
|
|
5652
|
+
"vs/base/common/actions",
|
|
5653
|
+
"vs/base/common/errorMessage",
|
|
5654
|
+
"vs/base/common/errors",
|
|
5655
|
+
"vs/base/common/event",
|
|
5656
|
+
"vs/base/common/lifecycle",
|
|
5657
|
+
"vs/editor/browser/services/bulkEditService",
|
|
5658
|
+
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5659
|
+
"vs/nls",
|
|
5660
|
+
"vs/platform/contextkey/common/contextkey",
|
|
5661
|
+
"vs/platform/contextview/browser/contextView",
|
|
5662
|
+
"vs/platform/instantiation/common/instantiation",
|
|
5663
|
+
"vs/platform/keybinding/common/keybinding",
|
|
5664
|
+
"vs/platform/notification/common/notification",
|
|
5665
|
+
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5609
5666
|
],
|
|
5610
5667
|
"vs/editor/common/config/diffEditor": [
|
|
5611
5668
|
"require",
|
|
@@ -5714,74 +5771,6 @@
|
|
|
5714
5771
|
"vs/base/common/event",
|
|
5715
5772
|
"vs/platform/registry/common/platform"
|
|
5716
5773
|
],
|
|
5717
|
-
"vs/base/browser/event": [
|
|
5718
|
-
"require",
|
|
5719
|
-
"exports",
|
|
5720
|
-
"vs/base/common/event"
|
|
5721
|
-
],
|
|
5722
|
-
"vs/editor/browser/controller/textAreaState": [
|
|
5723
|
-
"require",
|
|
5724
|
-
"exports",
|
|
5725
|
-
"vs/base/common/strings",
|
|
5726
|
-
"vs/editor/common/core/range"
|
|
5727
|
-
],
|
|
5728
|
-
"vs/base/common/dataTransfer": [
|
|
5729
|
-
"require",
|
|
5730
|
-
"exports",
|
|
5731
|
-
"vs/base/common/arrays",
|
|
5732
|
-
"vs/base/common/iterator",
|
|
5733
|
-
"vs/base/common/uuid"
|
|
5734
|
-
],
|
|
5735
|
-
"vs/base/common/uuid": [
|
|
5736
|
-
"require",
|
|
5737
|
-
"exports"
|
|
5738
|
-
],
|
|
5739
|
-
"vs/editor/browser/dnd": [
|
|
5740
|
-
"require",
|
|
5741
|
-
"exports",
|
|
5742
|
-
"vs/base/browser/dnd",
|
|
5743
|
-
"vs/base/common/dataTransfer",
|
|
5744
|
-
"vs/base/common/mime",
|
|
5745
|
-
"vs/base/common/uri",
|
|
5746
|
-
"vs/platform/dnd/browser/dnd"
|
|
5747
|
-
],
|
|
5748
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit": [
|
|
5749
|
-
"require",
|
|
5750
|
-
"exports",
|
|
5751
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5752
|
-
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
5753
|
-
],
|
|
5754
|
-
"vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
|
|
5755
|
-
"require",
|
|
5756
|
-
"exports",
|
|
5757
|
-
"vs/base/browser/dom",
|
|
5758
|
-
"vs/base/browser/ui/button/button",
|
|
5759
|
-
"vs/base/common/actions",
|
|
5760
|
-
"vs/base/common/errorMessage",
|
|
5761
|
-
"vs/base/common/errors",
|
|
5762
|
-
"vs/base/common/event",
|
|
5763
|
-
"vs/base/common/lifecycle",
|
|
5764
|
-
"vs/editor/browser/services/bulkEditService",
|
|
5765
|
-
"vs/editor/contrib/dropOrPasteInto/browser/edit",
|
|
5766
|
-
"vs/nls",
|
|
5767
|
-
"vs/platform/contextkey/common/contextkey",
|
|
5768
|
-
"vs/platform/contextview/browser/contextView",
|
|
5769
|
-
"vs/platform/instantiation/common/instantiation",
|
|
5770
|
-
"vs/platform/keybinding/common/keybinding",
|
|
5771
|
-
"vs/platform/notification/common/notification",
|
|
5772
|
-
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
|
|
5773
|
-
],
|
|
5774
|
-
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
5775
|
-
"require",
|
|
5776
|
-
"exports",
|
|
5777
|
-
"vs/base/browser/dom",
|
|
5778
|
-
"vs/base/common/themables"
|
|
5779
|
-
],
|
|
5780
|
-
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
|
|
5781
|
-
"vs/base/common/numbers": [
|
|
5782
|
-
"require",
|
|
5783
|
-
"exports"
|
|
5784
|
-
],
|
|
5785
5774
|
"vs/editor/browser/editorDom": [
|
|
5786
5775
|
"require",
|
|
5787
5776
|
"exports",
|
|
@@ -5885,6 +5874,17 @@
|
|
|
5885
5874
|
"vs/editor/contrib/hover/browser/contentHoverRendered",
|
|
5886
5875
|
"vs/editor/contrib/hover/browser/hoverUtils"
|
|
5887
5876
|
],
|
|
5877
|
+
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
5878
|
+
"require",
|
|
5879
|
+
"exports",
|
|
5880
|
+
"vs/base/browser/dom",
|
|
5881
|
+
"vs/base/common/themables"
|
|
5882
|
+
],
|
|
5883
|
+
"vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
|
|
5884
|
+
"vs/base/common/numbers": [
|
|
5885
|
+
"require",
|
|
5886
|
+
"exports"
|
|
5887
|
+
],
|
|
5888
5888
|
"vs/editor/contrib/hover/browser/contentHoverStatusBar": [
|
|
5889
5889
|
"require",
|
|
5890
5890
|
"exports",
|
|
@@ -5922,22 +5922,6 @@
|
|
|
5922
5922
|
"exports",
|
|
5923
5923
|
"vs/base/common/strings"
|
|
5924
5924
|
],
|
|
5925
|
-
"vs/editor/common/services/treeViewsDnd": [
|
|
5926
|
-
"require",
|
|
5927
|
-
"exports"
|
|
5928
|
-
],
|
|
5929
|
-
"vs/editor/common/services/treeViewsDndService": [
|
|
5930
|
-
"require",
|
|
5931
|
-
"exports",
|
|
5932
|
-
"vs/platform/instantiation/common/extensions",
|
|
5933
|
-
"vs/platform/instantiation/common/instantiation",
|
|
5934
|
-
"vs/editor/common/services/treeViewsDnd"
|
|
5935
|
-
],
|
|
5936
|
-
"vs/platform/dnd/browser/dnd": [
|
|
5937
|
-
"require",
|
|
5938
|
-
"exports",
|
|
5939
|
-
"vs/platform/registry/common/platform"
|
|
5940
|
-
],
|
|
5941
5925
|
"vs/editor/contrib/find/browser/findDecorations": [
|
|
5942
5926
|
"require",
|
|
5943
5927
|
"exports",
|
|
@@ -6020,6 +6004,22 @@
|
|
|
6020
6004
|
"vs/base/common/color"
|
|
6021
6005
|
],
|
|
6022
6006
|
"vs/css!vs/editor/contrib/find/browser/findWidget": [],
|
|
6007
|
+
"vs/editor/common/services/treeViewsDnd": [
|
|
6008
|
+
"require",
|
|
6009
|
+
"exports"
|
|
6010
|
+
],
|
|
6011
|
+
"vs/editor/common/services/treeViewsDndService": [
|
|
6012
|
+
"require",
|
|
6013
|
+
"exports",
|
|
6014
|
+
"vs/platform/instantiation/common/extensions",
|
|
6015
|
+
"vs/platform/instantiation/common/instantiation",
|
|
6016
|
+
"vs/editor/common/services/treeViewsDnd"
|
|
6017
|
+
],
|
|
6018
|
+
"vs/platform/dnd/browser/dnd": [
|
|
6019
|
+
"require",
|
|
6020
|
+
"exports",
|
|
6021
|
+
"vs/platform/registry/common/platform"
|
|
6022
|
+
],
|
|
6023
6023
|
"vs/base/common/observableInternal/base": [
|
|
6024
6024
|
"require",
|
|
6025
6025
|
"exports",
|
|
@@ -6245,32 +6245,6 @@
|
|
|
6245
6245
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
|
|
6246
6246
|
],
|
|
6247
6247
|
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
|
|
6248
|
-
"vs/base/browser/ui/scrollbar/scrollableElement": [
|
|
6249
|
-
"require",
|
|
6250
|
-
"exports",
|
|
6251
|
-
"vs/base/browser/browser",
|
|
6252
|
-
"vs/base/browser/dom",
|
|
6253
|
-
"vs/base/browser/fastDomNode",
|
|
6254
|
-
"vs/base/browser/mouseEvent",
|
|
6255
|
-
"vs/base/browser/ui/scrollbar/horizontalScrollbar",
|
|
6256
|
-
"vs/base/browser/ui/scrollbar/verticalScrollbar",
|
|
6257
|
-
"vs/base/browser/ui/widget",
|
|
6258
|
-
"vs/base/common/async",
|
|
6259
|
-
"vs/base/common/event",
|
|
6260
|
-
"vs/base/common/lifecycle",
|
|
6261
|
-
"vs/base/common/platform",
|
|
6262
|
-
"vs/base/common/scrollable",
|
|
6263
|
-
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
|
|
6264
|
-
],
|
|
6265
|
-
"vs/platform/severityIcon/browser/severityIcon": [
|
|
6266
|
-
"require",
|
|
6267
|
-
"exports",
|
|
6268
|
-
"vs/base/common/codicons",
|
|
6269
|
-
"vs/base/common/themables",
|
|
6270
|
-
"vs/base/common/severity",
|
|
6271
|
-
"vs/css!vs/platform/severityIcon/browser/media/severityIcon"
|
|
6272
|
-
],
|
|
6273
|
-
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
6274
6248
|
"vs/base/browser/ui/hover/hoverWidget": [
|
|
6275
6249
|
"require",
|
|
6276
6250
|
"exports",
|
|
@@ -6303,6 +6277,32 @@
|
|
|
6303
6277
|
"vs/editor/contrib/hover/browser/marginHoverComputer",
|
|
6304
6278
|
"vs/editor/contrib/hover/browser/hoverUtils"
|
|
6305
6279
|
],
|
|
6280
|
+
"vs/base/browser/ui/scrollbar/scrollableElement": [
|
|
6281
|
+
"require",
|
|
6282
|
+
"exports",
|
|
6283
|
+
"vs/base/browser/browser",
|
|
6284
|
+
"vs/base/browser/dom",
|
|
6285
|
+
"vs/base/browser/fastDomNode",
|
|
6286
|
+
"vs/base/browser/mouseEvent",
|
|
6287
|
+
"vs/base/browser/ui/scrollbar/horizontalScrollbar",
|
|
6288
|
+
"vs/base/browser/ui/scrollbar/verticalScrollbar",
|
|
6289
|
+
"vs/base/browser/ui/widget",
|
|
6290
|
+
"vs/base/common/async",
|
|
6291
|
+
"vs/base/common/event",
|
|
6292
|
+
"vs/base/common/lifecycle",
|
|
6293
|
+
"vs/base/common/platform",
|
|
6294
|
+
"vs/base/common/scrollable",
|
|
6295
|
+
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
|
|
6296
|
+
],
|
|
6297
|
+
"vs/platform/severityIcon/browser/severityIcon": [
|
|
6298
|
+
"require",
|
|
6299
|
+
"exports",
|
|
6300
|
+
"vs/base/common/codicons",
|
|
6301
|
+
"vs/base/common/themables",
|
|
6302
|
+
"vs/base/common/severity",
|
|
6303
|
+
"vs/css!vs/platform/severityIcon/browser/media/severityIcon"
|
|
6304
|
+
],
|
|
6305
|
+
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
6306
6306
|
"vs/editor/common/languages/supports/indentationLineProcessor": [
|
|
6307
6307
|
"require",
|
|
6308
6308
|
"exports",
|
|
@@ -6338,12 +6338,76 @@
|
|
|
6338
6338
|
"vs/platform/instantiation/common/instantiation",
|
|
6339
6339
|
"vs/platform/notification/common/notification"
|
|
6340
6340
|
],
|
|
6341
|
-
"vs/base/common/extpath": [
|
|
6341
|
+
"vs/base/common/extpath": [
|
|
6342
|
+
"require",
|
|
6343
|
+
"exports",
|
|
6344
|
+
"vs/base/common/path",
|
|
6345
|
+
"vs/base/common/platform",
|
|
6346
|
+
"vs/base/common/strings"
|
|
6347
|
+
],
|
|
6348
|
+
"vs/editor/contrib/inlineEdits/browser/consts": [
|
|
6349
|
+
"require",
|
|
6350
|
+
"exports",
|
|
6351
|
+
"vs/nls",
|
|
6352
|
+
"vs/platform/contextkey/common/contextkey"
|
|
6353
|
+
],
|
|
6354
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
|
|
6355
|
+
"require",
|
|
6356
|
+
"exports",
|
|
6357
|
+
"vs/base/common/async",
|
|
6358
|
+
"vs/base/common/cancellation",
|
|
6359
|
+
"vs/base/common/equals",
|
|
6360
|
+
"vs/base/common/errors",
|
|
6361
|
+
"vs/base/common/lifecycle",
|
|
6362
|
+
"vs/base/common/observable",
|
|
6363
|
+
"vs/base/common/observableInternal/derived",
|
|
6364
|
+
"vs/base/common/uri",
|
|
6365
|
+
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
6366
|
+
"vs/editor/common/core/lineRange",
|
|
6367
|
+
"vs/editor/common/languages",
|
|
6368
|
+
"vs/editor/common/services/languageFeatures",
|
|
6369
|
+
"vs/editor/common/services/model",
|
|
6370
|
+
"vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
|
|
6371
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
|
|
6372
|
+
],
|
|
6373
|
+
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
|
|
6374
|
+
"require",
|
|
6375
|
+
"exports",
|
|
6376
|
+
"vs/base/browser/dom",
|
|
6377
|
+
"vs/base/browser/fonts",
|
|
6378
|
+
"vs/base/common/lifecycle",
|
|
6379
|
+
"vs/base/common/observable",
|
|
6380
|
+
"vs/base/common/observableInternal/derived",
|
|
6381
|
+
"vs/editor/browser/editorExtensions",
|
|
6382
|
+
"vs/editor/browser/observableCodeEditor",
|
|
6383
|
+
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
6384
|
+
"vs/editor/browser/widget/diffEditor/registrations.contribution",
|
|
6385
|
+
"vs/editor/browser/widget/diffEditor/utils",
|
|
6386
|
+
"vs/editor/common/languages/modesRegistry",
|
|
6387
|
+
"vs/editor/common/model/textModel",
|
|
6388
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu",
|
|
6389
|
+
"vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
|
|
6390
|
+
"vs/editor/contrib/suggest/browser/suggestController",
|
|
6391
|
+
"vs/platform/instantiation/common/instantiation",
|
|
6392
|
+
"vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
|
|
6393
|
+
],
|
|
6394
|
+
"vs/platform/observable/common/platformObservableUtils": [
|
|
6395
|
+
"require",
|
|
6396
|
+
"exports",
|
|
6397
|
+
"vs/base/common/observable",
|
|
6398
|
+
"vs/base/common/observableInternal/utils"
|
|
6399
|
+
],
|
|
6400
|
+
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6401
|
+
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6402
|
+
"vs/base/common/equals": [
|
|
6403
|
+
"require",
|
|
6404
|
+
"exports",
|
|
6405
|
+
"vs/base/common/arrays"
|
|
6406
|
+
],
|
|
6407
|
+
"vs/base/common/hotReload": [
|
|
6342
6408
|
"require",
|
|
6343
6409
|
"exports",
|
|
6344
|
-
"vs/base/common/
|
|
6345
|
-
"vs/base/common/platform",
|
|
6346
|
-
"vs/base/common/strings"
|
|
6410
|
+
"vs/base/common/process"
|
|
6347
6411
|
],
|
|
6348
6412
|
"vs/editor/contrib/inlineEdit/browser/commandIds": [
|
|
6349
6413
|
"require",
|
|
@@ -6427,69 +6491,6 @@
|
|
|
6427
6491
|
"vs/editor/common/services/editorWorker",
|
|
6428
6492
|
"vs/platform/telemetry/common/telemetry"
|
|
6429
6493
|
],
|
|
6430
|
-
"vs/editor/contrib/inlineEdits/browser/consts": [
|
|
6431
|
-
"require",
|
|
6432
|
-
"exports",
|
|
6433
|
-
"vs/nls",
|
|
6434
|
-
"vs/platform/contextkey/common/contextkey"
|
|
6435
|
-
],
|
|
6436
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
|
|
6437
|
-
"require",
|
|
6438
|
-
"exports",
|
|
6439
|
-
"vs/base/common/async",
|
|
6440
|
-
"vs/base/common/cancellation",
|
|
6441
|
-
"vs/base/common/equals",
|
|
6442
|
-
"vs/base/common/errors",
|
|
6443
|
-
"vs/base/common/lifecycle",
|
|
6444
|
-
"vs/base/common/observable",
|
|
6445
|
-
"vs/base/common/observableInternal/derived",
|
|
6446
|
-
"vs/base/common/uri",
|
|
6447
|
-
"vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
|
|
6448
|
-
"vs/editor/common/core/lineRange",
|
|
6449
|
-
"vs/editor/common/languages",
|
|
6450
|
-
"vs/editor/common/services/languageFeatures",
|
|
6451
|
-
"vs/editor/common/services/model",
|
|
6452
|
-
"vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
|
|
6453
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
|
|
6454
|
-
],
|
|
6455
|
-
"vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
|
|
6456
|
-
"require",
|
|
6457
|
-
"exports",
|
|
6458
|
-
"vs/base/browser/dom",
|
|
6459
|
-
"vs/base/browser/fonts",
|
|
6460
|
-
"vs/base/common/lifecycle",
|
|
6461
|
-
"vs/base/common/observable",
|
|
6462
|
-
"vs/base/common/observableInternal/derived",
|
|
6463
|
-
"vs/editor/browser/editorExtensions",
|
|
6464
|
-
"vs/editor/browser/observableCodeEditor",
|
|
6465
|
-
"vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
|
|
6466
|
-
"vs/editor/browser/widget/diffEditor/registrations.contribution",
|
|
6467
|
-
"vs/editor/browser/widget/diffEditor/utils",
|
|
6468
|
-
"vs/editor/common/languages/modesRegistry",
|
|
6469
|
-
"vs/editor/common/model/textModel",
|
|
6470
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu",
|
|
6471
|
-
"vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
|
|
6472
|
-
"vs/editor/contrib/suggest/browser/suggestController",
|
|
6473
|
-
"vs/platform/instantiation/common/instantiation",
|
|
6474
|
-
"vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
|
|
6475
|
-
],
|
|
6476
|
-
"vs/platform/observable/common/platformObservableUtils": [
|
|
6477
|
-
"require",
|
|
6478
|
-
"exports",
|
|
6479
|
-
"vs/base/common/observable",
|
|
6480
|
-
"vs/base/common/observableInternal/utils"
|
|
6481
|
-
],
|
|
6482
|
-
"vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
|
|
6483
|
-
"vs/base/common/equals": [
|
|
6484
|
-
"require",
|
|
6485
|
-
"exports",
|
|
6486
|
-
"vs/base/common/arrays"
|
|
6487
|
-
],
|
|
6488
|
-
"vs/base/common/hotReload": [
|
|
6489
|
-
"require",
|
|
6490
|
-
"exports",
|
|
6491
|
-
"vs/base/common/process"
|
|
6492
|
-
],
|
|
6493
6494
|
"vs/base/browser/ui/list/listWidget": [
|
|
6494
6495
|
"require",
|
|
6495
6496
|
"exports",
|
|
@@ -6516,7 +6517,6 @@
|
|
|
6516
6517
|
"vs/css!vs/base/browser/ui/list/list"
|
|
6517
6518
|
],
|
|
6518
6519
|
"vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
|
|
6519
|
-
"vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
|
|
6520
6520
|
"vs/editor/common/tokens/sparseMultilineTokens": [
|
|
6521
6521
|
"require",
|
|
6522
6522
|
"exports",
|
|
@@ -7126,11 +7126,11 @@
|
|
|
7126
7126
|
"vs/base/common/lifecycle",
|
|
7127
7127
|
"vs/platform/theme/browser/defaultStyles"
|
|
7128
7128
|
],
|
|
7129
|
-
"vs/
|
|
7129
|
+
"vs/platform/editor/common/editor": [
|
|
7130
7130
|
"require",
|
|
7131
7131
|
"exports"
|
|
7132
7132
|
],
|
|
7133
|
-
"vs/
|
|
7133
|
+
"vs/base/common/collections": [
|
|
7134
7134
|
"require",
|
|
7135
7135
|
"exports"
|
|
7136
7136
|
],
|
|
@@ -7252,202 +7252,202 @@
|
|
|
7252
7252
|
"exports",
|
|
7253
7253
|
"vs/base/common/actions"
|
|
7254
7254
|
],
|
|
7255
|
-
"vs/editor/
|
|
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
|
-
"vs/editor/browser/controller/mouseHandler": [
|
|
7255
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
|
|
7269
7256
|
"require",
|
|
7270
7257
|
"exports",
|
|
7271
|
-
"vs/base/
|
|
7272
|
-
"vs/base/browser/mouseEvent",
|
|
7258
|
+
"vs/base/common/event",
|
|
7273
7259
|
"vs/base/common/lifecycle",
|
|
7274
|
-
"vs/
|
|
7275
|
-
"vs/editor/
|
|
7276
|
-
"vs/editor/
|
|
7277
|
-
"vs/editor/common/
|
|
7278
|
-
"vs/editor/common/
|
|
7279
|
-
"vs/editor/common/
|
|
7280
|
-
"vs/editor/common/
|
|
7281
|
-
"vs/base/
|
|
7260
|
+
"vs/editor/common/textModelBracketPairs",
|
|
7261
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
|
|
7262
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
|
|
7263
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
|
|
7264
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
|
|
7265
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
|
|
7266
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
|
|
7267
|
+
"vs/base/common/arrays",
|
|
7268
|
+
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
|
|
7282
7269
|
],
|
|
7283
|
-
"vs/
|
|
7270
|
+
"vs/editor/common/core/textChange": [
|
|
7284
7271
|
"require",
|
|
7285
7272
|
"exports",
|
|
7286
|
-
"vs/
|
|
7273
|
+
"vs/base/common/buffer",
|
|
7274
|
+
"vs/editor/common/core/stringBuilder"
|
|
7287
7275
|
],
|
|
7288
|
-
"vs/
|
|
7289
|
-
"vs/editor/browser/view/viewLayer": [
|
|
7276
|
+
"vs/base/common/buffer": [
|
|
7290
7277
|
"require",
|
|
7291
7278
|
"exports",
|
|
7292
|
-
"vs/base/
|
|
7293
|
-
"vs/base/browser/trustedTypes",
|
|
7294
|
-
"vs/base/common/errors",
|
|
7295
|
-
"vs/editor/common/core/stringBuilder"
|
|
7279
|
+
"vs/base/common/lazy"
|
|
7296
7280
|
],
|
|
7297
|
-
"vs/
|
|
7298
|
-
"vs/editor/browser/view/dynamicViewOverlay": [
|
|
7281
|
+
"vs/editor/common/model/textModelPart": [
|
|
7299
7282
|
"require",
|
|
7300
7283
|
"exports",
|
|
7301
|
-
"vs/
|
|
7284
|
+
"vs/base/common/lifecycle"
|
|
7302
7285
|
],
|
|
7303
|
-
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
|
|
7304
|
-
"vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
|
|
7305
|
-
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
|
|
7306
|
-
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
|
|
7307
7286
|
"vs/editor/common/textModelGuides": [
|
|
7308
7287
|
"require",
|
|
7309
7288
|
"exports"
|
|
7310
7289
|
],
|
|
7311
|
-
"vs/
|
|
7312
|
-
"vs/editor/browser/viewParts/lines/domReadingContext": [
|
|
7290
|
+
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
|
|
7313
7291
|
"require",
|
|
7314
|
-
"exports"
|
|
7292
|
+
"exports",
|
|
7293
|
+
"vs/editor/common/core/position",
|
|
7294
|
+
"vs/editor/common/core/range",
|
|
7295
|
+
"vs/editor/common/model",
|
|
7296
|
+
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
|
7297
|
+
"vs/editor/common/model/textModelSearch"
|
|
7315
7298
|
],
|
|
7316
|
-
"vs/
|
|
7317
|
-
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
|
|
7318
|
-
"vs/css!vs/editor/browser/viewParts/margin/margin": [],
|
|
7319
|
-
"vs/base/browser/globalPointerMoveMonitor": [
|
|
7299
|
+
"vs/editor/common/model/textModelTokens": [
|
|
7320
7300
|
"require",
|
|
7321
7301
|
"exports",
|
|
7322
|
-
"vs/base/
|
|
7323
|
-
"vs/base/common/
|
|
7302
|
+
"vs/base/common/async",
|
|
7303
|
+
"vs/base/common/errors",
|
|
7304
|
+
"vs/base/common/platform",
|
|
7305
|
+
"vs/base/common/stopwatch",
|
|
7306
|
+
"vs/editor/common/core/eolCounter",
|
|
7307
|
+
"vs/editor/common/core/lineRange",
|
|
7308
|
+
"vs/editor/common/core/offsetRange",
|
|
7309
|
+
"vs/editor/common/languages/nullTokenize",
|
|
7310
|
+
"vs/editor/common/model/fixedArray",
|
|
7311
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
7312
|
+
"vs/editor/common/tokens/lineTokens"
|
|
7324
7313
|
],
|
|
7325
|
-
"vs/editor/common/
|
|
7314
|
+
"vs/editor/common/model/treeSitterTokens": [
|
|
7326
7315
|
"require",
|
|
7327
|
-
"exports"
|
|
7316
|
+
"exports",
|
|
7317
|
+
"vs/editor/common/languages",
|
|
7318
|
+
"vs/editor/common/tokens/lineTokens",
|
|
7319
|
+
"vs/editor/common/model/tokens"
|
|
7328
7320
|
],
|
|
7329
|
-
"vs/editor/
|
|
7321
|
+
"vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
|
|
7330
7322
|
"require",
|
|
7331
7323
|
"exports",
|
|
7332
|
-
"vs/editor/
|
|
7333
|
-
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
7334
|
-
"vs/editor/browser/viewParts/minimap/minimapPreBaked",
|
|
7335
|
-
"vs/base/common/uint"
|
|
7324
|
+
"vs/editor/common/tokens/contiguousMultilineTokens"
|
|
7336
7325
|
],
|
|
7337
|
-
"vs/
|
|
7326
|
+
"vs/editor/common/tokens/contiguousTokensStore": [
|
|
7338
7327
|
"require",
|
|
7339
7328
|
"exports",
|
|
7340
|
-
"vs/base/common/
|
|
7329
|
+
"vs/base/common/arrays",
|
|
7330
|
+
"vs/editor/common/core/position",
|
|
7331
|
+
"vs/editor/common/tokens/contiguousTokensEditing",
|
|
7332
|
+
"vs/editor/common/tokens/lineTokens",
|
|
7333
|
+
"vs/editor/common/encodedTokenAttributes"
|
|
7341
7334
|
],
|
|
7342
|
-
"vs/
|
|
7343
|
-
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
|
|
7344
|
-
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
|
|
7345
|
-
"vs/editor/common/viewModel/overviewZoneManager": [
|
|
7335
|
+
"vs/editor/common/tokens/sparseTokensStore": [
|
|
7346
7336
|
"require",
|
|
7347
|
-
"exports"
|
|
7337
|
+
"exports",
|
|
7338
|
+
"vs/base/common/arrays",
|
|
7339
|
+
"vs/editor/common/tokens/lineTokens"
|
|
7348
7340
|
],
|
|
7349
|
-
"vs/
|
|
7350
|
-
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
|
|
7351
|
-
"vs/css!vs/editor/browser/viewParts/selections/selections": [],
|
|
7352
|
-
"vs/editor/browser/viewParts/viewCursors/viewCursor": [
|
|
7341
|
+
"vs/editor/browser/viewParts/lines/viewLine": [
|
|
7353
7342
|
"require",
|
|
7354
7343
|
"exports",
|
|
7355
|
-
"vs/base/browser/
|
|
7344
|
+
"vs/base/browser/browser",
|
|
7356
7345
|
"vs/base/browser/fastDomNode",
|
|
7357
|
-
"vs/base/common/
|
|
7358
|
-
"vs/editor/browser/
|
|
7359
|
-
"vs/editor/
|
|
7360
|
-
"vs/editor/common/
|
|
7361
|
-
"vs/editor/common/
|
|
7362
|
-
"vs/
|
|
7346
|
+
"vs/base/common/platform",
|
|
7347
|
+
"vs/editor/browser/viewParts/lines/rangeUtil",
|
|
7348
|
+
"vs/editor/browser/view/renderingContext",
|
|
7349
|
+
"vs/editor/common/viewLayout/lineDecorations",
|
|
7350
|
+
"vs/editor/common/viewLayout/viewLineRenderer",
|
|
7351
|
+
"vs/platform/theme/common/theme",
|
|
7352
|
+
"vs/editor/common/config/editorOptions"
|
|
7363
7353
|
],
|
|
7364
|
-
"vs/
|
|
7365
|
-
"vs/css!vs/editor/browser/viewParts/whitespace/whitespace": [],
|
|
7366
|
-
"vs/editor/common/editorTheme": [
|
|
7354
|
+
"vs/editor/browser/controller/mouseHandler": [
|
|
7367
7355
|
"require",
|
|
7368
|
-
"exports"
|
|
7356
|
+
"exports",
|
|
7357
|
+
"vs/base/browser/dom",
|
|
7358
|
+
"vs/base/browser/mouseEvent",
|
|
7359
|
+
"vs/base/common/lifecycle",
|
|
7360
|
+
"vs/base/common/platform",
|
|
7361
|
+
"vs/editor/browser/controller/mouseTarget",
|
|
7362
|
+
"vs/editor/browser/editorDom",
|
|
7363
|
+
"vs/editor/common/config/editorZoom",
|
|
7364
|
+
"vs/editor/common/core/position",
|
|
7365
|
+
"vs/editor/common/core/selection",
|
|
7366
|
+
"vs/editor/common/viewEventHandler",
|
|
7367
|
+
"vs/base/browser/ui/scrollbar/scrollableElement"
|
|
7369
7368
|
],
|
|
7370
|
-
"vs/base/
|
|
7369
|
+
"vs/base/browser/ui/mouseCursor/mouseCursor": [
|
|
7371
7370
|
"require",
|
|
7372
7371
|
"exports",
|
|
7373
|
-
"vs/base/
|
|
7372
|
+
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
|
|
7374
7373
|
],
|
|
7375
|
-
"vs/editor/
|
|
7374
|
+
"vs/css!vs/editor/browser/controller/textAreaHandler": [],
|
|
7375
|
+
"vs/editor/browser/view/viewLayer": [
|
|
7376
7376
|
"require",
|
|
7377
7377
|
"exports",
|
|
7378
|
-
"vs/base/
|
|
7379
|
-
"vs/base/
|
|
7380
|
-
"vs/
|
|
7381
|
-
"vs/editor/common/
|
|
7382
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
|
|
7383
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
|
|
7384
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
|
|
7385
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
|
|
7386
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
|
|
7387
|
-
"vs/base/common/arrays",
|
|
7388
|
-
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
|
|
7378
|
+
"vs/base/browser/fastDomNode",
|
|
7379
|
+
"vs/base/browser/trustedTypes",
|
|
7380
|
+
"vs/base/common/errors",
|
|
7381
|
+
"vs/editor/common/core/stringBuilder"
|
|
7389
7382
|
],
|
|
7390
|
-
"vs/editor/
|
|
7383
|
+
"vs/css!vs/editor/browser/viewParts/blockDecorations/blockDecorations": [],
|
|
7384
|
+
"vs/editor/browser/view/dynamicViewOverlay": [
|
|
7391
7385
|
"require",
|
|
7392
7386
|
"exports",
|
|
7393
|
-
"vs/
|
|
7394
|
-
"vs/editor/common/core/stringBuilder"
|
|
7387
|
+
"vs/editor/common/viewEventHandler"
|
|
7395
7388
|
],
|
|
7396
|
-
"vs/editor/
|
|
7389
|
+
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
|
|
7390
|
+
"vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
|
|
7391
|
+
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
|
|
7392
|
+
"vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
|
|
7393
|
+
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
|
|
7394
|
+
"vs/editor/browser/viewParts/lines/domReadingContext": [
|
|
7395
|
+
"require",
|
|
7396
|
+
"exports"
|
|
7397
|
+
],
|
|
7398
|
+
"vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
|
|
7399
|
+
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
|
|
7400
|
+
"vs/css!vs/editor/browser/viewParts/margin/margin": [],
|
|
7401
|
+
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
|
|
7402
|
+
"vs/base/browser/globalPointerMoveMonitor": [
|
|
7397
7403
|
"require",
|
|
7398
7404
|
"exports",
|
|
7405
|
+
"vs/base/browser/dom",
|
|
7399
7406
|
"vs/base/common/lifecycle"
|
|
7400
7407
|
],
|
|
7401
|
-
"vs/editor/common/
|
|
7408
|
+
"vs/editor/common/core/rgba": [
|
|
7402
7409
|
"require",
|
|
7403
|
-
"exports"
|
|
7404
|
-
"vs/editor/common/core/position",
|
|
7405
|
-
"vs/editor/common/core/range",
|
|
7406
|
-
"vs/editor/common/model",
|
|
7407
|
-
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
|
7408
|
-
"vs/editor/common/model/textModelSearch"
|
|
7410
|
+
"exports"
|
|
7409
7411
|
],
|
|
7410
|
-
"vs/editor/
|
|
7412
|
+
"vs/editor/browser/viewParts/minimap/minimapCharRendererFactory": [
|
|
7411
7413
|
"require",
|
|
7412
7414
|
"exports",
|
|
7413
|
-
"vs/
|
|
7414
|
-
"vs/
|
|
7415
|
-
"vs/
|
|
7416
|
-
"vs/base/common/
|
|
7417
|
-
"vs/editor/common/core/eolCounter",
|
|
7418
|
-
"vs/editor/common/core/lineRange",
|
|
7419
|
-
"vs/editor/common/core/offsetRange",
|
|
7420
|
-
"vs/editor/common/languages/nullTokenize",
|
|
7421
|
-
"vs/editor/common/model/fixedArray",
|
|
7422
|
-
"vs/editor/common/tokens/contiguousMultilineTokensBuilder",
|
|
7423
|
-
"vs/editor/common/tokens/lineTokens"
|
|
7415
|
+
"vs/editor/browser/viewParts/minimap/minimapCharRenderer",
|
|
7416
|
+
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
7417
|
+
"vs/editor/browser/viewParts/minimap/minimapPreBaked",
|
|
7418
|
+
"vs/base/common/uint"
|
|
7424
7419
|
],
|
|
7425
|
-
"vs/
|
|
7420
|
+
"vs/base/browser/fonts": [
|
|
7426
7421
|
"require",
|
|
7427
7422
|
"exports",
|
|
7428
|
-
"vs/
|
|
7429
|
-
"vs/editor/common/tokens/lineTokens",
|
|
7430
|
-
"vs/editor/common/model/tokens"
|
|
7423
|
+
"vs/base/common/platform"
|
|
7431
7424
|
],
|
|
7432
|
-
"vs/editor/
|
|
7425
|
+
"vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
|
|
7426
|
+
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
|
|
7427
|
+
"vs/editor/common/viewModel/overviewZoneManager": [
|
|
7433
7428
|
"require",
|
|
7434
|
-
"exports"
|
|
7435
|
-
"vs/editor/common/tokens/contiguousMultilineTokens"
|
|
7429
|
+
"exports"
|
|
7436
7430
|
],
|
|
7437
|
-
"vs/editor/
|
|
7431
|
+
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
|
|
7432
|
+
"vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
|
|
7433
|
+
"vs/css!vs/editor/browser/viewParts/selections/selections": [],
|
|
7434
|
+
"vs/editor/browser/viewParts/viewCursors/viewCursor": [
|
|
7438
7435
|
"require",
|
|
7439
7436
|
"exports",
|
|
7440
|
-
"vs/base/
|
|
7437
|
+
"vs/base/browser/dom",
|
|
7438
|
+
"vs/base/browser/fastDomNode",
|
|
7439
|
+
"vs/base/common/strings",
|
|
7440
|
+
"vs/editor/browser/config/domFontInfo",
|
|
7441
|
+
"vs/editor/common/config/editorOptions",
|
|
7441
7442
|
"vs/editor/common/core/position",
|
|
7442
|
-
"vs/editor/common/
|
|
7443
|
-
"vs/
|
|
7444
|
-
"vs/editor/common/encodedTokenAttributes"
|
|
7443
|
+
"vs/editor/common/core/range",
|
|
7444
|
+
"vs/base/browser/ui/mouseCursor/mouseCursor"
|
|
7445
7445
|
],
|
|
7446
|
-
"vs/editor/
|
|
7446
|
+
"vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
|
|
7447
|
+
"vs/css!vs/editor/browser/viewParts/whitespace/whitespace": [],
|
|
7448
|
+
"vs/editor/common/editorTheme": [
|
|
7447
7449
|
"require",
|
|
7448
|
-
"exports"
|
|
7449
|
-
"vs/base/common/arrays",
|
|
7450
|
-
"vs/editor/common/tokens/lineTokens"
|
|
7450
|
+
"exports"
|
|
7451
7451
|
],
|
|
7452
7452
|
"vs/editor/common/cursor/cursorCollection": [
|
|
7453
7453
|
"require",
|
|
@@ -7477,6 +7477,7 @@
|
|
|
7477
7477
|
"vs/editor/common/textModelEvents",
|
|
7478
7478
|
"vs/editor/common/viewModel"
|
|
7479
7479
|
],
|
|
7480
|
+
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
|
|
7480
7481
|
"vs/platform/actionWidget/browser/actionList": [
|
|
7481
7482
|
"require",
|
|
7482
7483
|
"exports",
|
|
@@ -7500,7 +7501,6 @@
|
|
|
7500
7501
|
"require",
|
|
7501
7502
|
"exports"
|
|
7502
7503
|
],
|
|
7503
|
-
"vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
|
|
7504
7504
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel": [
|
|
7505
7505
|
"require",
|
|
7506
7506
|
"exports",
|
|
@@ -7594,8 +7594,8 @@
|
|
|
7594
7594
|
"exports",
|
|
7595
7595
|
"vs/base/common/strings"
|
|
7596
7596
|
],
|
|
7597
|
-
"vs/css!vs/base/browser/ui/sash/sash": [],
|
|
7598
7597
|
"vs/css!vs/base/browser/ui/toggle/toggle": [],
|
|
7598
|
+
"vs/css!vs/base/browser/ui/sash/sash": [],
|
|
7599
7599
|
"vs/base/browser/ui/findinput/findInput": [
|
|
7600
7600
|
"require",
|
|
7601
7601
|
"exports",
|
|
@@ -7673,25 +7673,6 @@
|
|
|
7673
7673
|
"exports"
|
|
7674
7674
|
],
|
|
7675
7675
|
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
7676
|
-
"vs/base/browser/ui/scrollbar/horizontalScrollbar": [
|
|
7677
|
-
"require",
|
|
7678
|
-
"exports",
|
|
7679
|
-
"vs/base/browser/mouseEvent",
|
|
7680
|
-
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
|
7681
|
-
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
|
7682
|
-
"vs/base/browser/ui/scrollbar/scrollbarState",
|
|
7683
|
-
"vs/base/common/codicons"
|
|
7684
|
-
],
|
|
7685
|
-
"vs/base/browser/ui/scrollbar/verticalScrollbar": [
|
|
7686
|
-
"require",
|
|
7687
|
-
"exports",
|
|
7688
|
-
"vs/base/browser/mouseEvent",
|
|
7689
|
-
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
|
7690
|
-
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
|
7691
|
-
"vs/base/browser/ui/scrollbar/scrollbarState",
|
|
7692
|
-
"vs/base/common/codicons"
|
|
7693
|
-
],
|
|
7694
|
-
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
|
|
7695
7676
|
"vs/base/browser/ui/dropdown/dropdownActionViewItem": [
|
|
7696
7677
|
"require",
|
|
7697
7678
|
"exports",
|
|
@@ -7709,7 +7690,6 @@
|
|
|
7709
7690
|
"vs/nls"
|
|
7710
7691
|
],
|
|
7711
7692
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
|
|
7712
|
-
"vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
|
|
7713
7693
|
"vs/css!vs/base/browser/ui/hover/hoverWidget": [],
|
|
7714
7694
|
"vs/editor/contrib/hover/browser/marginHoverComputer": [
|
|
7715
7695
|
"require",
|
|
@@ -7718,9 +7698,26 @@
|
|
|
7718
7698
|
"vs/base/common/htmlContent",
|
|
7719
7699
|
"vs/editor/common/model"
|
|
7720
7700
|
],
|
|
7721
|
-
"vs/
|
|
7722
|
-
|
|
7723
|
-
|
|
7701
|
+
"vs/base/browser/ui/scrollbar/horizontalScrollbar": [
|
|
7702
|
+
"require",
|
|
7703
|
+
"exports",
|
|
7704
|
+
"vs/base/browser/mouseEvent",
|
|
7705
|
+
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
|
7706
|
+
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
|
7707
|
+
"vs/base/browser/ui/scrollbar/scrollbarState",
|
|
7708
|
+
"vs/base/common/codicons"
|
|
7709
|
+
],
|
|
7710
|
+
"vs/base/browser/ui/scrollbar/verticalScrollbar": [
|
|
7711
|
+
"require",
|
|
7712
|
+
"exports",
|
|
7713
|
+
"vs/base/browser/mouseEvent",
|
|
7714
|
+
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
|
7715
|
+
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
|
7716
|
+
"vs/base/browser/ui/scrollbar/scrollbarState",
|
|
7717
|
+
"vs/base/common/codicons"
|
|
7718
|
+
],
|
|
7719
|
+
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
|
|
7720
|
+
"vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
|
|
7724
7721
|
"vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions": [
|
|
7725
7722
|
"require",
|
|
7726
7723
|
"exports",
|
|
@@ -7737,6 +7734,9 @@
|
|
|
7737
7734
|
"vs/editor/contrib/snippet/browser/snippetParser"
|
|
7738
7735
|
],
|
|
7739
7736
|
"vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
|
|
7737
|
+
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
|
|
7738
|
+
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
|
|
7739
|
+
"vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
|
|
7740
7740
|
"vs/base/browser/ui/list/splice": [
|
|
7741
7741
|
"require",
|
|
7742
7742
|
"exports"
|
|
@@ -7842,21 +7842,6 @@
|
|
|
7842
7842
|
],
|
|
7843
7843
|
"vs/css!vs/base/browser/ui/splitview/splitview": [],
|
|
7844
7844
|
"vs/css!vs/base/browser/ui/table/table": [],
|
|
7845
|
-
"vs/base/browser/ui/tree/indexTreeModel": [
|
|
7846
|
-
"require",
|
|
7847
|
-
"exports",
|
|
7848
|
-
"vs/base/browser/ui/tree/tree",
|
|
7849
|
-
"vs/base/common/arrays",
|
|
7850
|
-
"vs/base/common/async",
|
|
7851
|
-
"vs/base/common/symbols",
|
|
7852
|
-
"vs/base/common/diff/diff",
|
|
7853
|
-
"vs/base/common/event",
|
|
7854
|
-
"vs/base/common/iterator"
|
|
7855
|
-
],
|
|
7856
|
-
"vs/base/browser/ui/tree/tree": [
|
|
7857
|
-
"require",
|
|
7858
|
-
"exports"
|
|
7859
|
-
],
|
|
7860
7845
|
"vs/base/browser/ui/inputbox/inputBox": [
|
|
7861
7846
|
"require",
|
|
7862
7847
|
"exports",
|
|
@@ -7875,6 +7860,21 @@
|
|
|
7875
7860
|
"vs/nls",
|
|
7876
7861
|
"vs/css!vs/base/browser/ui/inputbox/inputBox"
|
|
7877
7862
|
],
|
|
7863
|
+
"vs/base/browser/ui/tree/indexTreeModel": [
|
|
7864
|
+
"require",
|
|
7865
|
+
"exports",
|
|
7866
|
+
"vs/base/browser/ui/tree/tree",
|
|
7867
|
+
"vs/base/common/arrays",
|
|
7868
|
+
"vs/base/common/async",
|
|
7869
|
+
"vs/base/common/symbols",
|
|
7870
|
+
"vs/base/common/diff/diff",
|
|
7871
|
+
"vs/base/common/event",
|
|
7872
|
+
"vs/base/common/iterator"
|
|
7873
|
+
],
|
|
7874
|
+
"vs/base/browser/ui/tree/tree": [
|
|
7875
|
+
"require",
|
|
7876
|
+
"exports"
|
|
7877
|
+
],
|
|
7878
7878
|
"vs/css!vs/base/browser/ui/tree/media/tree": [],
|
|
7879
7879
|
"vs/base/browser/ui/tree/objectTreeModel": [
|
|
7880
7880
|
"require",
|
|
@@ -7958,6 +7958,17 @@
|
|
|
7958
7958
|
"exports"
|
|
7959
7959
|
],
|
|
7960
7960
|
"vs/css!vs/base/browser/ui/contextview/contextview": [],
|
|
7961
|
+
"vs/editor/common/services/languagesAssociations": [
|
|
7962
|
+
"require",
|
|
7963
|
+
"exports",
|
|
7964
|
+
"vs/base/common/glob",
|
|
7965
|
+
"vs/base/common/mime",
|
|
7966
|
+
"vs/base/common/network",
|
|
7967
|
+
"vs/base/common/path",
|
|
7968
|
+
"vs/base/common/resources",
|
|
7969
|
+
"vs/base/common/strings",
|
|
7970
|
+
"vs/editor/common/languages/modesRegistry"
|
|
7971
|
+
],
|
|
7961
7972
|
"vs/base/browser/ui/menu/menu": [
|
|
7962
7973
|
"require",
|
|
7963
7974
|
"exports",
|
|
@@ -7980,17 +7991,6 @@
|
|
|
7980
7991
|
"vs/base/common/platform",
|
|
7981
7992
|
"vs/base/common/strings"
|
|
7982
7993
|
],
|
|
7983
|
-
"vs/editor/common/services/languagesAssociations": [
|
|
7984
|
-
"require",
|
|
7985
|
-
"exports",
|
|
7986
|
-
"vs/base/common/glob",
|
|
7987
|
-
"vs/base/common/mime",
|
|
7988
|
-
"vs/base/common/network",
|
|
7989
|
-
"vs/base/common/path",
|
|
7990
|
-
"vs/base/common/resources",
|
|
7991
|
-
"vs/base/common/strings",
|
|
7992
|
-
"vs/editor/common/languages/modesRegistry"
|
|
7993
|
-
],
|
|
7994
7994
|
"vs/platform/quickinput/browser/quickAccess": [
|
|
7995
7995
|
"require",
|
|
7996
7996
|
"exports",
|
|
@@ -8064,27 +8064,6 @@
|
|
|
8064
8064
|
"vs/base/browser/ui/hover/hoverDelegateFactory",
|
|
8065
8065
|
"vs/css!vs/base/browser/ui/toolbar/toolbar"
|
|
8066
8066
|
],
|
|
8067
|
-
"vs/editor/browser/viewParts/lines/rangeUtil": [
|
|
8068
|
-
"require",
|
|
8069
|
-
"exports",
|
|
8070
|
-
"vs/editor/browser/view/renderingContext"
|
|
8071
|
-
],
|
|
8072
|
-
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
|
|
8073
|
-
"vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
|
|
8074
|
-
"require",
|
|
8075
|
-
"exports",
|
|
8076
|
-
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
8077
|
-
"vs/base/common/uint"
|
|
8078
|
-
],
|
|
8079
|
-
"vs/editor/browser/viewParts/minimap/minimapCharSheet": [
|
|
8080
|
-
"require",
|
|
8081
|
-
"exports"
|
|
8082
|
-
],
|
|
8083
|
-
"vs/editor/browser/viewParts/minimap/minimapPreBaked": [
|
|
8084
|
-
"require",
|
|
8085
|
-
"exports",
|
|
8086
|
-
"vs/base/common/functional"
|
|
8087
|
-
],
|
|
8088
8067
|
"vs/editor/common/textModelBracketPairs": [
|
|
8089
8068
|
"require",
|
|
8090
8069
|
"exports"
|
|
@@ -8128,15 +8107,15 @@
|
|
|
8128
8107
|
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
|
|
8129
8108
|
"vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet"
|
|
8130
8109
|
],
|
|
8131
|
-
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
|
|
8132
|
-
"require",
|
|
8133
|
-
"exports"
|
|
8134
|
-
],
|
|
8135
8110
|
"vs/editor/common/model/fixedArray": [
|
|
8136
8111
|
"require",
|
|
8137
8112
|
"exports",
|
|
8138
8113
|
"vs/base/common/arrays"
|
|
8139
8114
|
],
|
|
8115
|
+
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
|
|
8116
|
+
"require",
|
|
8117
|
+
"exports"
|
|
8118
|
+
],
|
|
8140
8119
|
"vs/editor/common/tokens/contiguousMultilineTokens": [
|
|
8141
8120
|
"require",
|
|
8142
8121
|
"exports"
|
|
@@ -8146,6 +8125,27 @@
|
|
|
8146
8125
|
"exports",
|
|
8147
8126
|
"vs/editor/common/tokens/lineTokens"
|
|
8148
8127
|
],
|
|
8128
|
+
"vs/editor/browser/viewParts/lines/rangeUtil": [
|
|
8129
|
+
"require",
|
|
8130
|
+
"exports",
|
|
8131
|
+
"vs/editor/browser/view/renderingContext"
|
|
8132
|
+
],
|
|
8133
|
+
"vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
|
|
8134
|
+
"vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
|
|
8135
|
+
"require",
|
|
8136
|
+
"exports",
|
|
8137
|
+
"vs/editor/browser/viewParts/minimap/minimapCharSheet",
|
|
8138
|
+
"vs/base/common/uint"
|
|
8139
|
+
],
|
|
8140
|
+
"vs/editor/browser/viewParts/minimap/minimapCharSheet": [
|
|
8141
|
+
"require",
|
|
8142
|
+
"exports"
|
|
8143
|
+
],
|
|
8144
|
+
"vs/editor/browser/viewParts/minimap/minimapPreBaked": [
|
|
8145
|
+
"require",
|
|
8146
|
+
"exports",
|
|
8147
|
+
"vs/base/common/functional"
|
|
8148
|
+
],
|
|
8149
8149
|
"vs/editor/common/cursor/oneCursor": [
|
|
8150
8150
|
"require",
|
|
8151
8151
|
"exports",
|
|
@@ -8165,6 +8165,17 @@
|
|
|
8165
8165
|
],
|
|
8166
8166
|
"vs/css!vs/base/browser/ui/selectBox/selectBoxCustom": [],
|
|
8167
8167
|
"vs/css!vs/base/browser/ui/findinput/findInput": [],
|
|
8168
|
+
"vs/base/browser/ui/dropdown/dropdown": [
|
|
8169
|
+
"require",
|
|
8170
|
+
"exports",
|
|
8171
|
+
"vs/base/browser/dom",
|
|
8172
|
+
"vs/base/browser/keyboardEvent",
|
|
8173
|
+
"vs/base/browser/touch",
|
|
8174
|
+
"vs/base/common/actions",
|
|
8175
|
+
"vs/base/common/event",
|
|
8176
|
+
"vs/css!vs/base/browser/ui/dropdown/dropdown"
|
|
8177
|
+
],
|
|
8178
|
+
"vs/css!vs/base/browser/ui/dropdown/dropdown": [],
|
|
8168
8179
|
"vs/base/browser/ui/scrollbar/abstractScrollbar": [
|
|
8169
8180
|
"require",
|
|
8170
8181
|
"exports",
|
|
@@ -8185,17 +8196,6 @@
|
|
|
8185
8196
|
"vs/base/common/themables",
|
|
8186
8197
|
"vs/base/browser/dom"
|
|
8187
8198
|
],
|
|
8188
|
-
"vs/base/browser/ui/dropdown/dropdown": [
|
|
8189
|
-
"require",
|
|
8190
|
-
"exports",
|
|
8191
|
-
"vs/base/browser/dom",
|
|
8192
|
-
"vs/base/browser/keyboardEvent",
|
|
8193
|
-
"vs/base/browser/touch",
|
|
8194
|
-
"vs/base/common/actions",
|
|
8195
|
-
"vs/base/common/event",
|
|
8196
|
-
"vs/css!vs/base/browser/ui/dropdown/dropdown"
|
|
8197
|
-
],
|
|
8198
|
-
"vs/css!vs/base/browser/ui/dropdown/dropdown": [],
|
|
8199
8199
|
"vs/editor/common/model/bracketPairsTextModelPart/fixBrackets": [
|
|
8200
8200
|
"require",
|
|
8201
8201
|
"exports",
|