monaco-editor-core 0.51.0-dev-20240714 → 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 +893 -893
  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,6 +1545,16 @@
1555
1545
  "exports",
1556
1546
  "vs/platform/instantiation/common/instantiation"
1557
1547
  ],
1548
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1549
+ "require",
1550
+ "exports",
1551
+ "vs/nls",
1552
+ "vs/platform/registry/common/platform",
1553
+ "vs/base/common/lifecycle",
1554
+ "vs/platform/keybinding/common/keybinding",
1555
+ "vs/platform/quickinput/common/quickAccess",
1556
+ "vs/platform/quickinput/common/quickInput"
1557
+ ],
1558
1558
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1559
1559
  "require",
1560
1560
  "exports",
@@ -1739,6 +1739,11 @@
1739
1739
  "require",
1740
1740
  "exports"
1741
1741
  ],
1742
+ "vs/base/common/path": [
1743
+ "require",
1744
+ "exports",
1745
+ "vs/base/common/process"
1746
+ ],
1742
1747
  "vs/base/common/diff/diffChange": [
1743
1748
  "require",
1744
1749
  "exports"
@@ -1748,11 +1753,6 @@
1748
1753
  "exports",
1749
1754
  "vs/base/common/strings"
1750
1755
  ],
1751
- "vs/base/common/path": [
1752
- "require",
1753
- "exports",
1754
- "vs/base/common/process"
1755
- ],
1756
1756
  "vs/editor/common/model/prefixSumComputer": [
1757
1757
  "require",
1758
1758
  "exports",
@@ -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,20 @@
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
1829
  "vs/base/common/arrays": [
1830
1830
  "require",
1831
1831
  "exports"
@@ -2152,6 +2152,37 @@
2152
2152
  "vs/nls",
2153
2153
  "vs/platform/instantiation/common/instantiation"
2154
2154
  ],
2155
+ "vs/base/common/codicons": [
2156
+ "require",
2157
+ "exports",
2158
+ "vs/base/common/codiconsUtil",
2159
+ "vs/base/common/codiconsLibrary"
2160
+ ],
2161
+ "vs/editor/browser/widget/diffEditor/commands": [
2162
+ "require",
2163
+ "exports",
2164
+ "vs/base/browser/dom",
2165
+ "vs/base/common/codicons",
2166
+ "vs/editor/browser/editorExtensions",
2167
+ "vs/editor/browser/services/codeEditorService",
2168
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2169
+ "vs/editor/common/editorContextKeys",
2170
+ "vs/nls",
2171
+ "vs/platform/actions/common/actions",
2172
+ "vs/platform/configuration/common/configuration",
2173
+ "vs/platform/contextkey/common/contextkey",
2174
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2175
+ ],
2176
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2177
+ "require",
2178
+ "exports",
2179
+ "vs/base/common/codicons",
2180
+ "vs/base/common/themables",
2181
+ "vs/editor/common/model/textModel",
2182
+ "vs/nls",
2183
+ "vs/platform/theme/common/colorRegistry",
2184
+ "vs/platform/theme/common/iconRegistry"
2185
+ ],
2155
2186
  "vs/base/browser/browser": [
2156
2187
  "require",
2157
2188
  "exports",
@@ -2237,6 +2268,90 @@
2237
2268
  "vs/editor/common/languages/autoIndent",
2238
2269
  "vs/editor/common/languages/enterAction"
2239
2270
  ],
2271
+ "vs/base/common/htmlContent": [
2272
+ "require",
2273
+ "exports",
2274
+ "vs/base/common/errors",
2275
+ "vs/base/common/iconLabels",
2276
+ "vs/base/common/resources",
2277
+ "vs/base/common/strings",
2278
+ "vs/base/common/uri"
2279
+ ],
2280
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
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": [
2292
+ "require",
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",
2305
+ "vs/editor/common/core/range",
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"
2323
+ ],
2324
+ "vs/platform/theme/common/colorRegistry": [
2325
+ "require",
2326
+ "exports",
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"
2338
+ ],
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": [
2350
+ "require",
2351
+ "exports",
2352
+ "vs/editor/common/core/range",
2353
+ "vs/editor/common/core/selection"
2354
+ ],
2240
2355
  "vs/base/common/network": [
2241
2356
  "require",
2242
2357
  "exports",
@@ -2373,39 +2488,6 @@
2373
2488
  "require",
2374
2489
  "exports"
2375
2490
  ],
2376
- "vs/editor/common/model/textModel": [
2377
- "require",
2378
- "exports",
2379
- "vs/base/common/arrays",
2380
- "vs/base/common/color",
2381
- "vs/base/common/errors",
2382
- "vs/base/common/event",
2383
- "vs/base/common/lifecycle",
2384
- "vs/base/common/strings",
2385
- "vs/base/common/uri",
2386
- "vs/editor/common/core/eolCounter",
2387
- "vs/editor/common/core/indentation",
2388
- "vs/editor/common/core/lineRange",
2389
- "vs/editor/common/core/position",
2390
- "vs/editor/common/core/range",
2391
- "vs/editor/common/core/selection",
2392
- "vs/editor/common/core/textModelDefaults",
2393
- "vs/editor/common/languages/language",
2394
- "vs/editor/common/languages/languageConfigurationRegistry",
2395
- "vs/editor/common/model",
2396
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2397
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2398
- "vs/editor/common/model/editStack",
2399
- "vs/editor/common/model/guidesTextModelPart",
2400
- "vs/editor/common/model/indentationGuesser",
2401
- "vs/editor/common/model/intervalTree",
2402
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2403
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2404
- "vs/editor/common/model/textModelSearch",
2405
- "vs/editor/common/model/tokenizationTextModelPart",
2406
- "vs/editor/common/textModelEvents",
2407
- "vs/platform/undoRedo/common/undoRedo"
2408
- ],
2409
2491
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2410
2492
  "require",
2411
2493
  "exports",
@@ -2451,30 +2533,6 @@
2451
2533
  "require",
2452
2534
  "exports"
2453
2535
  ],
2454
- "vs/platform/theme/common/colorRegistry": [
2455
- "require",
2456
- "exports",
2457
- "vs/platform/theme/common/colorUtils",
2458
- "vs/platform/theme/common/colors/baseColors",
2459
- "vs/platform/theme/common/colors/chartsColors",
2460
- "vs/platform/theme/common/colors/editorColors",
2461
- "vs/platform/theme/common/colors/inputColors",
2462
- "vs/platform/theme/common/colors/listColors",
2463
- "vs/platform/theme/common/colors/menuColors",
2464
- "vs/platform/theme/common/colors/minimapColors",
2465
- "vs/platform/theme/common/colors/miscColors",
2466
- "vs/platform/theme/common/colors/quickpickColors",
2467
- "vs/platform/theme/common/colors/searchColors"
2468
- ],
2469
- "vs/platform/theme/common/themeService": [
2470
- "require",
2471
- "exports",
2472
- "vs/base/common/event",
2473
- "vs/base/common/lifecycle",
2474
- "vs/platform/instantiation/common/instantiation",
2475
- "vs/platform/registry/common/platform",
2476
- "vs/platform/theme/common/theme"
2477
- ],
2478
2536
  "vs/editor/browser/services/markerDecorations": [
2479
2537
  "require",
2480
2538
  "exports",
@@ -2482,63 +2540,20 @@
2482
2540
  "vs/editor/browser/editorExtensions"
2483
2541
  ],
