monaco-editor-core 0.52.0-dev-20240827 → 0.52.0-dev-20240828

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 +1394 -1394
  2. package/dev/nls.messages.de.js +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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
@@ -1510,14 +1510,6 @@
1510
1510
  "vs/platform/instantiation/common/instantiation"
1511
1511
  ],
1512
1512
  "vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
1513
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1514
- "require",
1515
- "exports",
1516
- "vs/base/common/lifecycle",
1517
- "vs/editor/browser/editorBrowser",
1518
- "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1519
- "vs/nls"
1520
- ],
1521
1513
  "vs/platform/registry/common/platform": [
1522
1514
  "require",
1523
1515
  "exports",
@@ -1531,6 +1523,24 @@
1531
1523
  "vs/base/common/lifecycle",
1532
1524
  "vs/platform/registry/common/platform"
1533
1525
  ],
1526
+ "vs/platform/quickinput/browser/helpQuickAccess": [
1527
+ "require",
1528
+ "exports",
1529
+ "vs/nls",
1530
+ "vs/platform/registry/common/platform",
1531
+ "vs/base/common/lifecycle",
1532
+ "vs/platform/keybinding/common/keybinding",
1533
+ "vs/platform/quickinput/common/quickAccess",
1534
+ "vs/platform/quickinput/common/quickInput"
1535
+ ],
1536
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1537
+ "require",
1538
+ "exports",
1539
+ "vs/base/common/lifecycle",
1540
+ "vs/editor/browser/editorBrowser",
1541
+ "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1542
+ "vs/nls"
1543
+ ],
1534
1544
  "vs/editor/browser/services/codeEditorService": [
1535
1545
  "require",
1536
1546
  "exports",
@@ -1547,16 +1557,6 @@
1547
1557
  "exports",
1548
1558
  "vs/platform/instantiation/common/instantiation"
1549
1559
  ],
1550
- "vs/platform/quickinput/browser/helpQuickAccess": [
1551
- "require",
1552
- "exports",
1553
- "vs/nls",
1554
- "vs/platform/registry/common/platform",
1555
- "vs/base/common/lifecycle",
1556
- "vs/platform/keybinding/common/keybinding",
1557
- "vs/platform/quickinput/common/quickAccess",
1558
- "vs/platform/quickinput/common/quickInput"
1559
- ],
1560
1560
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1561
1561
  "require",
1562
1562
  "exports",
@@ -1721,19 +1721,13 @@
1721
1721
  "require",
1722
1722
  "exports"
1723
1723
  ],
1724
- "vs/base/common/linkedList": [
1725
- "require",
1726
- "exports"
1727
- ],
1728
1724
  "vs/base/common/iterator": [
1729
1725
  "require",
1730
1726
  "exports"
1731
1727
  ],
1732
- "vs/nls": [
1728
+ "vs/base/common/linkedList": [
1733
1729
  "require",
1734
- "exports",
1735
- "vs/nls.messages",
1736
- "vs/nls.messages"
1730
+ "exports"
1737
1731
  ],
1738
1732
  "vs/base/common/uri": [
1739
1733
  "require",
@@ -1746,6 +1740,17 @@
1746
1740
  "exports",
1747
1741
  "vs/base/common/process"
1748
1742
  ],
1743
+ "vs/nls": [
1744
+ "require",
1745
+ "exports",
1746
+ "vs/nls.messages",
1747
+ "vs/nls.messages"
1748
+ ],
1749
+ "vs/editor/common/core/characterClassifier": [
1750
+ "require",
1751
+ "exports",
1752
+ "vs/base/common/uint"
1753
+ ],
1749
1754
  "vs/base/common/diff/diffChange": [
1750
1755
  "require",
1751
1756
  "exports"
@@ -1755,10 +1760,6 @@
1755
1760
  "exports",
1756
1761
  "vs/base/common/strings"
1757
1762
  ],
1758
- "vs/editor/common/core/position": [
1759
- "require",
1760
- "exports"
1761
- ],
1762
1763
  "vs/base/common/cache": [
1763
1764
  "require",
1764
1765
  "exports"
@@ -1767,10 +1768,9 @@
1767
1768
  "require",
1768
1769
  "exports"
1769
1770
  ],
1770
- "vs/editor/common/core/characterClassifier": [
1771
+ "vs/editor/common/core/position": [
1771
1772
  "require",
1772
- "exports",
1773
- "vs/base/common/uint"
1773
+ "exports"
1774
1774
  ],
1775
1775
  "vs/base/common/cancellation": [
1776
1776
  "require",
@@ -2313,6 +2313,71 @@
2313
2313
  "vs/base/common/uri"
2314
2314
  ],
2315
2315
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2316
+ "vs/editor/common/model/textModel": [
2317
+ "require",
2318
+ "exports",
2319
+ "vs/base/common/arrays",
2320
+ "vs/base/common/color",
2321
+ "vs/base/common/errors",
2322
+ "vs/base/common/event",
2323
+ "vs/base/common/lifecycle",
2324
+ "vs/base/common/strings",
2325
+ "vs/base/common/uri",
2326
+ "vs/editor/common/core/eolCounter",
2327
+ "vs/editor/common/core/indentation",
2328
+ "vs/editor/common/core/position",
2329
+ "vs/editor/common/core/range",
2330
+ "vs/editor/common/core/selection",
2331
+ "vs/editor/common/core/textModelDefaults",
2332
+ "vs/editor/common/languages/language",
2333
+ "vs/editor/common/languages/languageConfigurationRegistry",
2334
+ "vs/editor/common/model",
2335
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2336
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2337
+ "vs/editor/common/model/editStack",
2338
+ "vs/editor/common/model/guidesTextModelPart",
2339
+ "vs/editor/common/model/indentationGuesser",
2340
+ "vs/editor/common/model/intervalTree",
2341
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2342
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2343
+ "vs/editor/common/model/textModelSearch",
2344
+ "vs/editor/common/model/tokenizationTextModelPart",
2345
+ "vs/editor/common/model/tokens",
2346
+ "vs/editor/common/textModelEvents",
2347
+ "vs/platform/instantiation/common/instantiation",
2348
+ "vs/platform/undoRedo/common/undoRedo"
2349
+ ],
2350
+ "vs/platform/theme/common/colorRegistry": [
2351
+ "require",
2352
+ "exports",
2353
+ "vs/platform/theme/common/colorUtils",
2354
+ "vs/platform/theme/common/colors/baseColors",
2355
+ "vs/platform/theme/common/colors/chartsColors",
2356
+ "vs/platform/theme/common/colors/editorColors",
2357
+ "vs/platform/theme/common/colors/inputColors",
2358
+ "vs/platform/theme/common/colors/listColors",
2359
+ "vs/platform/theme/common/colors/menuColors",
2360
+ "vs/platform/theme/common/colors/minimapColors",
2361
+ "vs/platform/theme/common/colors/miscColors",
2362
+ "vs/platform/theme/common/colors/quickpickColors",
2363
+ "vs/platform/theme/common/colors/searchColors"
2364
+ ],
2365
+ "vs/platform/theme/common/themeService": [
2366
+ "require",
2367
+ "exports",
2368
+ "vs/base/common/event",
2369
+ "vs/base/common/lifecycle",
2370
+ "vs/platform/instantiation/common/instantiation",
2371
+ "vs/platform/registry/common/platform",
2372
+ "vs/platform/theme/common/theme"
2373
+ ],
2374
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2375
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2376
+ "require",
2377
+ "exports",
2378
+ "vs/editor/common/core/range",
2379
+ "vs/editor/common/core/selection"
2380
+ ],
2316
2381
  "vs/editor/browser/config/domFontInfo": [
2317
2382
  "require",
2318
2383
  "exports",
@@ -2440,40 +2505,6 @@
2440
2505
  "require",
2441
2506
  "exports"
2442
2507
  ],
2443
- "vs/editor/common/model/textModel": [
2444
- "require",
2445
- "exports",
2446
- "vs/base/common/arrays",
2447
- "vs/base/common/color",
2448
- "vs/base/common/errors",
2449
- "vs/base/common/event",
2450
- "vs/base/common/lifecycle",
2451
- "vs/base/common/strings",
2452
- "vs/base/common/uri",
2453
- "vs/editor/common/core/eolCounter",
2454
- "vs/editor/common/core/indentation",
2455
- "vs/editor/common/core/position",
2456
- "vs/editor/common/core/range",
2457
- "vs/editor/common/core/selection",
2458
- "vs/editor/common/core/textModelDefaults",
2459
- "vs/editor/common/languages/language",
2460
- "vs/editor/common/languages/languageConfigurationRegistry",
2461
- "vs/editor/common/model",
2462
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2463
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2464
- "vs/editor/common/model/editStack",
2465
- "vs/editor/common/model/guidesTextModelPart",
2466
- "vs/editor/common/model/indentationGuesser",
2467
- "vs/editor/common/model/intervalTree",
2468
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2469
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2470
- "vs/editor/common/model/textModelSearch",
2471
- "vs/editor/common/model/tokenizationTextModelPart",
2472
- "vs/editor/common/model/tokens",
2473
- "vs/editor/common/textModelEvents",
2474
- "vs/platform/instantiation/common/instantiation",
2475
- "vs/platform/undoRedo/common/undoRedo"
2476
- ],
2477
2508
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2478
2509
  "require",
2479
2510
  "exports",
@@ -2519,30 +2550,6 @@
2519
2550
  "require",
2520
2551
  "exports"
2521
2552
  ],
2522
- "vs/platform/theme/common/colorRegistry": [
2523
- "require",
2524
- "exports",
2525
- "vs/platform/theme/common/colorUtils",
2526
- "vs/platform/theme/common/colors/baseColors",
2527
- "vs/platform/theme/common/colors/chartsColors",
2528
- "vs/platform/theme/common/colors/editorColors",
2529
- "vs/platform/theme/common/colors/inputColors",
2530
- "vs/platform/theme/common/colors/listColors",
2531
- "vs/platform/theme/common/colors/menuColors",
2532
- "vs/platform/theme/common/colors/minimapColors",
2533
- "vs/platform/theme/common/colors/miscColors",
2534
- "vs/platform/theme/common/colors/quickpickColors",
2535
- "vs/platform/theme/common/colors/searchColors"
2536
- ],
2537
- "vs/platform/theme/common/themeService": [
2538
- "require",
2539
- "exports",
2540
- "vs/base/common/event",
2541
- "vs/base/common/lifecycle",
2542
- "vs/platform/instantiation/common/instantiation",
2543
- "vs/platform/registry/common/platform",
2544
- "vs/platform/theme/common/theme"
2545
- ],
2546
2553
  "vs/editor/browser/services/markerDecorations": [
2547
2554
  "require",
2548
2555
  "exports",
@@ -2550,13 +2557,6 @@
2550
2557
  "vs/editor/browser/editorExtensions"
2551
2558
  ],
2552
2559
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2553
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2554
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2555
- "require",
2556
- "exports",
2557
- "vs/editor/common/core/range",
2558
- "vs/editor/common/core/selection"
2559
- ],
2560
2560
  "vs/editor/common/commands/replaceCommand": [
2561
2561
  "require",
2562
2562
  "exports",
@@ -2572,6 +2572,62 @@
2572
2572
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2573
2573
  "vs/editor/common/cursorCommon"
2574
2574
  ],
2575
+ "vs/editor/browser/controller/textAreaInput": [
2576
+ "require",
2577
+ "exports",
2578
+ "vs/base/browser/browser",
2579
+ "vs/base/browser/dom",
2580
+ "vs/base/browser/event",
2581
+ "vs/base/browser/keyboardEvent",
2582
+ "vs/base/browser/performance",
2583
+ "vs/base/common/async",
2584
+ "vs/base/common/event",
2585
+ "vs/base/common/lifecycle",
2586
+ "vs/base/common/mime",
2587
+ "vs/base/common/strings",
2588
+ "vs/editor/browser/controller/textAreaState",
2589
+ "vs/editor/common/core/selection",
2590
+ "vs/platform/accessibility/common/accessibility",
2591
+ "vs/platform/log/common/log"
2592
+ ],
2593
+ "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2594
+ "require",
2595
+ "exports",
2596
+ "vs/base/browser/dom",
2597
+ "vs/base/common/arrays",
2598
+ "vs/base/common/async",
2599
+ "vs/base/common/cancellation",
2600
+ "vs/base/common/dataTransfer",
2601
+ "vs/base/common/hierarchicalKind",
2602
+ "vs/base/common/lifecycle",
2603
+ "vs/base/common/mime",
2604
+ "vs/base/common/platform",
2605
+ "vs/base/common/uuid",
2606
+ "vs/editor/browser/controller/textAreaInput",
2607
+ "vs/editor/browser/dnd",
2608
+ "vs/editor/browser/services/bulkEditService",
2609
+ "vs/editor/common/core/range",
2610
+ "vs/editor/common/languages",
2611
+ "vs/editor/common/services/languageFeatures",
2612
+ "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2613
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
2614
+ "vs/editor/contrib/editorState/browser/editorState",
2615
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2616
+ "vs/editor/contrib/message/browser/messageController",
2617
+ "vs/nls",
2618
+ "vs/platform/clipboard/common/clipboardService",
2619
+ "vs/platform/contextkey/common/contextkey",
2620
+ "vs/platform/instantiation/common/instantiation",
2621
+ "vs/platform/progress/common/progress",
2622
+ "vs/platform/quickinput/common/quickInput",
2623
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2624
+ "vs/base/common/errors"
2625
+ ],
2626
+ "vs/platform/clipboard/common/clipboardService": [
2627
+ "require",
2628
+ "exports",
2629
+ "vs/platform/instantiation/common/instantiation"
2630
+ ],
2575
2631
  "vs/editor/common/config/editorConfigurationSchema": [
2576
2632
  "require",
2577
2633
  "exports",
@@ -2658,61 +2714,77 @@
2658
2714
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2659
2715
  "vs/platform/registry/common/platform"
2660
2716
  ],
2661
- "vs/editor/browser/controller/textAreaInput": [
2717
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2718
+ "require",
2719
+ "exports",
2720
+ "vs/base/common/lifecycle",
2721
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2722
+ "vs/platform/instantiation/common/instantiation",
2723
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2724
+ "vs/platform/keybinding/common/keybinding",
2725
+ "vs/base/common/event",
2726
+ "vs/editor/common/services/languageFeatures",
2727
+ "vs/editor/browser/editorExtensions",
2728
+ "vs/editor/common/editorContextKeys",
2729
+ "vs/platform/contextkey/common/contextkey",
2730
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2731
+ "vs/base/browser/dom",
2732
+ "vs/editor/common/services/editorWorker",
2733
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2734
+ ],
2735
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2736
+ "vs/editor/contrib/colorPicker/browser/colorDetector": [
2662
2737
  "require",
2663
2738
  "exports",
2664
- "vs/base/browser/browser",
2665
- "vs/base/browser/dom",
2666
- "vs/base/browser/event",
2667
- "vs/base/browser/keyboardEvent",
2668
- "vs/base/browser/performance",
2669
2739
  "vs/base/common/async",
2740
+ "vs/base/common/color",
2741
+ "vs/base/common/errors",
2670
2742
  "vs/base/common/event",
2671
2743
  "vs/base/common/lifecycle",
2672
- "vs/base/common/mime",
2744
+ "vs/base/common/stopwatch",
2673
2745
  "vs/base/common/strings",
2674
- "vs/editor/browser/controller/textAreaState",
2675
- "vs/editor/common/core/selection",
2676
- "vs/platform/accessibility/common/accessibility",
2677
- "vs/platform/log/common/log"
2746
+ "vs/editor/browser/editorDom",
2747
+ "vs/editor/browser/editorExtensions",
2748
+ "vs/editor/common/core/range",
2749
+ "vs/editor/common/model/textModel",
2750
+ "vs/editor/common/services/languageFeatureDebounce",
2751
+ "vs/editor/common/services/languageFeatures",
2752
+ "vs/editor/contrib/colorPicker/browser/color",
2753
+ "vs/platform/configuration/common/configuration"
2678
2754
  ],
2679
- "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2755
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2680
2756
  "require",
2681
2757
  "exports",
2682
- "vs/base/browser/dom",
2683
- "vs/base/common/arrays",
2684
2758
  "vs/base/common/async",
2685
2759
  "vs/base/common/cancellation",
2686
- "vs/base/common/dataTransfer",
2687
- "vs/base/common/hierarchicalKind",
2760
+ "vs/base/common/color",
2688
2761
  "vs/base/common/lifecycle",
2689
- "vs/base/common/mime",
2690
- "vs/base/common/platform",
2691
- "vs/base/common/uuid",
2692
- "vs/editor/browser/controller/textAreaInput",
2693
- "vs/editor/browser/dnd",
2694
- "vs/editor/browser/services/bulkEditService",
2695
2762
  "vs/editor/common/core/range",
