monaco-editor-core 0.51.0-dev-20240804 → 0.51.0-dev-20240805

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 +668 -668
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +2 -2
@@ -1732,22 +1732,22 @@
1732
1732
  "require",
1733
1733
  "exports"
1734
1734
  ],
1735
- "vs/base/common/diff/diffChange": [
1735
+ "vs/base/common/cache": [
1736
1736
  "require",
1737
1737
  "exports"
1738
1738
  ],
1739
- "vs/base/common/hash": [
1739
+ "vs/base/common/lazy": [
1740
1740
  "require",
1741
- "exports",
1742
- "vs/base/common/strings"
1741
+ "exports"
1743
1742
  ],
1744
- "vs/base/common/cache": [
1743
+ "vs/base/common/diff/diffChange": [
1745
1744
  "require",
1746
1745
  "exports"
1747
1746
  ],
1748
- "vs/base/common/lazy": [
1747
+ "vs/base/common/hash": [
1749
1748
  "require",
1750
- "exports"
1749
+ "exports",
1750
+ "vs/base/common/strings"
1751
1751
  ],
1752
1752
  "vs/base/common/path": [
1753
1753
  "require",
@@ -2104,6 +2104,55 @@
2104
2104
  "vs/editor/standalone/common/monarch/monarchCommon",
2105
2105
  "vs/platform/configuration/common/configuration"
2106
2106
  ],
2107
+ "vs/editor/contrib/editorState/browser/editorState": [
2108
+ "require",
2109
+ "exports",
2110
+ "vs/base/common/strings",
2111
+ "vs/editor/common/core/range",
2112
+ "vs/base/common/cancellation",
2113
+ "vs/base/common/lifecycle",
2114
+ "vs/editor/contrib/editorState/browser/keybindingCancellation"
2115
+ ],
2116
+ "vs/editor/browser/editorBrowser": [
2117
+ "require",
2118
+ "exports",
2119
+ "vs/editor/common/editorCommon"
2120
+ ],
2121
+ "vs/editor/common/services/editorWorker": [
2122
+ "require",
2123
+ "exports",
2124
+ "vs/platform/instantiation/common/instantiation"
2125
+ ],
2126
+ "vs/editor/common/services/resolverService": [
2127
+ "require",
2128
+ "exports",
2129
+ "vs/platform/instantiation/common/instantiation"
2130
+ ],
2131
+ "vs/editor/contrib/format/browser/formattingEdit": [
2132
+ "require",
2133
+ "exports",
2134
+ "vs/editor/common/core/editOperation",
2135
+ "vs/editor/common/core/range",
2136
+ "vs/editor/browser/stableEditorScroll"
2137
+ ],
2138
+ "vs/platform/extensions/common/extensions": [
2139
+ "require",
2140
+ "exports"
2141
+ ],
2142
+ "vs/platform/log/common/log": [
2143
+ "require",
2144
+ "exports",
2145
+ "vs/base/common/event",
2146
+ "vs/base/common/lifecycle",
2147
+ "vs/platform/contextkey/common/contextkey",
2148
+ "vs/platform/instantiation/common/instantiation"
2149
+ ],
2150
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2151
+ "require",
2152
+ "exports",
2153
+ "vs/nls",
2154
+ "vs/platform/instantiation/common/instantiation"
2155
+ ],
2107
2156
  "vs/base/browser/browser": [
2108
2157
  "require",
2109
2158
  "exports",
@@ -2189,55 +2238,6 @@
2189
2238
  "vs/editor/common/languages/autoIndent",
2190
2239
  "vs/editor/common/languages/enterAction"
2191
2240
  ],
2192
- "vs/editor/contrib/editorState/browser/editorState": [
2193
- "require",
2194
- "exports",
2195
- "vs/base/common/strings",
2196
- "vs/editor/common/core/range",
2197
- "vs/base/common/cancellation",
2198
- "vs/base/common/lifecycle",
2199
- "vs/editor/contrib/editorState/browser/keybindingCancellation"
2200
- ],
2201
- "vs/editor/browser/editorBrowser": [
2202
- "require",
2203
- "exports",
2204
- "vs/editor/common/editorCommon"
2205
- ],
2206
- "vs/editor/common/services/editorWorker": [
2207
- "require",
2208
- "exports",
2209
- "vs/platform/instantiation/common/instantiation"
2210
- ],
2211
- "vs/editor/common/services/resolverService": [
2212
- "require",
2213
- "exports",
2214
- "vs/platform/instantiation/common/instantiation"
2215
- ],
2216
- "vs/editor/contrib/format/browser/formattingEdit": [
2217
- "require",
2218
- "exports",
2219
- "vs/editor/common/core/editOperation",
2220
- "vs/editor/common/core/range",
2221
- "vs/editor/browser/stableEditorScroll"
2222
- ],
2223
- "vs/platform/extensions/common/extensions": [
2224
- "require",
2225
- "exports"
2226
- ],
2227
- "vs/platform/log/common/log": [
2228
- "require",
2229
- "exports",
2230
- "vs/base/common/event",
2231
- "vs/base/common/lifecycle",
2232
- "vs/platform/contextkey/common/contextkey",
2233
- "vs/platform/instantiation/common/instantiation"
2234
- ],
2235
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2236
- "require",
2237
- "exports",
2238
- "vs/nls",
2239
- "vs/platform/instantiation/common/instantiation"
2240
- ],
2241
2241
  "vs/base/common/codicons": [
2242
2242
  "require",
2243
2243
  "exports",
@@ -2557,62 +2557,6 @@
2557
2557
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2558
2558
  "vs/editor/common/cursorCommon"
2559
2559
  ],
2560
- "vs/editor/browser/controller/textAreaInput": [
2561
- "require",
2562
- "exports",
2563
- "vs/base/browser/browser",
2564
- "vs/base/browser/dom",
2565
- "vs/base/browser/event",
2566
- "vs/base/browser/keyboardEvent",
2567
- "vs/base/browser/performance",
2568
- "vs/base/common/async",
2569
- "vs/base/common/event",
2570
- "vs/base/common/lifecycle",
2571
- "vs/base/common/mime",
2572
- "vs/base/common/strings",
2573
- "vs/editor/browser/controller/textAreaState",
2574
- "vs/editor/common/core/selection",
2575
- "vs/platform/accessibility/common/accessibility",
2576
- "vs/platform/log/common/log"
2577
- ],
2578
- "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2579
- "require",
2580
- "exports",
2581
- "vs/base/browser/dom",
2582
- "vs/base/common/arrays",
2583
- "vs/base/common/async",
2584
- "vs/base/common/cancellation",
2585
- "vs/base/common/dataTransfer",
2586
- "vs/base/common/hierarchicalKind",
2587
- "vs/base/common/lifecycle",
2588
- "vs/base/common/mime",
2589
- "vs/base/common/platform",
2590
- "vs/base/common/uuid",
2591
- "vs/editor/browser/controller/textAreaInput",
2592
- "vs/editor/browser/dnd",
2593
- "vs/editor/browser/services/bulkEditService",
2594
- "vs/editor/common/core/range",
2595
- "vs/editor/common/languages",
2596
- "vs/editor/common/services/languageFeatures",
2597
- "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2598
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2599
- "vs/editor/contrib/editorState/browser/editorState",
2600
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2601
- "vs/editor/contrib/message/browser/messageController",
2602
- "vs/nls",
2603
- "vs/platform/clipboard/common/clipboardService",
2604
- "vs/platform/contextkey/common/contextkey",
2605
- "vs/platform/instantiation/common/instantiation",
2606
- "vs/platform/progress/common/progress",
2607
- "vs/platform/quickinput/common/quickInput",
2608
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2609
- "vs/base/common/errors"
2610
- ],
2611
- "vs/platform/clipboard/common/clipboardService": [
2612
- "require",
2613
- "exports",
2614
- "vs/platform/instantiation/common/instantiation"
2615
- ],
2616
2560
  "vs/editor/common/config/editorConfigurationSchema": [
2617
2561
  "require",
2618
2562
  "exports",
@@ -2698,6 +2642,62 @@
2698
2642
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2699
2643
  "vs/platform/registry/common/platform"
2700
2644
  ],
2645
+ "vs/editor/browser/controller/textAreaInput": [
2646
+ "require",
2647
+ "exports",
2648
+ "vs/base/browser/browser",
2649
+ "vs/base/browser/dom",
2650
+ "vs/base/browser/event",
2651
+ "vs/base/browser/keyboardEvent",
2652
+ "vs/base/browser/performance",
2653
+ "vs/base/common/async",
2654
+ "vs/base/common/event",
2655
+ "vs/base/common/lifecycle",
2656
+ "vs/base/common/mime",
2657
+ "vs/base/common/strings",
2658
+ "vs/editor/browser/controller/textAreaState",
2659
+ "vs/editor/common/core/selection",
2660
+ "vs/platform/accessibility/common/accessibility",
2661
+ "vs/platform/log/common/log"
2662
+ ],
2663
+ "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2664
+ "require",
2665
+ "exports",
2666
+ "vs/base/browser/dom",
2667
+ "vs/base/common/arrays",
2668
+ "vs/base/common/async",
2669
+ "vs/base/common/cancellation",
2670
+ "vs/base/common/dataTransfer",
2671
+ "vs/base/common/hierarchicalKind",
2672
+ "vs/base/common/lifecycle",
2673
+ "vs/base/common/mime",
2674
+ "vs/base/common/platform",
2675
+ "vs/base/common/uuid",
2676
+ "vs/editor/browser/controller/textAreaInput",
2677
+ "vs/editor/browser/dnd",
2678
+ "vs/editor/browser/services/bulkEditService",
2679
+ "vs/editor/common/core/range",
2680
+ "vs/editor/common/languages",
2681
+ "vs/editor/common/services/languageFeatures",
2682
+ "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2683
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
2684
+ "vs/editor/contrib/editorState/browser/editorState",
2685
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2686
+ "vs/editor/contrib/message/browser/messageController",
2687
+ "vs/nls",
2688
+ "vs/platform/clipboard/common/clipboardService",
2689
+ "vs/platform/contextkey/common/contextkey",
2690
+ "vs/platform/instantiation/common/instantiation",
2691
+ "vs/platform/progress/common/progress",
2692
+ "vs/platform/quickinput/common/quickInput",
2693
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2694
+ "vs/base/common/errors"
2695
+ ],
2696
+ "vs/platform/clipboard/common/clipboardService": [
2697
+ "require",
2698
+ "exports",
2699
+ "vs/platform/instantiation/common/instantiation"
2700
+ ],
2701
2701
  "vs/editor/browser/stableEditorScroll": [
2702
2702
  "require",
2703
2703
  "exports"
@@ -2748,6 +2748,26 @@
2748
2748
  "vs/platform/log/common/log",
2749
2749
  "vs/base/common/network"
2750
2750
  ],
