monaco-editor-core 0.51.0-dev-20240713 → 0.51.0-dev-20240715

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 +844 -844
  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
@@ -1508,6 +1508,14 @@
1508
1508
  "vs/platform/instantiation/common/instantiation"
1509
1509
  ],
1510
1510
  "vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
1511
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1512
+ "require",
1513
+ "exports",
1514
+ "vs/base/common/lifecycle",
1515
+ "vs/editor/browser/editorBrowser",
1516
+ "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1517
+ "vs/nls"
1518
+ ],
1511
1519
  "vs/platform/registry/common/platform": [
1512
1520
  "require",
1513
1521
  "exports",
@@ -1521,24 +1529,6 @@
1521
1529
  "vs/base/common/lifecycle",
1522
1530
  "vs/platform/registry/common/platform"
1523
1531
  ],
1524
- "vs/platform/quickinput/browser/helpQuickAccess": [
1525
- "require",
1526
- "exports",
1527
- "vs/nls",
1528
- "vs/platform/registry/common/platform",
1529
- "vs/base/common/lifecycle",
1530
- "vs/platform/keybinding/common/keybinding",
1531
- "vs/platform/quickinput/common/quickAccess",
1532
- "vs/platform/quickinput/common/quickInput"
1533
- ],
1534
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1535
- "require",
1536
- "exports",
1537
- "vs/base/common/lifecycle",
1538
- "vs/editor/browser/editorBrowser",
1539
- "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1540
- "vs/nls"
1541
- ],
1542
1532
  "vs/editor/browser/services/codeEditorService": [
1543
1533
  "require",
1544
1534
  "exports",
@@ -1555,41 +1545,15 @@
1555
1545
  "exports",
1556
1546
  "vs/platform/instantiation/common/instantiation"
1557
1547
  ],
1558
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1559
- "require",
1560
- "exports",
1561
- "vs/base/common/iconLabels",
1562
- "vs/platform/action/common/action",
1563
- "vs/platform/quickinput/browser/commandsQuickAccess"
1564
- ],
1565
- "vs/platform/instantiation/common/instantiation": [
1566
- "require",
1567
- "exports"
1568
- ],
1569
- "vs/platform/keybinding/common/keybinding": [
1570
- "require",
1571
- "exports",
1572
- "vs/platform/instantiation/common/instantiation"
1573
- ],
1574
- "vs/platform/commands/common/commands": [
1548
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1575
1549
  "require",
1576
1550
  "exports",
1577
- "vs/base/common/event",
1578
- "vs/base/common/iterator",
1551
+ "vs/nls",
1552
+ "vs/platform/registry/common/platform",
1579
1553
  "vs/base/common/lifecycle",
1580
- "vs/base/common/linkedList",
1581
- "vs/base/common/types",
1582
- "vs/platform/instantiation/common/instantiation"
1583
- ],
1584
- "vs/platform/telemetry/common/telemetry": [
1585
- "require",
1586
- "exports",
1587
- "vs/platform/instantiation/common/instantiation"
1588
- ],
1589
- "vs/platform/dialogs/common/dialogs": [
1590
- "require",
1591
- "exports",
1592
- "vs/platform/instantiation/common/instantiation"
1554
+ "vs/platform/keybinding/common/keybinding",
1555
+ "vs/platform/quickinput/common/quickAccess",
1556
+ "vs/platform/quickinput/common/quickInput"
1593
1557
  ],
1594
1558
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1595
1559
  "require",
@@ -1638,6 +1602,42 @@
1638
1602
  "vs/platform/theme/common/colorRegistry",
1639
1603
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1640
1604
  ],
1605
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1606
+ "require",
1607
+ "exports",
1608
+ "vs/base/common/iconLabels",
1609
+ "vs/platform/action/common/action",
1610
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1611
+ ],
1612
+ "vs/platform/instantiation/common/instantiation": [
1613
+ "require",
1614
+ "exports"
1615
+ ],
1616
+ "vs/platform/keybinding/common/keybinding": [
1617
+ "require",
1618
+ "exports",
1619
+ "vs/platform/instantiation/common/instantiation"
1620
+ ],
1621
+ "vs/platform/commands/common/commands": [
1622
+ "require",
1623
+ "exports",
1624
+ "vs/base/common/event",
1625
+ "vs/base/common/iterator",
1626
+ "vs/base/common/lifecycle",
1627
+ "vs/base/common/linkedList",
1628
+ "vs/base/common/types",
1629
+ "vs/platform/instantiation/common/instantiation"
1630
+ ],
1631
+ "vs/platform/telemetry/common/telemetry": [
1632
+ "require",
1633
+ "exports",
1634
+ "vs/platform/instantiation/common/instantiation"
1635
+ ],
1636
+ "vs/platform/dialogs/common/dialogs": [
1637
+ "require",
1638
+ "exports",
1639
+ "vs/platform/instantiation/common/instantiation"
1640
+ ],
1641
1641
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1642
1642
  "require",
1643
1643
  "exports",
@@ -1731,27 +1731,27 @@
1731
1731
  "require",
1732
1732
  "exports"
1733
1733
  ],
