monaco-editor-core 0.51.0-dev-20240817 → 0.51.0-dev-20240819

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dev/bundleInfo.json +1276 -1276
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +2 -2
@@ -1488,29 +1488,6 @@
1488
1488
  "vs/base/browser/dom"
1489
1489
  ],
1490
1490
  "vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [],
1491
- "vs/platform/registry/common/platform": [
1492
- "require",
1493
- "exports",
1494
- "vs/base/common/assert",
1495
- "vs/base/common/types"
1496
- ],
1497
- "vs/platform/quickinput/common/quickAccess": [
1498
- "require",
1499
- "exports",
1500
- "vs/base/common/arrays",
1501
- "vs/base/common/lifecycle",
1502
- "vs/platform/registry/common/platform"
1503
- ],
1504
- "vs/platform/quickinput/browser/helpQuickAccess": [
1505
- "require",
1506
- "exports",
1507
- "vs/nls",
1508
- "vs/platform/registry/common/platform",
1509
- "vs/base/common/lifecycle",
1510
- "vs/platform/keybinding/common/keybinding",
1511
- "vs/platform/quickinput/common/quickAccess",
1512
- "vs/platform/quickinput/common/quickInput"
1513
- ],
1514
1491
  "vs/base/common/color": [
1515
1492
  "require",
1516
1493
  "exports"
@@ -1544,62 +1521,49 @@
1544
1521
  "vs/platform/instantiation/common/instantiation"
1545
1522
  ],
1546
1523
  "vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
1547
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1524
+ "vs/platform/registry/common/platform": [
1548
1525
  "require",
1549
1526
  "exports",
1550
- "vs/base/common/lifecycle",
1551
- "vs/editor/browser/editorBrowser",
1552
- "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1553
- "vs/nls"
1527
+ "vs/base/common/assert",
1528
+ "vs/base/common/types"
1554
1529
  ],
1555
- "vs/editor/browser/services/codeEditorService": [
1530
+ "vs/platform/quickinput/common/quickAccess": [
1556
1531
  "require",
1557
1532
  "exports",
1558
- "vs/platform/instantiation/common/instantiation"
1533
+ "vs/base/common/arrays",
1534
+ "vs/base/common/lifecycle",
1535
+ "vs/platform/registry/common/platform"
1559
1536
  ],
1560
- "vs/editor/common/editorContextKeys": [
1537
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1561
1538
  "require",
1562
1539
  "exports",
1563
1540
  "vs/nls",
1564
- "vs/platform/contextkey/common/contextkey"
1565
- ],
1566
- "vs/platform/quickinput/common/quickInput": [
1567
- "require",
1568
- "exports",
1569
- "vs/platform/instantiation/common/instantiation"
1570
- ],
1571
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1572
- "require",
1573
- "exports",
1574
- "vs/base/common/iconLabels",
1575
- "vs/platform/action/common/action",
1576
- "vs/platform/quickinput/browser/commandsQuickAccess"
1577
- ],
1578
- "vs/platform/instantiation/common/instantiation": [
1579
- "require",
1580
- "exports"
1541
+ "vs/platform/registry/common/platform",
1542
+ "vs/base/common/lifecycle",
1543
+ "vs/platform/keybinding/common/keybinding",
1544
+ "vs/platform/quickinput/common/quickAccess",
1545
+ "vs/platform/quickinput/common/quickInput"
1581
1546
  ],
1582
- "vs/platform/keybinding/common/keybinding": [
1547
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1583
1548
  "require",
1584
1549
  "exports",
1585
- "vs/platform/instantiation/common/instantiation"
1550
+ "vs/base/common/lifecycle",
1551
+ "vs/editor/browser/editorBrowser",
1552
+ "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1553
+ "vs/nls"
1586
1554
  ],
1587
- "vs/platform/commands/common/commands": [
1555
+ "vs/editor/browser/services/codeEditorService": [
1588
1556
  "require",
1589
1557
  "exports",
1590
- "vs/base/common/event",
1591
- "vs/base/common/iterator",
1592
- "vs/base/common/lifecycle",
1593
- "vs/base/common/linkedList",
1594
- "vs/base/common/types",
1595
1558
  "vs/platform/instantiation/common/instantiation"
1596
1559
  ],
1597
- "vs/platform/telemetry/common/telemetry": [
1560
+ "vs/editor/common/editorContextKeys": [
1598
1561
  "require",
1599
1562
  "exports",
1600
- "vs/platform/instantiation/common/instantiation"
1563
+ "vs/nls",
1564
+ "vs/platform/contextkey/common/contextkey"
1601
1565
  ],
1602
- "vs/platform/dialogs/common/dialogs": [
1566
+ "vs/platform/quickinput/common/quickInput": [
1603
1567
  "require",
1604
1568
  "exports",
1605
1569
  "vs/platform/instantiation/common/instantiation"
@@ -1651,6 +1615,42 @@
1651
1615
  "vs/platform/theme/common/colorRegistry",
1652
1616
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1653
1617
  ],
1618
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1619
+ "require",
1620
+ "exports",
1621
+ "vs/base/common/iconLabels",
1622
+ "vs/platform/action/common/action",
1623
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1624
+ ],
1625
+ "vs/platform/instantiation/common/instantiation": [
1626
+ "require",
1627
+ "exports"
1628
+ ],
1629
+ "vs/platform/keybinding/common/keybinding": [
1630
+ "require",
1631
+ "exports",
1632
+ "vs/platform/instantiation/common/instantiation"
1633
+ ],
1634
+ "vs/platform/commands/common/commands": [
1635
+ "require",
1636
+ "exports",
1637
+ "vs/base/common/event",
1638
+ "vs/base/common/iterator",
1639
+ "vs/base/common/lifecycle",
1640
+ "vs/base/common/linkedList",
1641
+ "vs/base/common/types",
1642
+ "vs/platform/instantiation/common/instantiation"
1643
+ ],
1644
+ "vs/platform/telemetry/common/telemetry": [
1645
+ "require",
1646
+ "exports",
1647
+ "vs/platform/instantiation/common/instantiation"
1648
+ ],
1649
+ "vs/platform/dialogs/common/dialogs": [
1650
+ "require",
1651
+ "exports",
1652
+ "vs/platform/instantiation/common/instantiation"
1653
+ ],
1654
1654
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1655
1655
  "require",
1656
1656
  "exports",
@@ -1749,22 +1749,22 @@
1749
1749
  "require",
1750
1750
  "exports"
1751
1751
  ],
1752
- "vs/base/common/cache": [
1752
+ "vs/base/common/diff/diffChange": [
1753
1753
  "require",
1754
1754
  "exports"
1755
1755
  ],
1756
- "vs/base/common/lazy": [
1756
+ "vs/base/common/hash": [
1757
1757
  "require",
1758
- "exports"
1758
+ "exports",
1759
+ "vs/base/common/strings"
1759
1760
  ],
1760
- "vs/base/common/diff/diffChange": [
1761
+ "vs/base/common/cache": [
1761
1762
  "require",
1762
1763
  "exports"
1763
1764
  ],
1764
- "vs/base/common/hash": [
1765
+ "vs/base/common/lazy": [
1765
1766
  "require",
1766
- "exports",
1767
- "vs/base/common/strings"
1767
+ "exports"
1768
1768
  ],
1769
1769
  "vs/editor/common/model/prefixSumComputer": [
1770
1770
  "require",
@@ -1839,18 +1839,6 @@
1839
1839
  "vs/editor/common/diff/linesDiffComputer",
1840
1840
  "vs/editor/common/diff/rangeMapping"
1841
1841
  ],
1842
- "vs/base/common/arrays": [
1843
- "require",
1844
- "exports"
1845
- ],
1846
- "vs/editor/common/core/textModelDefaults": [
1847
- "require",
1848
- "exports"
1849
- ],
1850
- "vs/nls": [
1851
- "require",
1852
- "exports"
1853
- ],
1854
1842
  "vs/base/browser/window": [
1855
1843
  "require",
1856
1844
  "exports"
@@ -2103,6 +2091,18 @@
2103
2091
  "vs/editor/browser/widget/multiDiffEditor/colors"
2104
2092
  ],
2105
2093
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2094
+ "vs/base/common/arrays": [
2095
+ "require",
2096
+ "exports"
2097
+ ],
2098
+ "vs/editor/common/core/textModelDefaults": [
2099
+ "require",
2100
+ "exports"
2101
+ ],
2102
+ "vs/nls": [
2103
+ "require",
2104
+ "exports"
2105
+ ],
2106
2106
  "vs/editor/standalone/common/monarch/monarchCompile": [
2107
2107
  "require",
2108
2108
  "exports",
@@ -2251,6 +2251,106 @@
2251
2251
  "vs/editor/common/languages/autoIndent",
2252
2252
  "vs/editor/common/languages/enterAction"
2253
2253
  ],
2254
+ "vs/base/common/codicons": [
2255
+ "require",
2256
+ "exports",
2257
+ "vs/base/common/codiconsUtil",
2258
+ "vs/base/common/codiconsLibrary"
2259
+ ],
2260
+ "vs/editor/browser/widget/diffEditor/commands": [
2261
+ "require",
2262
+ "exports",
2263
+ "vs/base/browser/dom",
2264
+ "vs/base/common/codicons",
2265
+ "vs/editor/browser/editorExtensions",
2266
+ "vs/editor/browser/services/codeEditorService",
2267
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2268
+ "vs/editor/common/editorContextKeys",
2269
+ "vs/nls",
2270
+ "vs/platform/actions/common/actions",
2271
+ "vs/platform/configuration/common/configuration",
2272
+ "vs/platform/contextkey/common/contextkey",
2273
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2274
+ ],
2275
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2276
+ "require",
2277
+ "exports",
2278
+ "vs/base/common/codicons",
2279
+ "vs/base/common/themables",
2280
+ "vs/editor/common/model/textModel",
2281
+ "vs/nls",
2282
+ "vs/platform/theme/common/colorRegistry",
2283
+ "vs/platform/theme/common/iconRegistry"
2284
+ ],
2285
+ "vs/base/common/async": [
2286
+ "require",
2287
+ "exports",
2288
+ "vs/base/common/cancellation",
2289
+ "vs/base/common/errors",
2290
+ "vs/base/common/event",
2291
+ "vs/base/common/lifecycle",
2292
+ "vs/base/common/platform",
2293
+ "vs/base/common/symbols"
2294
+ ],
2295
+ "vs/editor/common/model/textModel": [
2296
+ "require",
2297
+ "exports",
2298
+ "vs/base/common/arrays",
2299
+ "vs/base/common/color",
2300
+ "vs/base/common/errors",
2301
+ "vs/base/common/event",
2302
+ "vs/base/common/lifecycle",
2303
+ "vs/base/common/strings",
2304
+ "vs/base/common/uri",
2305
+ "vs/editor/common/core/eolCounter",
2306
+ "vs/editor/common/core/indentation",
2307
+ "vs/editor/common/core/position",
2308
+ "vs/editor/common/core/range",
2309
+ "vs/editor/common/core/selection",
2310
+ "vs/editor/common/core/textModelDefaults",
2311
+ "vs/editor/common/languages/language",
2312
+ "vs/editor/common/languages/languageConfigurationRegistry",
2313
+ "vs/editor/common/model",
2314
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2315
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2316
+ "vs/editor/common/model/editStack",
2317
+ "vs/editor/common/model/guidesTextModelPart",
2318
+ "vs/editor/common/model/indentationGuesser",
2319
+ "vs/editor/common/model/intervalTree",
2320
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2321
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2322
+ "vs/editor/common/model/textModelSearch",
2323
+ "vs/editor/common/model/tokenizationTextModelPart",
2324
+ "vs/editor/common/model/tokens",
2325
+ "vs/editor/common/textModelEvents",
2326
+ "vs/platform/instantiation/common/instantiation",
2327
+ "vs/platform/undoRedo/common/undoRedo"
2328
+ ],
2329
+ "vs/platform/theme/common/colorRegistry": [
2330
+ "require",
2331
+ "exports",
2332
+ "vs/platform/theme/common/colorUtils",
2333
+ "vs/platform/theme/common/colors/baseColors",
2334
+ "vs/platform/theme/common/colors/chartsColors",
2335
+ "vs/platform/theme/common/colors/editorColors",
2336
+ "vs/platform/theme/common/colors/inputColors",
2337
+ "vs/platform/theme/common/colors/listColors",
2338
+ "vs/platform/theme/common/colors/menuColors",
2339
+ "vs/platform/theme/common/colors/minimapColors",
2340
+ "vs/platform/theme/common/colors/miscColors",
2341
+ "vs/platform/theme/common/colors/quickpickColors",
2342
+ "vs/platform/theme/common/colors/searchColors"
2343
+ ],
2344
+ "vs/platform/theme/common/themeService": [
2345
+ "require",
2346
+ "exports",
2347
+ "vs/base/common/event",
2348
+ "vs/base/common/lifecycle",
2349
+ "vs/platform/instantiation/common/instantiation",
2350
+ "vs/platform/registry/common/platform",
2351
+ "vs/platform/theme/common/theme"
2352
+ ],
2353
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2254
2354
  "vs/editor/browser/config/domFontInfo": [
2255
2355
  "require",
2256
2356
  "exports",
@@ -2378,40 +2478,6 @@
2378
2478
  "require",
2379
2479
  "exports"
2380
2480
  ],
2381
- "vs/editor/common/model/textModel": [
2382
- "require",
2383
- "exports",
2384
- "vs/base/common/arrays",
2385
- "vs/base/common/color",
2386
- "vs/base/common/errors",
2387
- "vs/base/common/event",
2388
- "vs/base/common/lifecycle",
2389
- "vs/base/common/strings",
2390
- "vs/base/common/uri",
2391
- "vs/editor/common/core/eolCounter",
2392
- "vs/editor/common/core/indentation",
2393
- "vs/editor/common/core/position",
2394
- "vs/editor/common/core/range",
2395
- "vs/editor/common/core/selection",
2396
- "vs/editor/common/core/textModelDefaults",
2397
- "vs/editor/common/languages/language",
2398
- "vs/editor/common/languages/languageConfigurationRegistry",
2399
- "vs/editor/common/model",
2400
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2401
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2402
- "vs/editor/common/model/editStack",
2403
- "vs/editor/common/model/guidesTextModelPart",
2404
- "vs/editor/common/model/indentationGuesser",
2405
- "vs/editor/common/model/intervalTree",
2406
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2407
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2408
- "vs/editor/common/model/textModelSearch",
2409
- "vs/editor/common/model/tokenizationTextModelPart",
2410
- "vs/editor/common/model/tokens",
2411
- "vs/editor/common/textModelEvents",
2412
- "vs/platform/instantiation/common/instantiation",
2413
- "vs/platform/undoRedo/common/undoRedo"
2414
- ],
2415
2481
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2416
2482
  "require",
2417
2483
  "exports",
@@ -2457,30 +2523,6 @@
2457
2523
  "require",
2458
2524
  "exports"
2459
2525
  ],
2460
- "vs/platform/theme/common/colorRegistry": [
2461
- "require",
2462
- "exports",
2463
- "vs/platform/theme/common/colorUtils",
2464
- "vs/platform/theme/common/colors/baseColors",
2465
- "vs/platform/theme/common/colors/chartsColors",
2466
- "vs/platform/theme/common/colors/editorColors",
2467
- "vs/platform/theme/common/colors/inputColors",
2468
- "vs/platform/theme/common/colors/listColors",
2469
- "vs/platform/theme/common/colors/menuColors",
2470
- "vs/platform/theme/common/colors/minimapColors",
2471
- "vs/platform/theme/common/colors/miscColors",
2472
- "vs/platform/theme/common/colors/quickpickColors",
2473
- "vs/platform/theme/common/colors/searchColors"
2474
- ],
2475
- "vs/platform/theme/common/themeService": [
2476
- "require",
2477
- "exports",
2478
- "vs/base/common/event",
2479
- "vs/base/common/lifecycle",
2480
- "vs/platform/instantiation/common/instantiation",
2481
- "vs/platform/registry/common/platform",
2482
- "vs/platform/theme/common/theme"
2483
- ],
2484
2526
  "vs/editor/browser/services/markerDecorations": [
2485
2527
  "require",
2486
2528
  "exports",
@@ -2488,37 +2530,6 @@
2488
2530
  "vs/editor/browser/editorExtensions"
2489
2531
  ],
2490
2532
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2491
- "vs/base/common/codicons": [
2492
- "require",
2493
- "exports",
2494
- "vs/base/common/codiconsUtil",
2495
- "vs/base/common/codiconsLibrary"
2496
- ],
2497
- "vs/editor/browser/widget/diffEditor/commands": [
2498
- "require",
2499
- "exports",
2500
- "vs/base/browser/dom",
2501
- "vs/base/common/codicons",
2502
- "vs/editor/browser/editorExtensions",
2503
- "vs/editor/browser/services/codeEditorService",
2504
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2505
- "vs/editor/common/editorContextKeys",
2506
- "vs/nls",
2507
- "vs/platform/actions/common/actions",
2508
- "vs/platform/configuration/common/configuration",
2509
- "vs/platform/contextkey/common/contextkey",
2510
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2511
- ],
2512
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2513
- "require",
2514
- "exports",
2515
- "vs/base/common/codicons",
2516
- "vs/base/common/themables",
2517
- "vs/editor/common/model/textModel",
2518
- "vs/nls",
2519
- "vs/platform/theme/common/colorRegistry",
2520
- "vs/platform/theme/common/iconRegistry"
2521
- ],
2522
2533
  "vs/base/common/htmlContent": [
2523
2534
  "require",
2524
2535
  "exports",
@@ -2529,17 +2540,6 @@
2529
2540
  "vs/base/common/uri"
2530
2541
  ],
2531
2542
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2532
- "vs/base/common/async": [
2533
- "require",
2534
- "exports",
2535
- "vs/base/common/cancellation",
2536
- "vs/base/common/errors",
2537
- "vs/base/common/event",
2538
- "vs/base/common/lifecycle",
2539
- "vs/base/common/platform",
2540
- "vs/base/common/symbols"
2541
- ],
2542
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2543
2543
  "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2544
2544
  "require",
2545
2545
  "exports",
@@ -2561,62 +2561,6 @@
2561
2561
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2562
2562
  "vs/editor/common/cursorCommon"
2563
2563
  ],
2564
- "vs/editor/browser/controller/textAreaInput": [
2565
- "require",
2566
- "exports",
2567
- "vs/base/browser/browser",
2568
- "vs/base/browser/dom",
2569
- "vs/base/browser/event",
2570
- "vs/base/browser/keyboardEvent",
2571
- "vs/base/browser/performance",
2572
- "vs/base/common/async",
2573
- "vs/base/common/event",
2574
- "vs/base/common/lifecycle",
2575
- "vs/base/common/mime",
2576
- "vs/base/common/strings",
2577
- "vs/editor/browser/controller/textAreaState",
2578
- "vs/editor/common/core/selection",
2579
- "vs/platform/accessibility/common/accessibility",
2580
- "vs/platform/log/common/log"
2581
- ],
2582
- "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2583
- "require",
2584
- "exports",
2585
- "vs/base/browser/dom",
2586
- "vs/base/common/arrays",
2587
- "vs/base/common/async",
2588
- "vs/base/common/cancellation",
2589
- "vs/base/common/dataTransfer",
2590
- "vs/base/common/hierarchicalKind",
2591
- "vs/base/common/lifecycle",
2592
- "vs/base/common/mime",
2593
- "vs/base/common/platform",
2594
- "vs/base/common/uuid",
2595
- "vs/editor/browser/controller/textAreaInput",
2596
- "vs/editor/browser/dnd",
2597
- "vs/editor/browser/services/bulkEditService",
2598
- "vs/editor/common/core/range",
2599
- "vs/editor/common/languages",
2600
- "vs/editor/common/services/languageFeatures",
2601
- "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2602
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2603
- "vs/editor/contrib/editorState/browser/editorState",
2604
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2605
- "vs/editor/contrib/message/browser/messageController",
2606
- "vs/nls",
2607
- "vs/platform/clipboard/common/clipboardService",
2608
- "vs/platform/contextkey/common/contextkey",
2609
- "vs/platform/instantiation/common/instantiation",
2610
- "vs/platform/progress/common/progress",
2611
- "vs/platform/quickinput/common/quickInput",
2612
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2613
- "vs/base/common/errors"
2614
- ],
2615
- "vs/platform/clipboard/common/clipboardService": [
2616
- "require",
2617
- "exports",
2618
- "vs/platform/instantiation/common/instantiation"
2619
- ],
2620
2564
  "vs/editor/common/config/editorConfigurationSchema": [
2621
2565
  "require",
2622
2566
  "exports",
@@ -2703,58 +2647,61 @@
2703
2647
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2704
2648
  "vs/platform/registry/common/platform"
2705
2649
  ],