2751
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2752
+ "require",
2753
+ "exports",
2754
+ "vs/base/common/lifecycle",
2755
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2756
+ "vs/platform/instantiation/common/instantiation",
2757
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2758
+ "vs/platform/keybinding/common/keybinding",
2759
+ "vs/base/common/event",
2760
+ "vs/editor/common/services/languageFeatures",
2761
+ "vs/editor/browser/editorExtensions",
2762
+ "vs/editor/common/editorContextKeys",
2763
+ "vs/platform/contextkey/common/contextkey",
2764
+ "vs/editor/common/services/model",
2765
+ "vs/editor/common/languages/languageConfigurationRegistry",
2766
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2767
+ "vs/base/browser/dom",
2768
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2769
+ ],
2770
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2751
2771
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2752
2772
  "require",
2753
2773
  "exports",
@@ -2802,45 +2822,7 @@
2802
2822
  "require",
2803
2823
  "exports"
2804
2824
  ],
2805
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2806
- "require",
2807
- "exports",
2808
- "vs/editor/common/core/editOperation",
2809
- "vs/editor/common/core/position",
2810
- "vs/editor/common/core/range",
2811
- "vs/editor/common/core/selection"
2812
- ],
2813
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2814
- "require",
2815
- "exports",
2816
- "vs/base/common/strings",
2817
- "vs/editor/common/core/editOperation",
2818
- "vs/editor/common/core/position",
2819
- "vs/editor/common/core/range",
2820
- "vs/editor/common/core/selection",
2821
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2822
- ],
2823
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2824
- "require",
2825
- "exports",
2826
- "vs/base/common/lifecycle",
2827
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2828
- "vs/platform/instantiation/common/instantiation",
2829
- "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2830
- "vs/platform/keybinding/common/keybinding",
2831
- "vs/base/common/event",
2832
- "vs/editor/common/services/languageFeatures",
2833
- "vs/editor/browser/editorExtensions",
2834
- "vs/editor/common/editorContextKeys",
2835
- "vs/platform/contextkey/common/contextkey",
2836
- "vs/editor/common/services/model",
2837
- "vs/editor/common/languages/languageConfigurationRegistry",
2838
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2839
- "vs/base/browser/dom",
2840
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2841
- ],
2842
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2843
- "vs/base/browser/ui/actionbar/actionViewItems": [
2825
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2844
2826
  "require",
2845
2827
  "exports",
2846
2828
  "vs/base/browser/browser",
@@ -2878,6 +2860,24 @@
2878
2860
  "vs/base/common/uri",
2879
2861
  "vs/platform/instantiation/common/instantiation"
2880
2862
  ],
2863
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2864
+ "require",
2865
+ "exports",
2866
+ "vs/editor/common/core/editOperation",
2867
+ "vs/editor/common/core/position",
2868
+ "vs/editor/common/core/range",
2869
+ "vs/editor/common/core/selection"
2870
+ ],
2871
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2872
+ "require",
2873
+ "exports",
2874
+ "vs/base/common/strings",
2875
+ "vs/editor/common/core/editOperation",
2876
+ "vs/editor/common/core/position",
2877
+ "vs/editor/common/core/range",
2878
+ "vs/editor/common/core/selection",
2879
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2880
+ ],
2881
2881
  "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2882
2882
  "require",
2883
2883
  "exports",
@@ -3005,11 +3005,6 @@
3005
3005
  "vs/platform/configuration/common/configuration",
3006
3006
  "vs/base/browser/dom"
3007
3007
  ],
3008
- "vs/platform/progress/common/progress": [
3009
- "require",
3010
- "exports",
3011
- "vs/platform/instantiation/common/instantiation"
3012
- ],
3013
3008
  "vs/editor/contrib/folding/browser/foldingModel": [
3014
3009
  "require",
3015
3010
  "exports",
@@ -3129,12 +3124,59 @@
3129
3124
  "require",
3130
3125
  "exports"
3131
3126
  ],
3127
+ "vs/platform/progress/common/progress": [
3128
+ "require",
3129
+ "exports",
3130
+ "vs/platform/instantiation/common/instantiation"
3131
+ ],
3132
3132
  "vs/base/common/themables": [
3133
3133
  "require",
3134
3134
  "exports",
3135
3135
  "vs/base/common/codicons"
3136
3136
  ],
3137
3137
  "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3138
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3139
+ "require",
3140
+ "exports",
3141
+ "vs/base/common/event",
3142
+ "vs/base/common/lifecycle",
3143
+ "vs/base/common/platform"
3144
+ ],
3145
+ "vs/editor/contrib/peekView/browser/peekView": [
3146
+ "require",
3147
+ "exports",
3148
+ "vs/base/browser/dom",
3149
+ "vs/base/browser/ui/actionbar/actionbar",
3150
+ "vs/base/common/actions",
3151
+ "vs/base/common/codicons",
3152
+ "vs/base/common/themables",
3153
+ "vs/base/common/color",
3154
+ "vs/base/common/event",
3155
+ "vs/base/common/objects",
3156
+ "vs/editor/browser/editorExtensions",
3157
+ "vs/editor/browser/services/codeEditorService",
3158
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3159
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3160
+ "vs/nls",
3161
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3162
+ "vs/platform/contextkey/common/contextkey",
3163
+ "vs/platform/instantiation/common/extensions",
3164
+ "vs/platform/instantiation/common/instantiation",
3165
+ "vs/platform/theme/common/colorRegistry",
3166
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3167
+ ],
3168
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3169
+ "require",
3170
+ "exports",
3171
+ "vs/base/common/arrays",
3172
+ "vs/base/common/cancellation",
3173
+ "vs/base/common/errors",
3174
+ "vs/base/common/network",
3175
+ "vs/editor/browser/editorExtensions",
3176
+ "vs/editor/common/services/languageFeatures",
3177
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3178
+ ],
3179
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3138
3180
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3139
3181
  "require",
3140
3182
  "exports",
@@ -3197,40 +3239,6 @@
3197
3239
  "vs/base/browser/dom",
3198
3240
  "vs/css!vs/editor/contrib/message/browser/messageController"
3199
3241
  ],
3200
- "vs/editor/contrib/peekView/browser/peekView": [
3201
- "require",
3202
- "exports",
3203
- "vs/base/browser/dom",
3204
- "vs/base/browser/ui/actionbar/actionbar",
3205
- "vs/base/common/actions",
3206
- "vs/base/common/codicons",
3207
- "vs/base/common/themables",
3208
- "vs/base/common/color",
3209
- "vs/base/common/event",
3210
- "vs/base/common/objects",
3211
- "vs/editor/browser/editorExtensions",
3212
- "vs/editor/browser/services/codeEditorService",
3213
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3214
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3215
- "vs/nls",
3216
- "vs/platform/actions/browser/menuEntryActionViewItem",
3217
- "vs/platform/contextkey/common/contextkey",
3218
- "vs/platform/instantiation/common/extensions",
3219
- "vs/platform/instantiation/common/instantiation",
3220
- "vs/platform/theme/common/colorRegistry",
3221
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3222
- ],
3223
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3224
- "require",
3225
- "exports",
3226
- "vs/base/common/arrays",
3227
- "vs/base/common/cancellation",
3228
- "vs/base/common/errors",
3229
- "vs/base/common/network",
3230
- "vs/editor/browser/editorExtensions",
3231
- "vs/editor/common/services/languageFeatures",
3232
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3233
- ],
3234
3242
  "vs/platform/contextkey/common/contextkeys": [
3235
3243
  "require",
3236
3244
  "exports",
@@ -3238,14 +3246,6 @@
3238
3246
  "vs/nls",
3239
3247
  "vs/platform/contextkey/common/contextkey"
3240
3248
  ],