1734
- "vs/base/common/diff/diffChange": [
1734
+ "vs/base/common/cache": [
1735
1735
  "require",
1736
1736
  "exports"
1737
1737
  ],
1738
- "vs/base/common/hash": [
1738
+ "vs/base/common/lazy": [
1739
1739
  "require",
1740
- "exports",
1741
- "vs/base/common/strings"
1740
+ "exports"
1742
1741
  ],
1743
1742
  "vs/base/common/path": [
1744
1743
  "require",
1745
1744
  "exports",
1746
1745
  "vs/base/common/process"
1747
1746
  ],
1748
- "vs/base/common/cache": [
1747
+ "vs/base/common/diff/diffChange": [
1749
1748
  "require",
1750
1749
  "exports"
1751
1750
  ],
1752
- "vs/base/common/lazy": [
1751
+ "vs/base/common/hash": [
1753
1752
  "require",
1754
- "exports"
1753
+ "exports",
1754
+ "vs/base/common/strings"
1755
1755
  ],
1756
1756
  "vs/editor/common/model/prefixSumComputer": [
1757
1757
  "require",
@@ -1783,20 +1783,6 @@
1783
1783
  "require",
1784
1784
  "exports"
1785
1785
  ],
1786
- "vs/editor/common/model/textModelSearch": [
1787
- "require",
1788
- "exports",
1789
- "vs/base/common/strings",
1790
- "vs/editor/common/core/wordCharacterClassifier",
1791
- "vs/editor/common/core/position",
1792
- "vs/editor/common/core/range",
1793
- "vs/editor/common/model"
1794
- ],
1795
- "vs/base/common/assert": [
1796
- "require",
1797
- "exports",
1798
- "vs/base/common/errors"
1799
- ],
1800
1786
  "vs/editor/common/diff/legacyLinesDiffComputer": [
1801
1787
  "require",
1802
1788
  "exports",
@@ -1826,6 +1812,32 @@
1826
1812
  "vs/editor/common/diff/linesDiffComputer",
1827
1813
  "vs/editor/common/diff/rangeMapping"
1828
1814
  ],
1815
+ "vs/editor/common/model/textModelSearch": [
1816
+ "require",
1817
+ "exports",
1818
+ "vs/base/common/strings",
1819
+ "vs/editor/common/core/wordCharacterClassifier",
1820
+ "vs/editor/common/core/position",
1821
+ "vs/editor/common/core/range",
1822
+ "vs/editor/common/model"
1823
+ ],
1824
+ "vs/base/common/assert": [
1825
+ "require",
1826
+ "exports",
1827
+ "vs/base/common/errors"
1828
+ ],
1829
+ "vs/base/common/arrays": [
1830
+ "require",
1831
+ "exports"
1832
+ ],
1833
+ "vs/editor/common/core/textModelDefaults": [
1834
+ "require",
1835
+ "exports"
1836
+ ],
1837
+ "vs/nls": [
1838
+ "require",
1839
+ "exports"
1840
+ ],
1829
1841
  "vs/base/browser/window": [
1830
1842
  "require",
1831
1843
  "exports"
@@ -2077,18 +2089,6 @@
2077
2089
  "vs/editor/browser/widget/multiDiffEditor/colors"
2078
2090
  ],
2079
2091
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2080
- "vs/base/common/arrays": [
2081
- "require",
2082
- "exports"
2083
- ],
2084
- "vs/editor/common/core/textModelDefaults": [
2085
- "require",
2086
- "exports"
2087
- ],
2088
- "vs/nls": [
2089
- "require",
2090
- "exports"
2091
- ],
2092
2092
  "vs/editor/standalone/common/monarch/monarchCompile": [
2093
2093
  "require",
2094
2094
  "exports",
@@ -2278,26 +2278,79 @@
2278
2278
  "vs/base/common/uri"
2279
2279
  ],
2280
2280
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2281
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2281
+ "vs/base/common/async": [
2282
+ "require",
2283
+ "exports",
2284
+ "vs/base/common/cancellation",
2285
+ "vs/base/common/errors",
2286
+ "vs/base/common/event",
2287
+ "vs/base/common/lifecycle",
2288
+ "vs/base/common/platform",
2289
+ "vs/base/common/symbols"
2290
+ ],
2291
+ "vs/editor/common/model/textModel": [
2282
2292
  "require",
2283
2293
  "exports",
2294
+ "vs/base/common/arrays",
2295
+ "vs/base/common/color",
2296
+ "vs/base/common/errors",
2297
+ "vs/base/common/event",
2298
+ "vs/base/common/lifecycle",
2299
+ "vs/base/common/strings",
2300
+ "vs/base/common/uri",
2301
+ "vs/editor/common/core/eolCounter",
2302
+ "vs/editor/common/core/indentation",
2303
+ "vs/editor/common/core/lineRange",
2304
+ "vs/editor/common/core/position",
2284
2305
  "vs/editor/common/core/range",
2285
- "vs/editor/common/core/selection"
2306
+ "vs/editor/common/core/selection",
2307
+ "vs/editor/common/core/textModelDefaults",
2308
+ "vs/editor/common/languages/language",
2309
+ "vs/editor/common/languages/languageConfigurationRegistry",
2310
+ "vs/editor/common/model",
2311
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2312
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2313
+ "vs/editor/common/model/editStack",
2314
+ "vs/editor/common/model/guidesTextModelPart",
2315
+ "vs/editor/common/model/indentationGuesser",
2316
+ "vs/editor/common/model/intervalTree",
2317
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2318
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2319
+ "vs/editor/common/model/textModelSearch",
2320
+ "vs/editor/common/model/tokenizationTextModelPart",
2321
+ "vs/editor/common/textModelEvents",
2322
+ "vs/platform/undoRedo/common/undoRedo"
2286
2323
  ],
2287
- "vs/editor/common/commands/replaceCommand": [
2324
+ "vs/platform/theme/common/colorRegistry": [
2288
2325
  "require",
2289
2326
  "exports",
2290
- "vs/editor/common/core/selection"
2327
+ "vs/platform/theme/common/colorUtils",
2328
+ "vs/platform/theme/common/colors/baseColors",
2329
+ "vs/platform/theme/common/colors/chartsColors",
2330
+ "vs/platform/theme/common/colors/editorColors",
2331
+ "vs/platform/theme/common/colors/inputColors",
2332
+ "vs/platform/theme/common/colors/listColors",
2333
+ "vs/platform/theme/common/colors/menuColors",
2334
+ "vs/platform/theme/common/colors/minimapColors",
2335
+ "vs/platform/theme/common/colors/miscColors",
2336
+ "vs/platform/theme/common/colors/quickpickColors",
2337
+ "vs/platform/theme/common/colors/searchColors"
2291
2338
  ],
2292
- "vs/editor/common/cursor/cursorMoveOperations": [
2339
+ "vs/platform/theme/common/themeService": [
2340
+ "require",
2341
+ "exports",
2342
+ "vs/base/common/event",
2343
+ "vs/base/common/lifecycle",
2344
+ "vs/platform/instantiation/common/instantiation",
2345
+ "vs/platform/registry/common/platform",
2346
+ "vs/platform/theme/common/theme"
2347
+ ],
2348
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2349
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2293
2350
  "require",
2294
2351
  "exports",
2295
- "vs/base/common/strings",
2296
- "vs/editor/common/core/cursorColumns",
2297
- "vs/editor/common/core/position",
2298
2352
  "vs/editor/common/core/range",
2299
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2300
- "vs/editor/common/cursorCommon"
2353
+ "vs/editor/common/core/selection"
2301
2354
  ],
2302
2355
  "vs/base/common/network": [
2303
2356
  "require",
@@ -2435,55 +2488,22 @@
2435
2488
  "require",
2436
2489
  "exports"
2437
2490
  ],
2438
- "vs/editor/common/model/textModel": [
2491
+ "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2492
+ "require",
2493
+ "exports",
2494
+ "vs/base/common/strings",
2495
+ "vs/editor/common/core/characterClassifier",
2496
+ "vs/editor/common/textModelEvents",
2497
+ "vs/editor/common/modelLineProjectionData"
2498
+ ],
2499
+ "vs/editor/common/viewModel/viewModelImpl": [
2439
2500
  "require",
2440
2501
  "exports",
2441
2502
  "vs/base/common/arrays",
2503
+ "vs/base/common/async",
2442
2504
  "vs/base/common/color",
2443
- "vs/base/common/errors",
2444
- "vs/base/common/event",
2445
2505
  "vs/base/common/lifecycle",
2446
- "vs/base/common/strings",
2447
- "vs/base/common/uri",
2448
- "vs/editor/common/core/eolCounter",
2449
- "vs/editor/common/core/indentation",
2450
- "vs/editor/common/core/lineRange",
2451
- "vs/editor/common/core/position",
2452
- "vs/editor/common/core/range",
2453
- "vs/editor/common/core/selection",
2454
- "vs/editor/common/core/textModelDefaults",
2455
- "vs/editor/common/languages/language",
2456
- "vs/editor/common/languages/languageConfigurationRegistry",
2457
- "vs/editor/common/model",
2458
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2459
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2460
- "vs/editor/common/model/editStack",
2461
- "vs/editor/common/model/guidesTextModelPart",
2462
- "vs/editor/common/model/indentationGuesser",
2463
- "vs/editor/common/model/intervalTree",
2464
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2465
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2466
- "vs/editor/common/model/textModelSearch",
2467
- "vs/editor/common/model/tokenizationTextModelPart",
2468
- "vs/editor/common/textModelEvents",
2469
- "vs/platform/undoRedo/common/undoRedo"
2470
- ],
2471
- "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2472
- "require",
2473
- "exports",
2474
- "vs/base/common/strings",
2475
- "vs/editor/common/core/characterClassifier",
2476
- "vs/editor/common/textModelEvents",
2477
- "vs/editor/common/modelLineProjectionData"
2478
- ],
2479
- "vs/editor/common/viewModel/viewModelImpl": [
2480
- "require",
2481
- "exports",
2482
- "vs/base/common/arrays",
2483
- "vs/base/common/async",
2484
- "vs/base/common/color",
2485
- "vs/base/common/lifecycle",
2486
- "vs/base/common/platform",
2506
+ "vs/base/common/platform",
2487
2507
  "vs/base/common/strings",
2488
2508
  "vs/editor/common/config/editorOptions",
2489
2509
  "vs/editor/common/cursor/cursor",
@@ -2513,30 +2533,6 @@
2513
2533
  "require",
2514
2534
  "exports"
2515
2535
  ],
2516
- "vs/platform/theme/common/colorRegistry": [
2517
- "require",
2518
- "exports",
2519
- "vs/platform/theme/common/colorUtils",
2520
- "vs/platform/theme/common/colors/baseColors",
2521
- "vs/platform/theme/common/colors/chartsColors",
2522
- "vs/platform/theme/common/colors/editorColors",
2523
- "vs/platform/theme/common/colors/inputColors",
2524
- "vs/platform/theme/common/colors/listColors",
2525
- "vs/platform/theme/common/colors/menuColors",
2526
- "vs/platform/theme/common/colors/minimapColors",
2527
- "vs/platform/theme/common/colors/miscColors",
2528
- "vs/platform/theme/common/colors/quickpickColors",
2529
- "vs/platform/theme/common/colors/searchColors"
2530
- ],
2531
- "vs/platform/theme/common/themeService": [
2532
- "require",
2533
- "exports",
2534
- "vs/base/common/event",
2535
- "vs/base/common/lifecycle",
2536
- "vs/platform/instantiation/common/instantiation",
2537
- "vs/platform/registry/common/platform",
2538
- "vs/platform/theme/common/theme"
2539
- ],
2540
2536
  "vs/editor/browser/services/markerDecorations": [
2541
2537
  "require",
2542
2538
  "exports",
@@ -2544,17 +2540,21 @@
2544
2540
  "vs/editor/browser/editorExtensions"
2545
2541
  ],
2546
2542
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2547
- "vs/base/common/async": [
2543
+ "vs/editor/common/commands/replaceCommand": [
2548
2544
  "require",
2549
2545
  "exports",
2550
- "vs/base/common/cancellation",
2551
- "vs/base/common/errors",
2552
- "vs/base/common/event",
2553
- "vs/base/common/lifecycle",
2554
- "vs/base/common/platform",
2555
- "vs/base/common/symbols"
2546
+ "vs/editor/common/core/selection"
2547
+ ],
2548
+ "vs/editor/common/cursor/cursorMoveOperations": [
2549
+ "require",
2550
+ "exports",
2551
+ "vs/base/common/strings",
2552
+ "vs/editor/common/core/cursorColumns",
2553
+ "vs/editor/common/core/position",
2554
+ "vs/editor/common/core/range",
2555
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2556
+ "vs/editor/common/cursorCommon"
2556
2557
  ],
2557
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2558
2558
  "vs/editor/browser/controller/textAreaInput": [
2559
2559
  "require",
2560
2560
  "exports",
@@ -2611,6 +2611,56 @@
2611
2611
  "exports",
2612
2612
  "vs/platform/instantiation/common/instantiation"
2613
2613
  ],
2614
+ "vs/editor/browser/stableEditorScroll": [
2615
+ "require",
2616
+ "exports"
2617
+ ],
2618
+ "vs/editor/contrib/codelens/browser/codelens": [
2619
+ "require",
2620
+ "exports",
2621
+ "vs/base/common/cancellation",
2622
+ "vs/base/common/errors",
2623
+ "vs/base/common/lifecycle",
2624
+ "vs/base/common/types",
2625
+ "vs/base/common/uri",
2626
+ "vs/editor/common/services/model",
2627
+ "vs/platform/commands/common/commands",
2628
+ "vs/editor/common/services/languageFeatures"
2629
+ ],
2630
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2631
+ "require",
2632
+ "exports",
2633
+ "vs/base/common/event",
2634
+ "vs/base/common/map",
2635
+ "vs/editor/common/core/range",
2636
+ "vs/editor/contrib/codelens/browser/codelens",
2637
+ "vs/platform/instantiation/common/extensions",
2638
+ "vs/platform/instantiation/common/instantiation",
2639
+ "vs/platform/storage/common/storage",
2640
+ "vs/base/browser/window",
2641
+ "vs/base/browser/dom"
2642
+ ],
2643
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2644
+ "require",
2645
+ "exports",
2646
+ "vs/base/browser/dom",
2647
+ "vs/base/browser/ui/iconLabel/iconLabels",
2648
+ "vs/editor/common/core/range",
2649
+ "vs/editor/common/model/textModel",
2650
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2651
+ ],
2652
+ "vs/editor/common/services/languageFeatureDebounce": [
2653
+ "require",
2654
+ "exports",
2655
+ "vs/base/common/hash",
2656
+ "vs/base/common/map",
2657
+ "vs/base/common/numbers",
2658
+ "vs/platform/environment/common/environment",
2659
+ "vs/platform/instantiation/common/extensions",
2660
+ "vs/platform/instantiation/common/instantiation",
2661
+ "vs/platform/log/common/log",
2662
+ "vs/base/common/network"
2663
+ ],
2614
2664
  "vs/editor/common/config/editorConfigurationSchema": [
2615
2665
  "require",
2616
2666
  "exports",
@@ -2696,56 +2746,6 @@
2696
2746
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2697
2747
  "vs/platform/registry/common/platform"
2698
2748
  ],
2699
- "vs/editor/browser/stableEditorScroll": [
2700
- "require",
2701
- "exports"
2702
- ],
2703
- "vs/editor/contrib/codelens/browser/codelens": [
2704
- "require",
2705
- "exports",
2706
- "vs/base/common/cancellation",
2707
- "vs/base/common/errors",
2708
- "vs/base/common/lifecycle",
2709
- "vs/base/common/types",
2710
- "vs/base/common/uri",
2711
- "vs/editor/common/services/model",
2712
- "vs/platform/commands/common/commands",
2713
- "vs/editor/common/services/languageFeatures"
2714
- ],
2715
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2716
- "require",
2717
- "exports",
2718
- "vs/base/common/event",
2719
- "vs/base/common/map",
2720
- "vs/editor/common/core/range",
2721
- "vs/editor/contrib/codelens/browser/codelens",
2722
- "vs/platform/instantiation/common/extensions",
2723
- "vs/platform/instantiation/common/instantiation",
2724
- "vs/platform/storage/common/storage",
2725
- "vs/base/browser/window",
2726
- "vs/base/browser/dom"
2727
- ],
2728
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2729
- "require",
2730
- "exports",
2731
- "vs/base/browser/dom",
2732
- "vs/base/browser/ui/iconLabel/iconLabels",
2733
- "vs/editor/common/core/range",
2734
- "vs/editor/common/model/textModel",
2735
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2736
- ],
2737
- "vs/editor/common/services/languageFeatureDebounce": [
2738
- "require",
2739
- "exports",
2740
- "vs/base/common/hash",
2741
- "vs/base/common/map",
2742
- "vs/base/common/numbers",
2743
- "vs/platform/environment/common/environment",
2744
- "vs/platform/instantiation/common/extensions",
2745
- "vs/platform/instantiation/common/instantiation",
2746
- "vs/platform/log/common/log",
2747
- "vs/base/common/network"
2748
- ],
2749
2749
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2750
2750
  "require",
2751
2751
  "exports",
@@ -2800,24 +2800,6 @@
2800
2800
  "require",
2801
2801
  "exports"
2802
2802
  ],