2706
- "vs/editor/contrib/colorPicker/browser/colorDetector": [
2650
+ "vs/editor/browser/controller/textAreaInput": [
2707
2651
  "require",
2708
2652
  "exports",
2653
+ "vs/base/browser/browser",
2654
+ "vs/base/browser/dom",
2655
+ "vs/base/browser/event",
2656
+ "vs/base/browser/keyboardEvent",
2657
+ "vs/base/browser/performance",
2709
2658
  "vs/base/common/async",
2710
- "vs/base/common/color",
2711
- "vs/base/common/errors",
2712
2659
  "vs/base/common/event",
2713
2660
  "vs/base/common/lifecycle",
2714
- "vs/base/common/stopwatch",
2661
+ "vs/base/common/mime",
2715
2662
  "vs/base/common/strings",
2716
- "vs/editor/browser/editorDom",
2717
- "vs/editor/browser/editorExtensions",
2718
- "vs/editor/common/core/range",
2719
- "vs/editor/common/model/textModel",
2720
- "vs/editor/common/services/languageFeatureDebounce",
2721
- "vs/editor/common/services/languageFeatures",
2722
- "vs/editor/contrib/colorPicker/browser/color",
2723
- "vs/platform/configuration/common/configuration"
2663
+ "vs/editor/browser/controller/textAreaState",
2664
+ "vs/editor/common/core/selection",
2665
+ "vs/platform/accessibility/common/accessibility",
2666
+ "vs/platform/log/common/log"
2724
2667
  ],
2725
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2668
+ "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2726
2669
  "require",
2727
2670
  "exports",
2671
+ "vs/base/browser/dom",
2672
+ "vs/base/common/arrays",
2728
2673
  "vs/base/common/async",
2729
2674
  "vs/base/common/cancellation",
2730
- "vs/base/common/color",
2675
+ "vs/base/common/dataTransfer",
2676
+ "vs/base/common/hierarchicalKind",
2731
2677
  "vs/base/common/lifecycle",
2678
+ "vs/base/common/mime",
2679
+ "vs/base/common/platform",
2680
+ "vs/base/common/uuid",
2681
+ "vs/editor/browser/controller/textAreaInput",
2682
+ "vs/editor/browser/dnd",
2683
+ "vs/editor/browser/services/bulkEditService",
2732
2684
  "vs/editor/common/core/range",
2733
- "vs/editor/contrib/colorPicker/browser/color",
2734
- "vs/editor/contrib/colorPicker/browser/colorDetector",
2735
- "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2736
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2737
- "vs/editor/contrib/hover/browser/hoverTypes",
2738
- "vs/platform/theme/common/themeService",
2739
- "vs/base/browser/dom"
2740
- ],
2741
- "vs/editor/contrib/hover/browser/contentHoverController2": [
2742
- "require",
2743
- "exports",
2744
- "vs/editor/contrib/hover/browser/hoverActionIds",
2745
- "vs/base/common/lifecycle",
2685
+ "vs/editor/common/languages",
2686
+ "vs/editor/common/services/languageFeatures",
2687
+ "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2688
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
2689
+ "vs/editor/contrib/editorState/browser/editorState",
2690
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2691
+ "vs/editor/contrib/message/browser/messageController",
2692
+ "vs/nls",
2693
+ "vs/platform/clipboard/common/clipboardService",
2694
+ "vs/platform/contextkey/common/contextkey",
2746
2695
  "vs/platform/instantiation/common/instantiation",
2747
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
2748
- "vs/platform/keybinding/common/keybinding",
2749
- "vs/base/common/async",
2750
- "vs/editor/contrib/hover/browser/hoverUtils",
2751
- "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
2752
- "vs/base/common/event",
2753
- "vs/css!vs/editor/contrib/hover/browser/hover"
2696
+ "vs/platform/progress/common/progress",
2697
+ "vs/platform/quickinput/common/quickInput",
2698
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2699
+ "vs/base/common/errors"
2754
2700
  ],
2755
- "vs/editor/contrib/hover/browser/hoverTypes": [
2701
+ "vs/platform/clipboard/common/clipboardService": [
2756
2702
  "require",
2757
- "exports"
2703
+ "exports",
2704
+ "vs/platform/instantiation/common/instantiation"
2758
2705
  ],
2759
2706
  "vs/editor/browser/stableEditorScroll": [
2760
2707
  "require",
@@ -2806,43 +2753,76 @@
2806
2753
  "vs/platform/log/common/log",
2807
2754
  "vs/base/common/network"
2808
2755
  ],
2809
- "vs/base/browser/ui/actionbar/actionViewItems": [
2810
- "require",
2811
- "exports",
2812
- "vs/base/browser/browser",
2813
- "vs/base/browser/dnd",
2814
- "vs/base/browser/dom",
2815
- "vs/base/browser/touch",
2816
- "vs/base/browser/ui/hover/hoverDelegateFactory",
2817
- "vs/base/browser/ui/selectBox/selectBox",
2818
- "vs/base/common/actions",
2819
- "vs/base/common/lifecycle",
2820
- "vs/base/common/platform",
2821
- "vs/base/common/types",
2822
- "vs/nls",
2823
- "vs/base/browser/ui/hover/hoverDelegate2",
2824
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
2825
- ],
2826
- "vs/base/common/actions": [
2756
+ "vs/editor/contrib/colorPicker/browser/colorDetector": [
2827
2757
  "require",
2828
2758
  "exports",
2759
+ "vs/base/common/async",
2760
+ "vs/base/common/color",
2761
+ "vs/base/common/errors",
2829
2762
  "vs/base/common/event",
2830
2763
  "vs/base/common/lifecycle",
2831
- "vs/nls"
2832
- ],
2833
- "vs/platform/contextview/browser/contextView": [
2764
+ "vs/base/common/stopwatch",
2765
+ "vs/base/common/strings",
2766
+ "vs/editor/browser/editorDom",
2767
+ "vs/editor/browser/editorExtensions",
2768
+ "vs/editor/common/core/range",
2769
+ "vs/editor/common/model/textModel",
2770
+ "vs/editor/common/services/languageFeatureDebounce",
2771
+ "vs/editor/common/services/languageFeatures",
2772
+ "vs/editor/contrib/colorPicker/browser/color",
2773
+ "vs/platform/configuration/common/configuration"
2774
+ ],
2775
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2834
2776
  "require",
2835
2777
  "exports",
2836
- "vs/platform/instantiation/common/instantiation"
2778
+ "vs/base/common/async",
2779
+ "vs/base/common/cancellation",
2780
+ "vs/base/common/color",
2781
+ "vs/base/common/lifecycle",
2782
+ "vs/editor/common/core/range",
2783
+ "vs/editor/contrib/colorPicker/browser/color",
2784
+ "vs/editor/contrib/colorPicker/browser/colorDetector",
2785
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2786
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2787
+ "vs/editor/contrib/hover/browser/hoverTypes",
2788
+ "vs/platform/theme/common/themeService",
2789
+ "vs/base/browser/dom"
2837
2790
  ],
2838
- "vs/platform/workspace/common/workspace": [
2791
+ "vs/editor/contrib/hover/browser/contentHoverController2": [
2839
2792
  "require",
2840
2793
  "exports",
2841
- "vs/nls",
2842
- "vs/base/common/path",
2843
- "vs/base/common/ternarySearchTree",
2844
- "vs/base/common/uri",
2845
- "vs/platform/instantiation/common/instantiation"
2794
+ "vs/editor/contrib/hover/browser/hoverActionIds",
2795
+ "vs/base/common/lifecycle",
2796
+ "vs/platform/instantiation/common/instantiation",
2797
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
2798
+ "vs/platform/keybinding/common/keybinding",
2799
+ "vs/base/common/async",
2800
+ "vs/editor/contrib/hover/browser/hoverUtils",
2801
+ "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
2802
+ "vs/base/common/event",
2803
+ "vs/css!vs/editor/contrib/hover/browser/hover"
2804
+ ],
2805
+ "vs/editor/contrib/hover/browser/hoverTypes": [
2806
+ "require",
2807
+ "exports"
2808
+ ],
2809
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2810
+ "require",
2811
+ "exports",
2812
+ "vs/editor/common/core/editOperation",
2813
+ "vs/editor/common/core/position",
2814
+ "vs/editor/common/core/range",
2815
+ "vs/editor/common/core/selection"
2816
+ ],
2817
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2818
+ "require",
2819
+ "exports",
2820
+ "vs/base/common/strings",
2821
+ "vs/editor/common/core/editOperation",
2822
+ "vs/editor/common/core/position",
2823
+ "vs/editor/common/core/range",
2824
+ "vs/editor/common/core/selection",
2825
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2846
2826
  ],
2847
2827
  "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2848
2828
  "require",
@@ -2864,23 +2844,43 @@
2864
2844
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2865
2845
  ],
2866
2846
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2867
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2847
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2868
2848
  "require",
2869
2849
  "exports",
2870
- "vs/editor/common/core/editOperation",
2871
- "vs/editor/common/core/position",
2872
- "vs/editor/common/core/range",
2873
- "vs/editor/common/core/selection"
2850
+ "vs/base/browser/browser",
2851
+ "vs/base/browser/dnd",
2852
+ "vs/base/browser/dom",
2853
+ "vs/base/browser/touch",
2854
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
2855
+ "vs/base/browser/ui/selectBox/selectBox",
2856
+ "vs/base/common/actions",
2857
+ "vs/base/common/lifecycle",
2858
+ "vs/base/common/platform",
2859
+ "vs/base/common/types",
2860
+ "vs/nls",
2861
+ "vs/base/browser/ui/hover/hoverDelegate2",
2862
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
2874
2863
  ],
2875
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2864
+ "vs/base/common/actions": [
2876
2865
  "require",
2877
2866
  "exports",
2878
- "vs/base/common/strings",
2879
- "vs/editor/common/core/editOperation",
2880
- "vs/editor/common/core/position",
2881
- "vs/editor/common/core/range",
2882
- "vs/editor/common/core/selection",
2883
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2867
+ "vs/base/common/event",
2868
+ "vs/base/common/lifecycle",
2869
+ "vs/nls"
2870
+ ],
2871
+ "vs/platform/contextview/browser/contextView": [
2872
+ "require",
2873
+ "exports",
2874
+ "vs/platform/instantiation/common/instantiation"
2875
+ ],
2876
+ "vs/platform/workspace/common/workspace": [
2877
+ "require",
2878
+ "exports",
2879
+ "vs/nls",
2880
+ "vs/base/common/path",
2881
+ "vs/base/common/ternarySearchTree",
2882
+ "vs/base/common/uri",
2883
+ "vs/platform/instantiation/common/instantiation"
2884
2884
  ],