2484
2542
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2485
- "vs/base/common/codicons": [
2543
+ "vs/editor/common/commands/replaceCommand": [
2486
2544
  "require",
2487
2545
  "exports",
2488
- "vs/base/common/codiconsUtil",
2489
- "vs/base/common/codiconsLibrary"
2546
+ "vs/editor/common/core/selection"
2490
2547
  ],
2491
- "vs/editor/browser/widget/diffEditor/commands": [
2548
+ "vs/editor/common/cursor/cursorMoveOperations": [
2492
2549
  "require",
2493
2550
  "exports",
2494
- "vs/base/browser/dom",
2495
- "vs/base/common/codicons",
2496
- "vs/editor/browser/editorExtensions",
2497
- "vs/editor/browser/services/codeEditorService",
2498
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2499
- "vs/editor/common/editorContextKeys",
2500
- "vs/nls",
2501
- "vs/platform/actions/common/actions",
2502
- "vs/platform/configuration/common/configuration",
2503
- "vs/platform/contextkey/common/contextkey",
2504
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2505
- ],
2506
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2507
- "require",
2508
- "exports",
2509
- "vs/base/common/codicons",
2510
- "vs/base/common/themables",
2511
- "vs/editor/common/model/textModel",
2512
- "vs/nls",
2513
- "vs/platform/theme/common/colorRegistry",
2514
- "vs/platform/theme/common/iconRegistry"
2515
- ],
2516
- "vs/base/common/htmlContent": [
2517
- "require",
2518
- "exports",
2519
- "vs/base/common/errors",
2520
- "vs/base/common/iconLabels",
2521
- "vs/base/common/resources",
2522
2551
  "vs/base/common/strings",
2523
- "vs/base/common/uri"
2524
- ],
2525
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2526
- "vs/base/common/async": [
2527
- "require",
2528
- "exports",
2529
- "vs/base/common/cancellation",
2530
- "vs/base/common/errors",
2531
- "vs/base/common/event",
2532
- "vs/base/common/lifecycle",
2533
- "vs/base/common/platform",
2534
- "vs/base/common/symbols"
2535
- ],
2536
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2537
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2538
- "require",
2539
- "exports",
2552
+ "vs/editor/common/core/cursorColumns",
2553
+ "vs/editor/common/core/position",
2540
2554
  "vs/editor/common/core/range",
2541
- "vs/editor/common/core/selection"
2555
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2556
+ "vs/editor/common/cursorCommon"
2542
2557
  ],
2543
2558
  "vs/editor/browser/controller/textAreaInput": [
2544
2559
  "require",
@@ -2596,6 +2611,56 @@
2596
2611
  "exports",
2597
2612
  "vs/platform/instantiation/common/instantiation"
2598
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
+ ],
2599
2664
  "vs/editor/common/config/editorConfigurationSchema": [
2600
2665
  "require",
2601
2666
  "exports",
@@ -2681,91 +2746,6 @@
2681
2746
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2682
2747
  "vs/platform/registry/common/platform"
2683
2748
  ],
2684
- "vs/editor/browser/stableEditorScroll": [
2685
- "require",
2686
- "exports"
2687
- ],
2688
- "vs/editor/contrib/codelens/browser/codelens": [
2689
- "require",
2690
- "exports",
2691
- "vs/base/common/cancellation",
2692
- "vs/base/common/errors",
2693
- "vs/base/common/lifecycle",
2694
- "vs/base/common/types",
2695
- "vs/base/common/uri",
2696
- "vs/editor/common/services/model",
2697
- "vs/platform/commands/common/commands",
2698
- "vs/editor/common/services/languageFeatures"
2699
- ],
2700
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2701
- "require",
2702
- "exports",
2703
- "vs/base/common/event",
2704
- "vs/base/common/map",
2705
- "vs/editor/common/core/range",
2706
- "vs/editor/contrib/codelens/browser/codelens",
2707
- "vs/platform/instantiation/common/extensions",
2708
- "vs/platform/instantiation/common/instantiation",
2709
- "vs/platform/storage/common/storage",
2710
- "vs/base/browser/window",
2711
- "vs/base/browser/dom"
2712
- ],
2713
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2714
- "require",
2715
- "exports",
2716
- "vs/base/browser/dom",
2717
- "vs/base/browser/ui/iconLabel/iconLabels",
2718
- "vs/editor/common/core/range",
2719
- "vs/editor/common/model/textModel",
2720
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2721
- ],
2722
- "vs/editor/common/services/languageFeatureDebounce": [
2723
- "require",
2724
- "exports",
2725
- "vs/base/common/hash",
2726
- "vs/base/common/map",
2727
- "vs/base/common/numbers",
2728
- "vs/platform/environment/common/environment",
2729
- "vs/platform/instantiation/common/extensions",
2730
- "vs/platform/instantiation/common/instantiation",
2731
- "vs/platform/log/common/log",
2732
- "vs/base/common/network"
2733
- ],
2734
- "vs/editor/common/commands/replaceCommand": [
2735
- "require",
2736
- "exports",
2737
- "vs/editor/common/core/selection"
2738
- ],
2739
- "vs/editor/common/cursor/cursorMoveOperations": [
2740
- "require",
2741
- "exports",
2742
- "vs/base/common/strings",
2743
- "vs/editor/common/core/cursorColumns",
2744
- "vs/editor/common/core/position",
2745
- "vs/editor/common/core/range",
2746
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2747
- "vs/editor/common/cursorCommon"
2748
- ],
2749
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2750
- "require",
2751
- "exports",
2752
- "vs/base/common/lifecycle",
2753
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2754
- "vs/platform/instantiation/common/instantiation",
2755
- "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2756
- "vs/platform/keybinding/common/keybinding",
2757
- "vs/base/common/event",
2758
- "vs/editor/common/services/languageFeatures",
2759
- "vs/editor/browser/editorExtensions",
2760
- "vs/editor/common/editorContextKeys",
2761
- "vs/platform/contextkey/common/contextkey",
2762
- "vs/editor/common/services/model",
2763
- "vs/editor/common/languages/languageConfigurationRegistry",
2764
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2765
- "vs/base/browser/dom",
2766
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2767
- ],
2768
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2769
2749
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2770
2750
  "require",