2803
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2804
- "require",
2805
- "exports",
2806
- "vs/editor/common/core/editOperation",
2807
- "vs/editor/common/core/position",
2808
- "vs/editor/common/core/range",
2809
- "vs/editor/common/core/selection"
2810
- ],
2811
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2812
- "require",
2813
- "exports",
2814
- "vs/base/common/strings",
2815
- "vs/editor/common/core/editOperation",
2816
- "vs/editor/common/core/position",
2817
- "vs/editor/common/core/range",
2818
- "vs/editor/common/core/selection",
2819
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2820
- ],
2821
2803
  "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2822
2804
  "require",
2823
2805
  "exports",
@@ -2876,6 +2858,24 @@
2876
2858
  "vs/base/common/uri",
2877
2859
  "vs/platform/instantiation/common/instantiation"
2878
2860
  ],
2861
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2862
+ "require",
2863
+ "exports",
2864
+ "vs/editor/common/core/editOperation",
2865
+ "vs/editor/common/core/position",
2866
+ "vs/editor/common/core/range",
2867
+ "vs/editor/common/core/selection"
2868
+ ],
2869
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2870
+ "require",
2871
+ "exports",
2872
+ "vs/base/common/strings",
2873
+ "vs/editor/common/core/editOperation",
2874
+ "vs/editor/common/core/position",
2875
+ "vs/editor/common/core/range",
2876
+ "vs/editor/common/core/selection",
2877
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2878
+ ],
2879
2879
  "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2880
2880
  "require",
2881
2881
  "exports",
@@ -3127,6 +3127,12 @@
3127
3127
  "require",
3128
3128
  "exports"
3129
3129
  ],
3130
+ "vs/base/common/themables": [
3131
+ "require",
3132
+ "exports",
3133
+ "vs/base/common/codicons"
3134
+ ],
3135
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3130
3136
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3131
3137
  "require",
3132
3138
  "exports",
@@ -3238,12 +3244,6 @@
3238
3244
  "vs/base/common/platform"
3239
3245
  ],
3240
3246
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3241
- "vs/base/common/themables": [
3242
- "require",
3243
- "exports",
3244
- "vs/base/common/codicons"
3245
- ],
3246
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3247
3247
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3248
3248
  "require",
3249
3249
  "exports",
@@ -3369,58 +3369,22 @@
3369
3369
  "exports"
3370
3370
  ],
3371
3371
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3372
- "vs/editor/common/commands/shiftCommand": [
3372
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3373
3373
  "require",
3374
3374
  "exports",
3375
- "vs/base/common/strings",
3376
- "vs/editor/common/core/cursorColumns",
3377
- "vs/editor/common/core/range",
3378
- "vs/editor/common/core/selection",
3379
- "vs/editor/common/languages/enterAction",
3380
- "vs/editor/common/languages/languageConfigurationRegistry"
3381
- ],
3382
- "vs/editor/contrib/indentation/common/indentUtils": [
3383
- "require",
3384
- "exports"
3385
- ],
3386
- "vs/editor/common/languages/autoIndent": [
3387
- "require",
3388
- "exports",
3389
- "vs/base/common/strings",
3390
- "vs/editor/common/languages/languageConfiguration",
3391
- "vs/editor/common/languages/supports/indentationLineProcessor"
3392
- ],
3393
- "vs/editor/contrib/indentation/common/indentation": [
3394
- "require",
3395
- "exports",
3396
- "vs/base/common/strings",
3397
- "vs/editor/common/commands/shiftCommand",
3398
- "vs/editor/common/core/editOperation",
3399
- "vs/editor/common/core/indentation",
3400
- "vs/editor/common/core/selection",
3401
- "vs/editor/common/languages/supports/indentationLineProcessor"
3402
- ],
3403
- "vs/editor/common/tokens/lineTokens": [
3404
- "require",
3405
- "exports",
3406
- "vs/editor/common/encodedTokenAttributes"
3407
- ],
3408
- "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3409
- "require",
3410
- "exports",
3411
- "vs/base/browser/dom",
3412
- "vs/base/common/arrays",
3413
- "vs/base/common/async",
3414
- "vs/base/common/cancellation",
3415
- "vs/base/common/errors",
3416
- "vs/base/common/lifecycle",
3417
- "vs/base/common/map",
3418
- "vs/base/common/types",
3419
- "vs/base/common/uri",
3420
- "vs/editor/browser/editorDom",
3421
- "vs/editor/browser/stableEditorScroll",
3422
- "vs/editor/common/config/editorOptions",
3423
- "vs/editor/common/core/editOperation",
3375
+ "vs/base/browser/dom",
3376
+ "vs/base/common/arrays",
3377
+ "vs/base/common/async",
3378
+ "vs/base/common/cancellation",
3379
+ "vs/base/common/errors",
3380
+ "vs/base/common/lifecycle",
3381
+ "vs/base/common/map",
3382
+ "vs/base/common/types",
3383
+ "vs/base/common/uri",
3384
+ "vs/editor/browser/editorDom",
3385
+ "vs/editor/browser/stableEditorScroll",
3386
+ "vs/editor/common/config/editorOptions",
3387
+ "vs/editor/common/core/editOperation",
3424
3388
  "vs/editor/common/core/range",
3425
3389
  "vs/editor/common/languages",
3426
3390
  "vs/editor/common/model",
@@ -3462,6 +3426,42 @@
3462
3426
  "vs/platform/hover/browser/hover",
3463
3427
  "vs/platform/commands/common/commands"
3464
3428
  ],
3429
+ "vs/editor/common/commands/shiftCommand": [
3430
+ "require",
3431
+ "exports",
3432
+ "vs/base/common/strings",
3433
+ "vs/editor/common/core/cursorColumns",
3434
+ "vs/editor/common/core/range",
3435
+ "vs/editor/common/core/selection",
3436
+ "vs/editor/common/languages/enterAction",
3437
+ "vs/editor/common/languages/languageConfigurationRegistry"
3438
+ ],
3439
+ "vs/editor/contrib/indentation/common/indentUtils": [
3440
+ "require",
3441
+ "exports"
3442
+ ],
3443
+ "vs/editor/common/languages/autoIndent": [
3444
+ "require",
3445
+ "exports",
3446
+ "vs/base/common/strings",
3447
+ "vs/editor/common/languages/languageConfiguration",
3448
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3449
+ ],
3450
+ "vs/editor/contrib/indentation/common/indentation": [
3451
+ "require",
3452
+ "exports",
3453
+ "vs/base/common/strings",
3454
+ "vs/editor/common/commands/shiftCommand",
3455
+ "vs/editor/common/core/editOperation",
3456
+ "vs/editor/common/core/indentation",
3457
+ "vs/editor/common/core/selection",
3458
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3459
+ ],
3460
+ "vs/editor/common/tokens/lineTokens": [
3461
+ "require",
3462
+ "exports",
3463
+ "vs/editor/common/encodedTokenAttributes"
3464
+ ],
3465
3465
  "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3466
3466
  "require",
3467
3467
  "exports",
@@ -3505,7 +3505,6 @@
3505
3505
  "vs/editor/common/core/editOperation",
3506
3506
  "vs/editor/common/core/range"
3507
3507
  ],
3508
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3509
3508
  "vs/base/common/resources": [
3510
3509
  "require",
3511
3510
  "exports",
@@ -3531,6 +3530,7 @@
3531
3530
  "vs/editor/common/services/languageFeatures"
3532
3531
  ],
3533
3532
  "vs/css!vs/editor/contrib/links/browser/links": [],
3533
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3534
3534
  "vs/editor/contrib/inlineEdit/browser/commands": [
3535
3535
  "require",
3536
3536
  "exports",
@@ -3690,6 +3690,37 @@
3690
3690
  "vs/platform/instantiation/common/instantiation"
3691
3691
  ],
3692
3692
  "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3693
+ "vs/editor/common/services/semanticTokensProviderStyling": [
3694
+ "require",
3695
+ "exports",
3696
+ "vs/editor/common/encodedTokenAttributes",
3697
+ "vs/platform/theme/common/themeService",
3698
+ "vs/platform/log/common/log",
3699
+ "vs/editor/common/tokens/sparseMultilineTokens",
3700
+ "vs/editor/common/languages/language"
3701
+ ],
3702
+ "vs/editor/contrib/semanticTokens/common/getSemanticTokens": [
3703
+ "require",
3704
+ "exports",
3705
+ "vs/base/common/cancellation",
3706
+ "vs/base/common/errors",
3707
+ "vs/base/common/uri",
3708
+ "vs/editor/common/services/model",
3709
+ "vs/platform/commands/common/commands",
3710
+ "vs/base/common/types",
3711
+ "vs/editor/common/services/semanticTokensDto",
3712
+ "vs/editor/common/core/range",
3713
+ "vs/editor/common/services/languageFeatures"
3714
+ ],
3715
+ "vs/editor/common/services/semanticTokensStyling": [
3716
+ "require",
3717
+ "exports",
3718
+ "vs/platform/instantiation/common/instantiation"
3719
+ ],
3720
+ "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3721
+ "require",
3722
+ "exports"
3723
+ ],
3693
3724
  "vs/editor/browser/services/bulkEditService": [
3694
3725
  "require",
3695
3726
  "exports",
@@ -3733,37 +3764,6 @@
3733
3764
  "vs/platform/theme/common/themeService",
3734
3765
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3735
3766
  ],