2696
- "vs/editor/common/languages",
2697
- "vs/editor/common/services/languageFeatures",
2698
- "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2699
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2700
- "vs/editor/contrib/editorState/browser/editorState",
2701
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2702
- "vs/editor/contrib/message/browser/messageController",
2703
- "vs/nls",
2704
- "vs/platform/clipboard/common/clipboardService",
2705
- "vs/platform/contextkey/common/contextkey",
2706
- "vs/platform/instantiation/common/instantiation",
2707
- "vs/platform/progress/common/progress",
2708
- "vs/platform/quickinput/common/quickInput",
2709
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2710
- "vs/base/common/errors"
2763
+ "vs/editor/contrib/colorPicker/browser/color",
2764
+ "vs/editor/contrib/colorPicker/browser/colorDetector",
2765
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2766
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2767
+ "vs/editor/contrib/hover/browser/hoverTypes",
2768
+ "vs/platform/theme/common/themeService",
2769
+ "vs/base/browser/dom"
2711
2770
  ],
2712
- "vs/platform/clipboard/common/clipboardService": [
2771
+ "vs/editor/contrib/hover/browser/contentHoverController2": [
2713
2772
  "require",
2714
2773
  "exports",
2715
- "vs/platform/instantiation/common/instantiation"
2774
+ "vs/editor/contrib/hover/browser/hoverActionIds",
2775
+ "vs/base/common/lifecycle",
2776
+ "vs/platform/instantiation/common/instantiation",
2777
+ "vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget",
2778
+ "vs/platform/keybinding/common/keybinding",
2779
+ "vs/base/common/async",
2780
+ "vs/editor/contrib/hover/browser/hoverUtils",
2781
+ "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
2782
+ "vs/base/common/event",
2783
+ "vs/css!vs/editor/contrib/hover/browser/hover"
2784
+ ],
2785
+ "vs/editor/contrib/hover/browser/hoverTypes": [
2786
+ "require",
2787
+ "exports"
2716
2788
  ],
2717
2789
  "vs/editor/browser/stableEditorScroll": [
2718
2790
  "require",
@@ -2764,78 +2836,6 @@
2764
2836
  "vs/platform/log/common/log",
2765
2837
  "vs/base/common/network"
2766
2838
  ],
2767
- "vs/editor/contrib/colorPicker/browser/colorDetector": [
2768
- "require",
2769
- "exports",
2770
- "vs/base/common/async",
2771
- "vs/base/common/color",
2772
- "vs/base/common/errors",
2773
- "vs/base/common/event",
2774
- "vs/base/common/lifecycle",
2775
- "vs/base/common/stopwatch",
2776
- "vs/base/common/strings",
2777
- "vs/editor/browser/editorDom",
2778
- "vs/editor/browser/editorExtensions",
2779
- "vs/editor/common/core/range",
2780
- "vs/editor/common/model/textModel",
2781
- "vs/editor/common/services/languageFeatureDebounce",
2782
- "vs/editor/common/services/languageFeatures",
2783
- "vs/editor/contrib/colorPicker/browser/color",
2784
- "vs/platform/configuration/common/configuration"
2785
- ],
2786
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2787
- "require",
2788
- "exports",
2789
- "vs/base/common/async",
2790
- "vs/base/common/cancellation",
2791
- "vs/base/common/color",
2792
- "vs/base/common/lifecycle",
2793
- "vs/editor/common/core/range",
2794
- "vs/editor/contrib/colorPicker/browser/color",
2795
- "vs/editor/contrib/colorPicker/browser/colorDetector",
2796
- "vs/editor/contrib/colorPicker/browser/colorPickerModel",
2797
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget",
2798
- "vs/editor/contrib/hover/browser/hoverTypes",
2799
- "vs/platform/theme/common/themeService",
2800
- "vs/base/browser/dom"
2801
- ],
2802
- "vs/editor/contrib/hover/browser/contentHoverController2": [
2803
- "require",
2804
- "exports",
2805
- "vs/editor/contrib/hover/browser/hoverActionIds",
2806
- "vs/base/common/lifecycle",
2807
- "vs/platform/instantiation/common/instantiation",
2808
- "vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget",
2809
- "vs/platform/keybinding/common/keybinding",
2810
- "vs/base/common/async",
2811
- "vs/editor/contrib/hover/browser/hoverUtils",
2812
- "vs/editor/contrib/hover/browser/contentHoverWidgetWrapper",
2813
- "vs/base/common/event",
2814
- "vs/css!vs/editor/contrib/hover/browser/hover"
2815
- ],
2816
- "vs/editor/contrib/hover/browser/hoverTypes": [
2817
- "require",
2818
- "exports"
2819
- ],
2820
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2821
- "require",
2822
- "exports",
2823
- "vs/base/common/lifecycle",
2824
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2825
- "vs/platform/instantiation/common/instantiation",
2826
- "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2827
- "vs/platform/keybinding/common/keybinding",
2828
- "vs/base/common/event",
2829
- "vs/editor/common/services/languageFeatures",
2830
- "vs/editor/browser/editorExtensions",
2831
- "vs/editor/common/editorContextKeys",
2832
- "vs/platform/contextkey/common/contextkey",
2833
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2834
- "vs/base/browser/dom",
2835
- "vs/editor/common/services/editorWorker",
2836
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2837
- ],
2838
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2839
2839
  "vs/editor/contrib/comment/browser/blockCommentCommand": [
2840
2840
  "require",
2841
2841
  "exports",
@@ -3019,6 +3019,11 @@
3019
3019
  "vs/platform/configuration/common/configuration",
3020
3020
  "vs/base/browser/dom"
3021
3021
  ],
3022
+ "vs/platform/progress/common/progress": [
3023
+ "require",
3024
+ "exports",
3025
+ "vs/platform/instantiation/common/instantiation"
3026
+ ],
3022
3027
  "vs/editor/contrib/folding/browser/foldingModel": [
3023
3028
  "require",
3024
3029
  "exports",
@@ -3063,6 +3068,115 @@
3063
3068
  "vs/editor/contrib/folding/browser/foldingRanges"
3064
3069
  ],
3065
3070
  "vs/css!vs/editor/contrib/folding/browser/folding": [],
3071
+ "vs/base/common/themables": [
3072
+ "require",
3073
+ "exports",
3074
+ "vs/base/common/codicons"
3075
+ ],
3076
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3077
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3078
+ "require",
3079
+ "exports",
3080
+ "vs/base/common/objects",
3081
+ "vs/editor/browser/services/codeEditorService",
3082
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3083
+ "vs/editor/common/languages/languageConfigurationRegistry",
3084
+ "vs/editor/common/services/languageFeatures",
3085
+ "vs/platform/accessibility/common/accessibility",
3086
+ "vs/platform/commands/common/commands",
3087
+ "vs/platform/contextkey/common/contextkey",
3088
+ "vs/platform/instantiation/common/instantiation",
3089
+ "vs/platform/notification/common/notification",
3090
+ "vs/platform/theme/common/themeService"
3091
+ ],
3092
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3093
+ "require",
3094
+ "exports",
3095
+ "vs/base/common/errors",
3096
+ "vs/base/common/event",
3097
+ "vs/base/common/idGenerator",
3098
+ "vs/base/common/lifecycle",
3099
+ "vs/base/common/map",
3100
+ "vs/base/common/resources",
3101
+ "vs/base/common/strings",
3102
+ "vs/editor/common/core/range",
3103
+ "vs/nls"
3104
+ ],
3105
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3106
+ "require",
3107
+ "exports",
3108
+ "vs/base/common/event",
3109
+ "vs/base/common/lifecycle",
3110
+ "vs/base/common/resources",
3111
+ "vs/editor/browser/editorExtensions",
3112
+ "vs/editor/browser/services/codeEditorService",
3113
+ "vs/editor/common/core/range",
3114
+ "vs/nls",
3115
+ "vs/platform/contextkey/common/contextkey",
3116
+ "vs/platform/instantiation/common/extensions",
3117
+ "vs/platform/instantiation/common/instantiation",
3118
+ "vs/platform/keybinding/common/keybinding",
3119
+ "vs/platform/keybinding/common/keybindingsRegistry",
3120
+ "vs/platform/notification/common/notification"
3121
+ ],
3122
+ "vs/editor/contrib/message/browser/messageController": [
3123
+ "require",
3124
+ "exports",
3125
+ "vs/base/browser/markdownRenderer",
3126
+ "vs/base/browser/ui/aria/aria",
3127
+ "vs/base/common/event",
3128
+ "vs/base/common/htmlContent",
3129
+ "vs/base/common/lifecycle",
3130
+ "vs/editor/browser/editorExtensions",
3131
+ "vs/editor/common/core/range",
3132
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3133
+ "vs/nls",
3134
+ "vs/platform/contextkey/common/contextkey",
3135
+ "vs/platform/opener/common/opener",
3136
+ "vs/base/browser/dom",
3137
+ "vs/css!vs/editor/contrib/message/browser/messageController"
3138
+ ],
3139
+ "vs/editor/contrib/peekView/browser/peekView": [
3140
+ "require",
3141
+ "exports",
3142
+ "vs/base/browser/dom",
3143
+ "vs/base/browser/ui/actionbar/actionbar",
3144
+ "vs/base/common/actions",
3145
+ "vs/base/common/codicons",
3146
+ "vs/base/common/themables",
3147
+ "vs/base/common/color",
3148
+ "vs/base/common/event",
3149
+ "vs/base/common/objects",
3150
+ "vs/editor/browser/editorExtensions",
3151
+ "vs/editor/browser/services/codeEditorService",
3152
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3153
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3154
+ "vs/nls",
3155
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3156
+ "vs/platform/contextkey/common/contextkey",
3157
+ "vs/platform/instantiation/common/extensions",
3158
+ "vs/platform/instantiation/common/instantiation",
3159
+ "vs/platform/theme/common/colorRegistry",
3160
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3161
+ ],
3162
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3163
+ "require",
3164
+ "exports",
3165
+ "vs/base/common/arrays",
3166
+ "vs/base/common/cancellation",
3167
+ "vs/base/common/errors",
3168
+ "vs/base/common/network",
3169
+ "vs/editor/browser/editorExtensions",
3170
+ "vs/editor/common/services/languageFeatures",
3171
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3172
+ ],
3173
+ "vs/platform/contextkey/common/contextkeys": [
3174
+ "require",
3175
+ "exports",
3176
+ "vs/base/common/platform",
3177
+ "vs/nls",
3178
+ "vs/platform/contextkey/common/contextkey"
3179
+ ],
3066
3180
  "vs/editor/contrib/inlineCompletions/browser/controller/commands": [
3067
3181
  "require",
3068
3182
  "exports",
@@ -3138,17 +3252,6 @@
3138
3252
  "require",
3139
3253
  "exports"
3140
3254
  ],
3141
- "vs/platform/progress/common/progress": [
3142
- "require",
3143
- "exports",
3144
- "vs/platform/instantiation/common/instantiation"
3145
- ],
3146
- "vs/base/common/themables": [
3147
- "require",
3148
- "exports",
3149
- "vs/base/common/codicons"
3150
- ],
3151
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3152
3255
  "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3153
3256
  "require",
3154
3257
  "exports",
@@ -3156,110 +3259,7 @@
3156
3259
  "vs/base/common/lifecycle",
3157
3260
  "vs/base/common/platform"
3158
3261
  ],
3159
- "vs/editor/contrib/peekView/browser/peekView": [
3160
- "require",
3161
- "exports",
3162
- "vs/base/browser/dom",
3163
- "vs/base/browser/ui/actionbar/actionbar",
3164
- "vs/base/common/actions",
3165
- "vs/base/common/codicons",
3166
- "vs/base/common/themables",
3167
- "vs/base/common/color",
3168
- "vs/base/common/event",
3169
- "vs/base/common/objects",
3170
- "vs/editor/browser/editorExtensions",
3171
- "vs/editor/browser/services/codeEditorService",
3172
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3173
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3174
- "vs/nls",
3175
- "vs/platform/actions/browser/menuEntryActionViewItem",
3176
- "vs/platform/contextkey/common/contextkey",
3177
- "vs/platform/instantiation/common/extensions",
3178
- "vs/platform/instantiation/common/instantiation",
3179
- "vs/platform/theme/common/colorRegistry",
3180
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3181
- ],
3182
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3183
- "require",
3184
- "exports",
3185
- "vs/base/common/arrays",
3186
- "vs/base/common/cancellation",
3187
- "vs/base/common/errors",
3188
- "vs/base/common/network",
3189
- "vs/editor/browser/editorExtensions",
3190
- "vs/editor/common/services/languageFeatures",
3191
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3192
- ],
3193
3262
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3194
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3195
- "require",
3196
- "exports",
3197
- "vs/base/common/objects",
3198
- "vs/editor/browser/services/codeEditorService",
3199
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3200
- "vs/editor/common/languages/languageConfigurationRegistry",
3201
- "vs/editor/common/services/languageFeatures",
3202
- "vs/platform/accessibility/common/accessibility",
3203
- "vs/platform/commands/common/commands",
3204
- "vs/platform/contextkey/common/contextkey",
3205
- "vs/platform/instantiation/common/instantiation",
3206
- "vs/platform/notification/common/notification",
3207
- "vs/platform/theme/common/themeService"
3208
- ],
3209
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3210
- "require",
3211
- "exports",
3212
- "vs/base/common/errors",
3213
- "vs/base/common/event",
3214
- "vs/base/common/idGenerator",
3215
- "vs/base/common/lifecycle",
3216
- "vs/base/common/map",
3217
- "vs/base/common/resources",
3218
- "vs/base/common/strings",
3219
- "vs/editor/common/core/range",
3220
- "vs/nls"
3221
- ],
3222
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3223
- "require",
3224
- "exports",
3225
- "vs/base/common/event",
3226
- "vs/base/common/lifecycle",
3227
- "vs/base/common/resources",
3228
- "vs/editor/browser/editorExtensions",
3229
- "vs/editor/browser/services/codeEditorService",
3230
- "vs/editor/common/core/range",
3231
- "vs/nls",
3232
- "vs/platform/contextkey/common/contextkey",
3233
- "vs/platform/instantiation/common/extensions",
3234
- "vs/platform/instantiation/common/instantiation",
3235
- "vs/platform/keybinding/common/keybinding",
3236
- "vs/platform/keybinding/common/keybindingsRegistry",
3237
- "vs/platform/notification/common/notification"
3238
- ],
3239
- "vs/editor/contrib/message/browser/messageController": [
3240
- "require",
3241
- "exports",
3242
- "vs/base/browser/markdownRenderer",
3243
- "vs/base/browser/ui/aria/aria",
3244
- "vs/base/common/event",
3245
- "vs/base/common/htmlContent",
3246
- "vs/base/common/lifecycle",
3247
- "vs/editor/browser/editorExtensions",
3248
- "vs/editor/common/core/range",
3249
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3250
- "vs/nls",
3251
- "vs/platform/contextkey/common/contextkey",
3252
- "vs/platform/opener/common/opener",
3253
- "vs/base/browser/dom",
3254
- "vs/css!vs/editor/contrib/message/browser/messageController"
3255
- ],
3256
- "vs/platform/contextkey/common/contextkeys": [
3257
- "require",
3258
- "exports",
3259
- "vs/base/common/platform",
3260
- "vs/nls",
3261
- "vs/platform/contextkey/common/contextkey"
3262
- ],
3263
3263
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3264
3264
  "require",
3265
3265
  "exports",
@@ -3488,6 +3488,7 @@
3488
3488
  "vs/platform/hover/browser/hover",
3489
3489
  "vs/platform/commands/common/commands"
3490
3490
  ],
3491
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3491
3492
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3492
3493
  "require",
3493
3494
  "exports",
@@ -3525,7 +3526,6 @@
3525
3526
  "vs/editor/common/core/editOperation",
3526
3527
  "vs/editor/common/core/range"
3527
3528
  ],
3528
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3529
3529
  "vs/base/common/resources": [
3530
3530
  "require",
3531
3531
  "exports",
@@ -3551,40 +3551,6 @@
3551
3551
  "vs/editor/common/services/languageFeatures"
3552
3552
  ],
3553
3553
  "vs/css!vs/editor/contrib/links/browser/links": [],
3554
- "vs/editor/contrib/inlineEdits/browser/commands": [
3555
- "require",
3556
- "exports",
3557
- "vs/base/common/codicons",
3558
- "vs/base/common/observable",
3559
- "vs/base/common/observableInternal/base",
3560
- "vs/editor/browser/editorExtensions",
3561
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3562
- "vs/editor/common/editorContextKeys",
3563
- "vs/editor/contrib/inlineEdits/browser/consts",
3564
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3565
- "vs/nls",
3566
- "vs/platform/actions/common/actions",
3567
- "vs/platform/contextkey/common/contextkey"
3568
- ],
3569
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3570
- "require",
3571
- "exports",
3572
- "vs/base/common/lifecycle",
3573
- "vs/base/common/observable",
3574
- "vs/base/common/observableInternal/derived",
3575
- "vs/editor/browser/observableCodeEditor",
3576
- "vs/base/common/hotReloadHelpers",
3577
- "vs/editor/common/core/selection",
3578
- "vs/editor/common/services/languageFeatureDebounce",
3579
- "vs/editor/common/services/languageFeatures",
3580
- "vs/editor/contrib/inlineEdits/browser/consts",
3581
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3582
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3583
- "vs/platform/configuration/common/configuration",
3584
- "vs/platform/contextkey/common/contextkey",
3585
- "vs/platform/instantiation/common/instantiation",
3586
- "vs/platform/observable/common/platformObservableUtils"
3587
- ],
3588
3554
  "vs/editor/contrib/inlineEdit/browser/commands": [
3589
3555
  "require",
3590
3556
  "exports",
@@ -3620,6 +3586,40 @@
3620
3586
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3621
3587
  "vs/editor/common/services/model"
3622
3588
  ],