2771
2751
  "exports",
@@ -2820,24 +2800,26 @@
2820
2800
  "require",
2821
2801
  "exports"
2822
2802
  ],
2823
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2824
- "require",
2825
- "exports",
2826
- "vs/editor/common/core/editOperation",
2827
- "vs/editor/common/core/position",
2828
- "vs/editor/common/core/range",
2829
- "vs/editor/common/core/selection"
2830
- ],
2831
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2803
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2832
2804
  "require",
2833
2805
  "exports",
2834
- "vs/base/common/strings",
2835
- "vs/editor/common/core/editOperation",
2836
- "vs/editor/common/core/position",
2837
- "vs/editor/common/core/range",
2838
- "vs/editor/common/core/selection",
2839
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2806
+ "vs/base/common/lifecycle",
2807
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2808
+ "vs/platform/instantiation/common/instantiation",
2809
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2810
+ "vs/platform/keybinding/common/keybinding",
2811
+ "vs/base/common/event",
2812
+ "vs/editor/common/services/languageFeatures",
2813
+ "vs/editor/browser/editorExtensions",
2814
+ "vs/editor/common/editorContextKeys",
2815
+ "vs/platform/contextkey/common/contextkey",
2816
+ "vs/editor/common/services/model",
2817
+ "vs/editor/common/languages/languageConfigurationRegistry",
2818
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2819
+ "vs/base/browser/dom",
2820
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2840
2821
  ],
2822
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2841
2823
  "vs/base/browser/ui/actionbar/actionViewItems": [
2842
2824
  "require",
2843
2825
  "exports",
@@ -2876,10 +2858,31 @@
2876
2858
  "vs/base/common/uri",
2877
2859
  "vs/platform/instantiation/common/instantiation"
2878
2860
  ],
2879
- "vs/base/common/hierarchicalKind": [
2861
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2880
2862
  "require",
2881
- "exports"
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"
2882
2878
  ],
2879
+ "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2880
+ "require",
2881
+ "exports",
2882
+ "vs/editor/common/core/range",
2883
+ "vs/editor/common/core/selection"
2884
+ ],
2885
+ "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2883
2886
  "vs/editor/common/editorFeatures": [
2884
2887
  "require",
2885
2888
  "exports"
@@ -2900,13 +2903,6 @@
2900
2903
  "vs/nls",
2901
2904
  "vs/platform/workspace/common/workspace"
2902
2905
  ],
2903
- "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2904
- "require",
2905
- "exports",
2906
- "vs/editor/common/core/range",
2907
- "vs/editor/common/core/selection"
2908
- ],
2909
- "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2910
2906
  "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
2911
2907
  "require",
2912
2908
  "exports",
@@ -2930,6 +2926,10 @@
2930
2926
  "vs/editor/contrib/dropOrPasteInto/browser/edit",
2931
2927
  "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
2932
2928
  ],
2929
+ "vs/base/common/hierarchicalKind": [
2930
+ "require",
2931
+ "exports"
2932
+ ],
2933
2933
  "vs/editor/contrib/find/browser/findModel": [
2934
2934
  "require",
2935
2935
  "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",
@@ -3230,12 +3236,6 @@
3230
3236
  "vs/nls",
3231
3237
  "vs/platform/contextkey/common/contextkey"
3232
3238
  ],
3233
- "vs/base/common/themables": [
3234
- "require",
3235
- "exports",
3236
- "vs/base/common/codicons"
3237
- ],
3238
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3239
3239
  "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3240
3240
  "require",
3241
3241
  "exports",
@@ -3299,42 +3299,6 @@
3299
3299
  "vs/platform/theme/common/themeService",
3300
3300
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3301
3301
  ],
3302
- "vs/editor/common/commands/shiftCommand": [
3303
- "require",
3304
- "exports",
3305
- "vs/base/common/strings",
3306
- "vs/editor/common/core/cursorColumns",
3307
- "vs/editor/common/core/range",
3308
- "vs/editor/common/core/selection",
3309
- "vs/editor/common/languages/enterAction",
3310
- "vs/editor/common/languages/languageConfigurationRegistry"
3311
- ],
3312
- "vs/editor/contrib/indentation/common/indentUtils": [
3313
- "require",
3314
- "exports"
3315
- ],
3316
- "vs/editor/common/languages/autoIndent": [
3317
- "require",
3318
- "exports",
3319
- "vs/base/common/strings",
3320
- "vs/editor/common/languages/languageConfiguration",
3321
- "vs/editor/common/languages/supports/indentationLineProcessor"
3322
- ],
3323
- "vs/editor/contrib/indentation/common/indentation": [
3324
- "require",
3325
- "exports",
3326
- "vs/base/common/strings",
3327
- "vs/editor/common/commands/shiftCommand",
3328
- "vs/editor/common/core/editOperation",
3329
- "vs/editor/common/core/indentation",
3330
- "vs/editor/common/core/selection",
3331
- "vs/editor/common/languages/supports/indentationLineProcessor"
3332
- ],
3333
- "vs/editor/common/tokens/lineTokens": [
3334
- "require",
3335
- "exports",
3336
- "vs/editor/common/encodedTokenAttributes"
3337
- ],
3338
3302
  "vs/editor/contrib/hover/browser/hoverActions": [
3339
3303
  "require",
3340
3304
  "exports",
@@ -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,18 +3505,32 @@
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
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3508
+ "vs/base/common/resources": [
3510
3509
  "require",
3511
3510
  "exports",
3512
- "vs/editor/common/model",
3513
- "vs/editor/common/model/textModel",
3514
- "vs/editor/common/languages",
3515
- "vs/nls",
3516
- "vs/platform/theme/common/colorRegistry",
3517
- "vs/platform/theme/common/themeService",
3518
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3511
+ "vs/base/common/extpath",
3512
+ "vs/base/common/network",
3513
+ "vs/base/common/path",
3514
+ "vs/base/common/platform",
3515
+ "vs/base/common/strings",
3516
+ "vs/base/common/uri"
3517
+ ],
3518
+ "vs/editor/contrib/links/browser/getLinks": [
3519
+ "require",
3520
+ "exports",
3521
+ "vs/base/common/arrays",
3522
+ "vs/base/common/cancellation",
3523
+ "vs/base/common/errors",
3524
+ "vs/base/common/lifecycle",
3525
+ "vs/base/common/types",
3526
+ "vs/base/common/uri",
3527
+ "vs/editor/common/core/range",
3528
+ "vs/editor/common/services/model",
3529
+ "vs/platform/commands/common/commands",
3530
+ "vs/editor/common/services/languageFeatures"
3519
3531
  ],
3532
+ "vs/css!vs/editor/contrib/links/browser/links": [],
3533
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3520
3534
  "vs/editor/contrib/inlineEdit/browser/commands": [
3521
3535
  "require",
3522
3536
  "exports",
@@ -3552,31 +3566,17 @@
3552
3566
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3553
3567
  "vs/editor/common/services/model"
3554
3568
  ],
3555
- "vs/base/common/resources": [
3556
- "require",
3557
- "exports",
3558
- "vs/base/common/extpath",
3559
- "vs/base/common/network",
3560
- "vs/base/common/path",
3561
- "vs/base/common/platform",
3562
- "vs/base/common/strings",
3563
- "vs/base/common/uri"
3564
- ],
3565
- "vs/editor/contrib/links/browser/getLinks": [
3569
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3566
3570
  "require",
3567
3571
  "exports",
3568
- "vs/base/common/arrays",
3569
- "vs/base/common/cancellation",
3570
- "vs/base/common/errors",
3571
- "vs/base/common/lifecycle",
3572
- "vs/base/common/types",
3573
- "vs/base/common/uri",
3574
- "vs/editor/common/core/range",
3575
- "vs/editor/common/services/model",
3576
- "vs/platform/commands/common/commands",
3577
- "vs/editor/common/services/languageFeatures"
3572
+ "vs/editor/common/model",
3573
+ "vs/editor/common/model/textModel",
3574
+ "vs/editor/common/languages",
3575
+ "vs/nls",
3576
+ "vs/platform/theme/common/colorRegistry",
3577
+ "vs/platform/theme/common/themeService",
3578
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3578
3579
  ],
3579
- "vs/css!vs/editor/contrib/links/browser/links": [],
3580
3580
  "vs/editor/contrib/inlineEdits/browser/commands": [
3581
3581
  "require",
3582
3582
  "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,61 +3906,73 @@
3918
3906
  "vs/editor/contrib/snippet/browser/snippetController2",
3919
3907
  "vs/platform/environment/common/environment"
3920
3908
  ],
3921
- "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3909
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3922
3910
  "require",
3923
3911
  "exports",
3924
- "vs/base/common/lifecycle"
3912
+ "vs/base/common/arrays",
3913
+ "vs/editor/common/core/range",
3914
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3925
3915
  ],