3241
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3242
- "require",
3243
- "exports",
3244
- "vs/base/common/event",
3245
- "vs/base/common/lifecycle",
3246
- "vs/base/common/platform"
3247
- ],
3248
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3249
3249
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3250
3250
  "require",
3251
3251
  "exports",
@@ -3301,6 +3301,42 @@
3301
3301
  "vs/platform/theme/common/themeService",
3302
3302
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3303
3303
  ],
3304
+ "vs/editor/common/commands/shiftCommand": [
3305
+ "require",
3306
+ "exports",
3307
+ "vs/base/common/strings",
3308
+ "vs/editor/common/core/cursorColumns",
3309
+ "vs/editor/common/core/range",
3310
+ "vs/editor/common/core/selection",
3311
+ "vs/editor/common/languages/enterAction",
3312
+ "vs/editor/common/languages/languageConfigurationRegistry"
3313
+ ],
3314
+ "vs/editor/contrib/indentation/common/indentUtils": [
3315
+ "require",
3316
+ "exports"
3317
+ ],
3318
+ "vs/editor/common/languages/autoIndent": [
3319
+ "require",
3320
+ "exports",
3321
+ "vs/base/common/strings",
3322
+ "vs/editor/common/languages/languageConfiguration",
3323
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3324
+ ],
3325
+ "vs/editor/contrib/indentation/common/indentation": [
3326
+ "require",
3327
+ "exports",
3328
+ "vs/base/common/strings",
3329
+ "vs/editor/common/commands/shiftCommand",
3330
+ "vs/editor/common/core/editOperation",
3331
+ "vs/editor/common/core/indentation",
3332
+ "vs/editor/common/core/selection",
3333
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3334
+ ],
3335
+ "vs/editor/common/tokens/lineTokens": [
3336
+ "require",
3337
+ "exports",
3338
+ "vs/editor/common/encodedTokenAttributes"
3339
+ ],
3304
3340
  "vs/editor/contrib/hover/browser/hoverActions": [
3305
3341
  "require",
3306
3342
  "exports",
@@ -3428,48 +3464,49 @@
3428
3464
  "vs/platform/hover/browser/hover",
3429
3465
  "vs/platform/commands/common/commands"
3430
3466
  ],
3431
- "vs/editor/common/commands/shiftCommand": [
3467
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3468
+ "require",
3469
+ "exports",
3470
+ "vs/editor/common/core/selection"
3471
+ ],
3472
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3473
+ "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3432
3474
  "require",
3433
3475
  "exports",
3434
3476
  "vs/base/common/strings",
3435
- "vs/editor/common/core/cursorColumns",
3436
- "vs/editor/common/core/range",
3437
- "vs/editor/common/core/selection",
3438
- "vs/editor/common/languages/enterAction",
3439
- "vs/editor/common/languages/languageConfigurationRegistry"
3477
+ "vs/editor/common/core/editOperation",
3478
+ "vs/editor/common/core/range"
3440
3479
  ],
3441
- "vs/editor/contrib/indentation/common/indentUtils": [
3480
+ "vs/editor/common/core/editOperation": [
3442
3481
  "require",
3443
- "exports"
3482
+ "exports",
3483
+ "vs/editor/common/core/range"
3444
3484
  ],
3445
- "vs/editor/common/languages/autoIndent": [
3485
+ "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3446
3486
  "require",
3447
3487
  "exports",
3448
- "vs/base/common/strings",
3449
- "vs/editor/common/languages/languageConfiguration",
3450
- "vs/editor/common/languages/supports/indentationLineProcessor"
3488
+ "vs/editor/common/core/range",
3489
+ "vs/editor/common/core/selection"
3451
3490
  ],
3452
- "vs/editor/contrib/indentation/common/indentation": [
3491
+ "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3453
3492
  "require",
3454
3493
  "exports",
3455
3494
  "vs/base/common/strings",
3456
3495
  "vs/editor/common/commands/shiftCommand",
3457
- "vs/editor/common/core/editOperation",
3458
- "vs/editor/common/core/indentation",
3496
+ "vs/editor/common/core/range",
3459
3497
  "vs/editor/common/core/selection",
3460
- "vs/editor/common/languages/supports/indentationLineProcessor"
3461
- ],
3462
- "vs/editor/common/tokens/lineTokens": [
3463
- "require",
3464
- "exports",
3465
- "vs/editor/common/encodedTokenAttributes"
3498
+ "vs/editor/common/languages/languageConfiguration",
3499
+ "vs/editor/common/languages/languageConfigurationRegistry",
3500
+ "vs/editor/contrib/indentation/common/indentUtils",
3501
+ "vs/editor/common/languages/autoIndent",
3502
+ "vs/editor/common/languages/enterAction"
3466
3503
  ],
3467
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3504
+ "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3468
3505
  "require",
3469
3506
  "exports",
3470
- "vs/editor/common/core/selection"
3507
+ "vs/editor/common/core/editOperation",
3508
+ "vs/editor/common/core/range"
3471
3509
  ],
3472
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3473
3510
  "vs/base/common/resources": [
3474
3511
  "require",
3475
3512
  "exports",
@@ -3496,60 +3533,34 @@
3496
3533
  ],
3497
3534
  "vs/css!vs/editor/contrib/links/browser/links": [],
3498
3535
  "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3499
- "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3536
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3500
3537
  "require",
3501
3538
  "exports",
3502
- "vs/base/common/strings",
3503
- "vs/editor/common/core/editOperation",
3504
- "vs/editor/common/core/range"
3539
+ "vs/editor/common/model",
3540
+ "vs/editor/common/model/textModel",
3541
+ "vs/editor/common/languages",
3542
+ "vs/nls",
3543
+ "vs/platform/theme/common/colorRegistry",
3544
+ "vs/platform/theme/common/themeService",
3545
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3505
3546
  ],
3506
- "vs/editor/common/core/editOperation": [
3547
+ "vs/editor/contrib/inlineEdit/browser/commands": [
3507
3548
  "require",
3508
3549
  "exports",
3509
- "vs/editor/common/core/range"
3550
+ "vs/editor/browser/editorExtensions",
3551
+ "vs/editor/common/editorContextKeys",
3552
+ "vs/editor/contrib/inlineEdit/browser/commandIds",
3553
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3554
+ "vs/platform/actions/common/actions",
3555
+ "vs/platform/contextkey/common/contextkey"
3510
3556
  ],
3511
- "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3557
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3512
3558
  "require",
3513
3559
  "exports",
3514
- "vs/editor/common/core/range",
3515
- "vs/editor/common/core/selection"
3516
- ],
3517
- "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3518
- "require",
3519
- "exports",
3520
- "vs/base/common/strings",
3521
- "vs/editor/common/commands/shiftCommand",
3522
- "vs/editor/common/core/range",
3523
- "vs/editor/common/core/selection",
3524
- "vs/editor/common/languages/languageConfiguration",
3525
- "vs/editor/common/languages/languageConfigurationRegistry",
3526
- "vs/editor/contrib/indentation/common/indentUtils",
3527
- "vs/editor/common/languages/autoIndent",
3528
- "vs/editor/common/languages/enterAction"
3529
- ],
3530
- "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3531
- "require",
3532
- "exports",
3533
- "vs/editor/common/core/editOperation",
3534
- "vs/editor/common/core/range"
3535
- ],
3536
- "vs/editor/contrib/inlineEdit/browser/commands": [
3537
- "require",
3538
- "exports",
3539
- "vs/editor/browser/editorExtensions",
3540
- "vs/editor/common/editorContextKeys",
3541
- "vs/editor/contrib/inlineEdit/browser/commandIds",
3542
- "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3543
- "vs/platform/actions/common/actions",
3544
- "vs/platform/contextkey/common/contextkey"
3545
- ],
3546
- "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3547
- "require",
3548
- "exports",
3549
- "vs/base/common/lifecycle",
3550
- "vs/base/common/observable",
3551
- "vs/editor/common/core/editOperation",
3552
- "vs/editor/common/core/position",
3560
+ "vs/base/common/lifecycle",
3561
+ "vs/base/common/observable",
3562
+ "vs/editor/common/core/editOperation",
3563
+ "vs/editor/common/core/position",
3553
3564
  "vs/editor/common/core/range",