2885
2885
  "vs/base/common/hierarchicalKind": [
2886
2886
  "require",
@@ -3139,6 +3139,48 @@
3139
3139
  "vs/base/common/codicons"
3140
3140
  ],
3141
3141
  "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3142
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3143
+ "require",
3144
+ "exports",
3145
+ "vs/base/common/event",
3146
+ "vs/base/common/lifecycle",
3147
+ "vs/base/common/platform"
3148
+ ],
3149
+ "vs/editor/contrib/peekView/browser/peekView": [
3150
+ "require",
3151
+ "exports",
3152
+ "vs/base/browser/dom",
3153
+ "vs/base/browser/ui/actionbar/actionbar",
3154
+ "vs/base/common/actions",
3155
+ "vs/base/common/codicons",
3156
+ "vs/base/common/themables",
3157
+ "vs/base/common/color",
3158
+ "vs/base/common/event",
3159
+ "vs/base/common/objects",
3160
+ "vs/editor/browser/editorExtensions",
3161
+ "vs/editor/browser/services/codeEditorService",
3162
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3163
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3164
+ "vs/nls",
3165
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3166
+ "vs/platform/contextkey/common/contextkey",
3167
+ "vs/platform/instantiation/common/extensions",
3168
+ "vs/platform/instantiation/common/instantiation",
3169
+ "vs/platform/theme/common/colorRegistry",
3170
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3171
+ ],
3172
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3173
+ "require",
3174
+ "exports",
3175
+ "vs/base/common/arrays",
3176
+ "vs/base/common/cancellation",
3177
+ "vs/base/common/errors",
3178
+ "vs/base/common/network",
3179
+ "vs/editor/browser/editorExtensions",
3180
+ "vs/editor/common/services/languageFeatures",
3181
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3182
+ ],
3183
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3142
3184
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3143
3185
  "require",
3144
3186
  "exports",
@@ -3201,40 +3243,6 @@
3201
3243
  "vs/base/browser/dom",
3202
3244
  "vs/css!vs/editor/contrib/message/browser/messageController"
3203
3245
  ],
3204
- "vs/editor/contrib/peekView/browser/peekView": [
3205
- "require",
3206
- "exports",
3207
- "vs/base/browser/dom",
3208
- "vs/base/browser/ui/actionbar/actionbar",
3209
- "vs/base/common/actions",
3210
- "vs/base/common/codicons",
3211
- "vs/base/common/themables",
3212
- "vs/base/common/color",
3213
- "vs/base/common/event",
3214
- "vs/base/common/objects",
3215
- "vs/editor/browser/editorExtensions",
3216
- "vs/editor/browser/services/codeEditorService",
3217
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3218
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3219
- "vs/nls",
3220
- "vs/platform/actions/browser/menuEntryActionViewItem",
3221
- "vs/platform/contextkey/common/contextkey",
3222
- "vs/platform/instantiation/common/extensions",
3223
- "vs/platform/instantiation/common/instantiation",
3224
- "vs/platform/theme/common/colorRegistry",
3225
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3226
- ],
3227
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3228
- "require",
3229
- "exports",
3230
- "vs/base/common/arrays",
3231
- "vs/base/common/cancellation",
3232
- "vs/base/common/errors",
3233
- "vs/base/common/network",
3234
- "vs/editor/browser/editorExtensions",
3235
- "vs/editor/common/services/languageFeatures",
3236
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3237
- ],
3238
3246
  "vs/platform/contextkey/common/contextkeys": [
3239
3247
  "require",
3240
3248
  "exports",
@@ -3242,126 +3250,86 @@
3242
3250
  "vs/nls",
3243
3251
  "vs/platform/contextkey/common/contextkey"
3244
3252
  ],
3245
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3253
+ "vs/editor/contrib/hover/browser/hoverActions": [
3246
3254
  "require",
3247
3255
  "exports",
3248
- "vs/base/common/event",
3249
- "vs/base/common/lifecycle",
3250
- "vs/base/common/platform"
3256
+ "vs/editor/contrib/hover/browser/hoverActionIds",
3257
+ "vs/base/common/keyCodes",
3258
+ "vs/editor/browser/editorExtensions",
3259
+ "vs/editor/common/core/range",
3260
+ "vs/editor/common/editorContextKeys",
3261
+ "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition",
3262
+ "vs/editor/contrib/hover/browser/contentHoverController2",
3263
+ "vs/editor/common/languages",
3264
+ "vs/nls",
3265
+ "vs/css!vs/editor/contrib/hover/browser/hover"
3251
3266
  ],
3252
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3253
- "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3267
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3254
3268
  "require",
3255
3269
  "exports",
3270
+ "vs/base/browser/dom",
3256
3271
  "vs/base/common/arrays",
3257
- "vs/base/common/event",
3272
+ "vs/base/common/cancellation",
3273
+ "vs/base/common/htmlContent",
3258
3274
  "vs/base/common/lifecycle",
3259
- "vs/base/common/linkedList",
3260
- "vs/base/common/strings",
3261
- "vs/base/common/uri",
3275
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3276
+ "vs/editor/contrib/hover/browser/hoverActionIds",
3262
3277
  "vs/editor/common/core/range",
3263
- "vs/platform/instantiation/common/extensions",
3264
- "vs/platform/instantiation/common/instantiation",
3265
- "vs/platform/markers/common/markers",
3266
- "vs/platform/configuration/common/configuration"
3267
- ],
3268
- "vs/platform/theme/common/iconRegistry": [
3269
- "require",
3270
- "exports",
3271
- "vs/base/common/async",
3278
+ "vs/editor/common/languages/language",
3279
+ "vs/editor/contrib/hover/browser/hoverTypes",
3280
+ "vs/nls",
3281
+ "vs/platform/configuration/common/configuration",
3282
+ "vs/platform/opener/common/opener",
3283
+ "vs/editor/common/services/languageFeatures",
3284
+ "vs/editor/common/languages",
3285
+ "vs/platform/theme/common/iconRegistry",
3272
3286
  "vs/base/common/codicons",
3273
- "vs/base/common/codiconsUtil",
3274
3287
  "vs/base/common/themables",
3275
- "vs/base/common/event",
3276
- "vs/base/common/types",
3277
- "vs/base/common/uri",
3278
- "vs/nls",
3279
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3280
- "vs/platform/registry/common/platform"
3288
+ "vs/base/common/errors",
3289
+ "vs/platform/keybinding/common/keybinding",
3290
+ "vs/base/browser/ui/hover/hoverWidget",
3291
+ "vs/platform/hover/browser/hover",
3292
+ "vs/base/common/async",
3293
+ "vs/editor/contrib/hover/browser/getHover",
3294
+ "vs/platform/commands/common/commands"
3281
3295
  ],
3282
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3296
+ "vs/editor/contrib/hover/browser/markerHoverParticipant": [
3283
3297
  "require",
3284
3298
  "exports",
3285
3299
  "vs/base/browser/dom",
3286
- "vs/base/browser/ui/scrollbar/scrollableElement",
3287
3300
  "vs/base/common/arrays",
3288
- "vs/base/common/color",
3289
- "vs/base/common/event",
3301
+ "vs/base/common/async",
3302
+ "vs/base/common/errors",
3290
3303
  "vs/base/common/lifecycle",
3291
3304
  "vs/base/common/resources",
3292
- "vs/base/common/strings",
3293
3305
  "vs/editor/common/core/range",
3294
- "vs/editor/contrib/peekView/browser/peekView",
3295
- "vs/nls",
3296
- "vs/platform/actions/browser/menuEntryActionViewItem",
3297
- "vs/platform/actions/common/actions",
3298
- "vs/platform/contextkey/common/contextkey",
3299
- "vs/platform/instantiation/common/instantiation",
3300
- "vs/platform/label/common/label",
3306
+ "vs/editor/common/services/languageFeatures",
3307
+ "vs/editor/common/services/markerDecorations",
3308
+ "vs/editor/contrib/codeAction/browser/codeAction",
3309
+ "vs/editor/contrib/codeAction/browser/codeActionController",
3310
+ "vs/editor/contrib/codeAction/common/types",
3311
+ "vs/editor/contrib/gotoError/browser/gotoError",
3312
+ "vs/editor/contrib/hover/browser/hoverTypes",
3313
+ "vs/nls",
3301
3314
  "vs/platform/markers/common/markers",
3302
3315
  "vs/platform/opener/common/opener",
3303
- "vs/platform/severityIcon/browser/severityIcon",
3304
- "vs/platform/theme/common/colorRegistry",
3305
- "vs/platform/theme/common/themeService",
3306
- "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3316
+ "vs/platform/progress/common/progress"
3307
3317
  ],
3308
- "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3318
+ "vs/editor/contrib/hover/browser/marginHoverController": [
3309
3319
  "require",
3310
3320
  "exports",
3311
- "vs/base/browser/dom",
3312
- "vs/base/common/arrays",
3313
- "vs/base/common/async",
3314
- "vs/base/common/cancellation",
3315
- "vs/base/common/errors",
3316
3321
  "vs/base/common/lifecycle",
3317
- "vs/base/common/map",
3318
- "vs/base/common/types",
3319
- "vs/base/common/uri",
3320
- "vs/editor/browser/editorDom",
3321
- "vs/editor/browser/stableEditorScroll",
3322
- "vs/editor/common/config/editorOptions",
3323
- "vs/editor/common/core/editOperation",
3324
- "vs/editor/common/core/range",
3325
- "vs/editor/common/languages",
3326
- "vs/editor/common/model",
3327
- "vs/editor/common/model/textModel",
3328
- "vs/editor/common/services/languageFeatureDebounce",
3329
- "vs/editor/common/services/languageFeatures",
3330
- "vs/editor/common/services/resolverService",
3331
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3332
- "vs/editor/contrib/inlayHints/browser/inlayHints",
3333
- "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3334
- "vs/platform/commands/common/commands",
3335
- "vs/platform/instantiation/common/extensions",
3336
3322
  "vs/platform/instantiation/common/instantiation",
3337
- "vs/platform/notification/common/notification",
3338
- "vs/platform/theme/common/colorRegistry",
3339
- "vs/platform/theme/common/themeService"
3323
+ "vs/base/common/async",
3324
+ "vs/editor/contrib/hover/browser/hoverUtils",
3325
+ "vs/editor/contrib/hover/browser/marginHoverWidget",
3326
+ "vs/css!vs/editor/contrib/hover/browser/hover"
3340
3327
  ],
3341
- "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3328
+ "vs/editor/contrib/hover/browser/hoverAccessibleViews": [
3342
3329
  "require",
3343
- "exports",
3344
- "vs/base/common/async",
3345
- "vs/base/common/htmlContent",
3346
- "vs/editor/common/core/position",
3347
- "vs/editor/common/model/textModel",
3348
- "vs/editor/contrib/hover/browser/hoverTypes",
3349
- "vs/editor/common/languages/language",
3350
- "vs/editor/common/services/resolverService",
3351
- "vs/editor/contrib/hover/browser/getHover",
3352
- "vs/editor/contrib/hover/browser/markdownHoverParticipant",
3353
- "vs/editor/contrib/inlayHints/browser/inlayHintsController",
3354
- "vs/platform/configuration/common/configuration",
3355
- "vs/platform/opener/common/opener",
3356
- "vs/editor/common/services/languageFeatures",
3357
- "vs/nls",
3358
- "vs/base/common/platform",
3359
- "vs/editor/contrib/inlayHints/browser/inlayHints",
3360
- "vs/base/common/arrays",
3361
- "vs/platform/keybinding/common/keybinding",
3362
- "vs/platform/hover/browser/hover",
3363
- "vs/platform/commands/common/commands"
3330
+ "exports"
3364
3331
  ],
3332
+ "vs/css!vs/editor/contrib/hover/browser/hover": [],
3365
3333
  "vs/editor/common/commands/shiftCommand": [
3366
3334
  "require",
3367
3335
  "exports",
@@ -3398,92 +3366,124 @@
3398
3366
  "exports",
3399
3367
  "vs/editor/common/encodedTokenAttributes"
3400
3368
  ],
3401
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3369
+ "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3402
3370
  "require",
3403
3371
  "exports",
3404
- "vs/editor/common/core/selection"
3372
+ "vs/base/common/arrays",
3373
+ "vs/base/common/event",
3374
+ "vs/base/common/lifecycle",
3375
+ "vs/base/common/linkedList",
3376
+ "vs/base/common/strings",
3377
+ "vs/base/common/uri",
3378
+ "vs/editor/common/core/range",
3379
+ "vs/platform/instantiation/common/extensions",
3380
+ "vs/platform/instantiation/common/instantiation",
3381
+ "vs/platform/markers/common/markers",
3382
+ "vs/platform/configuration/common/configuration"
3405
3383
  ],
3406
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3407
- "vs/editor/contrib/hover/browser/hoverActions": [
3384
+ "vs/platform/theme/common/iconRegistry": [
3408
3385
  "require",
3409
3386
  "exports",
3410
- "vs/editor/contrib/hover/browser/hoverActionIds",
3411
- "vs/base/common/keyCodes",
3412
- "vs/editor/browser/editorExtensions",
3413
- "vs/editor/common/core/range",
3414
- "vs/editor/common/editorContextKeys",
3415
- "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition",
3416
- "vs/editor/contrib/hover/browser/contentHoverController2",
3417
- "vs/editor/common/languages",
3387
+ "vs/base/common/async",
3388
+ "vs/base/common/codicons",
3389
+ "vs/base/common/codiconsUtil",
3390
+ "vs/base/common/themables",
3391
+ "vs/base/common/event",
3392
+ "vs/base/common/types",
3393
+ "vs/base/common/uri",
3418
3394
  "vs/nls",
3419
- "vs/css!vs/editor/contrib/hover/browser/hover"
3395
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3396
+ "vs/platform/registry/common/platform"
3420
3397
  ],
3421
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3398
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3422
3399
  "require",
3423
3400
  "exports",
3424
3401
  "vs/base/browser/dom",
3402
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3425
3403
  "vs/base/common/arrays",
3426
- "vs/base/common/cancellation",
3427
- "vs/base/common/htmlContent",
3404
+ "vs/base/common/color",
3405
+ "vs/base/common/event",
3428
3406
  "vs/base/common/lifecycle",
3429
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3430
- "vs/editor/contrib/hover/browser/hoverActionIds",
3407
+ "vs/base/common/resources",
3408
+ "vs/base/common/strings",
3431
3409
  "vs/editor/common/core/range",
3432
- "vs/editor/common/languages/language",
3433
- "vs/editor/contrib/hover/browser/hoverTypes",
3410
+ "vs/editor/contrib/peekView/browser/peekView",
3434
3411
  "vs/nls",
3435
- "vs/platform/configuration/common/configuration",
3412
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3413
+ "vs/platform/actions/common/actions",
3414
+ "vs/platform/contextkey/common/contextkey",
3415
+ "vs/platform/instantiation/common/instantiation",
3416
+ "vs/platform/label/common/label",
3417
+ "vs/platform/markers/common/markers",
3436
3418
  "vs/platform/opener/common/opener",
3437
- "vs/editor/common/services/languageFeatures",
3438
- "vs/editor/common/languages",
3439
- "vs/platform/theme/common/iconRegistry",
3440
- "vs/base/common/codicons",
3441
- "vs/base/common/themables",
3442
- "vs/base/common/errors",
3443
- "vs/platform/keybinding/common/keybinding",
3444
- "vs/base/browser/ui/hover/hoverWidget",
3445
- "vs/platform/hover/browser/hover",
3446
- "vs/base/common/async",
3447
- "vs/editor/contrib/hover/browser/getHover",
3448
- "vs/platform/commands/common/commands"
3419
+ "vs/platform/severityIcon/browser/severityIcon",
3420
+ "vs/platform/theme/common/colorRegistry",
3421
+ "vs/platform/theme/common/themeService",
3422
+ "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3449
3423
  ],