3926
- "vs/editor/contrib/suggest/browser/suggestWidget": [
3916
+ "vs/base/common/keybindings": [
3927
3917
  "require",
3928
3918
  "exports",
3929
- "vs/base/browser/dom",
3930
- "vs/base/browser/ui/list/listWidget",
3931
- "vs/base/common/async",
3932
- "vs/base/common/errors",
3933
- "vs/base/common/event",
3934
- "vs/base/common/lifecycle",
3935
- "vs/base/common/numbers",
3936
- "vs/base/common/strings",
3937
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3938
- "vs/editor/contrib/suggest/browser/suggestWidgetStatus",
3939
- "vs/nls",
3940
- "vs/platform/contextkey/common/contextkey",
3941
- "vs/platform/instantiation/common/instantiation",
3942
- "vs/platform/storage/common/storage",
3943
- "vs/platform/theme/common/colorRegistry",
3944
- "vs/platform/theme/common/theme",
3945
- "vs/platform/theme/common/themeService",
3946
- "vs/base/browser/ui/resizable/resizable",
3947
- "vs/editor/contrib/suggest/browser/suggest",
3948
- "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3949
- "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3950
- "vs/platform/theme/browser/defaultStyles",
3951
- "vs/base/browser/ui/aria/aria",
3952
- "vs/base/browser/ui/codicons/codiconStyles",
3953
- "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3954
- "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3919
+ "vs/base/common/errors"
3955
3920
  ],
3956
- "vs/base/common/filters": [
3921
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3922
+ "require",
3923
+ "exports"
3924
+ ],
3925
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3957
3926
  "require",
3958
3927
  "exports",
3959
- "vs/base/common/map",
3960
- "vs/base/common/naturalLanguage/korean",
3961
- "vs/base/common/strings"
3928
+ "vs/platform/contextkey/common/contextkey"
3962
3929
  ],
3963
- "vs/editor/contrib/suggest/browser/completionModel": [
3930
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3964
3931
  "require",
3965
3932
  "exports",
3966
- "vs/base/common/arrays",
3967
- "vs/base/common/filters",
3968
- "vs/base/common/strings"
3933
+ "vs/platform/contextkey/common/contextkey"
3969
3934
  ],
3970
- "vs/editor/contrib/suggest/browser/wordDistance": [
3935
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3971
3936
  "require",
3972
3937
  "exports",
3973
3938
  "vs/base/common/arrays",
3974
- "vs/editor/common/core/range",
3975
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3939
+ "vs/base/common/lifecycle",
3940
+ "vs/editor/common/core/characterClassifier"
3941
+ ],
3942
+ "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3943
+ "require",
3944
+ "exports",
3945
+ "vs/base/common/lifecycle"
3946
+ ],
3947
+ "vs/editor/contrib/suggest/browser/suggestWidget": [
3948
+ "require",
3949
+ "exports",
3950
+ "vs/base/browser/dom",
3951
+ "vs/base/browser/ui/list/listWidget",
3952
+ "vs/base/common/async",
3953
+ "vs/base/common/errors",
3954
+ "vs/base/common/event",
3955
+ "vs/base/common/lifecycle",
3956
+ "vs/base/common/numbers",
3957
+ "vs/base/common/strings",
3958
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3959
+ "vs/editor/contrib/suggest/browser/suggestWidgetStatus",
3960
+ "vs/nls",
3961
+ "vs/platform/contextkey/common/contextkey",
3962
+ "vs/platform/instantiation/common/instantiation",
3963
+ "vs/platform/storage/common/storage",
3964
+ "vs/platform/theme/common/colorRegistry",
3965
+ "vs/platform/theme/common/theme",
3966
+ "vs/platform/theme/common/themeService",
3967
+ "vs/base/browser/ui/resizable/resizable",
3968
+ "vs/editor/contrib/suggest/browser/suggest",
3969
+ "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3970
+ "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3971
+ "vs/platform/theme/browser/defaultStyles",
3972
+ "vs/base/browser/ui/aria/aria",
3973
+ "vs/base/browser/ui/codicons/codiconStyles",
3974
+ "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3975
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3976
3976
  ],
3977
3977
  "vs/editor/common/viewModel/viewModelDecorations": [
3978
3978
  "require",
@@ -4107,11 +4107,6 @@
4107
4107
  "vs/platform/theme/common/themeService",
4108
4108
  "vs/base/browser/ui/aria/aria"
4109
4109
  ],