3736
- "vs/editor/common/services/semanticTokensProviderStyling": [
3737
- "require",
3738
- "exports",
3739
- "vs/editor/common/encodedTokenAttributes",
3740
- "vs/platform/theme/common/themeService",
3741
- "vs/platform/log/common/log",
3742
- "vs/editor/common/tokens/sparseMultilineTokens",
3743
- "vs/editor/common/languages/language"
3744
- ],
3745
- "vs/editor/contrib/semanticTokens/common/getSemanticTokens": [
3746
- "require",
3747
- "exports",
3748
- "vs/base/common/cancellation",
3749
- "vs/base/common/errors",
3750
- "vs/base/common/uri",
3751
- "vs/editor/common/services/model",
3752
- "vs/platform/commands/common/commands",
3753
- "vs/base/common/types",
3754
- "vs/editor/common/services/semanticTokensDto",
3755
- "vs/editor/common/core/range",
3756
- "vs/editor/common/services/languageFeatures"
3757
- ],
3758
- "vs/editor/common/services/semanticTokensStyling": [
3759
- "require",
3760
- "exports",
3761
- "vs/platform/instantiation/common/instantiation"
3762
- ],
3763
- "vs/editor/contrib/semanticTokens/common/semanticTokensConfig": [
3764
- "require",
3765
- "exports"
3766
- ],
3767
3767
  "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3768
3768
  "require",
3769
3769
  "exports",
@@ -3853,14 +3853,19 @@
3853
3853
  "vs/editor/contrib/folding/browser/folding",
3854
3854
  "vs/editor/contrib/folding/browser/foldingModel"
3855
3855
  ],
3856
- "vs/base/common/keybindings": [
3856
+ "vs/base/common/filters": [
3857
3857
  "require",
3858
3858
  "exports",
3859
- "vs/base/common/errors"
3859
+ "vs/base/common/map",
3860
+ "vs/base/common/naturalLanguage/korean",
3861
+ "vs/base/common/strings"
3860
3862
  ],
3861
- "vs/editor/contrib/snippet/browser/snippetParser": [
3863
+ "vs/editor/contrib/suggest/browser/completionModel": [
3862
3864
  "require",
3863
- "exports"
3865
+ "exports",
3866
+ "vs/base/common/arrays",
3867
+ "vs/base/common/filters",
3868
+ "vs/base/common/strings"
3864
3869
  ],
3865
3870
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3866
3871
  "require",
@@ -3875,23 +3880,6 @@
3875
3880
  "vs/platform/instantiation/common/instantiation",
3876
3881
  "vs/platform/storage/common/storage"
3877
3882
  ],
3878
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3879
- "require",
3880
- "exports",
3881
- "vs/platform/contextkey/common/contextkey"
3882
- ],
3883
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3884
- "require",
3885
- "exports",
3886
- "vs/platform/contextkey/common/contextkey"
3887
- ],
3888
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3889
- "require",
3890
- "exports",
3891
- "vs/base/common/arrays",
3892
- "vs/base/common/lifecycle",
3893
- "vs/editor/common/core/characterClassifier"
3894
- ],
3895
3883
  "vs/editor/contrib/suggest/browser/suggestModel": [
3896
3884
  "require",
3897
3885
  "exports",
@@ -3918,6 +3906,39 @@
3918
3906
  "vs/editor/contrib/snippet/browser/snippetController2",
3919
3907
  "vs/platform/environment/common/environment"
3920
3908
  ],
3909
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3910
+ "require",
3911
+ "exports",
3912
+ "vs/base/common/arrays",
3913
+ "vs/editor/common/core/range",
3914
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3915
+ ],
3916
+ "vs/base/common/keybindings": [
3917
+ "require",
3918
+ "exports",
3919
+ "vs/base/common/errors"
3920
+ ],
3921
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3922
+ "require",
3923
+ "exports"
3924
+ ],
3925
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3926
+ "require",
3927
+ "exports",
3928
+ "vs/platform/contextkey/common/contextkey"
3929
+ ],
3930
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3931
+ "require",
3932
+ "exports",
3933
+ "vs/platform/contextkey/common/contextkey"
3934
+ ],
3935
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3936
+ "require",
3937
+ "exports",
3938
+ "vs/base/common/arrays",
3939
+ "vs/base/common/lifecycle",
3940
+ "vs/editor/common/core/characterClassifier"
3941
+ ],
3921
3942
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3922
3943
  "require",
3923
3944
  "exports",
@@ -3953,27 +3974,6 @@
3953
3974
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3954
3975
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3955
3976
  ],
3956
- "vs/base/common/filters": [
3957
- "require",
3958
- "exports",
3959
- "vs/base/common/map",
3960
- "vs/base/common/naturalLanguage/korean",
3961
- "vs/base/common/strings"
3962
- ],
3963
- "vs/editor/contrib/suggest/browser/completionModel": [
3964
- "require",
3965
- "exports",
3966
- "vs/base/common/arrays",
3967
- "vs/base/common/filters",
3968
- "vs/base/common/strings"
3969
- ],
3970
- "vs/editor/contrib/suggest/browser/wordDistance": [
3971
- "require",
3972
- "exports",
3973
- "vs/base/common/arrays",
3974
- "vs/editor/common/core/range",
3975
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3976
- ],
3977
3977
  "vs/editor/common/viewModel/viewModelDecorations": [
3978
3978
  "require",
3979
3979
  "exports",
@@ -4107,6 +4107,24 @@
4107
4107
  "vs/platform/theme/common/themeService",
4108
4108
  "vs/base/browser/ui/aria/aria"
4109
4109
  ],
4110
+ "vs/base/common/fuzzyScorer": [
4111
+ "require",
4112
+ "exports",
4113
+ "vs/base/common/filters",
4114
+ "vs/base/common/path",
4115
+ "vs/base/common/platform",
4116
+ "vs/base/common/strings"
4117
+ ],
4118
+ "vs/base/common/arraysFind": [
4119
+ "require",
4120
+ "exports"
4121
+ ],
4122
+ "vs/platform/instantiation/common/extensions": [
4123
+ "require",
4124
+ "exports",
4125
+ "vs/platform/instantiation/common/descriptors"
4126
+ ],
4127
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4110
4128
  "vs/base/common/iconLabels": [
4111
4129
  "require",
4112
4130
  "exports",
@@ -4139,25 +4157,7 @@
4139
4157
  "vs/platform/storage/common/storage",
4140
4158
  "vs/platform/telemetry/common/telemetry"
4141
4159
  ],