3589
+ "vs/editor/contrib/inlineEdits/browser/commands": [
3590
+ "require",
3591
+ "exports",
3592
+ "vs/base/common/codicons",
3593
+ "vs/base/common/observable",
3594
+ "vs/base/common/observableInternal/base",
3595
+ "vs/editor/browser/editorExtensions",
3596
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3597
+ "vs/editor/common/editorContextKeys",
3598
+ "vs/editor/contrib/inlineEdits/browser/consts",
3599
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3600
+ "vs/nls",
3601
+ "vs/platform/actions/common/actions",
3602
+ "vs/platform/contextkey/common/contextkey"
3603
+ ],
3604
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3605
+ "require",
3606
+ "exports",
3607
+ "vs/base/common/lifecycle",
3608
+ "vs/base/common/observable",
3609
+ "vs/base/common/observableInternal/derived",
3610
+ "vs/editor/browser/observableCodeEditor",
3611
+ "vs/base/common/hotReloadHelpers",
3612
+ "vs/editor/common/core/selection",
3613
+ "vs/editor/common/services/languageFeatureDebounce",
3614
+ "vs/editor/common/services/languageFeatures",
3615
+ "vs/editor/contrib/inlineEdits/browser/consts",
3616
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3617
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3618
+ "vs/platform/configuration/common/configuration",
3619
+ "vs/platform/contextkey/common/contextkey",
3620
+ "vs/platform/instantiation/common/instantiation",
3621
+ "vs/platform/observable/common/platformObservableUtils"
3622
+ ],
3623
3623
  "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3624
3624
  "require",
3625
3625
  "exports",
@@ -3631,6 +3631,36 @@
3631
3631
  "vs/platform/theme/common/themeService",
3632
3632
  "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3633
3633
  ],
3634
+ "vs/platform/theme/common/colorUtils": [
3635
+ "require",
3636
+ "exports",
3637
+ "vs/base/common/assert",
3638
+ "vs/base/common/async",
3639
+ "vs/base/common/color",
3640
+ "vs/base/common/event",
3641
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3642
+ "vs/platform/registry/common/platform",
3643
+ "vs/nls"
3644
+ ],
3645
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3646
+ "require",
3647
+ "exports",
3648
+ "vs/base/browser/dom",
3649
+ "vs/base/common/equals",
3650
+ "vs/base/common/lifecycle",
3651
+ "vs/base/common/observable",
3652
+ "vs/base/common/observableInternal/derived",
3653
+ "vs/editor/browser/observableCodeEditor"
3654
+ ],
3655
+ "vs/platform/observable/common/wrapInReloadableClass": [
3656
+ "require",
3657
+ "exports",
3658
+ "vs/base/common/hotReload",
3659
+ "vs/base/common/hotReloadHelpers",
3660
+ "vs/base/common/observable",
3661
+ "vs/platform/instantiation/common/instantiation"
3662
+ ],
3663
+ "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3634
3664
  "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3635
3665
  "require",
3636
3666
  "exports",
@@ -3681,36 +3711,6 @@
3681
3711
  "vs/platform/telemetry/common/telemetry",
3682
3712
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3683
3713
  ],
3684
- "vs/platform/theme/common/colorUtils": [
3685
- "require",
3686
- "exports",
3687
- "vs/base/common/assert",
3688
- "vs/base/common/async",
3689
- "vs/base/common/color",
3690
- "vs/base/common/event",
3691
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3692
- "vs/platform/registry/common/platform",
3693
- "vs/nls"
3694
- ],
3695
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3696
- "require",
3697
- "exports",
3698
- "vs/base/browser/dom",
3699
- "vs/base/common/equals",
3700
- "vs/base/common/lifecycle",
3701
- "vs/base/common/observable",
3702
- "vs/base/common/observableInternal/derived",
3703
- "vs/editor/browser/observableCodeEditor"
3704
- ],
3705
- "vs/platform/observable/common/wrapInReloadableClass": [
3706
- "require",
3707
- "exports",
3708
- "vs/base/common/hotReload",
3709
- "vs/base/common/hotReloadHelpers",
3710
- "vs/base/common/observable",
3711
- "vs/platform/instantiation/common/instantiation"
3712
- ],
3713
- "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3714
3714
  "vs/editor/browser/services/bulkEditService": [
3715
3715
  "require",
3716
3716
  "exports",
@@ -3836,66 +3836,6 @@
3836
3836
  "vs/editor/contrib/snippet/browser/snippetVariables",
3837
3837
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3838
3838
  ],
3839
- "vs/base/common/filters": [
3840
- "require",
3841
- "exports",
3842
- "vs/base/common/map",
3843
- "vs/base/common/naturalLanguage/korean",
3844
- "vs/base/common/strings"
3845
- ],
3846
- "vs/editor/contrib/suggest/browser/completionModel": [
3847
- "require",
3848
- "exports",
3849
- "vs/base/common/arrays",
3850
- "vs/base/common/filters",
3851
- "vs/base/common/strings"
3852
- ],
3853
- "vs/editor/contrib/suggest/browser/suggestMemory": [
3854
- "require",
3855
- "exports",
3856
- "vs/base/common/async",
3857
- "vs/base/common/lifecycle",
3858
- "vs/base/common/map",
3859
- "vs/base/common/ternarySearchTree",
3860
- "vs/editor/common/languages",
3861
- "vs/platform/configuration/common/configuration",
3862
- "vs/platform/instantiation/common/extensions",
3863
- "vs/platform/instantiation/common/instantiation",
3864
- "vs/platform/storage/common/storage"
3865
- ],
3866
- "vs/editor/contrib/suggest/browser/suggestModel": [
3867
- "require",
3868
- "exports",
3869
- "vs/base/common/async",
3870
- "vs/base/common/cancellation",
3871
- "vs/base/common/errors",
3872
- "vs/base/common/event",
3873
- "vs/base/common/lifecycle",
3874
- "vs/base/common/strings",
3875
- "vs/editor/common/core/selection",
3876
- "vs/editor/common/services/editorWorker",
3877
- "vs/editor/contrib/suggest/browser/wordDistance",
3878
- "vs/platform/clipboard/common/clipboardService",
3879
- "vs/platform/configuration/common/configuration",
3880
- "vs/platform/contextkey/common/contextkey",
3881
- "vs/platform/log/common/log",
3882
- "vs/platform/telemetry/common/telemetry",
3883
- "vs/editor/contrib/suggest/browser/completionModel",
3884
- "vs/editor/contrib/suggest/browser/suggest",
3885
- "vs/editor/common/services/languageFeatures",
3886
- "vs/base/common/filters",
3887
- "vs/base/common/types",
3888
- "vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys",
3889
- "vs/editor/contrib/snippet/browser/snippetController2",
3890
- "vs/platform/environment/common/environment"
3891
- ],
3892
- "vs/editor/contrib/suggest/browser/wordDistance": [
3893
- "require",
3894
- "exports",
3895
- "vs/base/common/arrays",
3896
- "vs/editor/common/core/range",
3897
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3898
- ],
3899
3839
  "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3900
3840
  "require",
3901
3841
  "exports",
@@ -3943,6 +3883,19 @@
3943
3883
  "require",
3944
3884
  "exports"
3945
3885
  ],
3886
+ "vs/editor/contrib/suggest/browser/suggestMemory": [
3887
+ "require",
3888
+ "exports",
3889
+ "vs/base/common/async",
3890
+ "vs/base/common/lifecycle",
3891
+ "vs/base/common/map",
3892
+ "vs/base/common/ternarySearchTree",
3893
+ "vs/editor/common/languages",
3894
+ "vs/platform/configuration/common/configuration",
3895
+ "vs/platform/instantiation/common/extensions",
3896
+ "vs/platform/instantiation/common/instantiation",
3897
+ "vs/platform/storage/common/storage"
3898
+ ],
3946
3899
  "vs/editor/contrib/suggest/browser/wordContextKey": [
3947
3900
  "require",
3948
3901
  "exports",
@@ -3960,6 +3913,32 @@
3960
3913
  "vs/base/common/lifecycle",
3961
3914
  "vs/editor/common/core/characterClassifier"
3962
3915
  ],
3916
+ "vs/editor/contrib/suggest/browser/suggestModel": [
3917
+ "require",
3918
+ "exports",
3919
+ "vs/base/common/async",
3920
+ "vs/base/common/cancellation",
3921
+ "vs/base/common/errors",
3922
+ "vs/base/common/event",
3923
+ "vs/base/common/lifecycle",
3924
+ "vs/base/common/strings",
3925
+ "vs/editor/common/core/selection",
3926
+ "vs/editor/common/services/editorWorker",
3927
+ "vs/editor/contrib/suggest/browser/wordDistance",
3928
+ "vs/platform/clipboard/common/clipboardService",
3929
+ "vs/platform/configuration/common/configuration",
3930
+ "vs/platform/contextkey/common/contextkey",
3931
+ "vs/platform/log/common/log",
3932
+ "vs/platform/telemetry/common/telemetry",
3933
+ "vs/editor/contrib/suggest/browser/completionModel",
3934
+ "vs/editor/contrib/suggest/browser/suggest",
3935
+ "vs/editor/common/services/languageFeatures",
3936
+ "vs/base/common/filters",
3937
+ "vs/base/common/types",
3938
+ "vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys",
3939
+ "vs/editor/contrib/snippet/browser/snippetController2",
3940
+ "vs/platform/environment/common/environment"
3941
+ ],
3963
3942
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3964
3943
  "require",
3965
3944
  "exports",
@@ -3995,6 +3974,27 @@
3995
3974
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3996
3975
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3997
3976
  ],
3977
+ "vs/base/common/filters": [
3978
+ "require",
3979
+ "exports",
3980
+ "vs/base/common/map",
3981
+ "vs/base/common/naturalLanguage/korean",
3982
+ "vs/base/common/strings"
3983
+ ],
3984
+ "vs/editor/contrib/suggest/browser/completionModel": [
3985
+ "require",
3986
+ "exports",
3987
+ "vs/base/common/arrays",
3988
+ "vs/base/common/filters",
3989
+ "vs/base/common/strings"
3990
+ ],
3991
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3992
+ "require",
3993
+ "exports",
3994
+ "vs/base/common/arrays",
3995
+ "vs/editor/common/core/range",
3996
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3997
+ ],
3998
3998
  "vs/editor/common/viewModel/viewModelDecorations": [
3999
3999
  "require",
4000
4000
  "exports",
@@ -4023,12 +4023,6 @@
4023
4023
  "vs/platform/instantiation/common/instantiation"
4024
4024
  ],
4025
4025
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [],
4026
- "vs/editor/common/core/wordCharacterClassifier": [
4027
- "require",
4028
- "exports",
4029
- "vs/base/common/map",
4030
- "vs/editor/common/core/characterClassifier"
4031
- ],
4032
4026
  "vs/base/common/map": [
4033
4027
  "require",
4034
4028
  "exports"
@@ -4048,6 +4042,12 @@
4048
4042
  "vs/base/common/lifecycle",
4049
4043
  "vs/base/common/map"
4050
4044
  ],
4045
+ "vs/editor/common/core/wordCharacterClassifier": [
4046
+ "require",
4047
+ "exports",
4048
+ "vs/base/common/map",
4049
+ "vs/editor/common/core/characterClassifier"
4050
+ ],
4051
4051
  "vs/base/common/observable": [
4052
4052
  "require",
4053
4053
  "exports",
@@ -4243,6 +4243,12 @@
4243
4243
  "exports",
4244
4244
  "vs/base/common/strings"
4245
4245
  ],
4246
+ "vs/platform/contextkey/common/scanner": [
4247
+ "require",
4248
+ "exports",
4249
+ "vs/base/common/errors",
4250
+ "vs/nls"
4251
+ ],
4246
4252
  "vs/base/parts/storage/common/storage": [
4247
4253
  "require",
4248
4254
  "exports",
@@ -4252,12 +4258,6 @@
4252
4258
  "vs/base/common/marshalling",
4253
4259
  "vs/base/common/types"
4254
4260
  ],
4255
- "vs/platform/contextkey/common/scanner": [
4256
- "require",
4257
- "exports",
4258
- "vs/base/common/errors",
4259
- "vs/nls"
4260
- ],
4261
4261
  "vs/editor/common/languages/supports/tokenization": [
4262
4262
  "require",
4263
4263
  "exports",
@@ -4308,10 +4308,6 @@
4308
4308
  "vs/editor/common/core/range",
4309
4309
  "vs/base/common/arraysFind"
4310
4310
  ],
4311
- "vs/base/common/uint": [
4312
- "require",
4313
- "exports"
4314
- ],
4315
4311
  "vs/editor/common/core/offsetRange": [
4316
4312
  "require",
4317
4313
  "exports",
@@ -4371,7 +4367,7 @@
4371
4367
  "vs/editor/common/core/range",
4372
4368
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4373
4369
  ],
4374
- "vs/base/common/symbols": [
4370
+ "vs/base/common/uint": [
4375
4371
  "require",
4376
4372
  "exports"
4377
4373
  ],
@@ -4381,6 +4377,10 @@
4381
4377
  "vs/base/common/arrays",
4382
4378
  "vs/base/common/uint"
4383
4379
  ],
4380
+ "vs/base/common/symbols": [
4381
+ "require",
4382
+ "exports"
4383
+ ],
4384
4384
  "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
4385
4385
  "require",
4386
4386
  "exports",
@@ -4433,21 +4433,82 @@
4433
4433
  "exports",
4434
4434
  "vs/base/common/errors"
4435
4435
  ],
4436
- "vs/editor/common/viewLayout/viewLineRenderer": [
4436
+ "vs/editor/common/viewLayout/viewLineRenderer": [
4437
+ "require",
4438
+ "exports",
4439
+ "vs/nls",
4440
+ "vs/base/common/strings",
4441
+ "vs/editor/common/core/stringBuilder",
4442
+ "vs/editor/common/viewLayout/lineDecorations",
4443
+ "vs/editor/common/viewLayout/linePart"
4444
+ ],
4445
+ "vs/editor/common/viewModel": [
4446
+ "require",
4447
+ "exports",
4448
+ "vs/base/common/arrays",
4449
+ "vs/base/common/strings",
4450
+ "vs/editor/common/core/range"
4451
+ ],
4452
+ "vs/editor/standalone/browser/standaloneCodeEditorService": [
4453
+ "require",
4454
+ "exports",
4455
+ "vs/base/browser/dom",
4456
+ "vs/base/common/network",
4457
+ "vs/editor/browser/services/abstractCodeEditorService",
4458
+ "vs/editor/browser/services/codeEditorService",
4459
+ "vs/platform/contextkey/common/contextkey",
4460
+ "vs/platform/instantiation/common/extensions",
4461
+ "vs/platform/theme/common/themeService"
4462
+ ],
4463
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget": [
4464
+ "require",
4465
+ "exports",
4466
+ "vs/base/browser/dom",
4467
+ "vs/base/common/arraysFind",
4468
+ "vs/base/common/errors",
4469
+ "vs/base/common/event",
4470
+ "vs/base/common/lifecycle",
4471
+ "vs/base/common/observable",
4472
+ "vs/base/common/observableInternal/derived",
4473
+ "vs/editor/browser/editorExtensions",
4474
+ "vs/editor/browser/services/codeEditorService",
4475
+ "vs/editor/browser/stableEditorScroll",
4476
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
4477
+ "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
4478
+ "vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
4479
+ "vs/editor/browser/widget/diffEditor/components/diffEditorSash",
4480
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
4481
+ "vs/editor/browser/widget/diffEditor/features/gutterFeature",
4482
+ "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
4483
+ "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
4484
+ "vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
4485
+ "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
4486
+ "vs/editor/browser/widget/diffEditor/utils",
4487
+ "vs/base/common/hotReloadHelpers",
4488
+ "vs/platform/observable/common/platformObservableUtils",
4489
+ "vs/editor/common/core/position",
4490
+ "vs/editor/common/core/range",
4491
+ "vs/editor/common/editorCommon",
4492
+ "vs/editor/common/editorContextKeys",
4493
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
4494
+ "vs/platform/contextkey/common/contextkey",
4495
+ "vs/platform/instantiation/common/instantiation",
4496
+ "vs/platform/instantiation/common/serviceCollection",
4497
+ "vs/platform/progress/common/progress",
4498
+ "vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
4499
+ "vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
4500
+ "vs/editor/browser/widget/diffEditor/diffEditorOptions",
4501
+ "vs/editor/browser/widget/diffEditor/diffEditorViewModel",
4502
+ "vs/css!vs/editor/browser/widget/diffEditor/style"
4503
+ ],
4504
+ "vs/base/browser/ui/hover/hoverDelegateFactory": [
4437
4505
  "require",
4438
4506
  "exports",
4439
- "vs/nls",
4440
- "vs/base/common/strings",
4441
- "vs/editor/common/core/stringBuilder",
4442
- "vs/editor/common/viewLayout/lineDecorations",
4443
- "vs/editor/common/viewLayout/linePart"
4507
+ "vs/base/common/lazy"
4444
4508
  ],