4110
- "vs/platform/instantiation/common/extensions": [
4111
- "require",
4112
- "exports",
4113
- "vs/platform/instantiation/common/descriptors"
4114
- ],
4115
4110
  "vs/base/common/fuzzyScorer": [
4116
4111
  "require",
4117
4112
  "exports",
@@ -4124,6 +4119,12 @@
4124
4119
  "require",
4125
4120
  "exports"
4126
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": [],
4127
4128
  "vs/base/common/iconLabels": [
4128
4129
  "require",
4129
4130
  "exports",
@@ -4156,7 +4157,6 @@
4156
4157
  "vs/platform/storage/common/storage",
4157
4158
  "vs/platform/telemetry/common/telemetry"
4158
4159
  ],
4159
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4160
4160
  "vs/platform/list/browser/listService": [
4161
4161
  "require",
4162
4162
  "exports",
@@ -4210,25 +4210,25 @@
4210
4210
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4211
4211
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4212
4212
  ],
4213
- "vs/platform/contextkey/common/scanner": [
4213
+ "vs/base/parts/storage/common/storage": [
4214
4214
  "require",
4215
4215
  "exports",
4216
- "vs/base/common/errors",
4217
- "vs/nls"
4216
+ "vs/base/common/async",
4217
+ "vs/base/common/event",
4218
+ "vs/base/common/lifecycle",
4219
+ "vs/base/common/marshalling",
4220
+ "vs/base/common/types"
4218
4221
  ],
4219
4222
  "vs/base/common/severity": [
4220
4223
  "require",
4221
4224
  "exports",
4222
4225
  "vs/base/common/strings"
4223
4226
  ],
4224
- "vs/base/parts/storage/common/storage": [
4227
+ "vs/platform/contextkey/common/scanner": [
4225
4228
  "require",
4226
4229
  "exports",
4227
- "vs/base/common/async",
4228
- "vs/base/common/event",
4229
- "vs/base/common/lifecycle",
4230
- "vs/base/common/marshalling",
4231
- "vs/base/common/types"
4230
+ "vs/base/common/errors",
4231
+ "vs/nls"
4232
4232
  ],
4233
4233
  "vs/editor/common/languages/supports/tokenization": [
4234
4234
  "require",
@@ -4887,6 +4887,16 @@
4887
4887
  "vs/platform/instantiation/common/extensions",
4888
4888
  "vs/nls"
4889
4889
  ],
4890
+ "vs/base/common/codiconsUtil": [
4891
+ "require",
4892
+ "exports",
4893
+ "vs/base/common/types"
4894
+ ],
4895
+ "vs/base/common/codiconsLibrary": [
4896
+ "require",
4897
+ "exports",
4898
+ "vs/base/common/codiconsUtil"
4899
+ ],
4890
4900
  "vs/css!vs/base/browser/ui/aria/aria": [],
4891
4901
  "vs/editor/common/languages/supports": [
4892
4902
  "require",
@@ -4911,6 +4921,198 @@
4911
4921
  "vs/editor/common/languages/languageConfigurationRegistry",
4912
4922
  "vs/editor/common/languages/supports/indentationLineProcessor"
4913
4923
  ],
4924
+ "vs/base/common/symbols": [
4925
+ "require",
4926
+ "exports"
4927
+ ],
4928
+ "vs/platform/theme/common/colors/baseColors": [
4929
+ "require",
4930
+ "exports",
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"
5115
+ ],
4914
5116
  "vs/base/browser/fastDomNode": [
4915
5117
  "require",
4916
5118
  "exports"
@@ -5256,108 +5458,6 @@
5256
5458
  "vs/editor/common/core/position",
5257
5459
  "vs/editor/common/model"
5258
5460
  ],
5259
- "vs/editor/common/textModelEvents": [
5260
- "require",
5261
- "exports"
5262
- ],
5263
- "vs/editor/common/core/eolCounter": [
5264
- "require",
5265
- "exports"
5266
- ],
5267
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5268
- "require",
5269
- "exports",
5270
- "vs/base/common/arrays",
5271
- "vs/base/common/event",
5272
- "vs/base/common/lifecycle",
5273
- "vs/editor/common/core/range",
5274
- "vs/editor/common/languages/supports",
5275
- "vs/editor/common/languages/supports/richEditBrackets",
5276
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5277
- ],
5278
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5279
- "require",
5280
- "exports",
5281
- "vs/base/common/event",
5282
- "vs/base/common/lifecycle",
5283
- "vs/editor/common/core/range",
5284
- "vs/editor/common/core/editorColorRegistry",
5285
- "vs/platform/theme/common/themeService"
5286
- ],
5287
- "vs/editor/common/model/editStack": [
5288
- "require",
5289
- "exports",
5290
- "vs/nls",
5291
- "vs/base/common/errors",
5292
- "vs/editor/common/core/selection",
5293
- "vs/base/common/uri",
5294
- "vs/editor/common/core/textChange",
5295
- "vs/base/common/buffer",
5296
- "vs/base/common/resources"
5297
- ],
5298
- "vs/editor/common/model/guidesTextModelPart": [
5299
- "require",
5300
- "exports",
5301
- "vs/base/common/arraysFind",
5302
- "vs/base/common/strings",
5303
- "vs/editor/common/core/cursorColumns",
5304
- "vs/editor/common/core/range",
5305
- "vs/editor/common/model/textModelPart",
5306
- "vs/editor/common/model/utils",
5307
- "vs/editor/common/textModelGuides",
5308
- "vs/base/common/errors"
5309
- ],
5310
- "vs/editor/common/model/indentationGuesser": [
5311
- "require",
5312
- "exports"
5313
- ],
5314
- "vs/editor/common/model/intervalTree": [
5315
- "require",
5316
- "exports"
5317
- ],
5318
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5319
- "require",
5320
- "exports",
5321
- "vs/base/common/event",
5322
- "vs/base/common/strings",
5323
- "vs/editor/common/core/range",
5324
- "vs/editor/common/model",
5325
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5326
- "vs/editor/common/core/eolCounter",
5327
- "vs/editor/common/core/textChange",
5328
- "vs/base/common/lifecycle"
5329
- ],
5330
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5331
- "require",
5332
- "exports",
5333
- "vs/base/common/strings",
5334
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5335
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5336
- ],
5337
- "vs/editor/common/model/tokenizationTextModelPart": [
5338
- "require",
5339
- "exports",
5340
- "vs/base/common/arrays",
5341
- "vs/base/common/async",
5342
- "vs/base/common/errors",
5343
- "vs/base/common/event",
5344
- "vs/base/common/lifecycle",
5345
- "vs/editor/common/core/eolCounter",
5346
- "vs/editor/common/core/lineRange",
5347
- "vs/editor/common/core/position",
5348
- "vs/editor/common/core/wordHelper",
5349
- "vs/editor/common/languages",
5350
- "vs/editor/common/model/textModelPart",
5351
- "vs/editor/common/model/textModelTokens",
5352
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5353
- "vs/editor/common/tokens/contiguousTokensStore",
5354
- "vs/editor/common/tokens/sparseTokensStore"
5355
- ],
5356
- "vs/platform/undoRedo/common/undoRedo": [
5357
- "require",
5358
- "exports",
5359
- "vs/platform/instantiation/common/instantiation"
5360
- ],
5361
5461
  "vs/editor/common/cursor/cursor": [
5362
5462
  "require",
5363
5463
  "exports",
@@ -5391,145 +5491,50 @@
5391
5491
  "vs/editor/common/viewLayout/viewLayout": [
5392
5492
  "require",
5393
5493
  "exports",
5394
- "vs/base/common/event",
5395
- "vs/base/common/lifecycle",
5396
- "vs/base/common/scrollable",
5397
- "vs/editor/common/viewLayout/linesLayout",
5398
- "vs/editor/common/viewModel",
5399
- "vs/editor/common/viewModelEventDispatcher"
5400
- ],
5401
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5402
- "require",
5403
- "exports",
5404
- "vs/base/common/event",
5405
- "vs/base/common/lifecycle",
5406
- "vs/editor/common/core/rgba",
5407
- "vs/editor/common/languages"
5408
- ],
5409
- "vs/editor/common/viewModelEventDispatcher": [
5410
- "require",
5411
- "exports",
5412
- "vs/base/common/event",
5413
- "vs/base/common/lifecycle"
5414
- ],
5415
- "vs/editor/common/viewModel/viewModelLines": [
5416
- "require",
5417
- "exports",
5418
- "vs/base/common/arrays",
5419
- "vs/editor/common/core/position",
5420
- "vs/editor/common/core/range",
5421
- "vs/editor/common/textModelGuides",
5422
- "vs/editor/common/model/textModel",
5423
- "vs/editor/common/textModelEvents",
5424
- "vs/editor/common/viewEvents",
5425
- "vs/editor/common/viewModel/modelLineProjection",
5426
- "vs/editor/common/model/prefixSumComputer",
5427
- "vs/editor/common/viewModel"
5428
- ],
5429
- "vs/editor/common/viewModel/glyphLanesModel": [
5430
- "require",
5431
- "exports",
5432
- "vs/editor/common/model"
5433
- ],
5434
- "vs/platform/theme/common/colors/baseColors": [
5435
- "require",
5436
- "exports",
5437
- "vs/nls",
5438
- "vs/base/common/color",
5439
- "vs/platform/theme/common/colorUtils"
5440
- ],
5441
- "vs/platform/theme/common/colors/chartsColors": [
5442
- "require",
5443
- "exports",
5444
- "vs/nls",
5445
- "vs/platform/theme/common/colorUtils",
5446
- "vs/platform/theme/common/colors/baseColors",
5447
- "vs/platform/theme/common/colors/editorColors",
5448
- "vs/platform/theme/common/colors/minimapColors"
5449
- ],
5450
- "vs/platform/theme/common/colors/editorColors": [
5451
- "require",
5452
- "exports",
5453
- "vs/nls",
5454
- "vs/base/common/color",
5455
- "vs/platform/theme/common/colorUtils",
5456
- "vs/platform/theme/common/colors/baseColors",
5457
- "vs/platform/theme/common/colors/miscColors"
5458
- ],
5459
- "vs/platform/theme/common/colors/inputColors": [
5460
- "require",
5461
- "exports",
5462
- "vs/nls",
5463
- "vs/base/common/color",
5464
- "vs/platform/theme/common/colorUtils",
5465
- "vs/platform/theme/common/colors/baseColors",
5466
- "vs/platform/theme/common/colors/editorColors"
5467
- ],
5468
- "vs/platform/theme/common/colors/listColors": [
5469
- "require",
5470
- "exports",
5471
- "vs/nls",
5472
- "vs/base/common/color",
5473
- "vs/platform/theme/common/colorUtils",
5474
- "vs/platform/theme/common/colors/baseColors",
5475
- "vs/platform/theme/common/colors/editorColors"
5476
- ],
5477
- "vs/platform/theme/common/colors/menuColors": [
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/inputColors",
5484
- "vs/platform/theme/common/colors/listColors"
5485
- ],
5486
- "vs/platform/theme/common/colors/minimapColors": [
5487
- "require",
5488
- "exports",
5489
- "vs/nls",
5490
- "vs/base/common/color",
5491
- "vs/platform/theme/common/colorUtils",
5492
- "vs/platform/theme/common/colors/editorColors",
5493
- "vs/platform/theme/common/colors/miscColors"
5494
- ],
5495
- "vs/platform/theme/common/colors/miscColors": [
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"
5494
+ "vs/base/common/event",
5495
+ "vs/base/common/lifecycle",
5496
+ "vs/base/common/scrollable",
5497
+ "vs/editor/common/viewLayout/linesLayout",
5498
+ "vs/editor/common/viewModel",
5499
+ "vs/editor/common/viewModelEventDispatcher"
5502
5500
  ],