4142
- "vs/base/common/fuzzyScorer": [
4143
- "require",
4144
- "exports",
4145
- "vs/base/common/filters",
4146
- "vs/base/common/path",
4147
- "vs/base/common/platform",
4148
- "vs/base/common/strings"
4149
- ],
4150
- "vs/base/common/arraysFind": [
4151
- "require",
4152
- "exports"
4153
- ],
4154
- "vs/platform/instantiation/common/extensions": [
4155
- "require",
4156
- "exports",
4157
- "vs/platform/instantiation/common/descriptors"
4158
- ],
4159
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4160
- "vs/platform/list/browser/listService": [
4160
+ "vs/platform/list/browser/listService": [
4161
4161
  "require",
4162
4162
  "exports",
4163
4163
  "vs/base/browser/dom",
@@ -4210,11 +4210,6 @@
4210
4210
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4211
4211
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4212
4212
  ],
4213
- "vs/base/common/severity": [
4214
- "require",
4215
- "exports",
4216
- "vs/base/common/strings"
4217
- ],
4218
4213
  "vs/base/parts/storage/common/storage": [
4219
4214
  "require",
4220
4215
  "exports",
@@ -4224,6 +4219,11 @@
4224
4219
  "vs/base/common/marshalling",
4225
4220
  "vs/base/common/types"
4226
4221
  ],
4222
+ "vs/base/common/severity": [
4223
+ "require",
4224
+ "exports",
4225
+ "vs/base/common/strings"
4226
+ ],
4227
4227
  "vs/platform/contextkey/common/scanner": [
4228
4228
  "require",
4229
4229
  "exports",
@@ -4339,18 +4339,6 @@
4339
4339
  "vs/editor/common/core/range",
4340
4340
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4341
4341
  ],
4342
- "vs/base/browser/pixelRatio": [
4343
- "require",
4344
- "exports",
4345
- "vs/base/browser/dom",
4346
- "vs/base/common/event",
4347
- "vs/base/common/lifecycle"
4348
- ],
4349
- "vs/editor/browser/config/charWidthReader": [
4350
- "require",
4351
- "exports",
4352
- "vs/editor/browser/config/domFontInfo"
4353
- ],
4354
4342
  "vs/editor/browser/services/editorWorkerService": [
4355
4343
  "require",
4356
4344
  "exports",
@@ -4374,6 +4362,18 @@
4374
4362
  "vs/base/browser/window",
4375
4363
  "vs/base/browser/dom"
4376
4364
  ],
4365
+ "vs/base/browser/pixelRatio": [
4366
+ "require",
4367
+ "exports",
4368
+ "vs/base/browser/dom",
4369
+ "vs/base/common/event",
4370
+ "vs/base/common/lifecycle"
4371
+ ],
4372
+ "vs/editor/browser/config/charWidthReader": [
4373
+ "require",
4374
+ "exports",
4375
+ "vs/editor/browser/config/domFontInfo"
4376
+ ],
4377
4377
  "vs/editor/common/languages/languageConfiguration": [
4378
4378
  "require",
4379
4379
  "exports"
@@ -4921,10 +4921,197 @@
4921
4921
  "vs/editor/common/languages/languageConfigurationRegistry",
4922
4922
  "vs/editor/common/languages/supports/indentationLineProcessor"
4923
4923
  ],
4924
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4924
+ "vs/base/common/symbols": [
4925
+ "require",
4926
+ "exports"
4927
+ ],
4928
+ "vs/platform/theme/common/colors/baseColors": [
4925
4929
  "require",
4926
4930
  "exports",
4927
- "vs/editor/common/core/cursorColumns"
4931
+ "vs/nls",
4932
+ "vs/base/common/color",
4933
+ "vs/platform/theme/common/colorUtils"
4934
+ ],
4935
+ "vs/platform/theme/common/colors/chartsColors": [
4936
+ "require",
4937
+ "exports",
4938
+ "vs/nls",
4939
+ "vs/platform/theme/common/colorUtils",
4940
+ "vs/platform/theme/common/colors/baseColors",
4941
+ "vs/platform/theme/common/colors/editorColors",
4942
+ "vs/platform/theme/common/colors/minimapColors"
4943
+ ],
4944
+ "vs/platform/theme/common/colors/editorColors": [
4945
+ "require",
4946
+ "exports",
4947
+ "vs/nls",
4948
+ "vs/base/common/color",
4949
+ "vs/platform/theme/common/colorUtils",
4950
+ "vs/platform/theme/common/colors/baseColors",
4951
+ "vs/platform/theme/common/colors/miscColors"
4952
+ ],
4953
+ "vs/platform/theme/common/colors/inputColors": [
4954
+ "require",
4955
+ "exports",
4956
+ "vs/nls",
4957
+ "vs/base/common/color",
4958
+ "vs/platform/theme/common/colorUtils",
4959
+ "vs/platform/theme/common/colors/baseColors",
4960
+ "vs/platform/theme/common/colors/editorColors"
4961
+ ],
4962
+ "vs/platform/theme/common/colors/listColors": [
4963
+ "require",
4964
+ "exports",
4965
+ "vs/nls",
4966
+ "vs/base/common/color",
4967
+ "vs/platform/theme/common/colorUtils",
4968
+ "vs/platform/theme/common/colors/baseColors",
4969
+ "vs/platform/theme/common/colors/editorColors"
4970
+ ],
4971
+ "vs/platform/theme/common/colors/menuColors": [
4972
+ "require",
4973
+ "exports",
4974
+ "vs/nls",
4975
+ "vs/platform/theme/common/colorUtils",
4976
+ "vs/platform/theme/common/colors/baseColors",
4977
+ "vs/platform/theme/common/colors/inputColors",
4978
+ "vs/platform/theme/common/colors/listColors"
4979
+ ],
4980
+ "vs/platform/theme/common/colors/minimapColors": [
4981
+ "require",
4982
+ "exports",
4983
+ "vs/nls",
4984
+ "vs/base/common/color",
4985
+ "vs/platform/theme/common/colorUtils",
4986
+ "vs/platform/theme/common/colors/editorColors",
4987
+ "vs/platform/theme/common/colors/miscColors"
4988
+ ],
4989
+ "vs/platform/theme/common/colors/miscColors": [
4990
+ "require",
4991
+ "exports",
4992
+ "vs/nls",
4993
+ "vs/base/common/color",
4994
+ "vs/platform/theme/common/colorUtils",
4995
+ "vs/platform/theme/common/colors/baseColors"
4996
+ ],
4997
+ "vs/platform/theme/common/colors/quickpickColors": [
4998
+ "require",
4999
+ "exports",
5000
+ "vs/nls",
5001
+ "vs/base/common/color",
5002
+ "vs/platform/theme/common/colorUtils",
5003
+ "vs/platform/theme/common/colors/editorColors",
5004
+ "vs/platform/theme/common/colors/listColors"
5005
+ ],
5006
+ "vs/platform/theme/common/colors/searchColors": [
5007
+ "require",
5008
+ "exports",
5009
+ "vs/nls",
5010
+ "vs/platform/theme/common/colorUtils",
5011
+ "vs/platform/theme/common/colors/baseColors",
5012
+ "vs/platform/theme/common/colors/editorColors"
5013
+ ],
5014
+ "vs/editor/common/core/eolCounter": [
5015
+ "require",
5016
+ "exports"
5017
+ ],
5018
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5019
+ "require",
5020
+ "exports",
5021
+ "vs/base/common/arrays",
5022
+ "vs/base/common/event",
5023
+ "vs/base/common/lifecycle",
5024
+ "vs/editor/common/core/range",
5025
+ "vs/editor/common/languages/supports",
5026
+ "vs/editor/common/languages/supports/richEditBrackets",
5027
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5028
+ ],
5029
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5030
+ "require",
5031
+ "exports",
5032
+ "vs/base/common/event",
5033
+ "vs/base/common/lifecycle",
5034
+ "vs/editor/common/core/range",
5035
+ "vs/editor/common/core/editorColorRegistry",
5036
+ "vs/platform/theme/common/themeService"
5037
+ ],
5038
+ "vs/editor/common/model/editStack": [
5039
+ "require",
5040
+ "exports",
5041
+ "vs/nls",
5042
+ "vs/base/common/errors",
5043
+ "vs/editor/common/core/selection",
5044
+ "vs/base/common/uri",
5045
+ "vs/editor/common/core/textChange",
5046
+ "vs/base/common/buffer",
5047
+ "vs/base/common/resources"
5048
+ ],
5049
+ "vs/editor/common/model/guidesTextModelPart": [
5050
+ "require",
5051
+ "exports",
5052
+ "vs/base/common/arraysFind",
5053
+ "vs/base/common/strings",
5054
+ "vs/editor/common/core/cursorColumns",
5055
+ "vs/editor/common/core/range",
5056
+ "vs/editor/common/model/textModelPart",
5057
+ "vs/editor/common/model/utils",
5058
+ "vs/editor/common/textModelGuides",
5059
+ "vs/base/common/errors"
5060
+ ],
5061
+ "vs/editor/common/model/indentationGuesser": [
5062
+ "require",
5063
+ "exports"
5064
+ ],
5065
+ "vs/editor/common/model/intervalTree": [
5066
+ "require",
5067
+ "exports"
5068
+ ],
5069
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5070
+ "require",
5071
+ "exports",
5072
+ "vs/base/common/event",
5073
+ "vs/base/common/strings",
5074
+ "vs/editor/common/core/range",
5075
+ "vs/editor/common/model",
5076
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5077
+ "vs/editor/common/core/eolCounter",
5078
+ "vs/editor/common/core/textChange",
5079
+ "vs/base/common/lifecycle"
5080
+ ],
5081
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5082
+ "require",
5083
+ "exports",
5084
+ "vs/base/common/strings",
5085
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5086
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5087
+ ],
5088
+ "vs/editor/common/model/tokenizationTextModelPart": [
5089
+ "require",
5090
+ "exports",
5091
+ "vs/base/common/arrays",
5092
+ "vs/base/common/async",
5093
+ "vs/base/common/errors",
5094
+ "vs/base/common/event",
5095
+ "vs/base/common/lifecycle",
5096
+ "vs/editor/common/core/eolCounter",
5097
+ "vs/editor/common/core/lineRange",
5098
+ "vs/editor/common/core/position",
5099
+ "vs/editor/common/core/wordHelper",
5100
+ "vs/editor/common/languages",
5101
+ "vs/editor/common/model/textModelPart",
5102
+ "vs/editor/common/model/textModelTokens",
5103
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5104
+ "vs/editor/common/tokens/contiguousTokensStore",
5105
+ "vs/editor/common/tokens/sparseTokensStore"
5106
+ ],
5107
+ "vs/editor/common/textModelEvents": [
5108
+ "require",
5109
+ "exports"
5110
+ ],
5111
+ "vs/platform/undoRedo/common/undoRedo": [
5112
+ "require",
5113
+ "exports",
5114
+ "vs/platform/instantiation/common/instantiation"
4928
5115
  ],
4929
5116
  "vs/base/browser/fastDomNode": [
4930
5117
  "require",
@@ -5271,108 +5458,6 @@
5271
5458
  "vs/editor/common/core/position",
5272
5459
  "vs/editor/common/model"
5273
5460
  ],
5274
- "vs/editor/common/textModelEvents": [
5275
- "require",
5276
- "exports"
5277
- ],
5278
- "vs/editor/common/core/eolCounter": [
5279
- "require",
5280
- "exports"
5281
- ],
5282
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5283
- "require",
5284
- "exports",
5285
- "vs/base/common/arrays",
5286
- "vs/base/common/event",
5287
- "vs/base/common/lifecycle",
5288
- "vs/editor/common/core/range",
5289
- "vs/editor/common/languages/supports",
5290
- "vs/editor/common/languages/supports/richEditBrackets",
5291
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5292
- ],
5293
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5294
- "require",
5295
- "exports",
5296
- "vs/base/common/event",
5297
- "vs/base/common/lifecycle",
5298
- "vs/editor/common/core/range",
5299
- "vs/editor/common/core/editorColorRegistry",
5300
- "vs/platform/theme/common/themeService"
5301
- ],
5302
- "vs/editor/common/model/editStack": [
5303
- "require",
5304
- "exports",
5305
- "vs/nls",
5306
- "vs/base/common/errors",
5307
- "vs/editor/common/core/selection",
5308
- "vs/base/common/uri",
5309
- "vs/editor/common/core/textChange",
5310
- "vs/base/common/buffer",
5311
- "vs/base/common/resources"
5312
- ],
5313
- "vs/editor/common/model/guidesTextModelPart": [
5314
- "require",
5315
- "exports",
5316
- "vs/base/common/arraysFind",
5317
- "vs/base/common/strings",
5318
- "vs/editor/common/core/cursorColumns",
5319
- "vs/editor/common/core/range",
5320
- "vs/editor/common/model/textModelPart",
5321
- "vs/editor/common/model/utils",
5322
- "vs/editor/common/textModelGuides",
5323
- "vs/base/common/errors"
5324
- ],
5325
- "vs/editor/common/model/indentationGuesser": [
5326
- "require",
5327
- "exports"
5328
- ],
5329
- "vs/editor/common/model/intervalTree": [
5330
- "require",
5331
- "exports"
5332
- ],
5333
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5334
- "require",
5335
- "exports",
5336
- "vs/base/common/event",
5337
- "vs/base/common/strings",
5338
- "vs/editor/common/core/range",
5339
- "vs/editor/common/model",
5340
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5341
- "vs/editor/common/core/eolCounter",
5342
- "vs/editor/common/core/textChange",
5343
- "vs/base/common/lifecycle"
5344
- ],
5345
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5346
- "require",
5347
- "exports",
5348
- "vs/base/common/strings",
5349
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5350
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5351
- ],
5352
- "vs/editor/common/model/tokenizationTextModelPart": [
5353
- "require",
5354
- "exports",
5355
- "vs/base/common/arrays",
5356
- "vs/base/common/async",
5357
- "vs/base/common/errors",
5358
- "vs/base/common/event",
5359
- "vs/base/common/lifecycle",
5360
- "vs/editor/common/core/eolCounter",
5361
- "vs/editor/common/core/lineRange",
5362
- "vs/editor/common/core/position",
5363
- "vs/editor/common/core/wordHelper",
5364
- "vs/editor/common/languages",
5365
- "vs/editor/common/model/textModelPart",
5366
- "vs/editor/common/model/textModelTokens",
5367
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5368
- "vs/editor/common/tokens/contiguousTokensStore",
5369
- "vs/editor/common/tokens/sparseTokensStore"
5370
- ],
5371
- "vs/platform/undoRedo/common/undoRedo": [
5372
- "require",
5373
- "exports",
5374
- "vs/platform/instantiation/common/instantiation"
5375
- ],
5376
5461
  "vs/editor/common/cursor/cursor": [
5377
5462
  "require",
5378
5463
  "exports",
@@ -5437,104 +5522,19 @@
5437
5522
  "vs/editor/common/model/textModel",
5438
5523
  "vs/editor/common/textModelEvents",
5439
5524
  "vs/editor/common/viewEvents",
5440
- "vs/editor/common/viewModel/modelLineProjection",
5441
- "vs/editor/common/model/prefixSumComputer",
5442
- "vs/editor/common/viewModel"
5443
- ],
5444
- "vs/editor/common/viewModel/glyphLanesModel": [
5445
- "require",
5446
- "exports",
5447
- "vs/editor/common/model"
5448
- ],
5449
- "vs/platform/theme/common/colors/baseColors": [
5450
- "require",
5451
- "exports",
5452
- "vs/nls",
5453
- "vs/base/common/color",
5454
- "vs/platform/theme/common/colorUtils"
5455
- ],
5456
- "vs/platform/theme/common/colors/chartsColors": [
5457
- "require",
5458
- "exports",
5459
- "vs/nls",
5460
- "vs/platform/theme/common/colorUtils",
5461
- "vs/platform/theme/common/colors/baseColors",
5462
- "vs/platform/theme/common/colors/editorColors",
5463
- "vs/platform/theme/common/colors/minimapColors"
5464
- ],
5465
- "vs/platform/theme/common/colors/editorColors": [
5466
- "require",
5467
- "exports",
5468
- "vs/nls",
5469
- "vs/base/common/color",
5470
- "vs/platform/theme/common/colorUtils",
5471
- "vs/platform/theme/common/colors/baseColors",
5472
- "vs/platform/theme/common/colors/miscColors"
5473
- ],
5474
- "vs/platform/theme/common/colors/inputColors": [
5475
- "require",
5476
- "exports",
5477
- "vs/nls",
5478
- "vs/base/common/color",
5479
- "vs/platform/theme/common/colorUtils",
5480
- "vs/platform/theme/common/colors/baseColors",
5481
- "vs/platform/theme/common/colors/editorColors"
5482
- ],
5483
- "vs/platform/theme/common/colors/listColors": [
5484
- "require",
5485
- "exports",
5486
- "vs/nls",
5487
- "vs/base/common/color",
5488
- "vs/platform/theme/common/colorUtils",
5489
- "vs/platform/theme/common/colors/baseColors",
5490
- "vs/platform/theme/common/colors/editorColors"
5491
- ],
5492
- "vs/platform/theme/common/colors/menuColors": [
5493
- "require",
5494
- "exports",
5495
- "vs/nls",
5496
- "vs/platform/theme/common/colorUtils",
5497
- "vs/platform/theme/common/colors/baseColors",
5498
- "vs/platform/theme/common/colors/inputColors",
5499
- "vs/platform/theme/common/colors/listColors"
5500
- ],
5501
- "vs/platform/theme/common/colors/minimapColors": [
5502
- "require",
5503
- "exports",
5504
- "vs/nls",
5505
- "vs/base/common/color",
5506
- "vs/platform/theme/common/colorUtils",
5507
- "vs/platform/theme/common/colors/editorColors",
5508
- "vs/platform/theme/common/colors/miscColors"
5509
- ],
5510
- "vs/platform/theme/common/colors/miscColors": [
5511
- "require",
5512
- "exports",
5513
- "vs/nls",
5514
- "vs/base/common/color",
5515
- "vs/platform/theme/common/colorUtils",
5516
- "vs/platform/theme/common/colors/baseColors"
5525
+ "vs/editor/common/viewModel/modelLineProjection",
5526
+ "vs/editor/common/model/prefixSumComputer",
5527
+ "vs/editor/common/viewModel"
5517
5528
  ],