3554
3565
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3555
3566
  "vs/platform/contextkey/common/contextkey",
@@ -3602,17 +3613,6 @@
3602
3613
  "vs/platform/instantiation/common/instantiation",
3603
3614
  "vs/platform/observable/common/platformObservableUtils"
3604
3615
  ],
3605
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3606
- "require",
3607
- "exports",
3608
- "vs/editor/common/model",
3609
- "vs/editor/common/model/textModel",
3610
- "vs/editor/common/languages",
3611
- "vs/nls",
3612
- "vs/platform/theme/common/colorRegistry",
3613
- "vs/platform/theme/common/themeService",
3614
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3615
- ],
3616
3616
  "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3617
3617
  "require",
3618
3618
  "exports",
@@ -3663,36 +3663,6 @@
3663
3663
  "vs/platform/telemetry/common/telemetry",
3664
3664
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3665
3665
  ],
3666
- "vs/platform/theme/common/colorUtils": [
3667
- "require",
3668
- "exports",
3669
- "vs/base/common/assert",
3670
- "vs/base/common/async",
3671
- "vs/base/common/color",
3672
- "vs/base/common/event",
3673
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
3674
- "vs/platform/registry/common/platform",
3675
- "vs/nls"
3676
- ],
3677
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3678
- "require",
3679
- "exports",
3680
- "vs/base/browser/dom",
3681
- "vs/base/common/equals",
3682
- "vs/base/common/lifecycle",
3683
- "vs/base/common/observable",
3684
- "vs/base/common/observableInternal/derived",
3685
- "vs/editor/browser/observableCodeEditor"
3686
- ],
3687
- "vs/platform/observable/common/wrapInReloadableClass": [
3688
- "require",
3689
- "exports",
3690
- "vs/base/common/hotReload",
3691
- "vs/base/common/hotReloadHelpers",
3692
- "vs/base/common/observable",
3693
- "vs/platform/instantiation/common/instantiation"
3694
- ],
3695
- "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3696
3666
  "vs/editor/browser/services/bulkEditService": [
3697
3667
  "require",
3698
3668
  "exports",
@@ -3736,6 +3706,36 @@
3736
3706
  "vs/platform/theme/common/themeService",
3737
3707
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3738
3708
  ],
3709
+ "vs/platform/theme/common/colorUtils": [
3710
+ "require",
3711
+ "exports",
3712
+ "vs/base/common/assert",
3713
+ "vs/base/common/async",
3714
+ "vs/base/common/color",
3715
+ "vs/base/common/event",
3716
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
3717
+ "vs/platform/registry/common/platform",
3718
+ "vs/nls"
3719
+ ],
3720
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution": [
3721
+ "require",
3722
+ "exports",
3723
+ "vs/base/browser/dom",
3724
+ "vs/base/common/equals",
3725
+ "vs/base/common/lifecycle",
3726
+ "vs/base/common/observable",
3727
+ "vs/base/common/observableInternal/derived",
3728
+ "vs/editor/browser/observableCodeEditor"
3729
+ ],
3730
+ "vs/platform/observable/common/wrapInReloadableClass": [
3731
+ "require",
3732
+ "exports",
3733
+ "vs/base/common/hotReload",
3734
+ "vs/base/common/hotReloadHelpers",
3735
+ "vs/base/common/observable",
3736
+ "vs/platform/instantiation/common/instantiation"
3737
+ ],
3738
+ "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3739
3739
  "vs/editor/common/services/semanticTokensProviderStyling": [
3740
3740
  "require",
3741
3741
  "exports",
@@ -4015,6 +4015,12 @@
4015
4015
  "vs/base/common/glob",
4016
4016
  "vs/base/common/path"
4017
4017
  ],
4018
+ "vs/editor/common/core/wordCharacterClassifier": [
4019
+ "require",
4020
+ "exports",
4021
+ "vs/base/common/map",
4022
+ "vs/editor/common/core/characterClassifier"
4023
+ ],
4018
4024
  "vs/base/common/observable": [
4019
4025
  "require",
4020
4026
  "exports",
@@ -4059,20 +4065,8 @@
4059
4065
  "vs/editor/common/core/range",
4060
4066
  "vs/editor/common/core/textLength"
4061
4067
  ],
4062
- "vs/editor/common/core/wordCharacterClassifier": [
4063
- "require",
4064
- "exports",
4065
- "vs/base/common/map",
4066
- "vs/editor/common/core/characterClassifier"
4067
- ],
4068
4068
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
4069
4069
  "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
4070
- "vs/editor/common/tokenizationRegistry": [
4071
- "require",
4072
- "exports",
4073
- "vs/base/common/event",
4074
- "vs/base/common/lifecycle"
4075
- ],
4076
4070
  "vs/base/browser/canIUse": [
4077
4071
  "require",
4078
4072
  "exports",
@@ -4100,6 +4094,12 @@
4100
4094
  "exports",
4101
4095
  "module"
4102
4096
  ],
4097
+ "vs/editor/common/tokenizationRegistry": [
4098
+ "require",
4099
+ "exports",
4100
+ "vs/base/common/event",
4101
+ "vs/base/common/lifecycle"
4102
+ ],
4103
4103
  "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
4104
4104
  "require",
4105
4105
  "exports",
@@ -4128,6 +4128,7 @@
4128
4128
  "exports",
4129
4129
  "vs/platform/instantiation/common/descriptors"
4130
4130
  ],
4131
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4131
4132
  "vs/base/common/iconLabels": [
4132
4133
  "require",
4133
4134
  "exports",
@@ -4160,7 +4161,6 @@
4160
4161
  "vs/platform/storage/common/storage",
4161
4162
  "vs/platform/telemetry/common/telemetry"
4162
4163
  ],
4163
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4164
4164
  "vs/platform/list/browser/listService": [
4165
4165
  "require",
4166
4166
  "exports",
@@ -4211,6 +4211,17 @@
4211
4211
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4212
4212
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4213
4213
  ],
4214
+ "vs/platform/contextkey/common/scanner": [
4215
+ "require",
4216
+ "exports",
4217
+ "vs/base/common/errors",
4218
+ "vs/nls"
4219
+ ],
4220
+ "vs/base/common/severity": [
4221
+ "require",
4222
+ "exports",
4223
+ "vs/base/common/strings"
4224
+ ],
4214
4225
  "vs/base/parts/storage/common/storage": [
4215
4226
  "require",
4216
4227
  "exports",
@@ -4220,11 +4231,6 @@
4220
4231
  "vs/base/common/marshalling",
4221
4232
  "vs/base/common/types"
4222
4233
  ],
4223
- "vs/base/common/severity": [
4224
- "require",
4225
- "exports",
4226
- "vs/base/common/strings"
4227
- ],
4228
4234
  "vs/editor/common/languages/supports/tokenization": [
4229
4235
  "require",
4230
4236
  "exports",
@@ -4245,12 +4251,6 @@
4245
4251
  "vs/base/common/themables",
4246
4252
  "vs/platform/theme/common/iconRegistry"
4247
4253
  ],
4248
- "vs/platform/contextkey/common/scanner": [
4249
- "require",
4250
- "exports",
4251
- "vs/base/common/errors",
4252
- "vs/nls"
4253
- ],
4254
4254
  "vs/base/common/uint": [
4255
4255
  "require",
4256
4256
  "exports"
@@ -4878,6 +4878,17 @@
4878
4878
  "require",
4879
4879
  "exports"
4880
4880
  ],
4881
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4882
+ "require",
4883
+ "exports",
4884
+ "vs/editor/browser/editorExtensions",
4885
+ "vs/platform/contextkey/common/contextkey",
4886
+ "vs/base/common/cancellation",
4887
+ "vs/base/common/linkedList",
4888
+ "vs/platform/instantiation/common/instantiation",
4889
+ "vs/platform/instantiation/common/extensions",
4890
+ "vs/nls"
4891
+ ],
4881
4892
  "vs/css!vs/base/browser/ui/aria/aria": [],
4882
4893
  "vs/editor/common/languages/supports": [
4883
4894
  "require",
@@ -4902,17 +4913,6 @@
4902
4913
  "vs/editor/common/languages/languageConfigurationRegistry",
4903
4914
  "vs/editor/common/languages/supports/indentationLineProcessor"
4904
4915
  ],
4905
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4906
- "require",
4907
- "exports",
4908
- "vs/editor/browser/editorExtensions",
4909
- "vs/platform/contextkey/common/contextkey",
4910
- "vs/base/common/cancellation",
4911
- "vs/base/common/linkedList",
4912
- "vs/platform/instantiation/common/instantiation",
4913
- "vs/platform/instantiation/common/extensions",
4914
- "vs/nls"
4915
- ],
4916
4916
  "vs/base/common/codiconsUtil": [
4917
4917
  "require",
4918
4918
  "exports",
@@ -5372,6 +5372,79 @@
5372
5372
  "exports",
5373
5373
  "vs/platform/instantiation/common/instantiation"
5374
5374
  ],