4445
- "vs/editor/common/viewModel": [
4509
+ "vs/base/browser/ui/hover/hoverDelegate2": [
4446
4510
  "require",
4447
- "exports",
4448
- "vs/base/common/arrays",
4449
- "vs/base/common/strings",
4450
- "vs/editor/common/core/range"
4511
+ "exports"
4451
4512
  ],
4452
4513
  "vs/platform/configuration/common/configurationModels": [
4453
4514
  "require",
@@ -4716,17 +4777,6 @@
4716
4777
  "require",
4717
4778
  "exports"
4718
4779
  ],
4719
- "vs/editor/standalone/browser/standaloneCodeEditorService": [
4720
- "require",
4721
- "exports",
4722
- "vs/base/browser/dom",
4723
- "vs/base/common/network",
4724
- "vs/editor/browser/services/abstractCodeEditorService",
4725
- "vs/editor/browser/services/codeEditorService",
4726
- "vs/platform/contextkey/common/contextkey",
4727
- "vs/platform/instantiation/common/extensions",
4728
- "vs/platform/theme/common/themeService"
4729
- ],
4730
4780
  "vs/editor/standalone/browser/standaloneLayoutService": [
4731
4781
  "require",
4732
4782
  "exports",
@@ -4790,56 +4840,6 @@
4790
4840
  "vs/editor/browser/services/hoverService/updatableHoverWidget",
4791
4841
  "vs/base/common/async"
4792
4842
  ],
4793
- "vs/editor/browser/widget/diffEditor/diffEditorWidget": [
4794
- "require",
4795
- "exports",
4796
- "vs/base/browser/dom",
4797
- "vs/base/common/arraysFind",
4798
- "vs/base/common/errors",
4799
- "vs/base/common/event",
4800
- "vs/base/common/lifecycle",
4801
- "vs/base/common/observable",
4802
- "vs/base/common/observableInternal/derived",
4803
- "vs/editor/browser/editorExtensions",
4804
- "vs/editor/browser/services/codeEditorService",
4805
- "vs/editor/browser/stableEditorScroll",
4806
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
4807
- "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer",
4808
- "vs/editor/browser/widget/diffEditor/components/diffEditorDecorations",
4809
- "vs/editor/browser/widget/diffEditor/components/diffEditorSash",
4810
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones",
4811
- "vs/editor/browser/widget/diffEditor/features/gutterFeature",
4812
- "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature",
4813
- "vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature",
4814
- "vs/editor/browser/widget/diffEditor/features/overviewRulerFeature",
4815
- "vs/editor/browser/widget/diffEditor/features/revertButtonsFeature",
4816
- "vs/editor/browser/widget/diffEditor/utils",
4817
- "vs/base/common/hotReloadHelpers",
4818
- "vs/platform/observable/common/platformObservableUtils",
4819
- "vs/editor/common/core/position",
4820
- "vs/editor/common/core/range",
4821
- "vs/editor/common/editorCommon",
4822
- "vs/editor/common/editorContextKeys",
4823
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
4824
- "vs/platform/contextkey/common/contextkey",
4825
- "vs/platform/instantiation/common/instantiation",
4826
- "vs/platform/instantiation/common/serviceCollection",
4827
- "vs/platform/progress/common/progress",
4828
- "vs/editor/browser/widget/diffEditor/components/diffEditorEditors",
4829
- "vs/editor/browser/widget/diffEditor/delegatingEditorImpl",
4830
- "vs/editor/browser/widget/diffEditor/diffEditorOptions",
4831
- "vs/editor/browser/widget/diffEditor/diffEditorViewModel",
4832
- "vs/css!vs/editor/browser/widget/diffEditor/style"
4833
- ],
4834
- "vs/base/browser/ui/hover/hoverDelegateFactory": [
4835
- "require",
4836
- "exports",
4837
- "vs/base/common/lazy"
4838
- ],
4839
- "vs/base/browser/ui/hover/hoverDelegate2": [
4840
- "require",
4841
- "exports"
4842
- ],
4843
4843
  "vs/base/common/hotReloadHelpers": [
4844
4844
  "require",
4845
4845
  "exports",
@@ -4935,54 +4935,254 @@
4935
4935
  "vs/base/common/cache",
4936
4936
  "vs/editor/common/languages/supports/richEditBrackets"
4937
4937
  ],
4938
- "vs/editor/standalone/common/monarch/monarchCommon": [
4938
+ "vs/editor/standalone/common/monarch/monarchCommon": [
4939
+ "require",
4940
+ "exports"
4941
+ ],
4942
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4943
+ "require",
4944
+ "exports",
4945
+ "vs/editor/browser/editorExtensions",
4946
+ "vs/platform/contextkey/common/contextkey",
4947
+ "vs/base/common/cancellation",
4948
+ "vs/base/common/linkedList",
4949
+ "vs/platform/instantiation/common/instantiation",
4950
+ "vs/platform/instantiation/common/extensions",
4951
+ "vs/nls"
4952
+ ],
4953
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4954
+ "vs/editor/common/languages/supports": [
4955
+ "require",
4956
+ "exports"
4957
+ ],
4958
+ "vs/editor/common/core/indentation": [
4959
+ "require",
4960
+ "exports",
4961
+ "vs/base/common/strings",
4962
+ "vs/editor/common/core/cursorColumns"
4963
+ ],
4964
+ "vs/editor/common/commands/surroundSelectionCommand": [
4965
+ "require",
4966
+ "exports",
4967
+ "vs/editor/common/core/range",
4968
+ "vs/editor/common/core/selection"
4969
+ ],
4970
+ "vs/editor/common/languages/enterAction": [
4971
+ "require",
4972
+ "exports",
4973
+ "vs/editor/common/languages/languageConfiguration",
4974
+ "vs/editor/common/languages/languageConfigurationRegistry",
4975
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4976
+ ],
4977
+ "vs/base/common/codiconsUtil": [
4978
+ "require",
4979
+ "exports",
4980
+ "vs/base/common/types"
4981
+ ],
4982
+ "vs/base/common/codiconsLibrary": [
4983
+ "require",
4984
+ "exports",
4985
+ "vs/base/common/codiconsUtil"
4986
+ ],
4987
+ "vs/editor/common/core/eolCounter": [
4988
+ "require",
4989
+ "exports"
4990
+ ],
4991
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4992
+ "require",
4993
+ "exports",
4994
+ "vs/base/common/arrays",
4995
+ "vs/base/common/event",
4996
+ "vs/base/common/lifecycle",
4997
+ "vs/editor/common/core/range",
4998
+ "vs/editor/common/languages/supports",
4999
+ "vs/editor/common/languages/supports/richEditBrackets",
5000
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5001
+ ],
5002
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5003
+ "require",
5004
+ "exports",
5005
+ "vs/base/common/event",
5006
+ "vs/base/common/lifecycle",
5007
+ "vs/editor/common/core/range",
5008
+ "vs/editor/common/core/editorColorRegistry",
5009
+ "vs/platform/theme/common/themeService"
5010
+ ],
5011
+ "vs/editor/common/model/editStack": [
5012
+ "require",
5013
+ "exports",
5014
+ "vs/nls",
5015
+ "vs/base/common/errors",
5016
+ "vs/editor/common/core/selection",
5017
+ "vs/base/common/uri",
5018
+ "vs/editor/common/core/textChange",
5019
+ "vs/base/common/buffer",
5020
+ "vs/base/common/resources"
5021
+ ],
5022
+ "vs/editor/common/model/guidesTextModelPart": [
5023
+ "require",
5024
+ "exports",
5025
+ "vs/base/common/arraysFind",
5026
+ "vs/base/common/strings",
5027
+ "vs/editor/common/core/cursorColumns",
5028
+ "vs/editor/common/core/range",
5029
+ "vs/editor/common/model/textModelPart",
5030
+ "vs/editor/common/model/utils",
5031
+ "vs/editor/common/textModelGuides",
5032
+ "vs/base/common/errors"
5033
+ ],
5034
+ "vs/editor/common/model/indentationGuesser": [
5035
+ "require",
5036
+ "exports"
5037
+ ],
5038
+ "vs/editor/common/model/intervalTree": [
5039
+ "require",
5040
+ "exports"
5041
+ ],
5042
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5043
+ "require",
5044
+ "exports",
5045
+ "vs/base/common/event",
5046
+ "vs/base/common/strings",
5047
+ "vs/editor/common/core/range",
5048
+ "vs/editor/common/model",
5049
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5050
+ "vs/editor/common/core/eolCounter",
5051
+ "vs/editor/common/core/textChange",
5052
+ "vs/base/common/lifecycle"
5053
+ ],
5054
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5055
+ "require",
5056
+ "exports",
5057
+ "vs/base/common/strings",
5058
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5059
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5060
+ ],
5061
+ "vs/editor/common/model/tokenizationTextModelPart": [
5062
+ "require",
5063
+ "exports",
5064
+ "vs/base/common/errors",
5065
+ "vs/base/common/event",
5066
+ "vs/base/common/lifecycle",
5067
+ "vs/editor/common/core/eolCounter",
5068
+ "vs/editor/common/core/lineRange",
5069
+ "vs/editor/common/core/position",
5070
+ "vs/editor/common/core/wordHelper",
5071
+ "vs/editor/common/languages",
5072
+ "vs/editor/common/languages/language",
5073
+ "vs/editor/common/languages/languageConfigurationRegistry",
5074
+ "vs/editor/common/model/textModelPart",
5075
+ "vs/editor/common/model/textModelTokens",
5076
+ "vs/editor/common/model/tokens",
5077
+ "vs/editor/common/model/treeSitterTokens",
5078
+ "vs/editor/common/services/treeSitterParserService",
5079
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5080
+ "vs/editor/common/tokens/contiguousTokensStore",
5081
+ "vs/editor/common/tokens/sparseTokensStore"
5082
+ ],
5083
+ "vs/editor/common/model/tokens": [
5084
+ "require",
5085
+ "exports",
5086
+ "vs/base/common/arrays",
5087
+ "vs/base/common/async",
5088
+ "vs/base/common/event",
5089
+ "vs/base/common/lifecycle",
5090
+ "vs/editor/common/core/lineRange"
5091
+ ],
5092
+ "vs/editor/common/textModelEvents": [
5093
+ "require",
5094
+ "exports"
5095
+ ],
5096
+ "vs/platform/undoRedo/common/undoRedo": [
5097
+ "require",
5098
+ "exports",
5099
+ "vs/platform/instantiation/common/instantiation"
5100
+ ],
5101
+ "vs/platform/theme/common/colors/baseColors": [
5102
+ "require",
5103
+ "exports",
5104
+ "vs/nls",
5105
+ "vs/base/common/color",
5106
+ "vs/platform/theme/common/colorUtils"
5107
+ ],
5108
+ "vs/platform/theme/common/colors/chartsColors": [
5109
+ "require",
5110
+ "exports",
5111
+ "vs/nls",
5112
+ "vs/platform/theme/common/colorUtils",
5113
+ "vs/platform/theme/common/colors/baseColors",
5114
+ "vs/platform/theme/common/colors/editorColors",
5115
+ "vs/platform/theme/common/colors/minimapColors"
5116
+ ],
5117
+ "vs/platform/theme/common/colors/editorColors": [
4939
5118
  "require",
4940
- "exports"
5119
+ "exports",
5120
+ "vs/nls",
5121
+ "vs/base/common/color",
5122
+ "vs/platform/theme/common/colorUtils",
5123
+ "vs/platform/theme/common/colors/baseColors",
5124
+ "vs/platform/theme/common/colors/miscColors"
4941
5125
  ],
4942
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
5126
+ "vs/platform/theme/common/colors/inputColors": [
4943
5127
  "require",
4944
5128
  "exports",
4945
- "vs/editor/browser/editorExtensions",
4946
- "vs/platform/contextkey/common/contextkey",
4947
- "vs/base/common/cancellation",
4948
- "vs/base/common/linkedList",
4949
- "vs/platform/instantiation/common/instantiation",
4950
- "vs/platform/instantiation/common/extensions",
4951
- "vs/nls"
5129
+ "vs/nls",
5130
+ "vs/base/common/color",
5131
+ "vs/platform/theme/common/colorUtils",
5132
+ "vs/platform/theme/common/colors/baseColors",
5133
+ "vs/platform/theme/common/colors/editorColors"
4952
5134
  ],