5518
- "vs/platform/theme/common/colors/quickpickColors": [
5529
+ "vs/editor/common/viewModel/glyphLanesModel": [
5519
5530
  "require",
5520
5531
  "exports",
5521
- "vs/nls",
5522
- "vs/base/common/color",
5523
- "vs/platform/theme/common/colorUtils",
5524
- "vs/platform/theme/common/colors/editorColors",
5525
- "vs/platform/theme/common/colors/listColors"
5532
+ "vs/editor/common/model"
5526
5533
  ],
5527
- "vs/platform/theme/common/colors/searchColors": [
5534
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5528
5535
  "require",
5529
5536
  "exports",
5530
- "vs/nls",
5531
- "vs/platform/theme/common/colorUtils",
5532
- "vs/platform/theme/common/colors/baseColors",
5533
- "vs/platform/theme/common/colors/editorColors"
5534
- ],
5535
- "vs/base/common/symbols": [
5536
- "require",
5537
- "exports"
5537
+ "vs/editor/common/core/cursorColumns"
5538
5538
  ],
5539
5539
  "vs/base/browser/event": [
5540
5540
  "require",
@@ -5593,6 +5593,17 @@
5593
5593
  "vs/platform/notification/common/notification",
5594
5594
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5595
5595
  ],
5596
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5597
+ "require",
5598
+ "exports",
5599
+ "vs/base/browser/dom",
5600
+ "vs/base/common/themables"
5601
+ ],
5602
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5603
+ "vs/base/common/numbers": [
5604
+ "require",
5605
+ "exports"
5606
+ ],
5596
5607
  "vs/editor/common/config/diffEditor": [
5597
5608
  "require",
5598
5609
  "exports"
@@ -5699,17 +5710,6 @@
5699
5710
  "vs/base/common/event",
5700
5711
  "vs/platform/registry/common/platform"
5701
5712
  ],
5702
- "vs/base/browser/ui/iconLabel/iconLabels": [
5703
- "require",
5704
- "exports",
5705
- "vs/base/browser/dom",
5706
- "vs/base/common/themables"
5707
- ],
5708
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5709
- "vs/base/common/numbers": [
5710
- "require",
5711
- "exports"
5712
- ],
5713
5713
  "vs/editor/browser/editorDom": [
5714
5714
  "require",
5715
5715
  "exports",
@@ -6237,13 +6237,6 @@
6237
6237
  "vs/editor/browser/editorExtensions",
6238
6238
  "vs/editor/common/services/languageFeatures"
6239
6239
  ],
6240
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6241
- "require",
6242
- "exports",
6243
- "vs/base/common/strings",
6244
- "vs/editor/common/languages/supports",
6245
- "vs/editor/common/tokens/lineTokens"
6246
- ],
6247
6240
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6248
6241
  "require",
6249
6242
  "exports",
@@ -6272,6 +6265,13 @@
6272
6265
  "vs/platform/instantiation/common/instantiation",
6273
6266
  "vs/platform/notification/common/notification"
6274
6267
  ],
6268
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6269
+ "require",
6270
+ "exports",
6271
+ "vs/base/common/strings",
6272
+ "vs/editor/common/languages/supports",
6273
+ "vs/editor/common/tokens/lineTokens"
6274
+ ],
6275
6275
  "vs/base/common/extpath": [
6276
6276
  "require",
6277
6277
  "exports",
@@ -6425,6 +6425,12 @@
6425
6425
  "exports",
6426
6426
  "vs/base/common/process"
6427
6427
  ],
6428
+ "vs/editor/common/services/semanticTokensDto": [
6429
+ "require",
6430
+ "exports",
6431
+ "vs/base/common/buffer",
6432
+ "vs/base/common/platform"
6433
+ ],
6428
6434
  "vs/editor/common/tokens/sparseMultilineTokens": [
6429
6435
  "require",
6430
6436
  "exports",
@@ -6458,11 +6464,10 @@
6458
6464
  "vs/css!vs/base/browser/ui/list/list"
6459
6465
  ],
6460
6466
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6461
- "vs/editor/common/services/semanticTokensDto": [
6467
+ "vs/platform/action/common/actionCommonCategories": [
6462
6468
  "require",
6463
6469
  "exports",
6464
- "vs/base/common/buffer",
6465
- "vs/base/common/platform"
6470
+ "vs/nls"
6466
6471
  ],
6467
6472
  "vs/editor/contrib/snippet/browser/snippetVariables": [
6468
6473
  "require",
@@ -6478,11 +6483,6 @@
6478
6483
  "vs/platform/workspace/common/workspace"
6479
6484
  ],
6480
6485
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6481
- "vs/platform/action/common/actionCommonCategories": [
6482
- "require",
6483
- "exports",
6484
- "vs/nls"
6485
- ],
6486
6486
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6487
6487
  "require",
6488
6488
  "exports",
@@ -6516,6 +6516,10 @@
6516
6516
  "require",
6517
6517
  "exports"
6518
6518
  ],
6519
+ "vs/base/common/naturalLanguage/korean": [
6520
+ "require",
6521
+ "exports"
6522
+ ],
6519
6523
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6520
6524
  "require",
6521
6525
  "exports",
@@ -6572,10 +6576,6 @@
6572
6576
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6573
6577
  ],
6574
6578
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6575
- "vs/base/common/naturalLanguage/korean": [
6576
- "require",
6577
- "exports"
6578
- ],
6579
6579
  "vs/platform/opener/browser/link": [
6580
6580
  "require",
6581
6581
  "exports",
@@ -6657,41 +6657,12 @@
6657
6657
  "vs/base/common/lifecycle",
6658
6658
  "vs/base/common/types"
6659
6659
  ],
6660
- "vs/base/browser/ui/splitview/splitview": [
6661
- "require",
6662
- "exports",
6663
- "vs/base/browser/dom",
6664
- "vs/base/browser/event",
6665
- "vs/base/browser/ui/sash/sash",
6666
- "vs/base/browser/ui/scrollbar/scrollableElement",
6667
- "vs/base/common/arrays",
6668
- "vs/base/common/color",
6669
- "vs/base/common/event",
6670
- "vs/base/common/lifecycle",
6671
- "vs/base/common/numbers",
6672
- "vs/base/common/scrollable",
6673
- "vs/base/common/types",
6674
- "vs/css!vs/base/browser/ui/splitview/splitview"
6675
- ],
6676
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6660
+ "vs/base/common/marshalling": [
6677
6661
  "require",
6678
6662
  "exports",
6679
- "vs/base/browser/dom",
6680
- "vs/base/browser/ui/countBadge/countBadge",
6681
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6682
- "vs/base/browser/ui/iconLabel/iconLabel",
6683
- "vs/base/common/filters",
6684
- "vs/base/common/lifecycle",
6685
- "vs/base/common/resources",
6686
- "vs/editor/common/services/resolverService",
6687
- "vs/nls",
6688
- "vs/platform/instantiation/common/instantiation",
6689
- "vs/platform/keybinding/common/keybinding",
6690
- "vs/platform/label/common/label",
6691
- "vs/platform/theme/browser/defaultStyles",
6692
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6663
+ "vs/base/common/buffer",
6664
+ "vs/base/common/uri"
6693
6665
  ],