3450
- "vs/editor/contrib/hover/browser/markerHoverParticipant": [
3424
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3451
3425
  "require",
3452
3426
  "exports",
3453
3427
  "vs/base/browser/dom",
3454
3428
  "vs/base/common/arrays",
3455
3429
  "vs/base/common/async",
3430
+ "vs/base/common/cancellation",
3456
3431
  "vs/base/common/errors",
3457
3432
  "vs/base/common/lifecycle",
3458
- "vs/base/common/resources",
3433
+ "vs/base/common/map",
3434
+ "vs/base/common/types",
3435
+ "vs/base/common/uri",
3436
+ "vs/editor/browser/editorDom",
3437
+ "vs/editor/browser/stableEditorScroll",
3438
+ "vs/editor/common/config/editorOptions",
3439
+ "vs/editor/common/core/editOperation",
3459
3440
  "vs/editor/common/core/range",
3441
+ "vs/editor/common/languages",
3442
+ "vs/editor/common/model",
3443
+ "vs/editor/common/model/textModel",
3444
+ "vs/editor/common/services/languageFeatureDebounce",
3460
3445
  "vs/editor/common/services/languageFeatures",
3461
- "vs/editor/common/services/markerDecorations",
3462
- "vs/editor/contrib/codeAction/browser/codeAction",
3463
- "vs/editor/contrib/codeAction/browser/codeActionController",
3464
- "vs/editor/contrib/codeAction/common/types",
3465
- "vs/editor/contrib/gotoError/browser/gotoError",
3466
- "vs/editor/contrib/hover/browser/hoverTypes",
3467
- "vs/nls",
3468
- "vs/platform/markers/common/markers",
3469
- "vs/platform/opener/common/opener",
3470
- "vs/platform/progress/common/progress"
3446
+ "vs/editor/common/services/resolverService",
3447
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3448
+ "vs/editor/contrib/inlayHints/browser/inlayHints",
3449
+ "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3450
+ "vs/platform/commands/common/commands",
3451
+ "vs/platform/instantiation/common/extensions",
3452
+ "vs/platform/instantiation/common/instantiation",
3453
+ "vs/platform/notification/common/notification",
3454
+ "vs/platform/theme/common/colorRegistry",
3455
+ "vs/platform/theme/common/themeService"
3471
3456
  ],
3472
- "vs/editor/contrib/hover/browser/marginHoverController": [
3457
+ "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3473
3458
  "require",
3474
3459
  "exports",
3475
- "vs/base/common/lifecycle",
3476
- "vs/platform/instantiation/common/instantiation",
3477
3460
  "vs/base/common/async",
3478
- "vs/editor/contrib/hover/browser/hoverUtils",
3479
- "vs/editor/contrib/hover/browser/marginHoverWidget",
3480
- "vs/css!vs/editor/contrib/hover/browser/hover"
3461
+ "vs/base/common/htmlContent",
3462
+ "vs/editor/common/core/position",
3463
+ "vs/editor/common/model/textModel",
3464
+ "vs/editor/contrib/hover/browser/hoverTypes",
3465
+ "vs/editor/common/languages/language",
3466
+ "vs/editor/common/services/resolverService",
3467
+ "vs/editor/contrib/hover/browser/getHover",
3468
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant",
3469
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController",
3470
+ "vs/platform/configuration/common/configuration",
3471
+ "vs/platform/opener/common/opener",
3472
+ "vs/editor/common/services/languageFeatures",
3473
+ "vs/nls",
3474
+ "vs/base/common/platform",
3475
+ "vs/editor/contrib/inlayHints/browser/inlayHints",
3476
+ "vs/base/common/arrays",
3477
+ "vs/platform/keybinding/common/keybinding",
3478
+ "vs/platform/hover/browser/hover",
3479
+ "vs/platform/commands/common/commands"
3481
3480
  ],
3482
- "vs/editor/contrib/hover/browser/hoverAccessibleViews": [
3481
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3483
3482
  "require",
3484
- "exports"
3483
+ "exports",
3484
+ "vs/editor/common/core/selection"
3485
3485
  ],
3486
- "vs/css!vs/editor/contrib/hover/browser/hover": [],
3486
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3487
3487
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3488
3488
  "require",
3489
3489
  "exports",
@@ -3582,40 +3582,6 @@
3582
3582
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3583
3583
  "vs/editor/common/services/model"
3584
3584
  ],
3585
- "vs/editor/contrib/inlineEdits/browser/commands": [
3586
- "require",
3587
- "exports",
3588
- "vs/base/common/codicons",
3589
- "vs/base/common/observable",
3590
- "vs/base/common/observableInternal/base",
3591
- "vs/editor/browser/editorExtensions",
3592
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3593
- "vs/editor/common/editorContextKeys",
3594
- "vs/editor/contrib/inlineEdits/browser/consts",
3595
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3596
- "vs/nls",
3597
- "vs/platform/actions/common/actions",
3598
- "vs/platform/contextkey/common/contextkey"
3599
- ],
3600
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3601
- "require",
3602
- "exports",
3603
- "vs/base/common/lifecycle",
3604
- "vs/base/common/observable",
3605
- "vs/base/common/observableInternal/derived",
3606
- "vs/editor/browser/observableCodeEditor",
3607
- "vs/base/common/hotReloadHelpers",
3608
- "vs/editor/common/core/selection",
3609
- "vs/editor/common/services/languageFeatureDebounce",
3610
- "vs/editor/common/services/languageFeatures",
3611
- "vs/editor/contrib/inlineEdits/browser/consts",
3612
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3613
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3614
- "vs/platform/configuration/common/configuration",
3615
- "vs/platform/contextkey/common/contextkey",
3616
- "vs/platform/instantiation/common/instantiation",
3617
- "vs/platform/observable/common/platformObservableUtils"
3618
- ],
3619
3585
  "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3620
3586
  "require",
3621
3587
  "exports",
@@ -3677,36 +3643,39 @@
3677
3643
  "vs/platform/telemetry/common/telemetry",
3678
3644
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3679
3645
  ],
3680
- "vs/editor/common/services/semanticTokensProviderStyling": [
3646
+ "vs/editor/contrib/inlineEdits/browser/commands": [
3681
3647
  "require",
3682
3648
  "exports",
3683
- "vs/editor/common/encodedTokenAttributes",
3684
- "vs/platform/theme/common/themeService",
3685
- "vs/platform/log/common/log",
3686
- "vs/editor/common/tokens/sparseMultilineTokens",
3687
- "vs/editor/common/languages/language"
3688
- ],
3689
- "vs/editor/contrib/semanticTokens/common/getSemanticTokens": [
3690
- "require",
3691
- "exports",
3692
- "vs/base/common/cancellation",
3693
- "vs/base/common/errors",
3694
- "vs/base/common/uri",
3695
- "vs/editor/common/services/model",
3696
- "vs/platform/commands/common/commands",
3697
- "vs/base/common/types",
3698
- "vs/editor/common/services/semanticTokensDto",
3699
- "vs/editor/common/core/range",
3700
- "vs/editor/common/services/languageFeatures"
3649
+ "vs/base/common/codicons",
3650
+ "vs/base/common/observable",
3651
+ "vs/base/common/observableInternal/base",
3652
+ "vs/editor/browser/editorExtensions",
3653
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3654
+ "vs/editor/common/editorContextKeys",
3655
+ "vs/editor/contrib/inlineEdits/browser/consts",
3656
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3657
+ "vs/nls",
3658
+ "vs/platform/actions/common/actions",
3659
+ "vs/platform/contextkey/common/contextkey"
3701
3660
  ],
3702
- "vs/editor/common/services/semanticTokensStyling": [
3661
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3703
3662
  "require",
3704
3663
  "exports",
3705
- "vs/platform/instantiation/common/instantiation"
3706
- ],
3707
- "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3708
- "require",
3709
- "exports"
3664
+ "vs/base/common/lifecycle",
3665
+ "vs/base/common/observable",
3666
+ "vs/base/common/observableInternal/derived",
3667
+ "vs/editor/browser/observableCodeEditor",
3668
+ "vs/base/common/hotReloadHelpers",
3669
+ "vs/editor/common/core/selection",
3670
+ "vs/editor/common/services/languageFeatureDebounce",
3671
+ "vs/editor/common/services/languageFeatures",
3672
+ "vs/editor/contrib/inlineEdits/browser/consts",
3673
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3674
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3675
+ "vs/platform/configuration/common/configuration",
3676
+ "vs/platform/contextkey/common/contextkey",
3677
+ "vs/platform/instantiation/common/instantiation",
3678
+ "vs/platform/observable/common/platformObservableUtils"
3710
3679
  ],
3711
3680
  "vs/platform/theme/common/colorUtils": [
3712
3681
  "require",
@@ -3781,6 +3750,37 @@
3781
3750
  "vs/platform/theme/common/themeService",
3782
3751
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3783
3752
  ],
3753
+ "vs/editor/common/services/semanticTokensProviderStyling": [
3754
+ "require",
3755
+ "exports",
3756
+ "vs/editor/common/encodedTokenAttributes",
3757
+ "vs/platform/theme/common/themeService",
3758
+ "vs/platform/log/common/log",
3759
+ "vs/editor/common/tokens/sparseMultilineTokens",
3760
+ "vs/editor/common/languages/language"
3761
+ ],
3762
+ "vs/editor/contrib/semanticTokens/common/getSemanticTokens": [
3763
+ "require",
3764
+ "exports",
3765
+ "vs/base/common/cancellation",
3766
+ "vs/base/common/errors",
3767
+ "vs/base/common/uri",
3768
+ "vs/editor/common/services/model",
3769
+ "vs/platform/commands/common/commands",
3770
+ "vs/base/common/types",
3771
+ "vs/editor/common/services/semanticTokensDto",
3772
+ "vs/editor/common/core/range",
3773
+ "vs/editor/common/services/languageFeatures"
3774
+ ],
3775
+ "vs/editor/common/services/semanticTokensStyling": [
3776
+ "require",
3777
+ "exports",
3778
+ "vs/platform/instantiation/common/instantiation"
3779
+ ],
3780
+ "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3781
+ "require",
3782
+ "exports"
3783
+ ],
3784
3784
  "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3785
3785
  "require",
3786
3786
  "exports",
@@ -3870,19 +3870,14 @@
3870
3870
  "vs/editor/contrib/folding/browser/folding",
3871
3871
  "vs/editor/contrib/folding/browser/foldingModel"
3872
3872
  ],
3873
- "vs/base/common/filters": [
3873
+ "vs/base/common/keybindings": [
3874
3874
  "require",
3875
3875
  "exports",
3876
- "vs/base/common/map",
3877
- "vs/base/common/naturalLanguage/korean",
3878
- "vs/base/common/strings"
3876
+ "vs/base/common/errors"
3879
3877
  ],
3880
- "vs/editor/contrib/suggest/browser/completionModel": [
3878
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3881
3879
  "require",
3882
- "exports",
3883
- "vs/base/common/arrays",
3884
- "vs/base/common/filters",
3885
- "vs/base/common/strings"
3880
+ "exports"
3886
3881
  ],
3887
3882
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3888
3883
  "require",
@@ -3897,6 +3892,23 @@
3897
3892
  "vs/platform/instantiation/common/instantiation",
3898
3893
  "vs/platform/storage/common/storage"
3899
3894
  ],
3895
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3896
+ "require",
3897
+ "exports",
3898
+ "vs/platform/contextkey/common/contextkey"
3899
+ ],
3900
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3901
+ "require",
3902
+ "exports",
3903
+ "vs/platform/contextkey/common/contextkey"
3904
+ ],
3905
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3906
+ "require",
3907
+ "exports",
3908
+ "vs/base/common/arrays",
3909
+ "vs/base/common/lifecycle",
3910
+ "vs/editor/common/core/characterClassifier"
3911
+ ],
3900
3912
  "vs/editor/contrib/suggest/browser/suggestModel": [
3901
3913
  "require",
3902
3914
  "exports",
@@ -3923,39 +3935,6 @@
3923
3935
  "vs/editor/contrib/snippet/browser/snippetController2",
3924
3936
  "vs/platform/environment/common/environment"
3925
3937
  ],
3926
- "vs/editor/contrib/suggest/browser/wordDistance": [
3927
- "require",
3928
- "exports",
3929
- "vs/base/common/arrays",
3930
- "vs/editor/common/core/range",
3931
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3932
- ],
3933
- "vs/base/common/keybindings": [
3934
- "require",
3935
- "exports",
3936
- "vs/base/common/errors"
3937
- ],
3938
- "vs/editor/contrib/snippet/browser/snippetParser": [
3939
- "require",
3940
- "exports"
3941
- ],
3942
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3943
- "require",
3944
- "exports",
3945
- "vs/platform/contextkey/common/contextkey"
3946
- ],
3947
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3948
- "require",
3949
- "exports",
3950
- "vs/platform/contextkey/common/contextkey"
3951
- ],
3952
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3953
- "require",
3954
- "exports",
3955
- "vs/base/common/arrays",
3956
- "vs/base/common/lifecycle",
3957
- "vs/editor/common/core/characterClassifier"
3958
- ],
3959
3938
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3960
3939
  "require",
3961
3940
  "exports",
@@ -3991,6 +3970,27 @@
3991
3970
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3992
3971
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3993
3972
  ],
3973
+ "vs/base/common/filters": [
3974
+ "require",
3975
+ "exports",
3976
+ "vs/base/common/map",
3977
+ "vs/base/common/naturalLanguage/korean",
3978
+ "vs/base/common/strings"
3979
+ ],
3980
+ "vs/editor/contrib/suggest/browser/completionModel": [
3981
+ "require",
3982
+ "exports",
3983
+ "vs/base/common/arrays",
3984
+ "vs/base/common/filters",
3985
+ "vs/base/common/strings"
3986
+ ],
3987
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3988
+ "require",
3989
+ "exports",
3990
+ "vs/base/common/arrays",
3991
+ "vs/editor/common/core/range",
3992
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3993
+ ],
3994
3994
  "vs/editor/common/viewModel/viewModelDecorations": [
3995
3995
  "require",
3996
3996
  "exports",
@@ -4090,6 +4090,12 @@
4090
4090
  ],
4091
4091
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
4092
4092
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
4093
+ "vs/editor/common/tokenizationRegistry": [
4094
+ "require",
4095
+ "exports",
4096
+ "vs/base/common/event",
4097
+ "vs/base/common/lifecycle"
4098
+ ],
4093
4099
  "vs/base/browser/canIUse": [
4094
4100
  "require",
4095
4101
  "exports",
@@ -4117,12 +4123,6 @@
4117
4123
  "exports",
4118
4124
  "module"
4119
4125
  ],
4120
- "vs/editor/common/tokenizationRegistry": [
4121
- "require",
4122
- "exports",
4123
- "vs/base/common/event",
4124
- "vs/base/common/lifecycle"
4125
- ],
4126
4126
  "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
4127
4127
  "require",
4128
4128
  "exports",
@@ -4134,6 +4134,24 @@
4134
4134
  "vs/platform/theme/common/themeService",
4135
4135
  "vs/base/browser/ui/aria/aria"
4136
4136
  ],
4137
+ "vs/base/common/fuzzyScorer": [
4138
+ "require",
4139
+ "exports",
4140
+ "vs/base/common/filters",
4141
+ "vs/base/common/path",
4142
+ "vs/base/common/platform",
4143
+ "vs/base/common/strings"
4144
+ ],
4145
+ "vs/base/common/arraysFind": [
4146
+ "require",
4147
+ "exports"
4148
+ ],
4149
+ "vs/platform/instantiation/common/extensions": [
4150
+ "require",
4151
+ "exports",
4152
+ "vs/platform/instantiation/common/descriptors"
4153
+ ],
4154
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4137
4155
  "vs/base/common/iconLabels": [
4138
4156
  "require",
4139
4157
  "exports",
@@ -4166,24 +4184,6 @@
4166
4184
  "vs/platform/storage/common/storage",
4167
4185
  "vs/platform/telemetry/common/telemetry"
4168
4186
  ],