4953
- "vs/css!vs/base/browser/ui/aria/aria": [],
4954
- "vs/editor/common/languages/supports": [
5135
+ "vs/platform/theme/common/colors/listColors": [
4955
5136
  "require",
4956
- "exports"
5137
+ "exports",
5138
+ "vs/nls",
5139
+ "vs/base/common/color",
5140
+ "vs/platform/theme/common/colorUtils",
5141
+ "vs/platform/theme/common/colors/baseColors",
5142
+ "vs/platform/theme/common/colors/editorColors"
4957
5143
  ],
4958
- "vs/editor/common/core/indentation": [
5144
+ "vs/platform/theme/common/colors/menuColors": [
4959
5145
  "require",
4960
5146
  "exports",
4961
- "vs/base/common/strings",
4962
- "vs/editor/common/core/cursorColumns"
5147
+ "vs/nls",
5148
+ "vs/platform/theme/common/colorUtils",
5149
+ "vs/platform/theme/common/colors/baseColors",
5150
+ "vs/platform/theme/common/colors/inputColors",
5151
+ "vs/platform/theme/common/colors/listColors"
4963
5152
  ],
4964
- "vs/editor/common/commands/surroundSelectionCommand": [
5153
+ "vs/platform/theme/common/colors/minimapColors": [
4965
5154
  "require",
4966
5155
  "exports",
4967
- "vs/editor/common/core/range",
4968
- "vs/editor/common/core/selection"
5156
+ "vs/nls",
5157
+ "vs/base/common/color",
5158
+ "vs/platform/theme/common/colorUtils",
5159
+ "vs/platform/theme/common/colors/editorColors",
5160
+ "vs/platform/theme/common/colors/miscColors"
4969
5161
  ],
4970
- "vs/editor/common/languages/enterAction": [
5162
+ "vs/platform/theme/common/colors/miscColors": [
4971
5163
  "require",
4972
5164
  "exports",
4973
- "vs/editor/common/languages/languageConfiguration",
4974
- "vs/editor/common/languages/languageConfigurationRegistry",
4975
- "vs/editor/common/languages/supports/indentationLineProcessor"
5165
+ "vs/nls",
5166
+ "vs/base/common/color",
5167
+ "vs/platform/theme/common/colorUtils",
5168
+ "vs/platform/theme/common/colors/baseColors"
4976
5169
  ],
4977
- "vs/base/common/codiconsUtil": [
5170
+ "vs/platform/theme/common/colors/quickpickColors": [
4978
5171
  "require",
4979
5172
  "exports",
4980
- "vs/base/common/types"
5173
+ "vs/nls",
5174
+ "vs/base/common/color",
5175
+ "vs/platform/theme/common/colorUtils",
5176
+ "vs/platform/theme/common/colors/editorColors",
5177
+ "vs/platform/theme/common/colors/listColors"
4981
5178
  ],
4982
- "vs/base/common/codiconsLibrary": [
5179
+ "vs/platform/theme/common/colors/searchColors": [
4983
5180
  "require",
4984
5181
  "exports",
4985
- "vs/base/common/codiconsUtil"
5182
+ "vs/nls",
5183
+ "vs/platform/theme/common/colorUtils",
5184
+ "vs/platform/theme/common/colors/baseColors",
5185
+ "vs/platform/theme/common/colors/editorColors"
4986
5186
  ],
4987
5187
  "vs/base/browser/fastDomNode": [
4988
5188
  "require",
@@ -5329,120 +5529,6 @@
5329
5529
  "vs/editor/common/core/position",
5330
5530
  "vs/editor/common/model"
5331
5531
  ],
5332
- "vs/editor/common/textModelEvents": [
5333
- "require",
5334
- "exports"
5335
- ],
5336
- "vs/editor/common/core/eolCounter": [
5337
- "require",
5338
- "exports"
5339
- ],
5340
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5341
- "require",
5342
- "exports",
5343
- "vs/base/common/arrays",
5344
- "vs/base/common/event",
5345
- "vs/base/common/lifecycle",
5346
- "vs/editor/common/core/range",
5347
- "vs/editor/common/languages/supports",
5348
- "vs/editor/common/languages/supports/richEditBrackets",
5349
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5350
- ],
5351
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5352
- "require",
5353
- "exports",
5354
- "vs/base/common/event",
5355
- "vs/base/common/lifecycle",
5356
- "vs/editor/common/core/range",
5357
- "vs/editor/common/core/editorColorRegistry",
5358
- "vs/platform/theme/common/themeService"
5359
- ],
5360
- "vs/editor/common/model/editStack": [
5361
- "require",
5362
- "exports",
5363
- "vs/nls",
5364
- "vs/base/common/errors",
5365
- "vs/editor/common/core/selection",
5366
- "vs/base/common/uri",
5367
- "vs/editor/common/core/textChange",
5368
- "vs/base/common/buffer",
5369
- "vs/base/common/resources"
5370
- ],
5371
- "vs/editor/common/model/guidesTextModelPart": [
5372
- "require",
5373
- "exports",
5374
- "vs/base/common/arraysFind",
5375
- "vs/base/common/strings",
5376
- "vs/editor/common/core/cursorColumns",
5377
- "vs/editor/common/core/range",
5378
- "vs/editor/common/model/textModelPart",
5379
- "vs/editor/common/model/utils",
5380
- "vs/editor/common/textModelGuides",
5381
- "vs/base/common/errors"
5382
- ],
5383
- "vs/editor/common/model/indentationGuesser": [
5384
- "require",
5385
- "exports"
5386
- ],
5387
- "vs/editor/common/model/intervalTree": [
5388
- "require",
5389
- "exports"
5390
- ],
5391
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5392
- "require",
5393
- "exports",
5394
- "vs/base/common/event",
5395
- "vs/base/common/strings",
5396
- "vs/editor/common/core/range",
5397
- "vs/editor/common/model",
5398
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5399
- "vs/editor/common/core/eolCounter",
5400
- "vs/editor/common/core/textChange",
5401
- "vs/base/common/lifecycle"
5402
- ],
5403
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5404
- "require",
5405
- "exports",
5406
- "vs/base/common/strings",
5407
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5408
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5409
- ],
5410
- "vs/editor/common/model/tokenizationTextModelPart": [
5411
- "require",
5412
- "exports",
5413
- "vs/base/common/errors",
5414
- "vs/base/common/event",
5415
- "vs/base/common/lifecycle",
5416
- "vs/editor/common/core/eolCounter",
5417
- "vs/editor/common/core/lineRange",
5418
- "vs/editor/common/core/position",
5419
- "vs/editor/common/core/wordHelper",
5420
- "vs/editor/common/languages",
5421
- "vs/editor/common/languages/language",
5422
- "vs/editor/common/languages/languageConfigurationRegistry",
5423
- "vs/editor/common/model/textModelPart",
5424
- "vs/editor/common/model/textModelTokens",
5425
- "vs/editor/common/model/tokens",
5426
- "vs/editor/common/model/treeSitterTokens",
5427
- "vs/editor/common/services/treeSitterParserService",
5428
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5429
- "vs/editor/common/tokens/contiguousTokensStore",
5430
- "vs/editor/common/tokens/sparseTokensStore"
5431
- ],
5432
- "vs/editor/common/model/tokens": [
5433
- "require",
5434
- "exports",
5435
- "vs/base/common/arrays",
5436
- "vs/base/common/async",
5437
- "vs/base/common/event",
5438
- "vs/base/common/lifecycle",
5439
- "vs/editor/common/core/lineRange"
5440
- ],
5441
- "vs/platform/undoRedo/common/undoRedo": [
5442
- "require",
5443
- "exports",
5444
- "vs/platform/instantiation/common/instantiation"
5445
- ],
5446
5532
  "vs/editor/common/cursor/cursor": [
5447
5533
  "require",
5448
5534
  "exports",
@@ -5516,96 +5602,67 @@
5516
5602
  "exports",
5517
5603
  "vs/editor/common/model"
5518
5604
  ],
5519
- "vs/platform/theme/common/colors/baseColors": [
5520
- "require",
5521
- "exports",
5522
- "vs/nls",
5523
- "vs/base/common/color",
5524
- "vs/platform/theme/common/colorUtils"
5525
- ],
5526
- "vs/platform/theme/common/colors/chartsColors": [
5527
- "require",
5528
- "exports",
5529
- "vs/nls",
5530
- "vs/platform/theme/common/colorUtils",
5531
- "vs/platform/theme/common/colors/baseColors",
5532
- "vs/platform/theme/common/colors/editorColors",
5533
- "vs/platform/theme/common/colors/minimapColors"
5534
- ],
5535
- "vs/platform/theme/common/colors/editorColors": [
5536
- "require",
5537
- "exports",
5538
- "vs/nls",
5539
- "vs/base/common/color",
5540
- "vs/platform/theme/common/colorUtils",
5541
- "vs/platform/theme/common/colors/baseColors",
5542
- "vs/platform/theme/common/colors/miscColors"
5543
- ],
5544
- "vs/platform/theme/common/colors/inputColors": [
5605
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5545
5606
  "require",
5546
5607
  "exports",
5547
- "vs/nls",
5548
- "vs/base/common/color",
5549
- "vs/platform/theme/common/colorUtils",
5550
- "vs/platform/theme/common/colors/baseColors",
5551
- "vs/platform/theme/common/colors/editorColors"
5608
+ "vs/editor/common/core/cursorColumns"
5552
5609
  ],
5553
- "vs/platform/theme/common/colors/listColors": [
5610
+ "vs/base/common/dataTransfer": [
5554
5611
  "require",
5555
5612
  "exports",
5556
- "vs/nls",
5557
- "vs/base/common/color",
5558
- "vs/platform/theme/common/colorUtils",
5559
- "vs/platform/theme/common/colors/baseColors",
5560
- "vs/platform/theme/common/colors/editorColors"
5613
+ "vs/base/common/arrays",
5614
+ "vs/base/common/iterator",
5615
+ "vs/base/common/uuid"
5561
5616
  ],
5562
- "vs/platform/theme/common/colors/menuColors": [
5617
+ "vs/base/common/uuid": [
5563
5618
  "require",
5564
- "exports",
5565
- "vs/nls",
5566
- "vs/platform/theme/common/colorUtils",
5567
- "vs/platform/theme/common/colors/baseColors",
5568
- "vs/platform/theme/common/colors/inputColors",
5569
- "vs/platform/theme/common/colors/listColors"
5619
+ "exports"
5570
5620
  ],
5571
- "vs/platform/theme/common/colors/minimapColors": [
5621
+ "vs/editor/browser/dnd": [
5572
5622
  "require",
5573
5623
  "exports",
5574
- "vs/nls",
5575
- "vs/base/common/color",
5576
- "vs/platform/theme/common/colorUtils",
5577
- "vs/platform/theme/common/colors/editorColors",
5578
- "vs/platform/theme/common/colors/miscColors"
5624
+ "vs/base/browser/dnd",
5625
+ "vs/base/common/dataTransfer",
5626
+ "vs/base/common/mime",
5627
+ "vs/base/common/uri",
5628
+ "vs/platform/dnd/browser/dnd"
5579
5629
  ],
5580
- "vs/platform/theme/common/colors/miscColors": [
5630
+ "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5581
5631
  "require",
5582
5632
  "exports",
5583
- "vs/nls",
5584
- "vs/base/common/color",
5585
- "vs/platform/theme/common/colorUtils",
5586
- "vs/platform/theme/common/colors/baseColors"
5633
+ "vs/editor/browser/services/bulkEditService",
5634
+ "vs/editor/contrib/snippet/browser/snippetParser"
5587
5635
  ],
5588
- "vs/platform/theme/common/colors/quickpickColors": [
5636
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5589
5637
  "require",
5590
5638
  "exports",
5639
+ "vs/base/browser/dom",
5640
+ "vs/base/browser/ui/button/button",
5641
+ "vs/base/common/actions",
5642
+ "vs/base/common/errorMessage",
5643
+ "vs/base/common/errors",
5644
+ "vs/base/common/event",
5645
+ "vs/base/common/lifecycle",
5646
+ "vs/editor/browser/services/bulkEditService",
5647
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
5591
5648
  "vs/nls",
5592
- "vs/base/common/color",
5593
- "vs/platform/theme/common/colorUtils",
5594
- "vs/platform/theme/common/colors/editorColors",
5595
- "vs/platform/theme/common/colors/listColors"
5649
+ "vs/platform/contextkey/common/contextkey",
5650
+ "vs/platform/contextview/browser/contextView",
5651
+ "vs/platform/instantiation/common/instantiation",
5652
+ "vs/platform/keybinding/common/keybinding",
5653
+ "vs/platform/notification/common/notification",
5654
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5596
5655
  ],
5597
- "vs/platform/theme/common/colors/searchColors": [
5656
+ "vs/base/browser/event": [
5598
5657
  "require",
5599
5658
  "exports",
5600
- "vs/nls",
5601
- "vs/platform/theme/common/colorUtils",
5602
- "vs/platform/theme/common/colors/baseColors",
5603
- "vs/platform/theme/common/colors/editorColors"
5659
+ "vs/base/common/event"
5604
5660
  ],
5605
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5661
+ "vs/editor/browser/controller/textAreaState": [
5606
5662
  "require",
5607
5663
  "exports",
5608
- "vs/editor/common/core/cursorColumns"
5664
+ "vs/base/common/strings",
5665
+ "vs/editor/common/core/range"
5609
5666
  ],
5610
5667
  "vs/editor/common/config/diffEditor": [
5611
5668
  "require",
@@ -5714,74 +5771,23 @@
5714
5771
  "vs/base/common/event",
5715
5772
  "vs/platform/registry/common/platform"
5716
5773
  ],
5717
- "vs/base/browser/event": [
5718
- "require",
5719
- "exports",
5720
- "vs/base/common/event"
5721
- ],
5722
- "vs/editor/browser/controller/textAreaState": [
5723
- "require",
5724
- "exports",
5725
- "vs/base/common/strings",
5726
- "vs/editor/common/core/range"
5727
- ],
5728
- "vs/base/common/dataTransfer": [
5729
- "require",
5730
- "exports",
5731
- "vs/base/common/arrays",
5732
- "vs/base/common/iterator",
5733
- "vs/base/common/uuid"
5734
- ],
5735
- "vs/base/common/uuid": [
5736
- "require",
5737
- "exports"
5738
- ],
5739
- "vs/editor/browser/dnd": [
5740
- "require",
5741
- "exports",
5742
- "vs/base/browser/dnd",
5743
- "vs/base/common/dataTransfer",
5744
- "vs/base/common/mime",
5745
- "vs/base/common/uri",
5746
- "vs/platform/dnd/browser/dnd"
5747
- ],
5748
- "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5749
- "require",
5750
- "exports",
5751
- "vs/editor/browser/services/bulkEditService",
5752
- "vs/editor/contrib/snippet/browser/snippetParser"
5753
- ],
5754
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5774
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5755
5775
  "require",
5756
5776
  "exports",
5757
5777
  "vs/base/browser/dom",
5758
- "vs/base/browser/ui/button/button",
5759
- "vs/base/common/actions",
5760
- "vs/base/common/errorMessage",
5761
- "vs/base/common/errors",
5762
- "vs/base/common/event",
5778
+ "vs/base/browser/ui/hover/hoverWidget",
5763
5779
  "vs/base/common/lifecycle",
5764
- "vs/editor/browser/services/bulkEditService",
5765
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
5766
- "vs/nls",
5767
- "vs/platform/contextkey/common/contextkey",
5768
- "vs/platform/contextview/browser/contextView",
5769
- "vs/platform/instantiation/common/instantiation",
5770
- "vs/platform/keybinding/common/keybinding",
5771
- "vs/platform/notification/common/notification",
5772
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5773
- ],
5774
- "vs/base/common/numbers": [
5775
- "require",
5776
- "exports"
5780
+ "vs/platform/keybinding/common/keybinding"
5777
5781
  ],
5778
- "vs/base/browser/ui/iconLabel/iconLabels": [
5782
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5779
5783
  "require",
5780
5784
  "exports",
5781
- "vs/base/browser/dom",
5782
- "vs/base/common/themables"
5785
+ "vs/base/common/color",
5786
+ "vs/base/common/lifecycle",
5787
+ "vs/editor/common/services/languageFeatures",
5788
+ "vs/editor/common/editorFeatures",
5789
+ "vs/editor/common/services/editorWorker"
5783
5790
  ],
5784
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5785
5791
  "vs/editor/browser/editorDom": [
5786
5792
  "require",
5787
5793
  "exports",
@@ -5885,22 +5891,16 @@
5885
5891
  "vs/editor/contrib/hover/browser/contentHoverRendered",
5886
5892
  "vs/editor/contrib/hover/browser/hoverUtils"
5887
5893
  ],
5888
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5894
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5889
5895
  "require",
5890
5896
  "exports",
5891
5897
  "vs/base/browser/dom",
5892
- "vs/base/browser/ui/hover/hoverWidget",
5893
- "vs/base/common/lifecycle",
5894
- "vs/platform/keybinding/common/keybinding"
5898
+ "vs/base/common/themables"
5895
5899
  ],
5896
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5900
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5901
+ "vs/base/common/numbers": [
5897
5902
  "require",
5898
- "exports",
5899
- "vs/base/common/color",
5900
- "vs/base/common/lifecycle",
5901
- "vs/editor/common/services/languageFeatures",
5902
- "vs/editor/common/editorFeatures",
5903
- "vs/editor/common/services/editorWorker"
5903
+ "exports"
5904
5904
  ],
5905
5905
  "vs/base/browser/dnd": [
5906
5906
  "require",
@@ -5938,24 +5938,6 @@
5938
5938
  "exports",
5939
5939
  "vs/platform/registry/common/platform"
5940
5940
  ],
5941
- "vs/base/browser/ui/findinput/findInputToggles": [
5942
- "require",
5943
- "exports",
5944
- "vs/base/browser/ui/hover/hoverDelegateFactory",
5945
- "vs/base/browser/ui/toggle/toggle",
5946
- "vs/base/common/codicons",
5947
- "vs/nls"
5948
- ],
5949
- "vs/base/browser/ui/widget": [
5950
- "require",
5951
- "exports",
5952
- "vs/base/browser/dom",
5953
- "vs/base/browser/keyboardEvent",
5954
- "vs/base/browser/mouseEvent",
5955
- "vs/base/browser/touch",
5956
- "vs/base/common/lifecycle"
5957
- ],
5958
- "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5959
5941
  "vs/editor/contrib/find/browser/findDecorations": [
5960
5942
  "require",
5961
5943
  "exports",
@@ -5975,6 +5957,24 @@
5975
5957
  "exports",
5976
5958
  "vs/base/common/search"
5977
5959
  ],
5960
+ "vs/base/browser/ui/findinput/findInputToggles": [
5961
+ "require",
5962
+ "exports",
5963
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
5964
+ "vs/base/browser/ui/toggle/toggle",
5965
+ "vs/base/common/codicons",
5966
+ "vs/nls"
5967
+ ],
5968
+ "vs/base/browser/ui/widget": [
5969
+ "require",
5970
+ "exports",
5971
+ "vs/base/browser/dom",
5972
+ "vs/base/browser/keyboardEvent",
5973
+ "vs/base/browser/mouseEvent",
5974
+ "vs/base/browser/touch",
5975
+ "vs/base/common/lifecycle"
5976
+ ],
5977
+ "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5978
5978
  "vs/base/browser/ui/toggle/toggle": [
5979
5979
  "require",
5980
5980
  "exports",
@@ -6017,9 +6017,110 @@
6017
6017
  "require",
6018
6018
  "exports",
6019
6019
  "vs/platform/theme/common/colorRegistry",
6020
- "vs/base/common/color"
6020
+ "vs/base/common/color"
6021
+ ],
6022
+ "vs/css!vs/editor/contrib/find/browser/findWidget": [],
6023
+ "vs/base/common/idGenerator": [
6024
+ "require",
6025
+ "exports"
6026
+ ],
6027
+ "vs/base/browser/markdownRenderer": [
6028
+ "require",
6029
+ "exports",
6030
+ "vs/base/browser/dom",
6031
+ "vs/base/browser/dompurify/dompurify",
6032
+ "vs/base/browser/event",
6033
+ "vs/base/browser/formattedTextRenderer",
6034
+ "vs/base/browser/keyboardEvent",
6035
+ "vs/base/browser/mouseEvent",
6036
+ "vs/base/browser/ui/iconLabel/iconLabels",
6037
+ "vs/base/common/errors",
6038
+ "vs/base/common/event",
6039
+ "vs/base/common/htmlContent",
6040
+ "vs/base/common/iconLabels",
6041
+ "vs/base/common/idGenerator",
6042
+ "vs/base/common/lazy",
6043
+ "vs/base/common/lifecycle",
6044
+ "vs/base/common/marked/marked",
6045
+ "vs/base/common/marshalling",
6046
+ "vs/base/common/network",
6047
+ "vs/base/common/objects",
6048
+ "vs/base/common/resources",
6049
+ "vs/base/common/strings",
6050
+ "vs/base/common/uri"
6051
+ ],
6052
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer": [
6053
+ "require",
6054
+ "exports",
6055
+ "vs/base/browser/markdownRenderer",
6056
+ "vs/base/browser/trustedTypes",
6057
+ "vs/base/common/errors",
6058
+ "vs/base/common/event",
6059
+ "vs/base/common/lifecycle",
6060
+ "vs/editor/browser/config/domFontInfo",
6061
+ "vs/editor/common/languages/language",
6062
+ "vs/editor/common/languages/modesRegistry",
6063
+ "vs/editor/common/languages/textToHtmlTokenizer",
6064
+ "vs/platform/opener/common/opener",
6065
+ "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown"
6066
+ ],
6067
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6068
+ "vs/base/browser/ui/actionbar/actionbar": [
6069
+ "require",
6070
+ "exports",
6071
+ "vs/base/browser/dom",
6072
+ "vs/base/browser/keyboardEvent",
6073
+ "vs/base/browser/ui/actionbar/actionViewItems",
6074
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
6075
+ "vs/base/common/actions",
6076
+ "vs/base/common/event",
6077
+ "vs/base/common/lifecycle",
6078
+ "vs/base/common/types",
6079
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
6080
+ ],
6081
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
6082
+ "require",
6083
+ "exports",
6084
+ "vs/base/browser/dom",
6085
+ "vs/base/browser/ui/sash/sash",
6086
+ "vs/base/common/color",
6087
+ "vs/base/common/idGenerator",
6088
+ "vs/base/common/lifecycle",
6089
+ "vs/base/common/objects",
6090
+ "vs/editor/common/core/range",
6091
+ "vs/editor/common/model/textModel",
6092
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
6093
+ ],
6094
+ "vs/platform/actions/browser/menuEntryActionViewItem": [
6095
+ "require",
6096
+ "exports",
6097
+ "vs/base/browser/dom",
6098
+ "vs/base/browser/keyboardEvent",
6099
+ "vs/base/browser/ui/actionbar/actionViewItems",
6100
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6101
+ "vs/base/common/actions",
6102
+ "vs/base/common/keybindingLabels",
6103
+ "vs/base/common/lifecycle",
6104
+ "vs/base/common/platform",
6105
+ "vs/nls",
6106
+ "vs/platform/actions/common/actions",
6107
+ "vs/platform/action/common/action",
6108
+ "vs/platform/contextkey/common/contextkey",
6109
+ "vs/platform/contextview/browser/contextView",
6110
+ "vs/platform/instantiation/common/instantiation",
6111
+ "vs/platform/keybinding/common/keybinding",
6112
+ "vs/platform/notification/common/notification",
6113
+ "vs/platform/storage/common/storage",
6114
+ "vs/platform/theme/common/themeService",
6115
+ "vs/base/common/themables",
6116
+ "vs/platform/theme/common/theme",
6117
+ "vs/base/common/types",
6118
+ "vs/platform/theme/common/colorRegistry",
6119
+ "vs/platform/theme/browser/defaultStyles",
6120
+ "vs/platform/accessibility/common/accessibility",
6121
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6021
6122
  ],
6022
- "vs/css!vs/editor/contrib/find/browser/findWidget": [],
6123
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6023
6124
  "vs/base/common/observableInternal/base": [
6024
6125
  "require",
6025
6126
  "exports",
@@ -6041,21 +6142,6 @@
6041
6142
  "vs/base/common/lifecycle",
6042
6143
  "vs/nls"
6043
6144
  ],
6044
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer": [
6045
- "require",
6046
- "exports",
6047
- "vs/base/browser/markdownRenderer",
6048
- "vs/base/browser/trustedTypes",
6049
- "vs/base/common/errors",
6050
- "vs/base/common/event",
6051
- "vs/base/common/lifecycle",
6052
- "vs/editor/browser/config/domFontInfo",
6053
- "vs/editor/common/languages/language",
6054
- "vs/editor/common/languages/modesRegistry",
6055
- "vs/editor/common/languages/textToHtmlTokenizer",
6056
- "vs/platform/opener/common/opener",
6057
- "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown"
6058
- ],
6059
6145
  "vs/base/browser/domObservable": [
6060
6146
  "require",
6061
6147
  "exports",
@@ -6159,92 +6245,6 @@
6159
6245
  "vs/editor/contrib/snippet/browser/snippetSession",
6160
6246
  "vs/editor/contrib/suggest/browser/suggestController"
6161
6247
  ],