5375
+ "vs/editor/common/cursor/cursor": [
5376
+ "require",
5377
+ "exports",
5378
+ "vs/base/common/errors",
5379
+ "vs/base/common/strings",
5380
+ "vs/editor/common/cursor/cursorCollection",
5381
+ "vs/editor/common/cursorCommon",
5382
+ "vs/editor/common/cursor/cursorContext",
5383
+ "vs/editor/common/cursor/cursorDeleteOperations",
5384
+ "vs/editor/common/cursor/cursorTypeOperations",
5385
+ "vs/editor/common/cursor/cursorTypeEditOperations",
5386
+ "vs/editor/common/core/range",
5387
+ "vs/editor/common/core/selection",
5388
+ "vs/editor/common/textModelEvents",
5389
+ "vs/editor/common/viewEvents",
5390
+ "vs/base/common/lifecycle",
5391
+ "vs/editor/common/viewModelEventDispatcher"
5392
+ ],
5393
+ "vs/editor/common/languages/textToHtmlTokenizer": [
5394
+ "require",
5395
+ "exports",
5396
+ "vs/base/common/strings",
5397
+ "vs/editor/common/tokens/lineTokens",
5398
+ "vs/editor/common/languages",
5399
+ "vs/editor/common/languages/nullTokenize"
5400
+ ],
5401
+ "vs/editor/common/viewEvents": [
5402
+ "require",
5403
+ "exports"
5404
+ ],
5405
+ "vs/editor/common/viewLayout/viewLayout": [
5406
+ "require",
5407
+ "exports",
5408
+ "vs/base/common/event",
5409
+ "vs/base/common/lifecycle",
5410
+ "vs/base/common/scrollable",
5411
+ "vs/editor/common/viewLayout/linesLayout",
5412
+ "vs/editor/common/viewModel",
5413
+ "vs/editor/common/viewModelEventDispatcher"
5414
+ ],
5415
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
5416
+ "require",
5417
+ "exports",
5418
+ "vs/base/common/event",
5419
+ "vs/base/common/lifecycle",
5420
+ "vs/editor/common/core/rgba",
5421
+ "vs/editor/common/languages"
5422
+ ],
5423
+ "vs/editor/common/viewModelEventDispatcher": [
5424
+ "require",
5425
+ "exports",
5426
+ "vs/base/common/event",
5427
+ "vs/base/common/lifecycle"
5428
+ ],
5429
+ "vs/editor/common/viewModel/viewModelLines": [
5430
+ "require",
5431
+ "exports",
5432
+ "vs/base/common/arrays",
5433
+ "vs/editor/common/core/position",
5434
+ "vs/editor/common/core/range",
5435
+ "vs/editor/common/textModelGuides",
5436
+ "vs/editor/common/model/textModel",
5437
+ "vs/editor/common/textModelEvents",
5438
+ "vs/editor/common/viewEvents",
5439
+ "vs/editor/common/viewModel/modelLineProjection",
5440
+ "vs/editor/common/model/prefixSumComputer",
5441
+ "vs/editor/common/viewModel"
5442
+ ],
5443
+ "vs/editor/common/viewModel/glyphLanesModel": [
5444
+ "require",
5445
+ "exports",
5446
+ "vs/editor/common/model"
5447
+ ],
5375
5448
  "vs/platform/theme/common/colors/baseColors": [
5376
5449
  "require",
5377
5450
  "exports",
@@ -5458,145 +5531,15 @@
5458
5531
  "vs/platform/theme/common/colors/baseColors",
5459
5532
  "vs/platform/theme/common/colors/editorColors"
5460
5533
  ],
5461
- "vs/editor/common/cursor/cursor": [
5462
- "require",
5463
- "exports",
5464
- "vs/base/common/errors",
5465
- "vs/base/common/strings",
5466
- "vs/editor/common/cursor/cursorCollection",
5467
- "vs/editor/common/cursorCommon",
5468
- "vs/editor/common/cursor/cursorContext",
5469
- "vs/editor/common/cursor/cursorDeleteOperations",
5470
- "vs/editor/common/cursor/cursorTypeOperations",
5471
- "vs/editor/common/cursor/cursorTypeEditOperations",
5472
- "vs/editor/common/core/range",
5473
- "vs/editor/common/core/selection",
5474
- "vs/editor/common/textModelEvents",
5475
- "vs/editor/common/viewEvents",
5476
- "vs/base/common/lifecycle",
5477
- "vs/editor/common/viewModelEventDispatcher"
5478
- ],
5479
- "vs/editor/common/languages/textToHtmlTokenizer": [
5480
- "require",
5481
- "exports",
5482
- "vs/base/common/strings",
5483
- "vs/editor/common/tokens/lineTokens",
5484
- "vs/editor/common/languages",
5485
- "vs/editor/common/languages/nullTokenize"
5486
- ],
5487
- "vs/editor/common/viewEvents": [
5488
- "require",
5489
- "exports"
5490
- ],
5491
- "vs/editor/common/viewLayout/viewLayout": [
5492
- "require",
5493
- "exports",
5494
- "vs/base/common/event",
5495
- "vs/base/common/lifecycle",
5496
- "vs/base/common/scrollable",
5497
- "vs/editor/common/viewLayout/linesLayout",
5498
- "vs/editor/common/viewModel",
5499
- "vs/editor/common/viewModelEventDispatcher"
5500
- ],
5501
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5502
- "require",
5503
- "exports",
5504
- "vs/base/common/event",
5505
- "vs/base/common/lifecycle",
5506
- "vs/editor/common/core/rgba",
5507
- "vs/editor/common/languages"
5508
- ],
5509
- "vs/editor/common/viewModelEventDispatcher": [
5510
- "require",
5511
- "exports",
5512
- "vs/base/common/event",
5513
- "vs/base/common/lifecycle"
5514
- ],
5515
- "vs/editor/common/viewModel/viewModelLines": [
5516
- "require",
5517
- "exports",
5518
- "vs/base/common/arrays",
5519
- "vs/editor/common/core/position",
5520
- "vs/editor/common/core/range",
5521
- "vs/editor/common/textModelGuides",
5522
- "vs/editor/common/model/textModel",
5523
- "vs/editor/common/textModelEvents",
5524
- "vs/editor/common/viewEvents",
5525
- "vs/editor/common/viewModel/modelLineProjection",
5526
- "vs/editor/common/model/prefixSumComputer",
5527
- "vs/editor/common/viewModel"
5528
- ],
5529
- "vs/editor/common/viewModel/glyphLanesModel": [
5530
- "require",
5531
- "exports",
5532
- "vs/editor/common/model"
5533
- ],
5534
- "vs/base/common/symbols": [
5535
- "require",
5536
- "exports"
5537
- ],
5538
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5534
+ "vs/base/common/symbols": [
5535
+ "require",
5536
+ "exports"
5537
+ ],
5538
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5539
5539
  "require",
5540
5540
  "exports",
5541
5541
  "vs/editor/common/core/cursorColumns"
5542
5542
  ],
5543
- "vs/base/browser/event": [
5544
- "require",
5545
- "exports",
5546
- "vs/base/common/event"
5547
- ],
5548
- "vs/editor/browser/controller/textAreaState": [
5549
- "require",
5550
- "exports",
5551
- "vs/base/common/strings",
5552
- "vs/editor/common/core/range"
5553
- ],
5554
- "vs/base/common/dataTransfer": [
5555
- "require",
5556
- "exports",
5557
- "vs/base/common/arrays",
5558
- "vs/base/common/iterator",
5559
- "vs/base/common/uuid"
5560
- ],
5561
- "vs/base/common/uuid": [
5562
- "require",
5563
- "exports"
5564
- ],
5565
- "vs/editor/browser/dnd": [
5566
- "require",
5567
- "exports",
5568
- "vs/base/browser/dnd",
5569
- "vs/base/common/dataTransfer",
5570
- "vs/base/common/mime",
5571
- "vs/base/common/uri",
5572
- "vs/platform/dnd/browser/dnd"
5573
- ],
5574
- "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5575
- "require",
5576
- "exports",
5577
- "vs/editor/browser/services/bulkEditService",
5578
- "vs/editor/contrib/snippet/browser/snippetParser"
5579
- ],
5580
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5581
- "require",
5582
- "exports",
5583
- "vs/base/browser/dom",
5584
- "vs/base/browser/ui/button/button",
5585
- "vs/base/common/actions",
5586
- "vs/base/common/errorMessage",
5587
- "vs/base/common/errors",
5588
- "vs/base/common/event",
5589
- "vs/base/common/lifecycle",
5590
- "vs/editor/browser/services/bulkEditService",
5591
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
5592
- "vs/nls",
5593
- "vs/platform/contextkey/common/contextkey",
5594
- "vs/platform/contextview/browser/contextView",
5595
- "vs/platform/instantiation/common/instantiation",
5596
- "vs/platform/keybinding/common/keybinding",
5597
- "vs/platform/notification/common/notification",
5598
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5599
- ],
5600
5543
  "vs/editor/common/config/diffEditor": [
5601
5544
  "require",
5602
5545
  "exports"
@@ -5646,6 +5589,28 @@
5646
5589
  "vs/editor/contrib/codeAction/browser/codeAction",
5647
5590
  "vs/base/common/hierarchicalKind"
5648
5591
  ],