4169
- "vs/platform/instantiation/common/extensions": [
4170
- "require",
4171
- "exports",
4172
- "vs/platform/instantiation/common/descriptors"
4173
- ],
4174
- "vs/base/common/fuzzyScorer": [
4175
- "require",
4176
- "exports",
4177
- "vs/base/common/filters",
4178
- "vs/base/common/path",
4179
- "vs/base/common/platform",
4180
- "vs/base/common/strings"
4181
- ],
4182
- "vs/base/common/arraysFind": [
4183
- "require",
4184
- "exports"
4185
- ],
4186
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4187
4187
  "vs/platform/list/browser/listService": [
4188
4188
  "require",
4189
4189
  "exports",
@@ -4930,9 +4930,15 @@
4930
4930
  "vs/editor/common/core/range",
4931
4931
  "vs/editor/common/core/selection"
4932
4932
  ],
4933
- "vs/base/browser/fastDomNode": [
4933
+ "vs/base/common/codiconsUtil": [
4934
4934
  "require",
4935
- "exports"
4935
+ "exports",
4936
+ "vs/base/common/types"
4937
+ ],
4938
+ "vs/base/common/codiconsLibrary": [
4939
+ "require",
4940
+ "exports",
4941
+ "vs/base/common/codiconsUtil"
4936
4942
  ],
4937
4943
  "vs/editor/common/languages/enterAction": [
4938
4944
  "require",
@@ -4941,43 +4947,263 @@
4941
4947
  "vs/editor/common/languages/languageConfigurationRegistry",
4942
4948
  "vs/editor/common/languages/supports/indentationLineProcessor"
4943
4949
  ],
4944
- "vs/editor/browser/config/elementSizeObserver": [
4945
- "require",
4946
- "exports",
4947
- "vs/base/common/lifecycle",
4948
- "vs/base/common/event",
4949
- "vs/base/browser/dom"
4950
- ],
4951
- "vs/editor/browser/config/migrateOptions": [
4950
+ "vs/base/common/symbols": [
4952
4951
  "require",
4953
4952
  "exports"
4954
4953
  ],
4955
- "vs/base/browser/performance": [
4954
+ "vs/platform/theme/common/colors/baseColors": [
4956
4955
  "require",
4957
- "exports"
4956
+ "exports",
4957
+ "vs/nls",
4958
+ "vs/base/common/color",
4959
+ "vs/platform/theme/common/colorUtils"
4958
4960
  ],
4959
- "vs/editor/browser/controller/mouseTarget": [
4961
+ "vs/platform/theme/common/colors/chartsColors": [
4960
4962
  "require",
4961
4963
  "exports",
4962
- "vs/editor/browser/editorDom",
4963
- "vs/editor/browser/view/viewPart",
4964
- "vs/editor/browser/viewParts/lines/viewLine",
4965
- "vs/editor/common/core/position",
4966
- "vs/editor/common/core/range",
4967
- "vs/editor/common/core/cursorColumns",
4968
- "vs/base/browser/dom",
4969
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
4970
- "vs/base/common/lazy"
4964
+ "vs/nls",
4965
+ "vs/platform/theme/common/colorUtils",
4966
+ "vs/platform/theme/common/colors/baseColors",
4967
+ "vs/platform/theme/common/colors/editorColors",
4968
+ "vs/platform/theme/common/colors/minimapColors"
4971
4969
  ],
4972
- "vs/editor/browser/controller/pointerHandler": [
4970
+ "vs/platform/theme/common/colors/editorColors": [
4973
4971
  "require",
4974
4972
  "exports",
4975
- "vs/base/browser/canIUse",
4976
- "vs/base/browser/dom",
4977
- "vs/base/browser/touch",
4978
- "vs/base/browser/window",
4979
- "vs/base/common/lifecycle",
4980
- "vs/base/common/platform",
4973
+ "vs/nls",
4974
+ "vs/base/common/color",
4975
+ "vs/platform/theme/common/colorUtils",
4976
+ "vs/platform/theme/common/colors/baseColors",
4977
+ "vs/platform/theme/common/colors/miscColors"
4978
+ ],
4979
+ "vs/platform/theme/common/colors/inputColors": [
4980
+ "require",
4981
+ "exports",
4982
+ "vs/nls",
4983
+ "vs/base/common/color",
4984
+ "vs/platform/theme/common/colorUtils",
4985
+ "vs/platform/theme/common/colors/baseColors",
4986
+ "vs/platform/theme/common/colors/editorColors"
4987
+ ],
4988
+ "vs/platform/theme/common/colors/listColors": [
4989
+ "require",
4990
+ "exports",
4991
+ "vs/nls",
4992
+ "vs/base/common/color",
4993
+ "vs/platform/theme/common/colorUtils",
4994
+ "vs/platform/theme/common/colors/baseColors",
4995
+ "vs/platform/theme/common/colors/editorColors"
4996
+ ],
4997
+ "vs/platform/theme/common/colors/menuColors": [
4998
+ "require",
4999
+ "exports",
5000
+ "vs/nls",
5001
+ "vs/platform/theme/common/colorUtils",
5002
+ "vs/platform/theme/common/colors/baseColors",
5003
+ "vs/platform/theme/common/colors/inputColors",
5004
+ "vs/platform/theme/common/colors/listColors"
5005
+ ],
5006
+ "vs/platform/theme/common/colors/minimapColors": [
5007
+ "require",
5008
+ "exports",
5009
+ "vs/nls",
5010
+ "vs/base/common/color",
5011
+ "vs/platform/theme/common/colorUtils",
5012
+ "vs/platform/theme/common/colors/editorColors",
5013
+ "vs/platform/theme/common/colors/miscColors"
5014
+ ],
5015
+ "vs/platform/theme/common/colors/miscColors": [
5016
+ "require",
5017
+ "exports",
5018
+ "vs/nls",
5019
+ "vs/base/common/color",
5020
+ "vs/platform/theme/common/colorUtils",
5021
+ "vs/platform/theme/common/colors/baseColors"
5022
+ ],
5023
+ "vs/platform/theme/common/colors/quickpickColors": [
5024
+ "require",
5025
+ "exports",
5026
+ "vs/nls",
5027
+ "vs/base/common/color",
5028
+ "vs/platform/theme/common/colorUtils",
5029
+ "vs/platform/theme/common/colors/editorColors",
5030
+ "vs/platform/theme/common/colors/listColors"
5031
+ ],
5032
+ "vs/platform/theme/common/colors/searchColors": [
5033
+ "require",
5034
+ "exports",
5035
+ "vs/nls",
5036
+ "vs/platform/theme/common/colorUtils",
5037
+ "vs/platform/theme/common/colors/baseColors",
5038
+ "vs/platform/theme/common/colors/editorColors"
5039
+ ],
5040
+ "vs/editor/common/core/eolCounter": [
5041
+ "require",
5042
+ "exports"
5043
+ ],
5044
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5045
+ "require",
5046
+ "exports",
5047
+ "vs/base/common/arrays",
5048
+ "vs/base/common/event",
5049
+ "vs/base/common/lifecycle",
5050
+ "vs/editor/common/core/range",
5051
+ "vs/editor/common/languages/supports",
5052
+ "vs/editor/common/languages/supports/richEditBrackets",
5053
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5054
+ ],
5055
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5056
+ "require",
5057
+ "exports",
5058
+ "vs/base/common/event",
5059
+ "vs/base/common/lifecycle",
5060
+ "vs/editor/common/core/range",
5061
+ "vs/editor/common/core/editorColorRegistry",
5062
+ "vs/platform/theme/common/themeService"
5063
+ ],
5064
+ "vs/editor/common/model/editStack": [
5065
+ "require",
5066
+ "exports",
5067
+ "vs/nls",
5068
+ "vs/base/common/errors",
5069
+ "vs/editor/common/core/selection",
5070
+ "vs/base/common/uri",
5071
+ "vs/editor/common/core/textChange",
5072
+ "vs/base/common/buffer",
5073
+ "vs/base/common/resources"
5074
+ ],
5075
+ "vs/editor/common/model/guidesTextModelPart": [
5076
+ "require",
5077
+ "exports",
5078
+ "vs/base/common/arraysFind",
5079
+ "vs/base/common/strings",
5080
+ "vs/editor/common/core/cursorColumns",
5081
+ "vs/editor/common/core/range",
5082
+ "vs/editor/common/model/textModelPart",
5083
+ "vs/editor/common/model/utils",
5084
+ "vs/editor/common/textModelGuides",
5085
+ "vs/base/common/errors"
5086
+ ],
5087
+ "vs/editor/common/model/indentationGuesser": [
5088
+ "require",
5089
+ "exports"
5090
+ ],
5091
+ "vs/editor/common/model/intervalTree": [
5092
+ "require",
5093
+ "exports"
5094
+ ],
5095
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5096
+ "require",
5097
+ "exports",
5098
+ "vs/base/common/event",
5099
+ "vs/base/common/strings",
5100
+ "vs/editor/common/core/range",
5101
+ "vs/editor/common/model",
5102
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5103
+ "vs/editor/common/core/eolCounter",
5104
+ "vs/editor/common/core/textChange",
5105
+ "vs/base/common/lifecycle"
5106
+ ],
5107
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5108
+ "require",
5109
+ "exports",
5110
+ "vs/base/common/strings",
5111
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5112
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5113
+ ],
5114
+ "vs/editor/common/model/tokenizationTextModelPart": [
5115
+ "require",
5116
+ "exports",
5117
+ "vs/base/common/errors",
5118
+ "vs/base/common/event",
5119
+ "vs/base/common/lifecycle",
5120
+ "vs/editor/common/core/eolCounter",
5121
+ "vs/editor/common/core/lineRange",
5122
+ "vs/editor/common/core/position",
5123
+ "vs/editor/common/core/wordHelper",
5124
+ "vs/editor/common/languages",
5125
+ "vs/editor/common/languages/language",
5126
+ "vs/editor/common/languages/languageConfigurationRegistry",
5127
+ "vs/editor/common/model/textModelPart",
5128
+ "vs/editor/common/model/textModelTokens",
5129
+ "vs/editor/common/model/tokens",
5130
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5131
+ "vs/editor/common/tokens/contiguousTokensStore",
5132
+ "vs/editor/common/tokens/sparseTokensStore"
5133
+ ],
5134
+ "vs/editor/common/model/tokens": [
5135
+ "require",
5136
+ "exports",
5137
+ "vs/base/common/arrays",
5138
+ "vs/base/common/async",
5139
+ "vs/base/common/event",
5140
+ "vs/base/common/lifecycle",
5141
+ "vs/editor/common/core/lineRange"
5142
+ ],
5143
+ "vs/editor/common/textModelEvents": [
5144
+ "require",
5145
+ "exports"
5146
+ ],
5147
+ "vs/platform/undoRedo/common/undoRedo": [
5148
+ "require",
5149
+ "exports",
5150
+ "vs/platform/instantiation/common/instantiation"
5151
+ ],
5152
+ "vs/base/browser/fastDomNode": [
5153
+ "require",
5154
+ "exports"
5155
+ ],
5156
+ "vs/editor/browser/config/elementSizeObserver": [
5157
+ "require",
5158
+ "exports",
5159
+ "vs/base/common/lifecycle",
5160
+ "vs/base/common/event",
5161
+ "vs/base/browser/dom"
5162
+ ],
5163
+ "vs/editor/browser/config/migrateOptions": [
5164
+ "require",
5165
+ "exports"
5166
+ ],
5167
+ "vs/editor/common/core/stringBuilder": [
5168
+ "require",
5169
+ "exports",
5170
+ "vs/base/common/strings",
5171
+ "vs/base/common/platform",
5172
+ "vs/base/common/buffer"
5173
+ ],
5174
+ "vs/editor/common/modelLineProjectionData": [
5175
+ "require",
5176
+ "exports",
5177
+ "vs/base/common/assert",
5178
+ "vs/editor/common/core/position",
5179
+ "vs/editor/common/model"
5180
+ ],
5181
+ "vs/base/browser/performance": [
5182
+ "require",
5183
+ "exports"
5184
+ ],
5185
+ "vs/editor/browser/controller/mouseTarget": [
5186
+ "require",
5187
+ "exports",
5188
+ "vs/editor/browser/editorDom",
5189
+ "vs/editor/browser/view/viewPart",
5190
+ "vs/editor/browser/viewParts/lines/viewLine",
5191
+ "vs/editor/common/core/position",
5192
+ "vs/editor/common/core/range",
5193
+ "vs/editor/common/core/cursorColumns",
5194
+ "vs/base/browser/dom",
5195
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
5196
+ "vs/base/common/lazy"
5197
+ ],
5198
+ "vs/editor/browser/controller/pointerHandler": [
5199
+ "require",
5200
+ "exports",
5201
+ "vs/base/browser/canIUse",
5202
+ "vs/base/browser/dom",
5203
+ "vs/base/browser/touch",
5204
+ "vs/base/browser/window",
5205
+ "vs/base/common/lifecycle",
5206
+ "vs/base/common/platform",
4981
5207
  "vs/editor/browser/controller/mouseHandler",
4982
5208
  "vs/editor/browser/controller/textAreaInput",
4983
5209
  "vs/editor/browser/editorDom"
@@ -5268,132 +5494,6 @@
5268
5494
  "exports",
5269
5495
  "vs/editor/common/editorTheme"
5270
5496
  ],
5271
- "vs/editor/common/core/stringBuilder": [
5272
- "require",
5273
- "exports",
5274
- "vs/base/common/strings",
5275
- "vs/base/common/platform",
5276
- "vs/base/common/buffer"
5277
- ],
5278
- "vs/editor/common/modelLineProjectionData": [
5279
- "require",
5280
- "exports",
5281
- "vs/base/common/assert",
5282
- "vs/editor/common/core/position",
5283
- "vs/editor/common/model"
5284
- ],
5285
- "vs/editor/common/textModelEvents": [
5286
- "require",
5287
- "exports"
5288
- ],
5289
- "vs/editor/common/core/eolCounter": [
5290
- "require",
5291
- "exports"
5292
- ],
5293
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5294
- "require",
5295
- "exports",
5296
- "vs/base/common/arrays",
5297
- "vs/base/common/event",
5298
- "vs/base/common/lifecycle",
5299
- "vs/editor/common/core/range",
5300
- "vs/editor/common/languages/supports",
5301
- "vs/editor/common/languages/supports/richEditBrackets",
5302
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5303
- ],
5304
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5305
- "require",
5306
- "exports",
5307
- "vs/base/common/event",
5308
- "vs/base/common/lifecycle",
5309
- "vs/editor/common/core/range",
5310
- "vs/editor/common/core/editorColorRegistry",
5311
- "vs/platform/theme/common/themeService"
5312
- ],
5313
- "vs/editor/common/model/editStack": [
5314
- "require",
5315
- "exports",
5316
- "vs/nls",
5317
- "vs/base/common/errors",
5318
- "vs/editor/common/core/selection",
5319
- "vs/base/common/uri",
5320
- "vs/editor/common/core/textChange",
5321
- "vs/base/common/buffer",
5322
- "vs/base/common/resources"
5323
- ],
5324
- "vs/editor/common/model/guidesTextModelPart": [
5325
- "require",
5326
- "exports",
5327
- "vs/base/common/arraysFind",
5328
- "vs/base/common/strings",
5329
- "vs/editor/common/core/cursorColumns",
5330
- "vs/editor/common/core/range",
5331
- "vs/editor/common/model/textModelPart",
5332
- "vs/editor/common/model/utils",
5333
- "vs/editor/common/textModelGuides",
5334
- "vs/base/common/errors"
5335
- ],
5336
- "vs/editor/common/model/indentationGuesser": [
5337
- "require",
5338
- "exports"
5339
- ],
5340
- "vs/editor/common/model/intervalTree": [
5341
- "require",
5342
- "exports"
5343
- ],
5344
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5345
- "require",
5346
- "exports",
5347
- "vs/base/common/event",
5348
- "vs/base/common/strings",
5349
- "vs/editor/common/core/range",
5350
- "vs/editor/common/model",
5351
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5352
- "vs/editor/common/core/eolCounter",
5353
- "vs/editor/common/core/textChange",
5354
- "vs/base/common/lifecycle"
5355
- ],
5356
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5357
- "require",
5358
- "exports",
5359
- "vs/base/common/strings",
5360
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5361
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5362
- ],
5363
- "vs/editor/common/model/tokenizationTextModelPart": [
5364
- "require",
5365
- "exports",
5366
- "vs/base/common/errors",
5367
- "vs/base/common/event",
5368
- "vs/base/common/lifecycle",
5369
- "vs/editor/common/core/eolCounter",
5370
- "vs/editor/common/core/lineRange",
5371
- "vs/editor/common/core/position",
5372
- "vs/editor/common/core/wordHelper",
5373
- "vs/editor/common/languages",
5374
- "vs/editor/common/languages/language",
5375
- "vs/editor/common/languages/languageConfigurationRegistry",
5376
- "vs/editor/common/model/textModelPart",
5377
- "vs/editor/common/model/textModelTokens",
5378
- "vs/editor/common/model/tokens",
5379
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5380
- "vs/editor/common/tokens/contiguousTokensStore",
5381
- "vs/editor/common/tokens/sparseTokensStore"
5382
- ],
5383
- "vs/editor/common/model/tokens": [
5384
- "require",
5385
- "exports",
5386
- "vs/base/common/arrays",
5387
- "vs/base/common/async",
5388
- "vs/base/common/event",
5389
- "vs/base/common/lifecycle",
5390
- "vs/editor/common/core/lineRange"
5391
- ],
5392
- "vs/platform/undoRedo/common/undoRedo": [
5393
- "require",
5394
- "exports",
5395
- "vs/platform/instantiation/common/instantiation"
5396
- ],
5397
5497
  "vs/editor/common/cursor/cursor": [
5398
5498
  "require",
5399
5499
  "exports",
@@ -5432,202 +5532,45 @@
5432
5532
  "vs/base/common/scrollable",
5433
5533
  "vs/editor/common/viewLayout/linesLayout",
5434
5534
  "vs/editor/common/viewModel",
5435
- "vs/editor/common/viewModelEventDispatcher"
5436
- ],
5437
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5438
- "require",
5439
- "exports",
5440
- "vs/base/common/event",
5441
- "vs/base/common/lifecycle",
5442
- "vs/editor/common/core/rgba",
5443
- "vs/editor/common/languages"
5444
- ],
5445
- "vs/editor/common/viewModelEventDispatcher": [
5446
- "require",
5447
- "exports",
5448
- "vs/base/common/event",
5449
- "vs/base/common/lifecycle"
5450
- ],
5451
- "vs/editor/common/viewModel/viewModelLines": [
5452
- "require",
5453
- "exports",
5454
- "vs/base/common/arrays",
5455
- "vs/editor/common/core/position",
5456
- "vs/editor/common/core/range",
5457
- "vs/editor/common/textModelGuides",
5458
- "vs/editor/common/model/textModel",
5459
- "vs/editor/common/textModelEvents",
5460
- "vs/editor/common/viewEvents",
5461
- "vs/editor/common/viewModel/modelLineProjection",
5462
- "vs/editor/common/model/prefixSumComputer",
5463
- "vs/editor/common/viewModel"
5464
- ],
5465
- "vs/editor/common/viewModel/glyphLanesModel": [
5466
- "require",
5467
- "exports",
5468
- "vs/editor/common/model"
5469
- ],
5470
- "vs/platform/theme/common/colors/baseColors": [
5471
- "require",
5472
- "exports",
5473
- "vs/nls",
5474
- "vs/base/common/color",
5475
- "vs/platform/theme/common/colorUtils"
5476
- ],
5477
- "vs/platform/theme/common/colors/chartsColors": [
5478
- "require",
5479
- "exports",
5480
- "vs/nls",
5481
- "vs/platform/theme/common/colorUtils",
5482
- "vs/platform/theme/common/colors/baseColors",
5483
- "vs/platform/theme/common/colors/editorColors",
5484
- "vs/platform/theme/common/colors/minimapColors"
5485
- ],
5486
- "vs/platform/theme/common/colors/editorColors": [
5487
- "require",
5488
- "exports",
5489
- "vs/nls",
5490
- "vs/base/common/color",
5491
- "vs/platform/theme/common/colorUtils",
5492
- "vs/platform/theme/common/colors/baseColors",
5493
- "vs/platform/theme/common/colors/miscColors"
5494
- ],
5495
- "vs/platform/theme/common/colors/inputColors": [
5496
- "require",
5497
- "exports",
5498
- "vs/nls",
5499
- "vs/base/common/color",
5500
- "vs/platform/theme/common/colorUtils",
5501
- "vs/platform/theme/common/colors/baseColors",
5502
- "vs/platform/theme/common/colors/editorColors"
5503
- ],
5504
- "vs/platform/theme/common/colors/listColors": [
5505
- "require",
5506
- "exports",
5507
- "vs/nls",
5508
- "vs/base/common/color",
5509
- "vs/platform/theme/common/colorUtils",
5510
- "vs/platform/theme/common/colors/baseColors",
5511
- "vs/platform/theme/common/colors/editorColors"
5512
- ],
5513
- "vs/platform/theme/common/colors/menuColors": [
5514
- "require",
5515
- "exports",
5516
- "vs/nls",
5517
- "vs/platform/theme/common/colorUtils",
5518
- "vs/platform/theme/common/colors/baseColors",
5519
- "vs/platform/theme/common/colors/inputColors",
5520
- "vs/platform/theme/common/colors/listColors"
5521
- ],
5522
- "vs/platform/theme/common/colors/minimapColors": [
5523
- "require",
5524
- "exports",
5525
- "vs/nls",
5526
- "vs/base/common/color",
5527
- "vs/platform/theme/common/colorUtils",
5528
- "vs/platform/theme/common/colors/editorColors",
5529
- "vs/platform/theme/common/colors/miscColors"
5530
- ],
5531
- "vs/platform/theme/common/colors/miscColors": [
5532
- "require",
5533
- "exports",
5534
- "vs/nls",
5535
- "vs/base/common/color",
5536
- "vs/platform/theme/common/colorUtils",
5537
- "vs/platform/theme/common/colors/baseColors"
5538
- ],
5539
- "vs/platform/theme/common/colors/quickpickColors": [
5540
- "require",
5541
- "exports",
5542
- "vs/nls",
5543
- "vs/base/common/color",
5544
- "vs/platform/theme/common/colorUtils",
5545
- "vs/platform/theme/common/colors/editorColors",
5546
- "vs/platform/theme/common/colors/listColors"
5547
- ],
5548
- "vs/platform/theme/common/colors/searchColors": [
5549
- "require",
5550
- "exports",
5551
- "vs/nls",
5552
- "vs/platform/theme/common/colorUtils",
5553
- "vs/platform/theme/common/colors/baseColors",
5554
- "vs/platform/theme/common/colors/editorColors"
5555
- ],
5556
- "vs/base/common/codiconsUtil": [
5557
- "require",
5558
- "exports",
5559
- "vs/base/common/types"
5560
- ],
5561
- "vs/base/common/codiconsLibrary": [
5562
- "require",
5563
- "exports",
5564
- "vs/base/common/codiconsUtil"
5565
- ],
5566
- "vs/base/common/symbols": [
5567
- "require",
5568
- "exports"
5569
- ],
5570
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5571
- "require",
5572
- "exports",
5573
- "vs/editor/common/core/cursorColumns"
5574
- ],
5575
- "vs/base/browser/event": [
5576
- "require",
5577
- "exports",
5578
- "vs/base/common/event"
5535
+ "vs/editor/common/viewModelEventDispatcher"
5579
5536
  ],