6162
- "vs/base/browser/ui/actionbar/actionbar": [
6163
- "require",
6164
- "exports",
6165
- "vs/base/browser/dom",
6166
- "vs/base/browser/keyboardEvent",
6167
- "vs/base/browser/ui/actionbar/actionViewItems",
6168
- "vs/base/browser/ui/hover/hoverDelegateFactory",
6169
- "vs/base/common/actions",
6170
- "vs/base/common/event",
6171
- "vs/base/common/lifecycle",
6172
- "vs/base/common/types",
6173
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
6174
- ],
6175
- "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
6176
- "require",
6177
- "exports",
6178
- "vs/base/browser/dom",
6179
- "vs/base/browser/ui/sash/sash",
6180
- "vs/base/common/color",
6181
- "vs/base/common/idGenerator",
6182
- "vs/base/common/lifecycle",
6183
- "vs/base/common/objects",
6184
- "vs/editor/common/core/range",
6185
- "vs/editor/common/model/textModel",
6186
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
6187
- ],
6188
- "vs/platform/actions/browser/menuEntryActionViewItem": [
6189
- "require",
6190
- "exports",
6191
- "vs/base/browser/dom",
6192
- "vs/base/browser/keyboardEvent",
6193
- "vs/base/browser/ui/actionbar/actionViewItems",
6194
- "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6195
- "vs/base/common/actions",
6196
- "vs/base/common/keybindingLabels",
6197
- "vs/base/common/lifecycle",
6198
- "vs/base/common/platform",
6199
- "vs/nls",
6200
- "vs/platform/actions/common/actions",
6201
- "vs/platform/action/common/action",
6202
- "vs/platform/contextkey/common/contextkey",
6203
- "vs/platform/contextview/browser/contextView",
6204
- "vs/platform/instantiation/common/instantiation",
6205
- "vs/platform/keybinding/common/keybinding",
6206
- "vs/platform/notification/common/notification",
6207
- "vs/platform/storage/common/storage",
6208
- "vs/platform/theme/common/themeService",
6209
- "vs/base/common/themables",
6210
- "vs/platform/theme/common/theme",
6211
- "vs/base/common/types",
6212
- "vs/platform/theme/common/colorRegistry",
6213
- "vs/platform/theme/browser/defaultStyles",
6214
- "vs/platform/accessibility/common/accessibility",
6215
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6216
- ],
6217
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6218
- "vs/base/common/idGenerator": [
6219
- "require",
6220
- "exports"
6221
- ],
6222
- "vs/base/browser/markdownRenderer": [
6223
- "require",
6224
- "exports",
6225
- "vs/base/browser/dom",
6226
- "vs/base/browser/dompurify/dompurify",
6227
- "vs/base/browser/event",
6228
- "vs/base/browser/formattedTextRenderer",
6229
- "vs/base/browser/keyboardEvent",
6230
- "vs/base/browser/mouseEvent",
6231
- "vs/base/browser/ui/iconLabel/iconLabels",
6232
- "vs/base/common/errors",
6233
- "vs/base/common/event",
6234
- "vs/base/common/htmlContent",
6235
- "vs/base/common/iconLabels",
6236
- "vs/base/common/idGenerator",
6237
- "vs/base/common/lazy",
6238
- "vs/base/common/lifecycle",
6239
- "vs/base/common/marked/marked",
6240
- "vs/base/common/marshalling",
6241
- "vs/base/common/network",
6242
- "vs/base/common/objects",
6243
- "vs/base/common/resources",
6244
- "vs/base/common/strings",
6245
- "vs/base/common/uri"
6246
- ],
6247
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6248
6248
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6249
6249
  "require",
6250
6250
  "exports",
@@ -6345,58 +6345,6 @@
6345
6345
  "vs/base/common/platform",
6346
6346
  "vs/base/common/strings"
6347
6347
  ],
6348
- "vs/editor/contrib/inlineEdits/browser/consts": [
6349
- "require",
6350
- "exports",
6351
- "vs/nls",
6352
- "vs/platform/contextkey/common/contextkey"
6353
- ],
6354
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6355
- "require",
6356
- "exports",
6357
- "vs/base/common/async",
6358
- "vs/base/common/cancellation",
6359
- "vs/base/common/equals",
6360
- "vs/base/common/errors",
6361
- "vs/base/common/lifecycle",
6362
- "vs/base/common/observable",
6363
- "vs/base/common/observableInternal/derived",
6364
- "vs/base/common/uri",
6365
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6366
- "vs/editor/common/core/lineRange",
6367
- "vs/editor/common/languages",
6368
- "vs/editor/common/services/languageFeatures",
6369
- "vs/editor/common/services/model",
6370
- "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6371
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6372
- ],
6373
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6374
- "require",
6375
- "exports",
6376
- "vs/base/browser/dom",
6377
- "vs/base/browser/fonts",
6378
- "vs/base/common/lifecycle",
6379
- "vs/base/common/observable",
6380
- "vs/base/common/observableInternal/derived",
6381
- "vs/editor/browser/editorExtensions",
6382
- "vs/editor/browser/observableCodeEditor",
6383
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6384
- "vs/editor/browser/widget/diffEditor/registrations.contribution",
6385
- "vs/editor/browser/widget/diffEditor/utils",
6386
- "vs/editor/common/languages/modesRegistry",
6387
- "vs/editor/common/model/textModel",
6388
- "vs/editor/contrib/contextmenu/browser/contextmenu",
6389
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6390
- "vs/editor/contrib/suggest/browser/suggestController",
6391
- "vs/platform/instantiation/common/instantiation",
6392
- "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6393
- ],
6394
- "vs/platform/observable/common/platformObservableUtils": [
6395
- "require",
6396
- "exports",
6397
- "vs/base/common/observable",
6398
- "vs/base/common/observableInternal/utils"
6399
- ],
6400
6348
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6401
6349
  "require",
6402
6350
  "exports"
@@ -6479,8 +6427,59 @@
6479
6427
  "vs/editor/common/services/editorWorker",
6480
6428
  "vs/platform/telemetry/common/telemetry"
6481
6429
  ],
6430
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6431
+ "require",
6432
+ "exports",
6433
+ "vs/nls",
6434
+ "vs/platform/contextkey/common/contextkey"
6435
+ ],
6482
6436
  "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6483
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6437
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6438
+ "require",
6439
+ "exports",
6440
+ "vs/base/common/async",
6441
+ "vs/base/common/cancellation",
6442
+ "vs/base/common/equals",
6443
+ "vs/base/common/errors",
6444
+ "vs/base/common/lifecycle",
6445
+ "vs/base/common/observable",
6446
+ "vs/base/common/observableInternal/derived",
6447
+ "vs/base/common/uri",
6448
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6449
+ "vs/editor/common/core/lineRange",
6450
+ "vs/editor/common/languages",
6451
+ "vs/editor/common/services/languageFeatures",
6452
+ "vs/editor/common/services/model",
6453
+ "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6454
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6455
+ ],
6456
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6457
+ "require",
6458
+ "exports",
6459
+ "vs/base/browser/dom",
6460
+ "vs/base/browser/fonts",
6461
+ "vs/base/common/lifecycle",
6462
+ "vs/base/common/observable",
6463
+ "vs/base/common/observableInternal/derived",
6464
+ "vs/editor/browser/editorExtensions",
6465
+ "vs/editor/browser/observableCodeEditor",
6466
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6467
+ "vs/editor/browser/widget/diffEditor/registrations.contribution",
6468
+ "vs/editor/browser/widget/diffEditor/utils",
6469
+ "vs/editor/common/languages/modesRegistry",
6470
+ "vs/editor/common/model/textModel",
6471
+ "vs/editor/contrib/contextmenu/browser/contextmenu",
6472
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6473
+ "vs/editor/contrib/suggest/browser/suggestController",
6474
+ "vs/platform/instantiation/common/instantiation",
6475
+ "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6476
+ ],
6477
+ "vs/platform/observable/common/platformObservableUtils": [
6478
+ "require",
6479
+ "exports",
6480
+ "vs/base/common/observable",
6481
+ "vs/base/common/observableInternal/utils"
6482
+ ],
6484
6483
  "vs/base/common/equals": [
6485
6484
  "require",
6486
6485
  "exports",
@@ -6491,13 +6490,7 @@
6491
6490
  "exports",
6492
6491
  "vs/base/common/process"
6493
6492
  ],
6494
- "vs/editor/common/tokens/sparseMultilineTokens": [
6495
- "require",
6496
- "exports",
6497
- "vs/editor/common/core/position",
6498
- "vs/editor/common/core/range",
6499
- "vs/editor/common/core/eolCounter"
6500
- ],
6493
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6501
6494
  "vs/base/browser/ui/list/listWidget": [
6502
6495
  "require",
6503
6496
  "exports",
@@ -6524,29 +6517,18 @@
6524
6517
  "vs/css!vs/base/browser/ui/list/list"
6525
6518
  ],
6526
6519
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6527
- "vs/editor/common/services/semanticTokensDto": [
6520
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6528
6521
  "require",
6529
6522
  "exports",
6530
- "vs/base/common/buffer",
6531
- "vs/base/common/platform"
6523
+ "vs/editor/common/core/position",
6524
+ "vs/editor/common/core/range",
6525
+ "vs/editor/common/core/eolCounter"
6532
6526
  ],
6533
- "vs/editor/contrib/snippet/browser/snippetVariables": [
6527
+ "vs/editor/common/services/semanticTokensDto": [
6534
6528
  "require",
6535
6529
  "exports",
6536
- "vs/base/common/labels",
6537
- "vs/base/common/path",
6538
- "vs/base/common/resources",
6539
- "vs/base/common/strings",
6540
- "vs/base/common/uuid",
6541
- "vs/editor/common/languages/languageConfigurationRegistry",
6542
- "vs/editor/contrib/snippet/browser/snippetParser",
6543
- "vs/nls",
6544
- "vs/platform/workspace/common/workspace"
6545
- ],
6546
- "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6547
- "vs/base/common/naturalLanguage/korean": [
6548
- "require",
6549
- "exports"
6530
+ "vs/base/common/buffer",
6531
+ "vs/base/common/platform"
6550
6532
  ],
6551
6533
  "vs/platform/action/common/actionCommonCategories": [
6552
6534
  "require",
@@ -6586,6 +6568,20 @@
6586
6568
  "require",
6587
6569
  "exports"
6588
6570
  ],
6571
+ "vs/editor/contrib/snippet/browser/snippetVariables": [
6572
+ "require",
6573
+ "exports",
6574
+ "vs/base/common/labels",
6575
+ "vs/base/common/path",
6576
+ "vs/base/common/resources",
6577
+ "vs/base/common/strings",
6578
+ "vs/base/common/uuid",
6579
+ "vs/editor/common/languages/languageConfigurationRegistry",
6580
+ "vs/editor/contrib/snippet/browser/snippetParser",
6581
+ "vs/nls",
6582
+ "vs/platform/workspace/common/workspace"
6583
+ ],
6584
+ "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6589
6585
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6590
6586
  "require",
6591
6587
  "exports",
@@ -6642,6 +6638,10 @@
6642
6638
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6643
6639
  ],
6644
6640
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6641
+ "vs/base/common/naturalLanguage/korean": [
6642
+ "require",
6643
+ "exports"
6644
+ ],
6645
6645
  "vs/platform/opener/browser/link": [
6646
6646
  "require",
6647
6647
  "exports",
@@ -6883,81 +6883,6 @@
6883
6883
  "require",
6884
6884
  "exports"
6885
6885
  ],
6886
- "vs/base/common/ime": [
6887
- "require",
6888
- "exports",
6889
- "vs/base/common/event"
6890
- ],
6891
- "vs/platform/keybinding/common/baseResolvedKeybinding": [
6892
- "require",
6893
- "exports",
6894
- "vs/base/common/errors",
6895
- "vs/base/common/keybindingLabels",
6896
- "vs/base/common/keybindings"
6897
- ],
6898
- "vs/base/browser/ui/contextview/contextview": [
6899
- "require",
6900
- "exports",
6901
- "vs/base/browser/canIUse",
6902
- "vs/base/browser/dom",
6903
- "vs/base/common/lifecycle",
6904
- "vs/base/common/platform",
6905
- "vs/base/common/range",
6906
- "vs/css!vs/base/browser/ui/contextview/contextview"
6907
- ],
6908
- "vs/editor/common/services/languagesRegistry": [
6909
- "require",
6910
- "exports",
6911
- "vs/base/common/event",
6912
- "vs/base/common/lifecycle",
6913
- "vs/base/common/strings",
6914
- "vs/editor/common/services/languagesAssociations",
6915
- "vs/editor/common/languages/modesRegistry",
6916
- "vs/platform/configuration/common/configurationRegistry",
6917
- "vs/platform/registry/common/platform"
6918
- ],
6919
- "vs/platform/contextview/browser/contextMenuHandler": [
6920
- "require",
6921
- "exports",
6922
- "vs/base/browser/dom",
6923
- "vs/base/browser/mouseEvent",
6924
- "vs/base/browser/ui/menu/menu",
6925
- "vs/base/common/actions",
6926
- "vs/base/common/errors",
6927
- "vs/base/common/lifecycle",
6928
- "vs/platform/theme/browser/defaultStyles"
6929
- ],
6930
- "vs/platform/editor/common/editor": [
6931
- "require",
6932
- "exports"
6933
- ],
6934
- "vs/base/common/collections": [
6935
- "require",
6936
- "exports"
6937
- ],
6938
- "vs/platform/quickinput/browser/quickInputService": [
6939
- "require",
6940
- "exports",
6941
- "vs/base/common/cancellation",
6942
- "vs/base/common/event",
6943
- "vs/platform/contextkey/common/contextkey",
6944
- "vs/platform/instantiation/common/instantiation",
6945
- "vs/platform/layout/browser/layoutService",
6946
- "vs/platform/opener/common/opener",
6947
- "vs/platform/quickinput/browser/quickAccess",
6948
- "vs/platform/theme/browser/defaultStyles",
6949
- "vs/platform/theme/common/colorRegistry",
6950
- "vs/platform/theme/common/themeService",
6951
- "vs/platform/quickinput/browser/quickInput",
6952
- "vs/platform/quickinput/browser/quickInputController",
6953
- "vs/platform/configuration/common/configuration",
6954
- "vs/base/browser/dom"
6955
- ],
6956
- "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
6957
- "vs/platform/instantiation/common/graph": [
6958
- "require",
6959
- "exports"
6960
- ],
6961
6886
  "vs/editor/browser/services/abstractCodeEditorService": [
6962
6887
  "require",
6963
6888
  "exports",
@@ -6966,44 +6891,6 @@
6966
6891
  "vs/base/common/linkedList",
6967
6892
  "vs/platform/theme/common/themeService"
6968
6893
  ],