5592
+ "vs/base/browser/touch": [
5593
+ "require",
5594
+ "exports",
5595
+ "vs/base/browser/dom",
5596
+ "vs/base/browser/window",
5597
+ "vs/base/common/arrays",
5598
+ "vs/base/common/decorators",
5599
+ "vs/base/common/event",
5600
+ "vs/base/common/lifecycle",
5601
+ "vs/base/common/linkedList"
5602
+ ],
5603
+ "vs/editor/common/model/utils": [
5604
+ "require",
5605
+ "exports"
5606
+ ],
5607
+ "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5608
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5609
+ "require",
5610
+ "exports",
5611
+ "vs/base/common/event",
5612
+ "vs/platform/registry/common/platform"
5613
+ ],
5649
5614
  "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
5650
5615
  "require",
5651
5616
  "exports",
@@ -5681,28 +5646,63 @@
5681
5646
  "vs/platform/theme/common/colorRegistry",
5682
5647
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5683
5648
  ],
5684
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5649
+ "vs/base/browser/event": [
5685
5650
  "require",
5686
5651
  "exports",
5687
- "vs/base/common/event",
5688
- "vs/platform/registry/common/platform"
5652
+ "vs/base/common/event"
5689
5653
  ],
5690
- "vs/base/browser/touch": [
5654
+ "vs/editor/browser/controller/textAreaState": [
5655
+ "require",
5656
+ "exports",
5657
+ "vs/base/common/strings",
5658
+ "vs/editor/common/core/range"
5659
+ ],
5660
+ "vs/base/common/dataTransfer": [
5691
5661
  "require",
5692
5662
  "exports",
5693
- "vs/base/browser/dom",
5694
- "vs/base/browser/window",
5695
5663
  "vs/base/common/arrays",
5696
- "vs/base/common/decorators",
5697
- "vs/base/common/event",
5698
- "vs/base/common/lifecycle",
5699
- "vs/base/common/linkedList"
5664
+ "vs/base/common/iterator",
5665
+ "vs/base/common/uuid"
5700
5666
  ],
5701
- "vs/editor/common/model/utils": [
5667
+ "vs/base/common/uuid": [
5702
5668
  "require",
5703
5669
  "exports"
5704
5670
  ],
5705
- "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5671
+ "vs/editor/browser/dnd": [
5672
+ "require",
5673
+ "exports",
5674
+ "vs/base/browser/dnd",
5675
+ "vs/base/common/dataTransfer",
5676
+ "vs/base/common/mime",
5677
+ "vs/base/common/uri",
5678
+ "vs/platform/dnd/browser/dnd"
5679
+ ],
5680
+ "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5681
+ "require",
5682
+ "exports",
5683
+ "vs/editor/browser/services/bulkEditService",
5684
+ "vs/editor/contrib/snippet/browser/snippetParser"
5685
+ ],
5686
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5687
+ "require",
5688
+ "exports",
5689
+ "vs/base/browser/dom",
5690
+ "vs/base/browser/ui/button/button",
5691
+ "vs/base/common/actions",
5692
+ "vs/base/common/errorMessage",
5693
+ "vs/base/common/errors",
5694
+ "vs/base/common/event",
5695
+ "vs/base/common/lifecycle",
5696
+ "vs/editor/browser/services/bulkEditService",
5697
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
5698
+ "vs/nls",
5699
+ "vs/platform/contextkey/common/contextkey",
5700
+ "vs/platform/contextview/browser/contextView",
5701
+ "vs/platform/instantiation/common/instantiation",
5702
+ "vs/platform/keybinding/common/keybinding",
5703
+ "vs/platform/notification/common/notification",
5704
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5705
+ ],
5706
5706
  "vs/base/browser/ui/iconLabel/iconLabels": [
5707
5707
  "require",
5708
5708
  "exports",
@@ -5714,6 +5714,25 @@
5714
5714
  "require",
5715
5715
  "exports"
5716
5716
  ],
5717
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5718
+ "require",
5719
+ "exports",
5720
+ "vs/base/browser/dom",
5721
+ "vs/base/browser/ui/hover/hoverWidget",
5722
+ "vs/base/common/lifecycle",
5723
+ "vs/platform/keybinding/common/keybinding"
5724
+ ],
5725
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5726
+ "require",
5727
+ "exports",
5728
+ "vs/base/common/color",
5729
+ "vs/editor/browser/services/editorWorkerService",
5730
+ "vs/editor/common/services/model",
5731
+ "vs/editor/common/languages/languageConfigurationRegistry",
5732
+ "vs/base/common/lifecycle",
5733
+ "vs/editor/common/services/languageFeatures",
5734
+ "vs/editor/common/editorFeatures"
5735
+ ],
5717
5736
  "vs/editor/browser/editorDom": [
5718
5737
  "require",
5719
5738
  "exports",
@@ -5836,25 +5855,6 @@
5836
5855
  "vs/base/browser/ui/hover/hoverWidget",
5837
5856
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5838
5857
  ],
5839
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5840
- "require",
5841
- "exports",
5842
- "vs/base/browser/dom",
5843
- "vs/base/browser/ui/hover/hoverWidget",
5844
- "vs/base/common/lifecycle",
5845
- "vs/platform/keybinding/common/keybinding"
5846
- ],
5847
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5848
- "require",
5849
- "exports",
5850
- "vs/base/common/color",
5851
- "vs/editor/browser/services/editorWorkerService",
5852
- "vs/editor/common/services/model",
5853
- "vs/editor/common/languages/languageConfigurationRegistry",
5854
- "vs/base/common/lifecycle",
5855
- "vs/editor/common/services/languageFeatures",
5856
- "vs/editor/common/editorFeatures"
5857
- ],
5858
5858
  "vs/base/browser/dnd": [
5859
5859
  "require",
5860
5860
  "exports",
@@ -6112,36 +6112,6 @@
6112
6112
  "vs/editor/contrib/snippet/browser/snippetSession",
6113
6113
  "vs/editor/contrib/suggest/browser/suggestController"
6114
6114
  ],
6115
- "vs/base/common/idGenerator": [
6116
- "require",
6117
- "exports"
6118
- ],
6119
- "vs/base/browser/markdownRenderer": [
6120
- "require",
6121
- "exports",
6122
- "vs/base/browser/dom",
6123
- "vs/base/browser/dompurify/dompurify",
6124
- "vs/base/browser/event",
6125
- "vs/base/browser/formattedTextRenderer",
6126
- "vs/base/browser/keyboardEvent",
6127
- "vs/base/browser/mouseEvent",
6128
- "vs/base/browser/ui/iconLabel/iconLabels",
6129
- "vs/base/common/errors",
6130
- "vs/base/common/event",
6131
- "vs/base/common/htmlContent",
6132
- "vs/base/common/iconLabels",
6133
- "vs/base/common/idGenerator",
6134
- "vs/base/common/lazy",
6135
- "vs/base/common/lifecycle",
6136
- "vs/base/common/marked/marked",
6137
- "vs/base/common/marshalling",
6138
- "vs/base/common/network",
6139
- "vs/base/common/objects",
6140
- "vs/base/common/resources",
6141
- "vs/base/common/strings",
6142
- "vs/base/common/uri"
6143
- ],
6144
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6145
6115
  "vs/base/browser/ui/actionbar/actionbar": [
6146
6116
  "require",
6147
6117
  "exports",
@@ -6197,7 +6167,37 @@
6197
6167
  "vs/platform/accessibility/common/accessibility",
6198
6168
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6199
6169
  ],
6200
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6170
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6171
+ "vs/base/common/idGenerator": [
6172
+ "require",
6173
+ "exports"
6174
+ ],
6175
+ "vs/base/browser/markdownRenderer": [
6176
+ "require",
6177
+ "exports",
6178
+ "vs/base/browser/dom",
6179
+ "vs/base/browser/dompurify/dompurify",
6180
+ "vs/base/browser/event",
6181
+ "vs/base/browser/formattedTextRenderer",
6182
+ "vs/base/browser/keyboardEvent",
6183
+ "vs/base/browser/mouseEvent",
6184
+ "vs/base/browser/ui/iconLabel/iconLabels",
6185
+ "vs/base/common/errors",
6186
+ "vs/base/common/event",
6187
+ "vs/base/common/htmlContent",
6188
+ "vs/base/common/iconLabels",
6189
+ "vs/base/common/idGenerator",
6190
+ "vs/base/common/lazy",
6191
+ "vs/base/common/lifecycle",
6192
+ "vs/base/common/marked/marked",
6193
+ "vs/base/common/marshalling",
6194
+ "vs/base/common/network",
6195
+ "vs/base/common/objects",
6196
+ "vs/base/common/resources",
6197
+ "vs/base/common/strings",
6198
+ "vs/base/common/uri"
6199
+ ],
6200
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6201
6201
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6202
6202
  "require",