6694
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6695
6666
  "vs/base/browser/ui/list/listPaging": [
6696
6667
  "require",
6697
6668
  "exports",
@@ -6776,12 +6747,41 @@
6776
6747
  "vs/base/common/decorators",
6777
6748
  "vs/base/common/iterator"
6778
6749
  ],
6779
- "vs/base/common/marshalling": [
6750
+ "vs/base/browser/ui/splitview/splitview": [
6780
6751
  "require",
6781
6752
  "exports",
6782
- "vs/base/common/buffer",
6783
- "vs/base/common/uri"
6753
+ "vs/base/browser/dom",
6754
+ "vs/base/browser/event",
6755
+ "vs/base/browser/ui/sash/sash",
6756
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6757
+ "vs/base/common/arrays",
6758
+ "vs/base/common/color",
6759
+ "vs/base/common/event",
6760
+ "vs/base/common/lifecycle",
6761
+ "vs/base/common/numbers",
6762
+ "vs/base/common/scrollable",
6763
+ "vs/base/common/types",
6764
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6765
+ ],
6766
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6767
+ "require",
6768
+ "exports",
6769
+ "vs/base/browser/dom",
6770
+ "vs/base/browser/ui/countBadge/countBadge",
6771
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6772
+ "vs/base/browser/ui/iconLabel/iconLabel",
6773
+ "vs/base/common/filters",
6774
+ "vs/base/common/lifecycle",
6775
+ "vs/base/common/resources",
6776
+ "vs/editor/common/services/resolverService",
6777
+ "vs/nls",
6778
+ "vs/platform/instantiation/common/instantiation",
6779
+ "vs/platform/keybinding/common/keybinding",
6780
+ "vs/platform/label/common/label",
6781
+ "vs/platform/theme/browser/defaultStyles",
6782
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6784
6783
  ],
6784
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6785
6785
  "vs/editor/common/core/textEdit": [
6786
6786
  "require",
6787
6787
  "exports",
@@ -7031,17 +7031,6 @@
7031
7031
  "vs/base/common/range",
7032
7032
  "vs/css!vs/base/browser/ui/contextview/contextview"
7033
7033
  ],
7034
- "vs/platform/contextview/browser/contextMenuHandler": [
7035
- "require",
7036
- "exports",
7037
- "vs/base/browser/dom",
7038
- "vs/base/browser/mouseEvent",
7039
- "vs/base/browser/ui/menu/menu",
7040
- "vs/base/common/actions",
7041
- "vs/base/common/errors",
7042
- "vs/base/common/lifecycle",
7043
- "vs/platform/theme/browser/defaultStyles"
7044
- ],
7045
7034
  "vs/editor/common/services/languagesRegistry": [
7046
7035
  "require",
7047
7036
  "exports",
@@ -7053,6 +7042,17 @@
7053
7042
  "vs/platform/configuration/common/configurationRegistry",
7054
7043
  "vs/platform/registry/common/platform"
7055
7044
  ],
7045
+ "vs/platform/contextview/browser/contextMenuHandler": [
7046
+ "require",
7047
+ "exports",
7048
+ "vs/base/browser/dom",
7049
+ "vs/base/browser/mouseEvent",
7050
+ "vs/base/browser/ui/menu/menu",
7051
+ "vs/base/common/actions",
7052
+ "vs/base/common/errors",
7053
+ "vs/base/common/lifecycle",
7054
+ "vs/platform/theme/browser/defaultStyles"
7055
+ ],
7056
7056
  "vs/platform/editor/common/editor": [
7057
7057
  "require",
7058
7058
  "exports"
@@ -7179,18 +7179,84 @@
7179
7179
  "exports",
7180
7180
  "vs/base/common/actions"
7181
7181
  ],
7182
- "vs/editor/browser/viewParts/lines/viewLine": [
7182
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7183
7183
  "require",
7184
7184
  "exports",
7185
- "vs/base/browser/browser",
7186
- "vs/base/browser/fastDomNode",
7185
+ "vs/base/common/event",
7186
+ "vs/base/common/lifecycle",
7187
+ "vs/editor/common/textModelBracketPairs",
7188
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7189
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7190
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7191
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7192
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7193
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7194
+ "vs/base/common/arrays",
7195
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7196
+ ],
7197
+ "vs/editor/common/core/textChange": [
7198
+ "require",
7199
+ "exports",
7200
+ "vs/base/common/buffer",
7201
+ "vs/editor/common/core/stringBuilder"
7202
+ ],
7203
+ "vs/base/common/buffer": [
7204
+ "require",
7205
+ "exports",
7206
+ "vs/base/common/lazy"
7207
+ ],
7208
+ "vs/editor/common/model/textModelPart": [
7209
+ "require",
7210
+ "exports",
7211
+ "vs/base/common/lifecycle"
7212
+ ],
7213
+ "vs/editor/common/textModelGuides": [
7214
+ "require",
7215
+ "exports"
7216
+ ],
7217
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7218
+ "require",
7219
+ "exports",
7220
+ "vs/editor/common/core/position",
7221
+ "vs/editor/common/core/range",
7222
+ "vs/editor/common/model",
7223
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7224
+ "vs/editor/common/model/textModelSearch"
7225
+ ],
7226
+ "vs/editor/common/model/textModelTokens": [
7227
+ "require",
7228
+ "exports",
7229
+ "vs/base/common/async",
7230
+ "vs/base/common/errors",
7187
7231
  "vs/base/common/platform",
7188
- "vs/editor/browser/viewParts/lines/rangeUtil",
7189
- "vs/editor/browser/view/renderingContext",
7190
- "vs/editor/common/viewLayout/lineDecorations",
7191
- "vs/editor/common/viewLayout/viewLineRenderer",
7192
- "vs/platform/theme/common/theme",
7193
- "vs/editor/common/config/editorOptions"
7232
+ "vs/base/common/stopwatch",
7233
+ "vs/editor/common/core/eolCounter",
7234
+ "vs/editor/common/core/lineRange",
7235
+ "vs/editor/common/core/offsetRange",
7236
+ "vs/editor/common/languages/nullTokenize",
7237
+ "vs/editor/common/model/fixedArray",
7238
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7239
+ "vs/editor/common/tokens/lineTokens"
7240
+ ],
7241
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7242
+ "require",
7243
+ "exports",
7244
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7245
+ ],
7246
+ "vs/editor/common/tokens/contiguousTokensStore": [
7247
+ "require",
7248
+ "exports",
7249
+ "vs/base/common/arrays",
7250
+ "vs/editor/common/core/position",
7251
+ "vs/editor/common/tokens/contiguousTokensEditing",
7252
+ "vs/editor/common/tokens/lineTokens",
7253
+ "vs/editor/common/encodedTokenAttributes"
7254
+ ],
7255
+ "vs/editor/common/tokens/sparseTokensStore": [
7256
+ "require",
7257
+ "exports",
7258
+ "vs/base/common/arrays",
7259
+ "vs/editor/common/tokens/lineTokens"
7194
7260
  ],
7195
7261
  "vs/editor/browser/controller/mouseHandler": [
7196
7262
  "require",
@@ -7207,6 +7273,19 @@
7207
7273
  "vs/editor/common/viewEventHandler",
7208
7274
  "vs/base/browser/ui/scrollbar/scrollableElement"
7209
7275
  ],
7276
+ "vs/editor/browser/viewParts/lines/viewLine": [
7277
+ "require",
7278
+ "exports",
7279
+ "vs/base/browser/browser",
7280
+ "vs/base/browser/fastDomNode",
7281
+ "vs/base/common/platform",
7282
+ "vs/editor/browser/viewParts/lines/rangeUtil",
7283
+ "vs/editor/browser/view/renderingContext",
7284
+ "vs/editor/common/viewLayout/lineDecorations",
7285
+ "vs/editor/common/viewLayout/viewLineRenderer",
7286
+ "vs/platform/theme/common/theme",
7287
+ "vs/editor/common/config/editorOptions"
7288
+ ],
7210
7289
  "vs/base/browser/ui/mouseCursor/mouseCursor": [
7211
7290
  "require",
7212
7291
  "exports",
@@ -7230,12 +7309,8 @@
7230
7309
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7231
7310
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7232
7311
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7233
- "vs/editor/common/textModelGuides": [
7234
- "require",
7235
- "exports"
7236
- ],
7237
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7238
7312
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7313
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7239
7314
  "vs/editor/browser/viewParts/lines/domReadingContext": [
7240
7315
  "require",
7241
7316
  "exports"
@@ -7244,7 +7319,6 @@
7244
7319
  "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7245
7320
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7246
7321
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7247
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7248
7322
  "vs/base/browser/globalPointerMoveMonitor": [
7249
7323
  "require",
7250
7324
  "exports",
@@ -7269,13 +7343,14 @@
7269
7343
  "vs/base/common/platform"
7270
7344
  ],
7271
7345
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7346
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7272
7347
  "vs/editor/common/viewModel/overviewZoneManager": [
7273
7348
  "require",
7274
7349
  "exports"
7275
7350
  ],
7276
7351
  "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7277
- "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7278
7352
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7353
+ "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7279
7354
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
7280
7355
  "require",
7281
7356
  "exports",
@@ -7294,81 +7369,6 @@
7294
7369
  "require",
7295
7370
  "exports"
7296
7371
  ],
7297
- "vs/base/common/buffer": [
7298
- "require",
7299
- "exports",
7300
- "vs/base/common/lazy"
7301
- ],
7302
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7303
- "require",
7304
- "exports",
7305
- "vs/base/common/event",
7306
- "vs/base/common/lifecycle",
7307
- "vs/editor/common/textModelBracketPairs",
7308
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7309
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7310
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7311
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7312
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7313
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7314
- "vs/base/common/arrays",
7315
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7316
- ],
7317
- "vs/editor/common/core/textChange": [
7318
- "require",
7319
- "exports",
7320
- "vs/base/common/buffer",
7321
- "vs/editor/common/core/stringBuilder"
7322
- ],
7323
- "vs/editor/common/model/textModelPart": [
7324
- "require",
7325
- "exports",
7326
- "vs/base/common/lifecycle"
7327
- ],
7328
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7329
- "require",
7330
- "exports",
7331
- "vs/editor/common/core/position",
7332
- "vs/editor/common/core/range",
7333
- "vs/editor/common/model",
7334
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7335
- "vs/editor/common/model/textModelSearch"
7336
- ],
7337
- "vs/editor/common/model/textModelTokens": [
7338
- "require",
7339
- "exports",
7340
- "vs/base/common/async",
7341
- "vs/base/common/errors",
7342
- "vs/base/common/platform",
7343
- "vs/base/common/stopwatch",
7344
- "vs/editor/common/core/eolCounter",
7345
- "vs/editor/common/core/lineRange",
7346
- "vs/editor/common/core/offsetRange",
7347
- "vs/editor/common/languages/nullTokenize",
7348
- "vs/editor/common/model/fixedArray",
7349
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7350
- "vs/editor/common/tokens/lineTokens"
7351
- ],
7352
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7353
- "require",
7354
- "exports",
7355
- "vs/editor/common/tokens/contiguousMultilineTokens"
7356
- ],
7357
- "vs/editor/common/tokens/contiguousTokensStore": [
7358
- "require",
7359
- "exports",
7360
- "vs/base/common/arrays",
7361
- "vs/editor/common/core/position",
7362
- "vs/editor/common/tokens/contiguousTokensEditing",
7363
- "vs/editor/common/tokens/lineTokens",
7364
- "vs/editor/common/encodedTokenAttributes"
7365
- ],
7366
- "vs/editor/common/tokens/sparseTokensStore": [
7367
- "require",
7368
- "exports",
7369
- "vs/base/common/arrays",
7370
- "vs/editor/common/tokens/lineTokens"
7371
- ],
7372
7372
  "vs/editor/common/cursor/cursorCollection": [
7373
7373
  "require",
7374
7374
  "exports",
@@ -7450,6 +7450,13 @@
7450
7450
  "vs/base/common/event",
7451
7451
  "vs/base/common/lifecycle"
7452
7452
  ],