6969
- "vs/editor/common/languageFeatureRegistry": [
6970
- "require",
6971
- "exports",
6972
- "vs/base/common/event",
6973
- "vs/base/common/lifecycle",
6974
- "vs/editor/common/model",
6975
- "vs/editor/common/languageSelector"
6976
- ],
6977
- "vs/editor/browser/services/hoverService/hoverWidget": [
6978
- "require",
6979
- "exports",
6980
- "vs/base/common/lifecycle",
6981
- "vs/base/common/event",
6982
- "vs/base/browser/dom",
6983
- "vs/platform/keybinding/common/keybinding",
6984
- "vs/platform/configuration/common/configuration",
6985
- "vs/editor/common/config/editorOptions",
6986
- "vs/base/browser/ui/hover/hoverWidget",
6987
- "vs/base/browser/ui/widget",
6988
- "vs/platform/opener/common/opener",
6989
- "vs/platform/instantiation/common/instantiation",
6990
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6991
- "vs/base/common/htmlContent",
6992
- "vs/nls",
6993
- "vs/base/common/platform",
6994
- "vs/platform/accessibility/common/accessibility",
6995
- "vs/base/browser/ui/aria/aria",
6996
- "vs/css!vs/editor/browser/services/hoverService/hover"
6997
- ],
6998
- "vs/editor/browser/services/hoverService/updatableHoverWidget": [
6999
- "require",
7000
- "exports",
7001
- "vs/base/browser/dom",
7002
- "vs/base/common/cancellation",
7003
- "vs/base/common/htmlContent",
7004
- "vs/base/common/types",
7005
- "vs/nls"
7006
- ],
7007
6894
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [
7008
6895
  "require",
7009
6896
  "exports",
@@ -7174,27 +7061,151 @@
7174
7061
  "vs/editor/common/config/editorOptions",
7175
7062
  "vs/platform/accessibility/common/accessibility"
7176
7063
  ],
7177
- "vs/editor/browser/widget/diffEditor/diffEditorViewModel": [
7064
+ "vs/editor/browser/widget/diffEditor/diffEditorViewModel": [
7065
+ "require",
7066
+ "exports",
7067
+ "vs/base/common/async",
7068
+ "vs/base/common/cancellation",
7069
+ "vs/base/common/lifecycle",
7070
+ "vs/base/common/observable",
7071
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
7072
+ "vs/editor/browser/widget/diffEditor/utils",
7073
+ "vs/base/common/hotReloadHelpers",
7074
+ "vs/editor/common/core/lineRange",
7075
+ "vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
7076
+ "vs/editor/common/diff/rangeMapping",
7077
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7078
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
7079
+ "vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
7080
+ "vs/base/common/types",
7081
+ "vs/base/common/arrays",
7082
+ "vs/base/common/assert"
7083
+ ],
7084
+ "vs/css!vs/editor/browser/widget/diffEditor/style": [],
7085
+ "vs/base/common/ime": [
7086
+ "require",
7087
+ "exports",
7088
+ "vs/base/common/event"
7089
+ ],
7090
+ "vs/platform/keybinding/common/baseResolvedKeybinding": [
7091
+ "require",
7092
+ "exports",
7093
+ "vs/base/common/errors",
7094
+ "vs/base/common/keybindingLabels",
7095
+ "vs/base/common/keybindings"
7096
+ ],
7097
+ "vs/base/browser/ui/contextview/contextview": [
7098
+ "require",
7099
+ "exports",
7100
+ "vs/base/browser/canIUse",
7101
+ "vs/base/browser/dom",
7102
+ "vs/base/common/lifecycle",
7103
+ "vs/base/common/platform",
7104
+ "vs/base/common/range",
7105
+ "vs/css!vs/base/browser/ui/contextview/contextview"
7106
+ ],
7107
+ "vs/editor/common/services/languagesRegistry": [
7108
+ "require",
7109
+ "exports",
7110
+ "vs/base/common/event",
7111
+ "vs/base/common/lifecycle",
7112
+ "vs/base/common/strings",
7113
+ "vs/editor/common/services/languagesAssociations",
7114
+ "vs/editor/common/languages/modesRegistry",
7115
+ "vs/platform/configuration/common/configurationRegistry",
7116
+ "vs/platform/registry/common/platform"
7117
+ ],
7118
+ "vs/platform/contextview/browser/contextMenuHandler": [
7119
+ "require",
7120
+ "exports",
7121
+ "vs/base/browser/dom",
7122
+ "vs/base/browser/mouseEvent",
7123
+ "vs/base/browser/ui/menu/menu",
7124
+ "vs/base/common/actions",
7125
+ "vs/base/common/errors",
7126
+ "vs/base/common/lifecycle",
7127
+ "vs/platform/theme/browser/defaultStyles"
7128
+ ],
7129
+ "vs/platform/editor/common/editor": [
7130
+ "require",
7131
+ "exports"
7132
+ ],
7133
+ "vs/base/common/collections": [
7134
+ "require",
7135
+ "exports"
7136
+ ],
7137
+ "vs/platform/quickinput/browser/quickInputService": [
7138
+ "require",
7139
+ "exports",
7140
+ "vs/base/common/cancellation",
7141
+ "vs/base/common/event",
7142
+ "vs/platform/contextkey/common/contextkey",
7143
+ "vs/platform/instantiation/common/instantiation",
7144
+ "vs/platform/layout/browser/layoutService",
7145
+ "vs/platform/opener/common/opener",
7146
+ "vs/platform/quickinput/browser/quickAccess",
7147
+ "vs/platform/theme/browser/defaultStyles",
7148
+ "vs/platform/theme/common/colorRegistry",
7149
+ "vs/platform/theme/common/themeService",
7150
+ "vs/platform/quickinput/browser/quickInput",
7151
+ "vs/platform/quickinput/browser/quickInputController",
7152
+ "vs/platform/configuration/common/configuration",
7153
+ "vs/base/browser/dom"
7154
+ ],
7155
+ "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
7156
+ "vs/platform/instantiation/common/graph": [
7157
+ "require",
7158
+ "exports"
7159
+ ],
7160
+ "vs/editor/browser/services/hoverService/hoverWidget": [
7161
+ "require",
7162
+ "exports",
7163
+ "vs/base/common/lifecycle",
7164
+ "vs/base/common/event",
7165
+ "vs/base/browser/dom",
7166
+ "vs/platform/keybinding/common/keybinding",
7167
+ "vs/platform/configuration/common/configuration",
7168
+ "vs/editor/common/config/editorOptions",
7169
+ "vs/base/browser/ui/hover/hoverWidget",
7170
+ "vs/base/browser/ui/widget",
7171
+ "vs/platform/opener/common/opener",
7172
+ "vs/platform/instantiation/common/instantiation",
7173
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
7174
+ "vs/base/common/htmlContent",
7175
+ "vs/nls",
7176
+ "vs/base/common/platform",
7177
+ "vs/platform/accessibility/common/accessibility",
7178
+ "vs/base/browser/ui/aria/aria",
7179
+ "vs/css!vs/editor/browser/services/hoverService/hover"
7180
+ ],
7181
+ "vs/editor/browser/services/hoverService/updatableHoverWidget": [
7182
+ "require",
7183
+ "exports",
7184
+ "vs/base/browser/dom",
7185
+ "vs/base/common/cancellation",
7186
+ "vs/base/common/htmlContent",
7187
+ "vs/base/common/types",
7188
+ "vs/nls"
7189
+ ],
7190
+ "vs/editor/common/languageFeatureRegistry": [
7191
+ "require",
7192
+ "exports",
7193
+ "vs/base/common/event",
7194
+ "vs/base/common/lifecycle",
7195
+ "vs/editor/common/model",
7196
+ "vs/editor/common/languageSelector"
7197
+ ],
7198
+ "vs/base/common/scrollable": [
7178
7199
  "require",
7179
7200
  "exports",
7180
- "vs/base/common/async",
7181
- "vs/base/common/cancellation",
7182
- "vs/base/common/lifecycle",
7183
- "vs/base/common/observable",
7184
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
7185
- "vs/editor/browser/widget/diffEditor/utils",
7186
- "vs/base/common/hotReloadHelpers",
7187
- "vs/editor/common/core/lineRange",
7188
- "vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer",
7189
- "vs/editor/common/diff/rangeMapping",
7190
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7191
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos",
7192
- "vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations",
7193
- "vs/base/common/types",
7194
- "vs/base/common/arrays",
7195
- "vs/base/common/assert"
7201
+ "vs/base/common/event",
7202
+ "vs/base/common/lifecycle"
7196
7203
  ],
7197
- "vs/css!vs/editor/browser/widget/diffEditor/style": [],
7204
+ "vs/editor/browser/widget/multiDiffEditor/objectPool": [
7205
+ "require",
7206
+ "exports"
7207
+ ],
7208
+ "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7198
7209
  "vs/base/browser/ui/button/button": [
7199
7210
  "require",
7200
7211
  "exports",
@@ -7241,17 +7252,92 @@
7241
7252
  "exports",
7242
7253
  "vs/base/common/actions"
7243
7254
  ],
7244
- "vs/base/common/scrollable": [
7255
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7245
7256
  "require",
7246
7257
  "exports",
7247
7258
  "vs/base/common/event",
7259
+ "vs/base/common/lifecycle",
7260
+ "vs/editor/common/textModelBracketPairs",
7261
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7262
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7263
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7264
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7265
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7266
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7267
+ "vs/base/common/arrays",
7268
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7269
+ ],
7270
+ "vs/editor/common/core/textChange": [
7271
+ "require",
7272
+ "exports",
7273
+ "vs/base/common/buffer",
7274
+ "vs/editor/common/core/stringBuilder"
7275
+ ],
7276
+ "vs/base/common/buffer": [
7277
+ "require",
7278
+ "exports",
7279
+ "vs/base/common/lazy"
7280
+ ],
7281
+ "vs/editor/common/model/textModelPart": [
7282
+ "require",
7283
+ "exports",
7248
7284
  "vs/base/common/lifecycle"
7249
7285
  ],
7250
- "vs/editor/browser/widget/multiDiffEditor/objectPool": [
7286
+ "vs/editor/common/textModelGuides": [
7251
7287
  "require",
7252
7288
  "exports"
7253
7289
  ],
7254
- "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7290
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7291
+ "require",
7292
+ "exports",
7293
+ "vs/editor/common/core/position",
7294
+ "vs/editor/common/core/range",
7295
+ "vs/editor/common/model",
7296
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7297
+ "vs/editor/common/model/textModelSearch"
7298
+ ],
7299
+ "vs/editor/common/model/textModelTokens": [
7300
+ "require",
7301
+ "exports",
7302
+ "vs/base/common/async",
7303
+ "vs/base/common/errors",
7304
+ "vs/base/common/platform",
7305
+ "vs/base/common/stopwatch",
7306
+ "vs/editor/common/core/eolCounter",
7307
+ "vs/editor/common/core/lineRange",
7308
+ "vs/editor/common/core/offsetRange",
7309
+ "vs/editor/common/languages/nullTokenize",
7310
+ "vs/editor/common/model/fixedArray",
7311
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7312
+ "vs/editor/common/tokens/lineTokens"
7313
+ ],
7314
+ "vs/editor/common/model/treeSitterTokens": [
7315
+ "require",
7316
+ "exports",
7317
+ "vs/editor/common/languages",
7318
+ "vs/editor/common/tokens/lineTokens",
7319
+ "vs/editor/common/model/tokens"
7320
+ ],
7321
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7322
+ "require",
7323
+ "exports",
7324
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7325
+ ],
7326
+ "vs/editor/common/tokens/contiguousTokensStore": [
7327
+ "require",
7328
+ "exports",
7329
+ "vs/base/common/arrays",
7330
+ "vs/editor/common/core/position",
7331
+ "vs/editor/common/tokens/contiguousTokensEditing",
7332
+ "vs/editor/common/tokens/lineTokens",
7333
+ "vs/editor/common/encodedTokenAttributes"
7334
+ ],
7335
+ "vs/editor/common/tokens/sparseTokensStore": [
7336
+ "require",
7337
+ "exports",
7338
+ "vs/base/common/arrays",
7339
+ "vs/editor/common/tokens/lineTokens"
7340
+ ],
7255
7341
  "vs/editor/browser/viewParts/lines/viewLine": [
7256
7342
  "require",
7257
7343
  "exports",
@@ -7300,13 +7386,9 @@
7300
7386
  "exports",
7301
7387
  "vs/editor/common/viewEventHandler"
7302
7388
  ],
7303
- "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7304
7389
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7390
+ "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7305
7391
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7306
- "vs/editor/common/textModelGuides": [
7307
- "require",
7308
- "exports"
7309
- ],
7310
7392
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7311
7393
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7312
7394
  "vs/editor/browser/viewParts/lines/domReadingContext": [
@@ -7367,88 +7449,6 @@
7367
7449
  "require",
7368
7450
  "exports"
7369
7451
  ],
7370
- "vs/base/common/buffer": [
7371
- "require",
7372
- "exports",
7373
- "vs/base/common/lazy"
7374
- ],
7375
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7376
- "require",
7377
- "exports",
7378
- "vs/base/common/event",
7379
- "vs/base/common/lifecycle",
7380
- "vs/editor/common/textModelBracketPairs",
7381
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7382
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7383
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7384
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7385
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7386
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7387
- "vs/base/common/arrays",
7388
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7389
- ],
7390
- "vs/editor/common/core/textChange": [
7391
- "require",
7392
- "exports",
7393
- "vs/base/common/buffer",
7394
- "vs/editor/common/core/stringBuilder"
7395
- ],
7396
- "vs/editor/common/model/textModelPart": [
7397
- "require",
7398
- "exports",
7399
- "vs/base/common/lifecycle"
7400
- ],
7401
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7402
- "require",
7403
- "exports",
7404
- "vs/editor/common/core/position",
7405
- "vs/editor/common/core/range",
7406
- "vs/editor/common/model",
7407
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7408
- "vs/editor/common/model/textModelSearch"
7409
- ],
7410
- "vs/editor/common/model/textModelTokens": [
7411
- "require",
7412
- "exports",
7413
- "vs/base/common/async",
7414
- "vs/base/common/errors",
7415
- "vs/base/common/platform",
7416
- "vs/base/common/stopwatch",
7417
- "vs/editor/common/core/eolCounter",
7418
- "vs/editor/common/core/lineRange",
7419
- "vs/editor/common/core/offsetRange",
7420
- "vs/editor/common/languages/nullTokenize",
7421
- "vs/editor/common/model/fixedArray",
7422
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7423
- "vs/editor/common/tokens/lineTokens"
7424
- ],
7425
- "vs/editor/common/model/treeSitterTokens": [
7426
- "require",
7427
- "exports",
7428
- "vs/editor/common/languages",
7429
- "vs/editor/common/tokens/lineTokens",
7430
- "vs/editor/common/model/tokens"
7431
- ],
7432
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7433
- "require",
7434
- "exports",
7435
- "vs/editor/common/tokens/contiguousMultilineTokens"
7436
- ],
7437
- "vs/editor/common/tokens/contiguousTokensStore": [
7438
- "require",
7439
- "exports",
7440
- "vs/base/common/arrays",
7441
- "vs/editor/common/core/position",
7442
- "vs/editor/common/tokens/contiguousTokensEditing",
7443
- "vs/editor/common/tokens/lineTokens",
7444
- "vs/editor/common/encodedTokenAttributes"
7445
- ],
7446
- "vs/editor/common/tokens/sparseTokensStore": [
7447
- "require",
7448
- "exports",
7449
- "vs/base/common/arrays",
7450
- "vs/editor/common/tokens/lineTokens"
7451
- ],
7452
7452
  "vs/editor/common/cursor/cursorCollection": [
7453
7453
  "require",
7454
7454
  "exports",
@@ -7477,6 +7477,7 @@
7477
7477
  "vs/editor/common/textModelEvents",
7478
7478
  "vs/editor/common/viewModel"
7479
7479
  ],