5580
- "vs/editor/browser/controller/textAreaState": [
5537
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
5581
5538
  "require",
5582
5539
  "exports",
5583
- "vs/base/common/strings",
5584
- "vs/editor/common/core/range"
5540
+ "vs/base/common/event",
5541
+ "vs/base/common/lifecycle",
5542
+ "vs/editor/common/core/rgba",
5543
+ "vs/editor/common/languages"
5585
5544
  ],
5586
- "vs/base/common/dataTransfer": [
5545
+ "vs/editor/common/viewModelEventDispatcher": [
5587
5546
  "require",
5588
5547
  "exports",
5589
- "vs/base/common/arrays",
5590
- "vs/base/common/iterator",
5591
- "vs/base/common/uuid"
5592
- ],
5593
- "vs/base/common/uuid": [
5594
- "require",
5595
- "exports"
5548
+ "vs/base/common/event",
5549
+ "vs/base/common/lifecycle"
5596
5550
  ],
5597
- "vs/editor/browser/dnd": [
5551
+ "vs/editor/common/viewModel/viewModelLines": [
5598
5552
  "require",
5599
5553
  "exports",
5600
- "vs/base/browser/dnd",
5601
- "vs/base/common/dataTransfer",
5602
- "vs/base/common/mime",
5603
- "vs/base/common/uri",
5604
- "vs/platform/dnd/browser/dnd"
5554
+ "vs/base/common/arrays",
5555
+ "vs/editor/common/core/position",
5556
+ "vs/editor/common/core/range",
5557
+ "vs/editor/common/textModelGuides",
5558
+ "vs/editor/common/model/textModel",
5559
+ "vs/editor/common/textModelEvents",
5560
+ "vs/editor/common/viewEvents",
5561
+ "vs/editor/common/viewModel/modelLineProjection",
5562
+ "vs/editor/common/model/prefixSumComputer",
5563
+ "vs/editor/common/viewModel"
5605
5564
  ],
5606
- "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5565
+ "vs/editor/common/viewModel/glyphLanesModel": [
5607
5566
  "require",
5608
5567
  "exports",
5609
- "vs/editor/browser/services/bulkEditService",
5610
- "vs/editor/contrib/snippet/browser/snippetParser"
5568
+ "vs/editor/common/model"
5611
5569
  ],
5612
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5570
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5613
5571
  "require",
5614
5572
  "exports",
5615
- "vs/base/browser/dom",
5616
- "vs/base/browser/ui/button/button",
5617
- "vs/base/common/actions",
5618
- "vs/base/common/errorMessage",
5619
- "vs/base/common/errors",
5620
- "vs/base/common/event",
5621
- "vs/base/common/lifecycle",
5622
- "vs/editor/browser/services/bulkEditService",
5623
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
5624
- "vs/nls",
5625
- "vs/platform/contextkey/common/contextkey",
5626
- "vs/platform/contextview/browser/contextView",
5627
- "vs/platform/instantiation/common/instantiation",
5628
- "vs/platform/keybinding/common/keybinding",
5629
- "vs/platform/notification/common/notification",
5630
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5573
+ "vs/editor/common/core/cursorColumns"
5631
5574
  ],
5632
5575
  "vs/editor/common/config/diffEditor": [
5633
5576
  "require",
@@ -5736,6 +5679,74 @@
5736
5679
  "vs/base/common/event",
5737
5680
  "vs/platform/registry/common/platform"
5738
5681
  ],
5682
+ "vs/base/browser/event": [
5683
+ "require",
5684
+ "exports",
5685
+ "vs/base/common/event"
5686
+ ],
5687
+ "vs/editor/browser/controller/textAreaState": [
5688
+ "require",
5689
+ "exports",
5690
+ "vs/base/common/strings",
5691
+ "vs/editor/common/core/range"
5692
+ ],
5693
+ "vs/base/common/dataTransfer": [
5694
+ "require",
5695
+ "exports",
5696
+ "vs/base/common/arrays",
5697
+ "vs/base/common/iterator",
5698
+ "vs/base/common/uuid"
5699
+ ],
5700
+ "vs/base/common/uuid": [
5701
+ "require",
5702
+ "exports"
5703
+ ],
5704
+ "vs/editor/browser/dnd": [
5705
+ "require",
5706
+ "exports",
5707
+ "vs/base/browser/dnd",
5708
+ "vs/base/common/dataTransfer",
5709
+ "vs/base/common/mime",
5710
+ "vs/base/common/uri",
5711
+ "vs/platform/dnd/browser/dnd"
5712
+ ],
5713
+ "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5714
+ "require",
5715
+ "exports",
5716
+ "vs/editor/browser/services/bulkEditService",
5717
+ "vs/editor/contrib/snippet/browser/snippetParser"
5718
+ ],
5719
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5720
+ "require",
5721
+ "exports",
5722
+ "vs/base/browser/dom",
5723
+ "vs/base/browser/ui/button/button",
5724
+ "vs/base/common/actions",
5725
+ "vs/base/common/errorMessage",
5726
+ "vs/base/common/errors",
5727
+ "vs/base/common/event",
5728
+ "vs/base/common/lifecycle",
5729
+ "vs/editor/browser/services/bulkEditService",
5730
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
5731
+ "vs/nls",
5732
+ "vs/platform/contextkey/common/contextkey",
5733
+ "vs/platform/contextview/browser/contextView",
5734
+ "vs/platform/instantiation/common/instantiation",
5735
+ "vs/platform/keybinding/common/keybinding",
5736
+ "vs/platform/notification/common/notification",
5737
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5738
+ ],
5739
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5740
+ "require",
5741
+ "exports",
5742
+ "vs/base/browser/dom",
5743
+ "vs/base/common/themables"
5744
+ ],
5745
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5746
+ "vs/base/common/numbers": [
5747
+ "require",
5748
+ "exports"
5749
+ ],
5739
5750
  "vs/editor/browser/editorDom": [
5740
5751
  "require",
5741
5752
  "exports",
@@ -5759,28 +5770,6 @@
5759
5770
  "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
5760
5771
  "vs/platform/configuration/common/configuration"
5761
5772
  ],
5762
- "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5763
- "require",
5764
- "exports",
5765
- "vs/base/common/event"
5766
- ],
5767
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
5768
- "require",
5769
- "exports",
5770
- "vs/base/browser/pixelRatio",
5771
- "vs/base/browser/dom",
5772
- "vs/base/browser/globalPointerMoveMonitor",
5773
- "vs/base/browser/ui/widget",
5774
- "vs/base/common/codicons",
5775
- "vs/base/common/color",
5776
- "vs/base/common/event",
5777
- "vs/base/common/lifecycle",
5778
- "vs/base/common/themables",
5779
- "vs/nls",
5780
- "vs/platform/theme/common/colorRegistry",
5781
- "vs/platform/theme/common/iconRegistry",
5782
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
5783
- ],
5784
5773
  "vs/editor/contrib/hover/browser/hoverActionIds": [
5785
5774
  "require",
5786
5775
  "exports",
@@ -5839,16 +5828,27 @@
5839
5828
  "vs/editor/contrib/hover/browser/contentHoverRendered",
5840
5829
  "vs/editor/contrib/hover/browser/hoverUtils"
5841
5830
  ],
5842
- "vs/base/browser/ui/iconLabel/iconLabels": [
5831
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5843
5832
  "require",
5844
5833
  "exports",
5845
- "vs/base/browser/dom",
5846
- "vs/base/common/themables"
5834
+ "vs/base/common/event"
5847
5835
  ],