6203
6203
  "exports",
@@ -6224,6 +6224,13 @@
6224
6224
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6225
6225
  ],
6226
6226
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6227
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6228
+ "require",
6229
+ "exports",
6230
+ "vs/base/common/strings",
6231
+ "vs/editor/common/languages/supports",
6232
+ "vs/editor/common/tokens/lineTokens"
6233
+ ],
6227
6234
  "vs/base/browser/ui/hover/hoverWidget": [
6228
6235
  "require",
6229
6236
  "exports",
@@ -6271,13 +6278,6 @@
6271
6278
  "vs/platform/instantiation/common/instantiation",
6272
6279
  "vs/platform/notification/common/notification"
6273
6280
  ],
6274
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6275
- "require",
6276
- "exports",
6277
- "vs/base/common/strings",
6278
- "vs/editor/common/languages/supports",
6279
- "vs/editor/common/tokens/lineTokens"
6280
- ],
6281
6281
  "vs/base/common/extpath": [
6282
6282
  "require",
6283
6283
  "exports",
@@ -6285,16 +6285,11 @@
6285
6285
  "vs/base/common/platform",
6286
6286
  "vs/base/common/strings"
6287
6287
  ],
6288
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6288
6289
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6289
6290
  "require",
6290
6291
  "exports"
6291
6292
  ],
6292
- "vs/editor/contrib/inlineEdits/browser/consts": [
6293
- "require",
6294
- "exports",
6295
- "vs/nls",
6296
- "vs/platform/contextkey/common/contextkey"
6297
- ],
6298
6293
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6299
6294
  "require",
6300
6295
  "exports",
@@ -6373,6 +6368,12 @@
6373
6368
  "vs/editor/common/services/editorWorker",
6374
6369
  "vs/platform/telemetry/common/telemetry"
6375
6370
  ],
6371
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6372
+ "require",
6373
+ "exports",
6374
+ "vs/nls",
6375
+ "vs/platform/contextkey/common/contextkey"
6376
+ ],
6376
6377
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6377
6378
  "require",
6378
6379
  "exports",
@@ -6419,25 +6420,7 @@
6419
6420
  "vs/base/common/observable",
6420
6421
  "vs/base/common/observableInternal/utils"
6421
6422
  ],
6422
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6423
6423
  "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6424
- "vs/base/common/equals": [
6425
- "require",
6426
- "exports",
6427
- "vs/base/common/arrays"
6428
- ],
6429
- "vs/base/common/hotReload": [
6430
- "require",
6431
- "exports",
6432
- "vs/base/common/process"
6433
- ],
6434
- "vs/editor/common/tokens/sparseMultilineTokens": [
6435
- "require",
6436
- "exports",
6437
- "vs/editor/common/core/position",
6438
- "vs/editor/common/core/range",
6439
- "vs/editor/common/core/eolCounter"
6440
- ],
6441
6424
  "vs/base/browser/ui/list/listWidget": [
6442
6425
  "require",
6443
6426
  "exports",
@@ -6464,6 +6447,23 @@
6464
6447
  "vs/css!vs/base/browser/ui/list/list"
6465
6448
  ],
6466
6449
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6450
+ "vs/base/common/equals": [
6451
+ "require",
6452
+ "exports",
6453
+ "vs/base/common/arrays"
6454
+ ],
6455
+ "vs/base/common/hotReload": [
6456
+ "require",
6457
+ "exports",
6458
+ "vs/base/common/process"
6459
+ ],
6460
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6461
+ "require",
6462
+ "exports",
6463
+ "vs/editor/common/core/position",
6464
+ "vs/editor/common/core/range",
6465
+ "vs/editor/common/core/eolCounter"
6466
+ ],
6467
6467
  "vs/editor/common/services/semanticTokensDto": [
6468
6468
  "require",
6469
6469
  "exports",
@@ -6663,6 +6663,41 @@
6663
6663
  "vs/base/common/lifecycle",
6664
6664
  "vs/base/common/types"
6665
6665
  ],
6666
+ "vs/base/browser/ui/splitview/splitview": [
6667
+ "require",
6668
+ "exports",
6669
+ "vs/base/browser/dom",
6670
+ "vs/base/browser/event",
6671
+ "vs/base/browser/ui/sash/sash",
6672
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6673
+ "vs/base/common/arrays",
6674
+ "vs/base/common/color",
6675
+ "vs/base/common/event",
6676
+ "vs/base/common/lifecycle",
6677
+ "vs/base/common/numbers",
6678
+ "vs/base/common/scrollable",
6679
+ "vs/base/common/types",
6680
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6681
+ ],
6682
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6683
+ "require",
6684
+ "exports",
6685
+ "vs/base/browser/dom",
6686
+ "vs/base/browser/ui/countBadge/countBadge",
6687
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6688
+ "vs/base/browser/ui/iconLabel/iconLabel",
6689
+ "vs/base/common/filters",
6690
+ "vs/base/common/lifecycle",
6691
+ "vs/base/common/resources",
6692
+ "vs/editor/common/services/resolverService",
6693
+ "vs/nls",
6694
+ "vs/platform/instantiation/common/instantiation",
6695
+ "vs/platform/keybinding/common/keybinding",
6696
+ "vs/platform/label/common/label",
6697
+ "vs/platform/theme/browser/defaultStyles",
6698
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6699
+ ],
6700
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6666
6701
  "vs/base/browser/ui/list/listPaging": [
6667
6702
  "require",
6668
6703
  "exports",
@@ -6747,41 +6782,6 @@
6747
6782
  "vs/base/common/decorators",
6748
6783
  "vs/base/common/iterator"
6749
6784
  ],
6750
- "vs/base/browser/ui/splitview/splitview": [
6751
- "require",
6752
- "exports",
6753
- "vs/base/browser/dom",
6754
- "vs/base/browser/event",
6755
- "vs/base/browser/ui/sash/sash",
6756
- "vs/base/browser/ui/scrollbar/scrollableElement",
6757
- "vs/base/common/arrays",
6758
- "vs/base/common/color",
6759
- "vs/base/common/event",
6760
- "vs/base/common/lifecycle",
6761
- "vs/base/common/numbers",
6762
- "vs/base/common/scrollable",
6763
- "vs/base/common/types",
6764
- "vs/css!vs/base/browser/ui/splitview/splitview"
6765
- ],
6766
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6767
- "require",
6768
- "exports",
6769
- "vs/base/browser/dom",
6770
- "vs/base/browser/ui/countBadge/countBadge",
6771
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6772
- "vs/base/browser/ui/iconLabel/iconLabel",
6773
- "vs/base/common/filters",
6774
- "vs/base/common/lifecycle",
6775
- "vs/base/common/resources",
6776
- "vs/editor/common/services/resolverService",
6777
- "vs/nls",
6778
- "vs/platform/instantiation/common/instantiation",
6779
- "vs/platform/keybinding/common/keybinding",
6780
- "vs/platform/label/common/label",
6781
- "vs/platform/theme/browser/defaultStyles",
6782
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6783
- ],
6784
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6785
6785
  "vs/base/common/marshalling": [
6786
6786
  "require",
6787
6787
  "exports",
@@ -7188,19 +7188,6 @@
7188
7188
  "exports",
7189
7189
  "vs/base/common/actions"
7190
7190
  ],
7191
- "vs/editor/browser/viewParts/lines/viewLine": [
7192
- "require",
7193
- "exports",
7194
- "vs/base/browser/browser",
7195
- "vs/base/browser/fastDomNode",
7196
- "vs/base/common/platform",
7197
- "vs/editor/browser/viewParts/lines/rangeUtil",
7198
- "vs/editor/browser/view/renderingContext",
7199
- "vs/editor/common/viewLayout/lineDecorations",
7200
- "vs/editor/common/viewLayout/viewLineRenderer",
7201
- "vs/platform/theme/common/theme",
7202
- "vs/editor/common/config/editorOptions"
7203
- ],
7204
7191
  "vs/editor/browser/controller/mouseHandler": [
7205
7192
  "require",
7206
7193
  "exports",
@@ -7216,6 +7203,19 @@
7216
7203
  "vs/editor/common/viewEventHandler",
7217
7204
  "vs/base/browser/ui/scrollbar/scrollableElement"
7218
7205
  ],