5503
- "vs/platform/theme/common/colors/quickpickColors": [
5501
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
5504
5502
  "require",
5505
5503
  "exports",
5506
- "vs/nls",
5507
- "vs/base/common/color",
5508
- "vs/platform/theme/common/colorUtils",
5509
- "vs/platform/theme/common/colors/editorColors",
5510
- "vs/platform/theme/common/colors/listColors"
5504
+ "vs/base/common/event",
5505
+ "vs/base/common/lifecycle",
5506
+ "vs/editor/common/core/rgba",
5507
+ "vs/editor/common/languages"
5511
5508
  ],
5512
- "vs/platform/theme/common/colors/searchColors": [
5509
+ "vs/editor/common/viewModelEventDispatcher": [
5513
5510
  "require",
5514
5511
  "exports",
5515
- "vs/nls",
5516
- "vs/platform/theme/common/colorUtils",
5517
- "vs/platform/theme/common/colors/baseColors",
5518
- "vs/platform/theme/common/colors/editorColors"
5512
+ "vs/base/common/event",
5513
+ "vs/base/common/lifecycle"
5519
5514
  ],
5520
- "vs/base/common/codiconsUtil": [
5515
+ "vs/editor/common/viewModel/viewModelLines": [
5521
5516
  "require",
5522
5517
  "exports",
5523
- "vs/base/common/types"
5518
+ "vs/base/common/arrays",
5519
+ "vs/editor/common/core/position",
5520
+ "vs/editor/common/core/range",
5521
+ "vs/editor/common/textModelGuides",
5522
+ "vs/editor/common/model/textModel",
5523
+ "vs/editor/common/textModelEvents",
5524
+ "vs/editor/common/viewEvents",
5525
+ "vs/editor/common/viewModel/modelLineProjection",
5526
+ "vs/editor/common/model/prefixSumComputer",
5527
+ "vs/editor/common/viewModel"
5524
5528
  ],
5525
- "vs/base/common/codiconsLibrary": [
5529
+ "vs/editor/common/viewModel/glyphLanesModel": [
5526
5530
  "require",
5527
5531
  "exports",
5528
- "vs/base/common/codiconsUtil"
5532
+ "vs/editor/common/model"
5529
5533
  ],
5530
- "vs/base/common/symbols": [
5534
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5531
5535
  "require",
5532
- "exports"
5536
+ "exports",
5537
+ "vs/editor/common/core/cursorColumns"
5533
5538
  ],
5534
5539
  "vs/base/browser/event": [
5535
5540
  "require",
@@ -5588,6 +5593,17 @@
5588
5593
  "vs/platform/notification/common/notification",
5589
5594
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5590
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
+ ],
5591
5607
  "vs/editor/common/config/diffEditor": [
5592
5608
  "require",
5593
5609
  "exports"
@@ -5694,41 +5710,6 @@
5694
5710
  "vs/base/common/event",
5695
5711
  "vs/platform/registry/common/platform"
5696
5712
  ],
5697
- "vs/base/browser/ui/iconLabel/iconLabels": [
5698
- "require",
5699
- "exports",
5700
- "vs/base/browser/dom",
5701
- "vs/base/common/themables"
5702
- ],
5703
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5704
- "vs/base/common/numbers": [
5705
- "require",
5706
- "exports"
5707
- ],
5708
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5709
- "require",
5710
- "exports",
5711
- "vs/editor/common/core/cursorColumns"
5712
- ],
5713
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5714
- "require",
5715
- "exports",
5716
- "vs/base/browser/dom",
5717
- "vs/base/browser/ui/hover/hoverWidget",
5718
- "vs/base/common/lifecycle",
5719
- "vs/platform/keybinding/common/keybinding"
5720
- ],
5721
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5722
- "require",
5723
- "exports",
5724
- "vs/base/common/color",
5725
- "vs/editor/browser/services/editorWorkerService",
5726
- "vs/editor/common/services/model",
5727
- "vs/editor/common/languages/languageConfigurationRegistry",
5728
- "vs/base/common/lifecycle",
5729
- "vs/editor/common/services/languageFeatures",
5730
- "vs/editor/common/editorFeatures"
5731
- ],
5732
5713
  "vs/editor/browser/editorDom": [
5733
5714
  "require",
5734
5715
  "exports",
@@ -5849,6 +5830,25 @@
5849
5830
  "vs/base/browser/ui/hover/hoverWidget",
5850
5831
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5851
5832
  ],