7480
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7480
7481
  "vs/platform/actionWidget/browser/actionList": [
7481
7482
  "require",
7482
7483
  "exports",
@@ -7500,7 +7501,6 @@
7500
7501
  "require",
7501
7502
  "exports"
7502
7503
  ],
7503
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7504
7504
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7505
7505
  "require",
7506
7506
  "exports",
@@ -7594,8 +7594,8 @@
7594
7594
  "exports",
7595
7595
  "vs/base/common/strings"
7596
7596
  ],
7597
- "vs/css!vs/base/browser/ui/sash/sash": [],
7598
7597
  "vs/css!vs/base/browser/ui/toggle/toggle": [],
7598
+ "vs/css!vs/base/browser/ui/sash/sash": [],
7599
7599
  "vs/base/browser/ui/findinput/findInput": [
7600
7600
  "require",
7601
7601
  "exports",
@@ -7622,11 +7622,37 @@
7622
7622
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7623
7623
  "vs/css!vs/base/browser/ui/findinput/findInput"
7624
7624
  ],
7625
- "vs/base/common/observableInternal/debugName": [
7625
+ "vs/base/browser/formattedTextRenderer": [
7626
7626
  "require",
7627
+ "exports",
7628
+ "vs/base/browser/dom"
7629
+ ],
7630
+ "vs/base/common/marked/marked": [
7627
7631
  "exports"
7628
7632
  ],
7629
7633
  "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown": [],
7634
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7635
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7636
+ "require",
7637
+ "exports",
7638
+ "vs/base/browser/dom",
7639
+ "vs/base/browser/ui/actionbar/actionViewItems",
7640
+ "vs/base/browser/ui/dropdown/dropdown",
7641
+ "vs/base/common/event",
7642
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7643
+ "vs/base/browser/ui/hover/hoverDelegate2",
7644
+ "vs/css!vs/base/browser/ui/dropdown/dropdown"
7645
+ ],
7646
+ "vs/base/common/keybindingLabels": [
7647
+ "require",
7648
+ "exports",
7649
+ "vs/nls"
7650
+ ],
7651
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7652
+ "vs/base/common/observableInternal/debugName": [
7653
+ "require",
7654
+ "exports"
7655
+ ],
7630
7656
  "vs/editor/contrib/inlineCompletions/browser/utils": [
7631
7657
  "require",
7632
7658
  "exports",
@@ -7664,32 +7690,6 @@
7664
7690
  "vs/editor/common/core/textEdit",
7665
7691
  "vs/editor/contrib/inlineCompletions/browser/model/ghostText"
7666
7692
  ],
7667
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7668
- "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7669
- "require",
7670
- "exports",
7671
- "vs/base/browser/dom",
7672
- "vs/base/browser/ui/actionbar/actionViewItems",
7673
- "vs/base/browser/ui/dropdown/dropdown",
7674
- "vs/base/common/event",
7675
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7676
- "vs/base/browser/ui/hover/hoverDelegate2",
7677
- "vs/css!vs/base/browser/ui/dropdown/dropdown"
7678
- ],
7679
- "vs/base/common/keybindingLabels": [
7680
- "require",
7681
- "exports",
7682
- "vs/nls"
7683
- ],
7684
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7685
- "vs/base/browser/formattedTextRenderer": [
7686
- "require",
7687
- "exports",
7688
- "vs/base/browser/dom"
7689
- ],
7690
- "vs/base/common/marked/marked": [
7691
- "exports"
7692
- ],
7693
7693
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7694
7694
  "require",
7695
7695
  "exports",
@@ -7718,6 +7718,9 @@
7718
7718
  "vs/base/common/htmlContent",
7719
7719
  "vs/editor/common/model"
7720
7720
  ],
7721
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7722
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7723
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7721
7724
  "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions": [
7722
7725
  "require",
7723
7726
  "exports",
@@ -7734,9 +7737,6 @@
7734
7737
  "vs/editor/contrib/snippet/browser/snippetParser"
7735
7738
  ],
7736
7739
  "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7737
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7738
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7739
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7740
7740
  "vs/base/browser/ui/list/splice": [
7741
7741
  "require",
7742
7742
  "exports"
@@ -7766,12 +7766,6 @@
7766
7766
  "vs/base/common/numbers"
7767
7767
  ],
7768
7768
  "vs/css!vs/base/browser/ui/list/list": [],
7769
- "vs/base/common/labels": [
7770
- "require",
7771
- "exports",
7772
- "vs/base/common/extpath",
7773
- "vs/base/common/platform"
7774
- ],
7775
7769
  "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7776
7770
  "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7777
7771
  "require",
@@ -7789,6 +7783,12 @@
7789
7783
  "vs/base/common/iterator",
7790
7784
  "vs/platform/instantiation/common/instantiation"
7791
7785
  ],
7786
+ "vs/base/common/labels": [
7787
+ "require",
7788
+ "exports",
7789
+ "vs/base/common/extpath",
7790
+ "vs/base/common/platform"
7791
+ ],
7792
7792
  "vs/base/browser/ui/iconLabel/iconLabel": [
7793
7793
  "require",
7794
7794
  "exports",
@@ -7824,6 +7824,21 @@
7824
7824
  "vs/base/common/observableInternal/base"
7825
7825
  ],
7826
7826
  "vs/css!vs/base/browser/ui/table/table": [],
7827
+ "vs/base/browser/ui/tree/indexTreeModel": [
7828
+ "require",
7829
+ "exports",
7830
+ "vs/base/browser/ui/tree/tree",
7831
+ "vs/base/common/arrays",
7832
+ "vs/base/common/async",
7833
+ "vs/base/common/symbols",
7834
+ "vs/base/common/diff/diff",
7835
+ "vs/base/common/event",
7836
+ "vs/base/common/iterator"
7837
+ ],
7838
+ "vs/base/browser/ui/tree/tree": [
7839
+ "require",
7840
+ "exports"
7841
+ ],
7827
7842
  "vs/base/browser/ui/inputbox/inputBox": [
7828
7843
  "require",
7829
7844
  "exports",
@@ -7842,22 +7857,16 @@
7842
7857
  "vs/nls",
7843
7858
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7844
7859
  ],
7845
- "vs/base/browser/ui/tree/indexTreeModel": [
7860
+ "vs/css!vs/base/browser/ui/tree/media/tree": [],
7861
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7846
7862
  "require",
7847
7863
  "exports",
7864
+ "vs/base/browser/ui/tree/objectTreeModel",
7848
7865
  "vs/base/browser/ui/tree/tree",
7849
7866
  "vs/base/common/arrays",
7850
- "vs/base/common/async",
7851
- "vs/base/common/symbols",
7852
- "vs/base/common/diff/diff",
7853
7867
  "vs/base/common/event",
7854
7868
  "vs/base/common/iterator"
7855
7869
  ],
7856
- "vs/base/browser/ui/tree/tree": [
7857
- "require",
7858
- "exports"
7859
- ],
7860
- "vs/css!vs/base/browser/ui/tree/media/tree": [],
7861
7870
  "vs/base/browser/ui/tree/objectTreeModel": [
7862
7871
  "require",
7863
7872
  "exports",
@@ -7865,15 +7874,6 @@
7865
7874
  "vs/base/browser/ui/tree/tree",
7866
7875
  "vs/base/common/iterator"
7867
7876
  ],
7868
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7869
- "require",
7870
- "exports",
7871
- "vs/base/browser/ui/tree/objectTreeModel",
7872
- "vs/base/browser/ui/tree/tree",
7873
- "vs/base/common/arrays",
7874
- "vs/base/common/event",
7875
- "vs/base/common/iterator"
7876
- ],
7877
7877
  "vs/css!vs/base/browser/ui/splitview/splitview": [],
7878
7878
  "vs/base/browser/ui/countBadge/countBadge": [
7879
7879
  "require",
@@ -7898,6 +7898,66 @@
7898
7898
  "vs/editor/common/core/offsetRange",
7899
7899
  "vs/editor/common/core/textLength"
7900
7900
  ],
7901
+ "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7902
+ "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7903
+ "require",
7904
+ "exports",
7905
+ "vs/base/browser/dom",
7906
+ "vs/base/common/lifecycle",
7907
+ "vs/base/common/observable",
7908
+ "vs/editor/common/core/lineRange",
7909
+ "vs/editor/common/core/offsetRange"
7910
+ ],
7911
+ "vs/editor/common/model/textModelText": [
7912
+ "require",
7913
+ "exports",
7914
+ "vs/editor/common/core/textEdit",
7915
+ "vs/editor/common/core/textLength"
7916
+ ],
7917
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7918
+ "require",
7919
+ "exports",
7920
+ "vs/base/browser/dom",
7921
+ "vs/base/common/actions",
7922
+ "vs/base/common/codicons",
7923
+ "vs/base/common/lifecycle",
7924
+ "vs/base/common/platform",
7925
+ "vs/base/common/themables",
7926
+ "vs/nls"
7927
+ ],
7928
+ "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
7929
+ "require",
7930
+ "exports",
7931
+ "vs/base/browser/trustedTypes",
7932
+ "vs/editor/browser/config/domFontInfo",
7933
+ "vs/editor/common/config/editorOptions",
7934
+ "vs/editor/common/core/stringBuilder",
7935
+ "vs/editor/common/viewLayout/lineDecorations",
7936
+ "vs/editor/common/viewLayout/viewLineRenderer",
7937
+ "vs/editor/common/viewModel"
7938
+ ],
7939
+ "vs/base/browser/ui/scrollbar/scrollbarState": [
7940
+ "require",
7941
+ "exports"
7942
+ ],
7943
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
7944
+ "require",
7945
+ "exports",
7946
+ "vs/editor/common/core/range",
7947
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
7948
+ ],
7949
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
7950
+ "require",
7951
+ "exports",
7952
+ "vs/base/common/arrays",
7953
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7954
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
7955
+ ],
7956
+ "vs/base/common/range": [
7957
+ "require",
7958
+ "exports"
7959
+ ],
7960
+ "vs/css!vs/base/browser/ui/contextview/contextview": [],
7901
7961
  "vs/editor/common/services/languagesAssociations": [
7902
7962
  "require",
7903
7963
  "exports",
@@ -7909,11 +7969,6 @@
7909
7969
  "vs/base/common/strings",
7910
7970
  "vs/editor/common/languages/modesRegistry"
7911
7971
  ],
7912
- "vs/base/common/range": [
7913
- "require",
7914
- "exports"
7915
- ],
7916
- "vs/css!vs/base/browser/ui/contextview/contextview": [],
7917
7972
  "vs/base/browser/ui/menu/menu": [
7918
7973
  "require",
7919
7974
  "exports",
@@ -7994,62 +8049,6 @@
7994
8049
  "vs/platform/quickinput/browser/quickInputActions"
7995
8050
  ],
7996
8051
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7997
- "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7998
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7999
- "require",
8000
- "exports",
8001
- "vs/base/browser/dom",
8002
- "vs/base/common/actions",
8003
- "vs/base/common/codicons",
8004
- "vs/base/common/lifecycle",
8005
- "vs/base/common/platform",
8006
- "vs/base/common/themables",
8007
- "vs/nls"
8008
- ],
8009
- "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines": [
8010
- "require",
8011
- "exports",
8012
- "vs/base/browser/trustedTypes",
8013
- "vs/editor/browser/config/domFontInfo",
8014
- "vs/editor/common/config/editorOptions",
8015
- "vs/editor/common/core/stringBuilder",
8016
- "vs/editor/common/viewLayout/lineDecorations",
8017
- "vs/editor/common/viewLayout/viewLineRenderer",
8018
- "vs/editor/common/viewModel"
8019
- ],
8020
- "vs/base/browser/ui/scrollbar/scrollbarState": [
8021
- "require",
8022
- "exports"
8023
- ],
8024
- "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
8025
- "require",
8026
- "exports",
8027
- "vs/base/browser/dom",
8028
- "vs/base/common/lifecycle",
8029
- "vs/base/common/observable",
8030
- "vs/editor/common/core/lineRange",
8031
- "vs/editor/common/core/offsetRange"
8032
- ],
8033
- "vs/editor/common/model/textModelText": [
8034
- "require",
8035
- "exports",
8036
- "vs/editor/common/core/textEdit",
8037
- "vs/editor/common/core/textLength"
8038
- ],
8039
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper": [
8040
- "require",
8041
- "exports",
8042
- "vs/editor/common/core/range",
8043
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
8044
- ],
8045
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos": [
8046
- "require",
8047
- "exports",
8048
- "vs/base/common/arrays",
8049
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
8050
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
8051
- ],
8052
- "vs/css!vs/base/browser/ui/button/button": [],
8053
8052
  "vs/base/browser/ui/toolbar/toolbar": [
8054
8053
  "require",
8055
8054
  "exports",
@@ -8064,27 +8063,7 @@
8064
8063
  "vs/base/browser/ui/hover/hoverDelegateFactory",
8065
8064
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
8066
8065
  ],
8067
- "vs/editor/browser/viewParts/lines/rangeUtil": [
8068
- "require",
8069
- "exports",
8070
- "vs/editor/browser/view/renderingContext"
8071
- ],
8072
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8073
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8074
- "require",
8075
- "exports",
8076
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8077
- "vs/base/common/uint"
8078
- ],
8079
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8080
- "require",
8081
- "exports"
8082
- ],
8083
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8084
- "require",
8085
- "exports",
8086
- "vs/base/common/functional"
8087
- ],
8066
+ "vs/css!vs/base/browser/ui/button/button": [],
8088
8067
  "vs/editor/common/textModelBracketPairs": [
8089
8068
  "require",
8090
8069
  "exports"
@@ -8146,6 +8125,27 @@
8146
8125
  "exports",
8147
8126
  "vs/editor/common/tokens/lineTokens"
8148
8127
  ],
8128
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8129
+ "require",
8130
+ "exports",
8131
+ "vs/editor/browser/view/renderingContext"
8132
+ ],
8133
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8134
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8135
+ "require",
8136
+ "exports",
8137
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8138
+ "vs/base/common/uint"
8139
+ ],
8140
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8141
+ "require",
8142
+ "exports"
8143
+ ],
8144
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8145
+ "require",
8146
+ "exports",
8147
+ "vs/base/common/functional"
8148
+ ],
8149
8149
  "vs/editor/common/cursor/oneCursor": [
8150
8150
  "require",
8151
8151
  "exports",
@@ -8223,21 +8223,6 @@
8223
8223
  ],
8224
8224
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8225
8225
  "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8226
- "vs/platform/quickinput/browser/quickInputUtils": [
8227
- "require",
8228
- "exports",
8229
- "vs/base/browser/dom",
8230
- "vs/base/browser/event",
8231
- "vs/base/common/event",
8232
- "vs/base/browser/keyboardEvent",
8233
- "vs/base/browser/touch",
8234
- "vs/base/browser/ui/iconLabel/iconLabels",
8235
- "vs/base/common/idGenerator",
8236
- "vs/base/common/linkedText",
8237
- "vs/nls",
8238
- "vs/css!vs/platform/quickinput/browser/media/quickInput"
8239
- ],
8240
- "vs/css!vs/platform/quickinput/browser/media/quickInput": [],
8241
8226
  "vs/base/browser/ui/progressbar/progressbar": [
8242
8227
  "require",
8243
8228
  "exports",
@@ -8297,6 +8282,21 @@
8297
8282
  "vs/platform/quickinput/browser/quickInput",
8298
8283
  "vs/platform/quickinput/common/quickInput"
8299
8284
  ],
8285
+ "vs/platform/quickinput/browser/quickInputUtils": [
8286
+ "require",
8287
+ "exports",
8288
+ "vs/base/browser/dom",
8289
+ "vs/base/browser/event",
8290
+ "vs/base/common/event",
8291
+ "vs/base/browser/keyboardEvent",
8292
+ "vs/base/browser/touch",
8293
+ "vs/base/browser/ui/iconLabel/iconLabels",
8294
+ "vs/base/common/idGenerator",
8295
+ "vs/base/common/linkedText",
8296
+ "vs/nls",
8297
+ "vs/css!vs/platform/quickinput/browser/media/quickInput"
8298
+ ],
8299
+ "vs/css!vs/platform/quickinput/browser/media/quickInput": [],
8300
8300
  "vs/css!vs/base/browser/ui/toolbar/toolbar": [],
8301
8301
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast": [
8302
8302
  "require",
@@ -8326,16 +8326,16 @@
8326
8326
  "require",
8327
8327
  "exports"
8328
8328
  ],
8329
- "vs/base/common/linkedText": [
8330
- "require",
8331
- "exports",
8332
- "vs/base/common/decorators"
8333
- ],
8334
8329
  "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
8335
8330
  "vs/base/common/comparers": [
8336
8331
  "require",
8337
8332
  "exports",
8338
8333
  "vs/base/common/lazy"
8334
+ ],
8335
+ "vs/base/common/linkedText": [
8336
+ "require",
8337
+ "exports",
8338
+ "vs/base/common/decorators"
8339
8339
  ]
8340
8340
  },
8341
8341
  "bundles": {