5848
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5849
- "vs/base/common/numbers": [
5836
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
5850
5837
  "require",
5851
- "exports"
5838
+ "exports",
5839
+ "vs/base/browser/pixelRatio",
5840
+ "vs/base/browser/dom",
5841
+ "vs/base/browser/globalPointerMoveMonitor",
5842
+ "vs/base/browser/ui/widget",
5843
+ "vs/base/common/codicons",
5844
+ "vs/base/common/color",
5845
+ "vs/base/common/event",
5846
+ "vs/base/common/lifecycle",
5847
+ "vs/base/common/themables",
5848
+ "vs/nls",
5849
+ "vs/platform/theme/common/colorRegistry",
5850
+ "vs/platform/theme/common/iconRegistry",
5851
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
5852
5852
  ],
5853
5853
  "vs/base/browser/dnd": [
5854
5854
  "require",
@@ -5865,11 +5865,6 @@
5865
5865
  "vs/css!vs/base/browser/ui/selectBox/selectBox"
5866
5866
  ],
5867
5867
  "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
5868
- "vs/base/common/ternarySearchTree": [
5869
- "require",
5870
- "exports",
5871
- "vs/base/common/strings"
5872
- ],
5873
5868
  "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5874
5869
  "require",
5875
5870
  "exports",
@@ -5890,6 +5885,11 @@
5890
5885
  "vs/editor/common/editorFeatures",
5891
5886
  "vs/base/common/network"
5892
5887
  ],
5888
+ "vs/base/common/ternarySearchTree": [
5889
+ "require",
5890
+ "exports",
5891
+ "vs/base/common/strings"
5892
+ ],
5893
5893
  "vs/editor/common/services/treeViewsDnd": [
5894
5894
  "require",
5895
5895
  "exports"
@@ -6127,6 +6127,62 @@
6127
6127
  "vs/editor/contrib/snippet/browser/snippetSession",
6128
6128
  "vs/editor/contrib/suggest/browser/suggestController"
6129
6129
  ],
6130
+ "vs/base/browser/ui/actionbar/actionbar": [
6131
+ "require",
6132
+ "exports",
6133
+ "vs/base/browser/dom",
6134
+ "vs/base/browser/keyboardEvent",
6135
+ "vs/base/browser/ui/actionbar/actionViewItems",
6136
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
6137
+ "vs/base/common/actions",
6138
+ "vs/base/common/event",
6139
+ "vs/base/common/lifecycle",
6140
+ "vs/base/common/types",
6141
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
6142
+ ],
6143
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
6144
+ "require",
6145
+ "exports",
6146
+ "vs/base/browser/dom",
6147
+ "vs/base/browser/ui/sash/sash",
6148
+ "vs/base/common/color",
6149
+ "vs/base/common/idGenerator",
6150
+ "vs/base/common/lifecycle",
6151
+ "vs/base/common/objects",
6152
+ "vs/editor/common/core/range",
6153
+ "vs/editor/common/model/textModel",
6154
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
6155
+ ],
6156
+ "vs/platform/actions/browser/menuEntryActionViewItem": [
6157
+ "require",
6158
+ "exports",
6159
+ "vs/base/browser/dom",
6160
+ "vs/base/browser/keyboardEvent",
6161
+ "vs/base/browser/ui/actionbar/actionViewItems",
6162
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6163
+ "vs/base/common/actions",
6164
+ "vs/base/common/keybindingLabels",
6165
+ "vs/base/common/lifecycle",
6166
+ "vs/base/common/platform",
6167
+ "vs/nls",
6168
+ "vs/platform/actions/common/actions",
6169
+ "vs/platform/action/common/action",
6170
+ "vs/platform/contextkey/common/contextkey",
6171
+ "vs/platform/contextview/browser/contextView",
6172
+ "vs/platform/instantiation/common/instantiation",
6173
+ "vs/platform/keybinding/common/keybinding",
6174
+ "vs/platform/notification/common/notification",
6175
+ "vs/platform/storage/common/storage",
6176
+ "vs/platform/theme/common/themeService",
6177
+ "vs/base/common/themables",
6178
+ "vs/platform/theme/common/theme",
6179
+ "vs/base/common/types",
6180
+ "vs/platform/theme/common/colorRegistry",
6181
+ "vs/platform/theme/browser/defaultStyles",
6182
+ "vs/platform/accessibility/common/accessibility",
6183
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6184
+ ],
6185
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6130
6186
  "vs/base/common/idGenerator": [
6131
6187
  "require",
6132
6188
  "exports"
@@ -6157,62 +6213,45 @@
6157
6213
  "vs/base/common/uri"
6158
6214
  ],
6159
6215
  "vs/css!vs/editor/contrib/message/browser/messageController": [],
6160
- "vs/base/browser/ui/actionbar/actionbar": [
6216
+ "vs/base/browser/ui/hover/hoverWidget": [
6161
6217
  "require",
6162
6218
  "exports",
6163
6219
  "vs/base/browser/dom",
6164
6220
  "vs/base/browser/keyboardEvent",
6165
- "vs/base/browser/ui/actionbar/actionViewItems",
6166
- "vs/base/browser/ui/hover/hoverDelegateFactory",
6167
- "vs/base/common/actions",
6168
- "vs/base/common/event",
6221
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6169
6222
  "vs/base/common/lifecycle",
6170
- "vs/base/common/types",
6171
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
6223
+ "vs/nls",
6224
+ "vs/css!vs/base/browser/ui/hover/hoverWidget"
6225
+ ],
6226
+ "vs/editor/contrib/hover/browser/getHover": [
6227
+ "require",
6228
+ "exports",
6229
+ "vs/base/common/async",
6230
+ "vs/base/common/cancellation",
6231
+ "vs/base/common/errors",
6232
+ "vs/editor/browser/editorExtensions",
6233
+ "vs/editor/common/services/languageFeatures"
6172
6234
  ],
6173
- "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
6235
+ "vs/editor/contrib/hover/browser/marginHoverWidget": [
6174
6236
  "require",
6175
6237
  "exports",
6176
6238
  "vs/base/browser/dom",
6177
- "vs/base/browser/ui/sash/sash",
6178
- "vs/base/common/color",
6179
- "vs/base/common/idGenerator",
6180
6239
  "vs/base/common/lifecycle",
6181
- "vs/base/common/objects",
6182
- "vs/editor/common/core/range",
6183
- "vs/editor/common/model/textModel",
6184
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
6240
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6241
+ "vs/editor/common/languages/language",
6242
+ "vs/editor/contrib/hover/browser/hoverOperation",
6243
+ "vs/platform/opener/common/opener",
6244
+ "vs/base/browser/ui/hover/hoverWidget",
6245
+ "vs/editor/contrib/hover/browser/marginHoverComputer",
6246
+ "vs/editor/contrib/hover/browser/hoverUtils"
6185
6247
  ],
6186
- "vs/platform/actions/browser/menuEntryActionViewItem": [
6248
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6187
6249
  "require",
6188
6250
  "exports",
6189
- "vs/base/browser/dom",
6190
- "vs/base/browser/keyboardEvent",
6191
- "vs/base/browser/ui/actionbar/actionViewItems",
6192
- "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6193
- "vs/base/common/actions",
6194
- "vs/base/common/keybindingLabels",
6195
- "vs/base/common/lifecycle",
6196
- "vs/base/common/platform",
6197
- "vs/nls",
6198
- "vs/platform/actions/common/actions",
6199
- "vs/platform/action/common/action",
6200
- "vs/platform/contextkey/common/contextkey",
6201
- "vs/platform/contextview/browser/contextView",
6202
- "vs/platform/instantiation/common/instantiation",
6203
- "vs/platform/keybinding/common/keybinding",
6204
- "vs/platform/notification/common/notification",
6205
- "vs/platform/storage/common/storage",
6206
- "vs/platform/theme/common/themeService",
6207
- "vs/base/common/themables",
6208
- "vs/platform/theme/common/theme",
6209
- "vs/base/common/types",
6210
- "vs/platform/theme/common/colorRegistry",
6211
- "vs/platform/theme/browser/defaultStyles",
6212
- "vs/platform/accessibility/common/accessibility",
6213
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6251
+ "vs/base/common/strings",
6252
+ "vs/editor/common/languages/supports",
6253
+ "vs/editor/common/tokens/lineTokens"
6214
6254
  ],
6215
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6216
6255
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6217
6256
  "require",
6218
6257
  "exports",
@@ -6267,45 +6306,6 @@
6267
6306
  "vs/platform/instantiation/common/instantiation",
6268
6307
  "vs/platform/notification/common/notification"
6269
6308
  ],
6270
- "vs/editor/contrib/hover/browser/getHover": [
6271
- "require",
6272
- "exports",
6273
- "vs/base/common/async",
6274
- "vs/base/common/cancellation",
6275
- "vs/base/common/errors",
6276
- "vs/editor/browser/editorExtensions",
6277
- "vs/editor/common/services/languageFeatures"
6278
- ],
6279
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6280
- "require",
6281
- "exports",
6282
- "vs/base/common/strings",
6283
- "vs/editor/common/languages/supports",
6284
- "vs/editor/common/tokens/lineTokens"
6285
- ],
6286
- "vs/base/browser/ui/hover/hoverWidget": [
6287
- "require",
6288
- "exports",
6289
- "vs/base/browser/dom",
6290
- "vs/base/browser/keyboardEvent",
6291
- "vs/base/browser/ui/scrollbar/scrollableElement",
6292
- "vs/base/common/lifecycle",
6293
- "vs/nls",
6294
- "vs/css!vs/base/browser/ui/hover/hoverWidget"
6295
- ],
6296
- "vs/editor/contrib/hover/browser/marginHoverWidget": [
6297
- "require",
6298
- "exports",
6299
- "vs/base/browser/dom",
6300
- "vs/base/common/lifecycle",
6301
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6302
- "vs/editor/common/languages/language",
6303
- "vs/editor/contrib/hover/browser/hoverOperation",
6304
- "vs/platform/opener/common/opener",
6305
- "vs/base/browser/ui/hover/hoverWidget",
6306
- "vs/editor/contrib/hover/browser/marginHoverComputer",
6307
- "vs/editor/contrib/hover/browser/hoverUtils"
6308
- ],
6309
6309
  "vs/base/common/extpath": [
6310
6310
  "require",
6311
6311
  "exports",
@@ -6395,6 +6395,8 @@
6395
6395
  "vs/editor/common/services/editorWorker",
6396
6396
  "vs/platform/telemetry/common/telemetry"
6397
6397
  ],
6398
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6399
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6398
6400
  "vs/editor/contrib/inlineEdits/browser/consts": [
6399
6401
  "require",
6400
6402
  "exports",
@@ -6447,21 +6449,6 @@
6447
6449
  "vs/base/common/observable",
6448
6450
  "vs/base/common/observableInternal/utils"
6449
6451
  ],
6450
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6451
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6452
- "vs/editor/common/tokens/sparseMultilineTokens": [
6453
- "require",
6454
- "exports",
6455
- "vs/editor/common/core/position",
6456
- "vs/editor/common/core/range",
6457
- "vs/editor/common/core/eolCounter"
6458
- ],
6459
- "vs/editor/common/services/semanticTokensDto": [
6460
- "require",
6461
- "exports",
6462
- "vs/base/common/buffer",
6463
- "vs/base/common/platform"
6464
- ],
6465
6452
  "vs/base/common/equals": [
6466
6453
  "require",
6467
6454
  "exports",
@@ -6498,6 +6485,19 @@
6498
6485
  "vs/css!vs/base/browser/ui/list/list"
6499
6486
  ],
6500
6487
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6488
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6489
+ "require",
6490
+ "exports",
6491
+ "vs/editor/common/core/position",
6492
+ "vs/editor/common/core/range",
6493
+ "vs/editor/common/core/eolCounter"
6494
+ ],
6495
+ "vs/editor/common/services/semanticTokensDto": [
6496
+ "require",
6497
+ "exports",
6498
+ "vs/base/common/buffer",
6499
+ "vs/base/common/platform"
6500
+ ],
6501
6501
  "vs/platform/action/common/actionCommonCategories": [
6502
6502
  "require",
6503
6503
  "exports",
@@ -6691,41 +6691,6 @@
6691
6691
  "vs/base/common/lifecycle",
6692
6692
  "vs/base/common/types"
6693
6693
  ],
6694
- "vs/base/browser/ui/splitview/splitview": [
6695
- "require",
6696
- "exports",
6697
- "vs/base/browser/dom",
6698
- "vs/base/browser/event",
6699
- "vs/base/browser/ui/sash/sash",
6700
- "vs/base/browser/ui/scrollbar/scrollableElement",
6701
- "vs/base/common/arrays",
6702
- "vs/base/common/color",
6703
- "vs/base/common/event",
6704
- "vs/base/common/lifecycle",
6705
- "vs/base/common/numbers",
6706
- "vs/base/common/scrollable",
6707
- "vs/base/common/types",
6708
- "vs/css!vs/base/browser/ui/splitview/splitview"
6709
- ],
6710
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6711
- "require",
6712
- "exports",
6713
- "vs/base/browser/dom",
6714
- "vs/base/browser/ui/countBadge/countBadge",
6715
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6716
- "vs/base/browser/ui/iconLabel/iconLabel",
6717
- "vs/base/common/filters",
6718
- "vs/base/common/lifecycle",
6719
- "vs/base/common/resources",
6720
- "vs/editor/common/services/resolverService",
6721
- "vs/nls",
6722
- "vs/platform/instantiation/common/instantiation",
6723
- "vs/platform/keybinding/common/keybinding",
6724
- "vs/platform/label/common/label",
6725
- "vs/platform/theme/browser/defaultStyles",
6726
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6727
- ],
6728
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6729
6694
  "vs/base/browser/ui/list/listPaging": [
6730
6695
  "require",
6731
6696
  "exports",
@@ -6811,6 +6776,41 @@
6811
6776
  "vs/base/common/decorators",
6812
6777
  "vs/base/common/iterator"
6813
6778
  ],
6779
+ "vs/base/browser/ui/splitview/splitview": [
6780
+ "require",
6781
+ "exports",
6782
+ "vs/base/browser/dom",
6783
+ "vs/base/browser/event",
6784
+ "vs/base/browser/ui/sash/sash",
6785
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6786
+ "vs/base/common/arrays",
6787
+ "vs/base/common/color",
6788
+ "vs/base/common/event",
6789
+ "vs/base/common/lifecycle",
6790
+ "vs/base/common/numbers",
6791
+ "vs/base/common/scrollable",
6792
+ "vs/base/common/types",
6793
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6794
+ ],
6795
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6796
+ "require",
6797
+ "exports",
6798
+ "vs/base/browser/dom",
6799
+ "vs/base/browser/ui/countBadge/countBadge",
6800
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6801
+ "vs/base/browser/ui/iconLabel/iconLabel",
6802
+ "vs/base/common/filters",
6803
+ "vs/base/common/lifecycle",
6804
+ "vs/base/common/resources",
6805
+ "vs/editor/common/services/resolverService",
6806
+ "vs/nls",
6807
+ "vs/platform/instantiation/common/instantiation",
6808
+ "vs/platform/keybinding/common/keybinding",
6809
+ "vs/platform/label/common/label",
6810
+ "vs/platform/theme/browser/defaultStyles",
6811
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6812
+ ],
6813
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6814
6814
  "vs/base/common/marshalling": [
6815
6815
  "require",
6816
6816
  "exports",
@@ -7214,10 +7214,89 @@
7214
7214
  "vs/platform/keybinding/common/keybinding",
7215
7215
  "vs/platform/telemetry/common/telemetry"
7216
7216
  ],