5833
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5834
+ "require",
5835
+ "exports",
5836
+ "vs/base/browser/dom",
5837
+ "vs/base/browser/ui/hover/hoverWidget",
5838
+ "vs/base/common/lifecycle",
5839
+ "vs/platform/keybinding/common/keybinding"
5840
+ ],
5841
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5842
+ "require",
5843
+ "exports",
5844
+ "vs/base/common/color",
5845
+ "vs/editor/browser/services/editorWorkerService",
5846
+ "vs/editor/common/services/model",
5847
+ "vs/editor/common/languages/languageConfigurationRegistry",
5848
+ "vs/base/common/lifecycle",
5849
+ "vs/editor/common/services/languageFeatures",
5850
+ "vs/editor/common/editorFeatures"
5851
+ ],
5852
5852
  "vs/base/browser/dnd": [
5853
5853
  "require",
5854
5854
  "exports",
@@ -6218,13 +6218,6 @@
6218
6218
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6219
6219
  ],
6220
6220
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6221
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6222
- "require",
6223
- "exports",
6224
- "vs/base/common/strings",
6225
- "vs/editor/common/languages/supports",
6226
- "vs/editor/common/tokens/lineTokens"
6227
- ],
6228
6221
  "vs/base/browser/ui/hover/hoverWidget": [
6229
6222
  "require",
6230
6223
  "exports",
@@ -6272,10 +6265,12 @@
6272
6265
  "vs/platform/instantiation/common/instantiation",
6273
6266
  "vs/platform/notification/common/notification"
6274
6267
  ],
6275
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6276
- "vs/editor/contrib/inlineEdit/browser/commandIds": [
6268
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6277
6269
  "require",
6278
- "exports"
6270
+ "exports",
6271
+ "vs/base/common/strings",
6272
+ "vs/editor/common/languages/supports",
6273
+ "vs/editor/common/tokens/lineTokens"
6279
6274
  ],
6280
6275
  "vs/base/common/extpath": [
6281
6276
  "require",
@@ -6284,6 +6279,10 @@
6284
6279
  "vs/base/common/platform",
6285
6280
  "vs/base/common/strings"
6286
6281
  ],
6282
+ "vs/editor/contrib/inlineEdit/browser/commandIds": [
6283
+ "require",
6284
+ "exports"
6285
+ ],
6287
6286
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6288
6287
  "require",
6289
6288
  "exports",
@@ -6362,13 +6361,13 @@
6362
6361
  "vs/editor/common/services/editorWorker",
6363
6362
  "vs/platform/telemetry/common/telemetry"
6364
6363
  ],
6364
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6365
6365
  "vs/editor/contrib/inlineEdits/browser/consts": [
6366
6366
  "require",
6367
6367
  "exports",
6368
6368
  "vs/nls",
6369
6369
  "vs/platform/contextkey/common/contextkey"
6370
6370
  ],
6371
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6372
6371
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6373
6372
  "require",
6374
6373
  "exports",
@@ -6415,6 +6414,7 @@
6415
6414
  "vs/base/common/observable",
6416
6415
  "vs/base/common/observableInternal/utils"
6417
6416
  ],
6417
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6418
6418
  "vs/base/common/equals": [
6419
6419
  "require",
6420
6420
  "exports",
@@ -6425,6 +6425,19 @@
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
+ ],
6434
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6435
+ "require",
6436
+ "exports",
6437
+ "vs/editor/common/core/position",
6438
+ "vs/editor/common/core/range",
6439
+ "vs/editor/common/core/eolCounter"
6440
+ ],
6428
6441
  "vs/base/browser/ui/list/listWidget": [
6429
6442
  "require",
6430
6443
  "exports",
@@ -6451,18 +6464,10 @@
6451
6464
  "vs/css!vs/base/browser/ui/list/list"
6452
6465
  ],
6453
6466
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6454
- "vs/editor/common/tokens/sparseMultilineTokens": [
6455
- "require",
6456
- "exports",
6457
- "vs/editor/common/core/position",
6458
- "vs/editor/common/core/range",
6459
- "vs/editor/common/core/eolCounter"
6460
- ],
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,6 +6657,12 @@
6657
6657
  "vs/base/common/lifecycle",
6658
6658
  "vs/base/common/types"
6659
6659
  ],