7453
+ "vs/editor/contrib/hover/browser/marginHoverComputer": [
7454
+ "require",
7455
+ "exports",
7456
+ "vs/base/common/arrays",
7457
+ "vs/base/common/htmlContent",
7458
+ "vs/editor/common/model"
7459
+ ],
7453
7460
  "vs/editor/contrib/hover/browser/contentHoverComputer": [
7454
7461
  "require",
7455
7462
  "exports",
@@ -7475,13 +7482,6 @@
7475
7482
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover",
7476
7483
  "vs/base/common/errors"
7477
7484
  ],
7478
- "vs/editor/contrib/hover/browser/marginHoverComputer": [
7479
- "require",
7480
- "exports",
7481
- "vs/base/common/arrays",
7482
- "vs/base/common/htmlContent",
7483
- "vs/editor/common/model"
7484
- ],
7485
7485
  "vs/base/browser/ui/selectBox/selectBoxCustom": [
7486
7486
  "require",
7487
7487
  "exports",
@@ -7516,8 +7516,8 @@
7516
7516
  "exports",
7517
7517
  "vs/base/common/strings"
7518
7518
  ],
7519
- "vs/css!vs/base/browser/ui/toggle/toggle": [],
7520
7519
  "vs/css!vs/base/browser/ui/sash/sash": [],
7520
+ "vs/css!vs/base/browser/ui/toggle/toggle": [],
7521
7521
  "vs/base/browser/ui/findinput/findInput": [
7522
7522
  "require",
7523
7523
  "exports",
@@ -7612,7 +7612,6 @@
7612
7612
  "vs/nls"
7613
7613
  ],
7614
7614
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7615
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7616
7615
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7617
7616
  "require",
7618
7617
  "exports",
@@ -7632,6 +7631,7 @@
7632
7631
  "vs/base/common/codicons"
7633
7632
  ],
7634
7633
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7634
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7635
7635
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7636
7636
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7637
7637
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
@@ -7738,7 +7738,39 @@
7738
7738
  "exports",
7739
7739
  "vs/base/common/observableInternal/base"
7740
7740
  ],
7741
+ "vs/base/browser/ui/tree/indexTreeModel": [
7742
+ "require",
7743
+ "exports",
7744
+ "vs/base/browser/ui/tree/tree",
7745
+ "vs/base/common/arrays",
7746
+ "vs/base/common/async",
7747
+ "vs/base/common/symbols",
7748
+ "vs/base/common/diff/diff",
7749
+ "vs/base/common/event",
7750
+ "vs/base/common/iterator"
7751
+ ],
7752
+ "vs/base/browser/ui/tree/tree": [
7753
+ "require",
7754
+ "exports"
7755
+ ],
7756
+ "vs/css!vs/base/browser/ui/table/table": [],
7757
+ "vs/base/browser/ui/tree/objectTreeModel": [
7758
+ "require",
7759
+ "exports",
7760
+ "vs/base/browser/ui/tree/indexTreeModel",
7761
+ "vs/base/browser/ui/tree/tree",
7762
+ "vs/base/common/iterator"
7763
+ ],
7741
7764
  "vs/css!vs/base/browser/ui/splitview/splitview": [],
7765
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7766
+ "require",
7767
+ "exports",
7768
+ "vs/base/browser/ui/tree/objectTreeModel",
7769
+ "vs/base/browser/ui/tree/tree",
7770
+ "vs/base/common/arrays",
7771
+ "vs/base/common/event",
7772
+ "vs/base/common/iterator"
7773
+ ],
7742
7774
  "vs/base/browser/ui/countBadge/countBadge": [
7743
7775
  "require",
7744
7776
  "exports",
@@ -7756,7 +7788,6 @@
7756
7788
  "vs/base/common/lifecycle",
7757
7789
  "vs/base/common/objects"
7758
7790
  ],
7759
- "vs/css!vs/base/browser/ui/table/table": [],
7760
7791
  "vs/base/browser/ui/inputbox/inputBox": [
7761
7792
  "require",
7762
7793
  "exports",
@@ -7775,38 +7806,7 @@
7775
7806
  "vs/nls",
7776
7807
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7777
7808
  ],
7778
- "vs/base/browser/ui/tree/indexTreeModel": [
7779
- "require",
7780
- "exports",
7781
- "vs/base/browser/ui/tree/tree",
7782
- "vs/base/common/arrays",
7783
- "vs/base/common/async",
7784
- "vs/base/common/symbols",
7785
- "vs/base/common/diff/diff",
7786
- "vs/base/common/event",
7787
- "vs/base/common/iterator"
7788
- ],
7789
- "vs/base/browser/ui/tree/tree": [
7790
- "require",
7791
- "exports"
7792
- ],
7793
7809
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7794
- "vs/base/browser/ui/tree/objectTreeModel": [
7795
- "require",
7796
- "exports",
7797
- "vs/base/browser/ui/tree/indexTreeModel",
7798
- "vs/base/browser/ui/tree/tree",
7799
- "vs/base/common/iterator"
7800
- ],
7801
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7802
- "require",
7803
- "exports",
7804
- "vs/base/browser/ui/tree/objectTreeModel",
7805
- "vs/base/browser/ui/tree/tree",
7806
- "vs/base/common/arrays",
7807
- "vs/base/common/event",
7808
- "vs/base/common/iterator"
7809
- ],
7810
7810
  "vs/editor/common/core/positionToOffset": [
7811
7811
  "require",
7812
7812
  "exports",
@@ -7873,6 +7873,17 @@
7873
7873
  "exports"
7874
7874
  ],
7875
7875
  "vs/css!vs/base/browser/ui/contextview/contextview": [],
7876
+ "vs/editor/common/services/languagesAssociations": [
7877
+ "require",
7878
+ "exports",
7879
+ "vs/base/common/glob",
7880
+ "vs/base/common/mime",
7881
+ "vs/base/common/network",
7882
+ "vs/base/common/path",
7883
+ "vs/base/common/resources",
7884
+ "vs/base/common/strings",
7885
+ "vs/editor/common/languages/modesRegistry"
7886
+ ],
7876
7887
  "vs/base/browser/ui/menu/menu": [
7877
7888
  "require",
7878
7889
  "exports",
@@ -7895,17 +7906,6 @@
7895
7906
  "vs/base/common/platform",
7896
7907
  "vs/base/common/strings"
7897
7908
  ],
7898
- "vs/editor/common/services/languagesAssociations": [
7899
- "require",
7900
- "exports",
7901
- "vs/base/common/glob",
7902
- "vs/base/common/mime",
7903
- "vs/base/common/network",
7904
- "vs/base/common/path",
7905
- "vs/base/common/resources",
7906
- "vs/base/common/strings",
7907
- "vs/editor/common/languages/modesRegistry"
7908
- ],
7909
7909
  "vs/platform/quickinput/browser/quickAccess": [
7910
7910
  "require",
7911
7911
  "exports",
@@ -7965,7 +7965,6 @@
7965
7965
  "vs/platform/quickinput/browser/quickInputActions"
7966
7966
  ],
7967
7967
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7968
- "vs/css!vs/base/browser/ui/button/button": [],
7969
7968
  "vs/base/browser/ui/toolbar/toolbar": [
7970
7969
  "require",
7971
7970
  "exports",
@@ -7980,27 +7979,7 @@
7980
7979
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7981
7980
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
7982
7981
  ],
7983
- "vs/editor/browser/viewParts/lines/rangeUtil": [
7984
- "require",
7985
- "exports",
7986
- "vs/editor/browser/view/renderingContext"
7987
- ],
7988
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
7989
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
7990
- "require",
7991
- "exports",
7992
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
7993
- "vs/base/common/uint"
7994
- ],
7995
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
7996
- "require",
7997
- "exports"
7998
- ],
7999
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8000
- "require",
8001
- "exports",
8002
- "vs/base/common/functional"
8003
- ],
7982
+ "vs/css!vs/base/browser/ui/button/button": [],
8004
7983
  "vs/editor/common/textModelBracketPairs": [
8005
7984
  "require",
8006
7985
  "exports"
@@ -8048,20 +8027,41 @@
8048
8027
  "require",
8049
8028
  "exports"
8050
8029
  ],
8051
- "vs/editor/common/tokens/contiguousMultilineTokens": [
8052
- "require",
8053
- "exports"
8054
- ],
8055
8030
  "vs/editor/common/model/fixedArray": [
8056
8031
  "require",
8057
8032
  "exports",
8058
8033
  "vs/base/common/arrays"
8059
8034
  ],
8035
+ "vs/editor/common/tokens/contiguousMultilineTokens": [
8036
+ "require",
8037
+ "exports"
8038
+ ],
8060
8039
  "vs/editor/common/tokens/contiguousTokensEditing": [
8061
8040
  "require",
8062
8041
  "exports",
8063
8042
  "vs/editor/common/tokens/lineTokens"
8064
8043
  ],
8044
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8045
+ "require",
8046
+ "exports",
8047
+ "vs/editor/browser/view/renderingContext"
8048
+ ],
8049
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8050
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8051
+ "require",
8052
+ "exports",
8053
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8054
+ "vs/base/common/uint"
8055
+ ],
8056
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8057
+ "require",
8058
+ "exports"
8059
+ ],
8060
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8061
+ "require",
8062
+ "exports",
8063
+ "vs/base/common/functional"
8064
+ ],
8065
8065
  "vs/editor/common/cursor/oneCursor": [
8066
8066
  "require",
8067
8067
  "exports",