7217
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7217
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7218
+ "require",
7219
+ "exports",
7220
+ "vs/base/common/actions"
7221
+ ],
7222
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7223
+ "require",
7224
+ "exports",
7225
+ "vs/base/common/event",
7226
+ "vs/base/common/lifecycle",
7227
+ "vs/editor/common/textModelBracketPairs",
7228
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7229
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7230
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7231
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7232
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7233
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7234
+ "vs/base/common/arrays",
7235
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7236
+ ],
7237
+ "vs/editor/common/core/textChange": [
7238
+ "require",
7239
+ "exports",
7240
+ "vs/base/common/buffer",
7241
+ "vs/editor/common/core/stringBuilder"
7242
+ ],
7243
+ "vs/base/common/buffer": [
7244
+ "require",
7245
+ "exports",
7246
+ "vs/base/common/lazy"
7247
+ ],
7248
+ "vs/editor/common/model/textModelPart": [
7249
+ "require",
7250
+ "exports",
7251
+ "vs/base/common/lifecycle"
7252
+ ],
7253
+ "vs/editor/common/textModelGuides": [
7254
+ "require",
7255
+ "exports"
7256
+ ],
7257
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7258
+ "require",
7259
+ "exports",
7260
+ "vs/editor/common/core/position",
7261
+ "vs/editor/common/core/range",
7262
+ "vs/editor/common/model",
7263
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7264
+ "vs/editor/common/model/textModelSearch"
7265
+ ],
7266
+ "vs/editor/common/model/textModelTokens": [
7267
+ "require",
7268
+ "exports",
7269
+ "vs/base/common/async",
7270
+ "vs/base/common/errors",
7271
+ "vs/base/common/platform",
7272
+ "vs/base/common/stopwatch",
7273
+ "vs/editor/common/core/eolCounter",
7274
+ "vs/editor/common/core/lineRange",
7275
+ "vs/editor/common/core/offsetRange",
7276
+ "vs/editor/common/languages/nullTokenize",
7277
+ "vs/editor/common/model/fixedArray",
7278
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7279
+ "vs/editor/common/tokens/lineTokens"
7280
+ ],
7281
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7282
+ "require",
7283
+ "exports",
7284
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7285
+ ],
7286
+ "vs/editor/common/tokens/contiguousTokensStore": [
7218
7287
  "require",
7219
7288
  "exports",
7220
- "vs/base/common/actions"
7289
+ "vs/base/common/arrays",
7290
+ "vs/editor/common/core/position",
7291
+ "vs/editor/common/tokens/contiguousTokensEditing",
7292
+ "vs/editor/common/tokens/lineTokens",
7293
+ "vs/editor/common/encodedTokenAttributes"
7294
+ ],
7295
+ "vs/editor/common/tokens/sparseTokensStore": [
7296
+ "require",
7297
+ "exports",
7298
+ "vs/base/common/arrays",
7299
+ "vs/editor/common/tokens/lineTokens"
7221
7300
  ],
7222
7301
  "vs/editor/browser/viewParts/lines/viewLine": [
7223
7302
  "require",
@@ -7270,10 +7349,6 @@
7270
7349
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7271
7350
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7272
7351
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7273
- "vs/editor/common/textModelGuides": [
7274
- "require",
7275
- "exports"
7276
- ],
7277
7352
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7278
7353
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7279
7354
  "vs/editor/browser/viewParts/lines/domReadingContext": [
@@ -7309,11 +7384,11 @@
7309
7384
  ],
7310
7385
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7311
7386
  "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7312
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7313
7387
  "vs/editor/common/viewModel/overviewZoneManager": [
7314
7388
  "require",
7315
7389
  "exports"
7316
7390
  ],
7391
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7317
7392
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7318
7393
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7319
7394
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
@@ -7334,81 +7409,6 @@
7334
7409
  "require",
7335
7410
  "exports"
7336
7411
  ],
7337
- "vs/base/common/buffer": [
7338
- "require",
7339
- "exports",
7340
- "vs/base/common/lazy"
7341
- ],
7342
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7343
- "require",
7344
- "exports",
7345
- "vs/base/common/event",
7346
- "vs/base/common/lifecycle",
7347
- "vs/editor/common/textModelBracketPairs",
7348
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7349
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7350
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7351
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7352
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7353
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7354
- "vs/base/common/arrays",
7355
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7356
- ],
7357
- "vs/editor/common/core/textChange": [
7358
- "require",
7359
- "exports",
7360
- "vs/base/common/buffer",
7361
- "vs/editor/common/core/stringBuilder"
7362
- ],
7363
- "vs/editor/common/model/textModelPart": [
7364
- "require",
7365
- "exports",
7366
- "vs/base/common/lifecycle"
7367
- ],
7368
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7369
- "require",
7370
- "exports",
7371
- "vs/editor/common/core/position",
7372
- "vs/editor/common/core/range",
7373
- "vs/editor/common/model",
7374
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7375
- "vs/editor/common/model/textModelSearch"
7376
- ],
7377
- "vs/editor/common/model/textModelTokens": [
7378
- "require",
7379
- "exports",
7380
- "vs/base/common/async",
7381
- "vs/base/common/errors",
7382
- "vs/base/common/platform",
7383
- "vs/base/common/stopwatch",
7384
- "vs/editor/common/core/eolCounter",
7385
- "vs/editor/common/core/lineRange",
7386
- "vs/editor/common/core/offsetRange",
7387
- "vs/editor/common/languages/nullTokenize",
7388
- "vs/editor/common/model/fixedArray",
7389
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7390
- "vs/editor/common/tokens/lineTokens"
7391
- ],
7392
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7393
- "require",
7394
- "exports",
7395
- "vs/editor/common/tokens/contiguousMultilineTokens"
7396
- ],
7397
- "vs/editor/common/tokens/contiguousTokensStore": [
7398
- "require",
7399
- "exports",
7400
- "vs/base/common/arrays",
7401
- "vs/editor/common/core/position",
7402
- "vs/editor/common/tokens/contiguousTokensEditing",
7403
- "vs/editor/common/tokens/lineTokens",
7404
- "vs/editor/common/encodedTokenAttributes"
7405
- ],
7406
- "vs/editor/common/tokens/sparseTokensStore": [
7407
- "require",
7408
- "exports",
7409
- "vs/base/common/arrays",
7410
- "vs/editor/common/tokens/lineTokens"
7411
- ],
7412
7412
  "vs/editor/common/cursor/cursorCollection": [
7413
7413
  "require",
7414
7414
  "exports",
@@ -7437,7 +7437,6 @@
7437
7437
  "vs/editor/common/textModelEvents",
7438
7438
  "vs/editor/common/viewModel"
7439
7439
  ],
7440
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7441
7440
  "vs/platform/actionWidget/browser/actionList": [
7442
7441
  "require",
7443
7442
  "exports",
@@ -7461,6 +7460,7 @@
7461
7460
  "require",
7462
7461
  "exports"
7463
7462
  ],
7463
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7464
7464
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7465
7465
  "require",
7466
7466
  "exports",
@@ -7597,16 +7597,6 @@
7597
7597
  "vs/editor/common/core/range"
7598
7598
  ],
7599
7599
  "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
7600
- "vs/editor/contrib/inlineCompletions/browser/singleTextEdit": [
7601
- "require",
7602
- "exports",
7603
- "vs/base/common/diff/diff",
7604
- "vs/base/common/strings",
7605
- "vs/editor/common/core/range",
7606
- "vs/editor/common/core/textLength",
7607
- "vs/editor/common/core/textEdit",
7608
- "vs/editor/contrib/inlineCompletions/browser/ghostText"
7609
- ],
7610
7600
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsSource": [
7611
7601
  "require",
7612
7602
  "exports",
@@ -7624,13 +7614,15 @@
7624
7614
  "vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions",
7625
7615
  "vs/editor/contrib/inlineCompletions/browser/singleTextEdit"
7626
7616
  ],
7627
- "vs/base/browser/formattedTextRenderer": [
7617
+ "vs/editor/contrib/inlineCompletions/browser/singleTextEdit": [
7628
7618
  "require",
7629
7619
  "exports",
7630
- "vs/base/browser/dom"
7631
- ],
7632
- "vs/base/common/marked/marked": [
7633
- "exports"
7620
+ "vs/base/common/diff/diff",
7621
+ "vs/base/common/strings",
7622
+ "vs/editor/common/core/range",
7623
+ "vs/editor/common/core/textLength",
7624
+ "vs/editor/common/core/textEdit",
7625
+ "vs/editor/contrib/inlineCompletions/browser/ghostText"
7634
7626
  ],
7635
7627
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7636
7628
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
@@ -7650,6 +7642,22 @@
7650
7642
  "vs/nls"
7651
7643
  ],
7652
7644
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7645
+ "vs/base/browser/formattedTextRenderer": [
7646
+ "require",
7647
+ "exports",
7648
+ "vs/base/browser/dom"
7649
+ ],
7650
+ "vs/base/common/marked/marked": [
7651
+ "exports"
7652
+ ],
7653
+ "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7654
+ "vs/editor/contrib/hover/browser/marginHoverComputer": [
7655
+ "require",
7656
+ "exports",
7657
+ "vs/base/common/arrays",
7658
+ "vs/base/common/htmlContent",
7659
+ "vs/editor/common/model"
7660
+ ],
7653
7661
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7654
7662
  "require",
7655
7663
  "exports",
@@ -7670,14 +7678,6 @@
7670
7678
  ],
7671
7679
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7672
7680
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7673
- "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7674
- "vs/editor/contrib/hover/browser/marginHoverComputer": [
7675
- "require",
7676
- "exports",
7677
- "vs/base/common/arrays",
7678
- "vs/base/common/htmlContent",
7679
- "vs/editor/common/model"
7680
- ],
7681
7681
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7682
7682
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7683
7683
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
@@ -7784,23 +7784,20 @@
7784
7784
  "exports",
7785
7785
  "vs/base/common/observableInternal/base"
7786
7786
  ],
7787
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7788
- "vs/base/browser/ui/countBadge/countBadge": [
7787
+ "vs/base/browser/ui/tree/indexTreeModel": [
7789
7788
  "require",
7790
7789
  "exports",
7791
- "vs/base/browser/dom",
7792
- "vs/base/common/strings",
7793
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7790
+ "vs/base/browser/ui/tree/tree",
7791
+ "vs/base/common/arrays",
7792
+ "vs/base/common/async",
7793
+ "vs/base/common/symbols",
7794
+ "vs/base/common/diff/diff",
7795
+ "vs/base/common/event",
7796
+ "vs/base/common/iterator"
7794
7797
  ],
7795
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7798
+ "vs/base/browser/ui/tree/tree": [
7796
7799
  "require",
7797
- "exports",
7798
- "vs/base/browser/dom",
7799
- "vs/base/browser/ui/hover/hoverDelegate2",
7800
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7801
- "vs/base/browser/ui/iconLabel/iconLabels",
7802
- "vs/base/common/lifecycle",
7803
- "vs/base/common/objects"
7800
+ "exports"
7804
7801
  ],
7805
7802
  "vs/css!vs/base/browser/ui/table/table": [],
7806
7803
  "vs/base/browser/ui/inputbox/inputBox": [
@@ -7821,21 +7818,6 @@
7821
7818
  "vs/nls",
7822
7819
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7823
7820
  ],
7824
- "vs/base/browser/ui/tree/indexTreeModel": [
7825
- "require",
7826
- "exports",
7827
- "vs/base/browser/ui/tree/tree",
7828
- "vs/base/common/arrays",
7829
- "vs/base/common/async",
7830
- "vs/base/common/symbols",
7831
- "vs/base/common/diff/diff",
7832
- "vs/base/common/event",
7833
- "vs/base/common/iterator"
7834
- ],
7835
- "vs/base/browser/ui/tree/tree": [
7836
- "require",
7837
- "exports"
7838
- ],
7839
7821
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7840
7822
  "vs/base/browser/ui/tree/objectTreeModel": [
7841
7823
  "require",
@@ -7853,6 +7835,24 @@
7853
7835
  "vs/base/common/event",
7854
7836
  "vs/base/common/iterator"
7855
7837
  ],
7838
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7839
+ "vs/base/browser/ui/countBadge/countBadge": [
7840
+ "require",
7841
+ "exports",
7842
+ "vs/base/browser/dom",
7843
+ "vs/base/common/strings",
7844
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7845
+ ],
7846
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7847
+ "require",
7848
+ "exports",
7849
+ "vs/base/browser/dom",
7850
+ "vs/base/browser/ui/hover/hoverDelegate2",
7851
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7852
+ "vs/base/browser/ui/iconLabel/iconLabels",
7853
+ "vs/base/common/lifecycle",
7854
+ "vs/base/common/objects"
7855
+ ],
7856
7856
  "vs/editor/common/core/positionToOffset": [
7857
7857
  "require",
7858
7858
  "exports",
@@ -8010,7 +8010,6 @@
8010
8010
  "vs/platform/quickinput/browser/quickInputActions"
8011
8011
  ],
8012
8012
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
8013
- "vs/css!vs/base/browser/ui/button/button": [],
8014
8013
  "vs/base/browser/ui/toolbar/toolbar": [
8015
8014
  "require",
8016
8015
  "exports",
@@ -8025,27 +8024,7 @@
8025
8024
  "vs/base/browser/ui/hover/hoverDelegateFactory",
8026
8025
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
8027
8026
  ],
8028
- "vs/editor/browser/viewParts/lines/rangeUtil": [
8029
- "require",
8030
- "exports",
8031
- "vs/editor/browser/view/renderingContext"
8032
- ],
8033
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8034
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8035
- "require",
8036
- "exports",
8037
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8038
- "vs/base/common/uint"
8039
- ],
8040
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8041
- "require",
8042
- "exports"
8043
- ],
8044
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8045
- "require",
8046
- "exports",
8047
- "vs/base/common/functional"
8048
- ],
8027
+ "vs/css!vs/base/browser/ui/button/button": [],
8049
8028
  "vs/editor/common/textModelBracketPairs": [
8050
8029
  "require",
8051
8030
  "exports"
@@ -8093,20 +8072,41 @@
8093
8072
  "require",
8094
8073
  "exports"
8095
8074
  ],
8096
- "vs/editor/common/tokens/contiguousMultilineTokens": [
8097
- "require",
8098
- "exports"
8099
- ],
8100
8075
  "vs/editor/common/model/fixedArray": [
8101
8076
  "require",
8102
8077
  "exports",
8103
8078
  "vs/base/common/arrays"
8104
8079
  ],
8080
+ "vs/editor/common/tokens/contiguousMultilineTokens": [
8081
+ "require",
8082
+ "exports"
8083
+ ],
8105
8084
  "vs/editor/common/tokens/contiguousTokensEditing": [
8106
8085
  "require",
8107
8086
  "exports",
8108
8087
  "vs/editor/common/tokens/lineTokens"
8109
8088
  ],
8089
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8090
+ "require",
8091
+ "exports",
8092
+ "vs/editor/browser/view/renderingContext"
8093
+ ],
8094
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8095
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8096
+ "require",
8097
+ "exports",
8098
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8099
+ "vs/base/common/uint"
8100
+ ],
8101
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8102
+ "require",
8103
+ "exports"
8104
+ ],
8105
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8106
+ "require",
8107
+ "exports",
8108
+ "vs/base/common/functional"
8109
+ ],
8110
8110
  "vs/editor/common/cursor/oneCursor": [
8111
8111
  "require",
8112
8112
  "exports",
@@ -8177,13 +8177,13 @@
8177
8177
  "vs/base/browser/dom"
8178
8178
  ],
8179
8179
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8180
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8181
8180
  "vs/base/common/history": [
8182
8181
  "require",
8183
8182
  "exports",
8184
8183
  "vs/base/common/navigator"
8185
8184
  ],
8186
8185
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8186
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8187
8187
  "vs/platform/quickinput/browser/quickInputUtils": [
8188
8188
  "require",
8189
8189
  "exports",