6660
+ "vs/base/common/marshalling": [
6661
+ "require",
6662
+ "exports",
6663
+ "vs/base/common/buffer",
6664
+ "vs/base/common/uri"
6665
+ ],
6660
6666
  "vs/base/browser/ui/list/listPaging": [
6661
6667
  "require",
6662
6668
  "exports",
@@ -6776,12 +6782,6 @@
6776
6782
  "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6777
6783
  ],
6778
6784
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6779
- "vs/base/common/marshalling": [
6780
- "require",
6781
- "exports",
6782
- "vs/base/common/buffer",
6783
- "vs/base/common/uri"
6784
- ],
6785
6785
  "vs/editor/common/core/textEdit": [
6786
6786
  "require",
6787
6787
  "exports",
@@ -7151,46 +7151,112 @@
7151
7151
  "vs/base/browser/ui/hover/hoverDelegate2",
7152
7152
  "vs/css!vs/base/browser/ui/button/button"
7153
7153
  ],
7154
- "vs/platform/actions/browser/toolbar": [
7154
+ "vs/platform/actions/browser/toolbar": [
7155
+ "require",
7156
+ "exports",
7157
+ "vs/base/browser/dom",
7158
+ "vs/base/browser/mouseEvent",
7159
+ "vs/base/browser/ui/toolbar/toolbar",
7160
+ "vs/base/common/actions",
7161
+ "vs/base/common/arrays",
7162
+ "vs/base/common/collections",
7163
+ "vs/base/common/errors",
7164
+ "vs/base/common/event",
7165
+ "vs/base/common/iterator",
7166
+ "vs/base/common/lifecycle",
7167
+ "vs/nls",
7168
+ "vs/platform/actions/browser/menuEntryActionViewItem",
7169
+ "vs/platform/actions/common/actions",
7170
+ "vs/platform/actions/common/menuService",
7171
+ "vs/platform/commands/common/commands",
7172
+ "vs/platform/contextkey/common/contextkey",
7173
+ "vs/platform/contextview/browser/contextView",
7174
+ "vs/platform/keybinding/common/keybinding",
7175
+ "vs/platform/telemetry/common/telemetry"
7176
+ ],
7177
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7178
+ "require",
7179
+ "exports",
7180
+ "vs/base/common/actions"
7181
+ ],
7182
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7183
+ "require",
7184
+ "exports",
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": [
7155
7227
  "require",
7156
7228
  "exports",
7157
- "vs/base/browser/dom",
7158
- "vs/base/browser/mouseEvent",
7159
- "vs/base/browser/ui/toolbar/toolbar",
7160
- "vs/base/common/actions",
7161
- "vs/base/common/arrays",
7162
- "vs/base/common/collections",
7229
+ "vs/base/common/async",
7163
7230
  "vs/base/common/errors",
7164
- "vs/base/common/event",
7165
- "vs/base/common/iterator",
7166
- "vs/base/common/lifecycle",
7167
- "vs/nls",
7168
- "vs/platform/actions/browser/menuEntryActionViewItem",
7169
- "vs/platform/actions/common/actions",
7170
- "vs/platform/actions/common/menuService",
7171
- "vs/platform/commands/common/commands",
7172
- "vs/platform/contextkey/common/contextkey",
7173
- "vs/platform/contextview/browser/contextView",
7174
- "vs/platform/keybinding/common/keybinding",
7175
- "vs/platform/telemetry/common/telemetry"
7231
+ "vs/base/common/platform",
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"
7176
7240
  ],
7177
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7241
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7178
7242
  "require",
7179
7243
  "exports",
7180
- "vs/base/common/actions"
7244
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7181
7245
  ],
7182
- "vs/editor/browser/viewParts/lines/viewLine": [
7246
+ "vs/editor/common/tokens/contiguousTokensStore": [
7183
7247
  "require",
7184
7248
  "exports",
7185
- "vs/base/browser/browser",
7186
- "vs/base/browser/fastDomNode",
7187
- "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"
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"
@@ -7274,8 +7349,8 @@
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",
@@ -7754,25 +7754,6 @@
7754
7754
  "exports"
7755
7755
  ],
7756
7756
  "vs/css!vs/base/browser/ui/table/table": [],
7757
- "vs/base/browser/ui/inputbox/inputBox": [
7758
- "require",
7759
- "exports",
7760
- "vs/base/browser/dom",
7761
- "vs/base/browser/event",
7762
- "vs/base/browser/formattedTextRenderer",
7763
- "vs/base/browser/ui/actionbar/actionbar",
7764
- "vs/base/browser/ui/aria/aria",
7765
- "vs/base/browser/ui/hover/hoverDelegate2",
7766
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7767
- "vs/base/browser/ui/scrollbar/scrollableElement",
7768
- "vs/base/browser/ui/widget",
7769
- "vs/base/common/event",
7770
- "vs/base/common/history",
7771
- "vs/base/common/objects",
7772
- "vs/nls",
7773
- "vs/css!vs/base/browser/ui/inputbox/inputBox"
7774
- ],
7775
- "vs/css!vs/base/browser/ui/tree/media/tree": [],
7776
7757
  "vs/base/browser/ui/tree/objectTreeModel": [
7777
7758
  "require",
7778
7759
  "exports",
@@ -7807,6 +7788,25 @@
7807
7788
  "vs/base/common/lifecycle",
7808
7789
  "vs/base/common/objects"
7809
7790
  ],
7791
+ "vs/base/browser/ui/inputbox/inputBox": [
7792
+ "require",
7793
+ "exports",
7794
+ "vs/base/browser/dom",
7795
+ "vs/base/browser/event",
7796
+ "vs/base/browser/formattedTextRenderer",
7797
+ "vs/base/browser/ui/actionbar/actionbar",
7798
+ "vs/base/browser/ui/aria/aria",
7799
+ "vs/base/browser/ui/hover/hoverDelegate2",
7800
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7801
+ "vs/base/browser/ui/scrollbar/scrollableElement",
7802
+ "vs/base/browser/ui/widget",
7803
+ "vs/base/common/event",
7804
+ "vs/base/common/history",
7805
+ "vs/base/common/objects",
7806
+ "vs/nls",
7807
+ "vs/css!vs/base/browser/ui/inputbox/inputBox"
7808
+ ],
7809
+ "vs/css!vs/base/browser/ui/tree/media/tree": [],
7810
7810
  "vs/editor/common/core/positionToOffset": [
7811
7811
  "require",
7812
7812
  "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"
@@ -8062,6 +8041,27 @@
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",
@@ -8124,13 +8124,13 @@
8124
8124
  "vs/base/browser/dom"
8125
8125
  ],
8126
8126
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8127
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8127
8128
  "vs/base/common/history": [
8128
8129
  "require",
8129
8130
  "exports",
8130
8131
  "vs/base/common/navigator"
8131
8132
  ],
8132
8133
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8133
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8134
8134
  "vs/platform/quickinput/browser/quickInputUtils": [
8135
8135
  "require",
8136
8136
  "exports",