7206
+ "vs/editor/browser/viewParts/lines/viewLine": [
7207
+ "require",
7208
+ "exports",
7209
+ "vs/base/browser/browser",
7210
+ "vs/base/browser/fastDomNode",
7211
+ "vs/base/common/platform",
7212
+ "vs/editor/browser/viewParts/lines/rangeUtil",
7213
+ "vs/editor/browser/view/renderingContext",
7214
+ "vs/editor/common/viewLayout/lineDecorations",
7215
+ "vs/editor/common/viewLayout/viewLineRenderer",
7216
+ "vs/platform/theme/common/theme",
7217
+ "vs/editor/common/config/editorOptions"
7218
+ ],
7219
7219
  "vs/base/browser/ui/mouseCursor/mouseCursor": [
7220
7220
  "require",
7221
7221
  "exports",
@@ -7250,8 +7250,8 @@
7250
7250
  "exports"
7251
7251
  ],
7252
7252
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
7253
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7254
7253
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7254
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7255
7255
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7256
7256
  "vs/base/browser/globalPointerMoveMonitor": [
7257
7257
  "require",
@@ -7406,7 +7406,10 @@
7406
7406
  "vs/editor/common/textModelEvents",
7407
7407
  "vs/editor/common/viewModel"
7408
7408
  ],
7409
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7409
+ "vs/base/common/decorators": [
7410
+ "require",
7411
+ "exports"
7412
+ ],
7410
7413
  "vs/platform/actionWidget/browser/actionList": [
7411
7414
  "require",
7412
7415
  "exports",
@@ -7426,10 +7429,7 @@
7426
7429
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
7427
7430
  ],
7428
7431
  "vs/css!vs/platform/actionWidget/browser/actionWidget": [],
7429
- "vs/base/common/decorators": [
7430
- "require",
7431
- "exports"
7432
- ],
7432
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7433
7433
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7434
7434
  "require",
7435
7435
  "exports",
@@ -7526,6 +7526,7 @@
7526
7526
  "vs/base/common/strings"
7527
7527
  ],
7528
7528
  "vs/css!vs/base/browser/ui/toggle/toggle": [],
7529
+ "vs/css!vs/base/browser/ui/sash/sash": [],
7529
7530
  "vs/base/browser/ui/findinput/findInput": [
7530
7531
  "require",
7531
7532
  "exports",
@@ -7552,7 +7553,6 @@
7552
7553
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7553
7554
  "vs/css!vs/base/browser/ui/findinput/findInput"
7554
7555
  ],
7555
- "vs/css!vs/base/browser/ui/sash/sash": [],
7556
7556
  "vs/base/common/observableInternal/debugName": [
7557
7557
  "require",
7558
7558
  "exports"
@@ -7595,14 +7595,6 @@
7595
7595
  "vs/editor/common/core/textEdit",
7596
7596
  "vs/editor/contrib/inlineCompletions/browser/ghostText"
7597
7597
  ],
7598
- "vs/base/browser/formattedTextRenderer": [
7599
- "require",
7600
- "exports",
7601
- "vs/base/browser/dom"
7602
- ],
7603
- "vs/base/common/marked/marked": [
7604
- "exports"
7605
- ],
7606
7598
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7607
7599
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7608
7600
  "require",
@@ -7621,7 +7613,14 @@
7621
7613
  "vs/nls"
7622
7614
  ],
7623
7615
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7624
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7616
+ "vs/base/browser/formattedTextRenderer": [
7617
+ "require",
7618
+ "exports",
7619
+ "vs/base/browser/dom"
7620
+ ],
7621
+ "vs/base/common/marked/marked": [
7622
+ "exports"
7623
+ ],
7625
7624
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7626
7625
  "require",
7627
7626
  "exports",
@@ -7641,6 +7640,7 @@
7641
7640
  "vs/base/common/codicons"
7642
7641
  ],
7643
7642
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7643
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7644
7644
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7645
7645
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7646
7646
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
@@ -7696,7 +7696,6 @@
7696
7696
  "vs/base/common/extpath",
7697
7697
  "vs/base/common/platform"
7698
7698
  ],
7699
- "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7700
7699
  "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7701
7700
  "require",
7702
7701
  "exports",
@@ -7713,6 +7712,7 @@
7713
7712
  "vs/base/common/iterator",
7714
7713
  "vs/platform/instantiation/common/instantiation"
7715
7714
  ],
7715
+ "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7716
7716
  "vs/base/browser/ui/iconLabel/iconLabel": [
7717
7717
  "require",
7718
7718
  "exports",
@@ -7747,21 +7747,25 @@
7747
7747
  "exports",
7748
7748
  "vs/base/common/observableInternal/base"
7749
7749
  ],
7750
- "vs/base/browser/ui/tree/indexTreeModel": [
7750
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7751
+ "vs/base/browser/ui/countBadge/countBadge": [
7751
7752
  "require",
7752
7753
  "exports",
7753
- "vs/base/browser/ui/tree/tree",
7754
- "vs/base/common/arrays",
7755
- "vs/base/common/async",
7756
- "vs/base/common/symbols",
7757
- "vs/base/common/diff/diff",
7758
- "vs/base/common/event",
7759
- "vs/base/common/iterator"
7754
+ "vs/base/browser/dom",
7755
+ "vs/base/common/strings",
7756
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7760
7757
  ],
7761
- "vs/base/browser/ui/tree/tree": [
7758
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7762
7759
  "require",
7763
- "exports"
7760
+ "exports",
7761
+ "vs/base/browser/dom",
7762
+ "vs/base/browser/ui/hover/hoverDelegate2",
7763
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7764
+ "vs/base/browser/ui/iconLabel/iconLabels",
7765
+ "vs/base/common/lifecycle",
7766
+ "vs/base/common/objects"
7764
7767
  ],
7768
+ "vs/css!vs/base/browser/ui/table/table": [],
7765
7769
  "vs/base/browser/ui/inputbox/inputBox": [
7766
7770
  "require",
7767
7771
  "exports",
@@ -7780,6 +7784,21 @@
7780
7784
  "vs/nls",
7781
7785
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7782
7786
  ],
7787
+ "vs/base/browser/ui/tree/indexTreeModel": [
7788
+ "require",
7789
+ "exports",
7790
+ "vs/base/browser/ui/tree/tree",
7791
+ "vs/base/common/arrays",
7792
+ "vs/base/common/async",
7793
+ "vs/base/common/symbols",
7794
+ "vs/base/common/diff/diff",
7795
+ "vs/base/common/event",
7796
+ "vs/base/common/iterator"
7797
+ ],
7798
+ "vs/base/browser/ui/tree/tree": [
7799
+ "require",
7800
+ "exports"
7801
+ ],
7783
7802
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7784
7803
  "vs/base/browser/ui/tree/objectTreeModel": [
7785
7804
  "require",
@@ -7797,25 +7816,6 @@
7797
7816
  "vs/base/common/event",
7798
7817
  "vs/base/common/iterator"
7799
7818
  ],
7800
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7801
- "vs/base/browser/ui/countBadge/countBadge": [
7802
- "require",
7803
- "exports",
7804
- "vs/base/browser/dom",
7805
- "vs/base/common/strings",
7806
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7807
- ],
7808
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7809
- "require",
7810
- "exports",
7811
- "vs/base/browser/dom",
7812
- "vs/base/browser/ui/hover/hoverDelegate2",
7813
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7814
- "vs/base/browser/ui/iconLabel/iconLabels",
7815
- "vs/base/common/lifecycle",
7816
- "vs/base/common/objects"
7817
- ],
7818
- "vs/css!vs/base/browser/ui/table/table": [],
7819
7819
  "vs/editor/common/core/positionToOffset": [
7820
7820
  "require",
7821
7821
  "exports",
@@ -7973,6 +7973,7 @@
7973
7973
  "vs/platform/quickinput/browser/quickInputActions"
7974
7974
  ],
7975
7975
  "vs/css!vs/editor/browser/services/hoverService/hover": [],
7976
+ "vs/css!vs/base/browser/ui/button/button": [],
7976
7977
  "vs/base/browser/ui/toolbar/toolbar": [
7977
7978
  "require",
7978
7979
  "exports",
@@ -7987,7 +7988,6 @@
7987
7988
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7988
7989
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
7989
7990
  ],
7990
- "vs/css!vs/base/browser/ui/button/button": [],
7991
7991
  "vs/editor/browser/viewParts/lines/rangeUtil": [
7992
7992
  "require",
7993
7993
  "exports",
@@ -8132,13 +8132,13 @@
8132
8132
  "vs/base/browser/dom"
8133
8133
  ],
8134
8134
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8135
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8135
8136
  "vs/base/common/history": [
8136
8137
  "require",
8137
8138
  "exports",
8138
8139
  "vs/base/common/navigator"
8139
8140
  ],
8140
8141
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8141
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8142
8142
  "vs/platform/quickinput/browser/quickInputUtils": [
8143
8143
  "require",
8144
8144
  "exports",