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

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 +403 -403
  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 +1 -1
@@ -1555,42 +1555,6 @@
1555
1555
  "exports",
1556
1556
  "vs/platform/instantiation/common/instantiation"
1557
1557
  ],
1558
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1559
- "require",
1560
- "exports",
1561
- "vs/base/common/iconLabels",
1562
- "vs/platform/action/common/action",
1563
- "vs/platform/quickinput/browser/commandsQuickAccess"
1564
- ],
1565
- "vs/platform/instantiation/common/instantiation": [
1566
- "require",
1567
- "exports"
1568
- ],
1569
- "vs/platform/keybinding/common/keybinding": [
1570
- "require",
1571
- "exports",
1572
- "vs/platform/instantiation/common/instantiation"
1573
- ],
1574
- "vs/platform/commands/common/commands": [
1575
- "require",
1576
- "exports",
1577
- "vs/base/common/event",
1578
- "vs/base/common/iterator",
1579
- "vs/base/common/lifecycle",
1580
- "vs/base/common/linkedList",
1581
- "vs/base/common/types",
1582
- "vs/platform/instantiation/common/instantiation"
1583
- ],
1584
- "vs/platform/telemetry/common/telemetry": [
1585
- "require",
1586
- "exports",
1587
- "vs/platform/instantiation/common/instantiation"
1588
- ],
1589
- "vs/platform/dialogs/common/dialogs": [
1590
- "require",
1591
- "exports",
1592
- "vs/platform/instantiation/common/instantiation"
1593
- ],
1594
1558
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1595
1559
  "require",
1596
1560
  "exports",
@@ -1638,6 +1602,42 @@
1638
1602
  "vs/platform/theme/common/colorRegistry",
1639
1603
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1640
1604
  ],
1605
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1606
+ "require",
1607
+ "exports",
1608
+ "vs/base/common/iconLabels",
1609
+ "vs/platform/action/common/action",
1610
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1611
+ ],
1612
+ "vs/platform/instantiation/common/instantiation": [
1613
+ "require",
1614
+ "exports"
1615
+ ],
1616
+ "vs/platform/keybinding/common/keybinding": [
1617
+ "require",
1618
+ "exports",
1619
+ "vs/platform/instantiation/common/instantiation"
1620
+ ],
1621
+ "vs/platform/commands/common/commands": [
1622
+ "require",
1623
+ "exports",
1624
+ "vs/base/common/event",
1625
+ "vs/base/common/iterator",
1626
+ "vs/base/common/lifecycle",
1627
+ "vs/base/common/linkedList",
1628
+ "vs/base/common/types",
1629
+ "vs/platform/instantiation/common/instantiation"
1630
+ ],
1631
+ "vs/platform/telemetry/common/telemetry": [
1632
+ "require",
1633
+ "exports",
1634
+ "vs/platform/instantiation/common/instantiation"
1635
+ ],
1636
+ "vs/platform/dialogs/common/dialogs": [
1637
+ "require",
1638
+ "exports",
1639
+ "vs/platform/instantiation/common/instantiation"
1640
+ ],
1641
1641
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1642
1642
  "require",
1643
1643
  "exports",
@@ -1731,6 +1731,14 @@
1731
1731
  "require",
1732
1732
  "exports"
1733
1733
  ],
1734
+ "vs/base/common/cache": [
1735
+ "require",
1736
+ "exports"
1737
+ ],
1738
+ "vs/base/common/lazy": [
1739
+ "require",
1740
+ "exports"
1741
+ ],
1734
1742
  "vs/base/common/diff/diffChange": [
1735
1743
  "require",
1736
1744
  "exports"
@@ -1745,14 +1753,6 @@
1745
1753
  "exports",
1746
1754
  "vs/base/common/process"
1747
1755
  ],
1748
- "vs/base/common/cache": [
1749
- "require",
1750
- "exports"
1751
- ],
1752
- "vs/base/common/lazy": [
1753
- "require",
1754
- "exports"
1755
- ],
1756
1756
  "vs/editor/common/model/prefixSumComputer": [
1757
1757
  "require",
1758
1758
  "exports",
@@ -1826,6 +1826,18 @@
1826
1826
  "vs/editor/common/diff/linesDiffComputer",
1827
1827
  "vs/editor/common/diff/rangeMapping"
1828
1828
  ],
1829
+ "vs/base/common/arrays": [
1830
+ "require",
1831
+ "exports"
1832
+ ],
1833
+ "vs/editor/common/core/textModelDefaults": [
1834
+ "require",
1835
+ "exports"
1836
+ ],
1837
+ "vs/nls": [
1838
+ "require",
1839
+ "exports"
1840
+ ],
1829
1841
  "vs/base/browser/window": [
1830
1842
  "require",
1831
1843
  "exports"
@@ -2077,18 +2089,6 @@
2077
2089
  "vs/editor/browser/widget/multiDiffEditor/colors"
2078
2090
  ],
2079
2091
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2080
- "vs/base/common/arrays": [
2081
- "require",
2082
- "exports"
2083
- ],
2084
- "vs/editor/common/core/textModelDefaults": [
2085
- "require",
2086
- "exports"
2087
- ],
2088
- "vs/nls": [
2089
- "require",
2090
- "exports"
2091
- ],
2092
2092
  "vs/editor/standalone/common/monarch/monarchCompile": [
2093
2093
  "require",
2094
2094
  "exports",
@@ -2152,37 +2152,6 @@
2152
2152
  "vs/nls",
2153
2153
  "vs/platform/instantiation/common/instantiation"
2154
2154
  ],
2155
- "vs/base/common/codicons": [
2156
- "require",
2157
- "exports",
2158
- "vs/base/common/codiconsUtil",
2159
- "vs/base/common/codiconsLibrary"
2160
- ],
2161
- "vs/editor/browser/widget/diffEditor/commands": [
2162
- "require",
2163
- "exports",
2164
- "vs/base/browser/dom",
2165
- "vs/base/common/codicons",
2166
- "vs/editor/browser/editorExtensions",
2167
- "vs/editor/browser/services/codeEditorService",
2168
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2169
- "vs/editor/common/editorContextKeys",
2170
- "vs/nls",
2171
- "vs/platform/actions/common/actions",
2172
- "vs/platform/configuration/common/configuration",
2173
- "vs/platform/contextkey/common/contextkey",
2174
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2175
- ],
2176
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2177
- "require",
2178
- "exports",
2179
- "vs/base/common/codicons",
2180
- "vs/base/common/themables",
2181
- "vs/editor/common/model/textModel",
2182
- "vs/nls",
2183
- "vs/platform/theme/common/colorRegistry",
2184
- "vs/platform/theme/common/iconRegistry"
2185
- ],
2186
2155
  "vs/base/browser/browser": [
2187
2156
  "require",
2188
2157
  "exports",
@@ -2268,37 +2237,6 @@
2268
2237
  "vs/editor/common/languages/autoIndent",
2269
2238
  "vs/editor/common/languages/enterAction"
2270
2239
  ],
2271
- "vs/base/common/htmlContent": [
2272
- "require",
2273
- "exports",
2274
- "vs/base/common/errors",
2275
- "vs/base/common/iconLabels",
2276
- "vs/base/common/resources",
2277
- "vs/base/common/strings",
2278
- "vs/base/common/uri"
2279
- ],
2280
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2281
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2282
- "require",
2283
- "exports",
2284
- "vs/editor/common/core/range",
2285
- "vs/editor/common/core/selection"
2286
- ],
2287
- "vs/editor/common/commands/replaceCommand": [
2288
- "require",
2289
- "exports",
2290
- "vs/editor/common/core/selection"
2291
- ],
2292
- "vs/editor/common/cursor/cursorMoveOperations": [
2293
- "require",
2294
- "exports",
2295
- "vs/base/common/strings",
2296
- "vs/editor/common/core/cursorColumns",
2297
- "vs/editor/common/core/position",
2298
- "vs/editor/common/core/range",
2299
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2300
- "vs/editor/common/cursorCommon"
2301
- ],
2302
2240
  "vs/base/common/network": [
2303
2241
  "require",
2304
2242
  "exports",
@@ -2544,6 +2482,47 @@
2544
2482
  "vs/editor/browser/editorExtensions"
2545
2483
  ],
2546
2484
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2485
+ "vs/base/common/codicons": [
2486
+ "require",
2487
+ "exports",
2488
+ "vs/base/common/codiconsUtil",
2489
+ "vs/base/common/codiconsLibrary"
2490
+ ],
2491
+ "vs/editor/browser/widget/diffEditor/commands": [
2492
+ "require",
2493
+ "exports",
2494
+ "vs/base/browser/dom",
2495
+ "vs/base/common/codicons",
2496
+ "vs/editor/browser/editorExtensions",
2497
+ "vs/editor/browser/services/codeEditorService",
2498
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2499
+ "vs/editor/common/editorContextKeys",
2500
+ "vs/nls",
2501
+ "vs/platform/actions/common/actions",
2502
+ "vs/platform/configuration/common/configuration",
2503
+ "vs/platform/contextkey/common/contextkey",
2504
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2505
+ ],
2506
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2507
+ "require",
2508
+ "exports",
2509
+ "vs/base/common/codicons",
2510
+ "vs/base/common/themables",
2511
+ "vs/editor/common/model/textModel",
2512
+ "vs/nls",
2513
+ "vs/platform/theme/common/colorRegistry",
2514
+ "vs/platform/theme/common/iconRegistry"
2515
+ ],
2516
+ "vs/base/common/htmlContent": [
2517
+ "require",
2518
+ "exports",
2519
+ "vs/base/common/errors",
2520
+ "vs/base/common/iconLabels",
2521
+ "vs/base/common/resources",
2522
+ "vs/base/common/strings",
2523
+ "vs/base/common/uri"
2524
+ ],
2525
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2547
2526
  "vs/base/common/async": [
2548
2527
  "require",
2549
2528
  "exports",
@@ -2555,6 +2534,12 @@
2555
2534
  "vs/base/common/symbols"
2556
2535
  ],
2557
2536
  "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2537
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2538
+ "require",
2539
+ "exports",
2540
+ "vs/editor/common/core/range",
2541
+ "vs/editor/common/core/selection"
2542
+ ],
2558
2543
  "vs/editor/browser/controller/textAreaInput": [
2559
2544
  "require",
2560
2545
  "exports",
@@ -2746,6 +2731,41 @@
2746
2731
  "vs/platform/log/common/log",
2747
2732
  "vs/base/common/network"
2748
2733
  ],
2734
+ "vs/editor/common/commands/replaceCommand": [
2735
+ "require",
2736
+ "exports",
2737
+ "vs/editor/common/core/selection"
2738
+ ],
2739
+ "vs/editor/common/cursor/cursorMoveOperations": [
2740
+ "require",
2741
+ "exports",
2742
+ "vs/base/common/strings",
2743
+ "vs/editor/common/core/cursorColumns",
2744
+ "vs/editor/common/core/position",
2745
+ "vs/editor/common/core/range",
2746
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2747
+ "vs/editor/common/cursorCommon"
2748
+ ],
2749
+ "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2750
+ "require",
2751
+ "exports",
2752
+ "vs/base/common/lifecycle",
2753
+ "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2754
+ "vs/platform/instantiation/common/instantiation",
2755
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2756
+ "vs/platform/keybinding/common/keybinding",
2757
+ "vs/base/common/event",
2758
+ "vs/editor/common/services/languageFeatures",
2759
+ "vs/editor/browser/editorExtensions",
2760
+ "vs/editor/common/editorContextKeys",
2761
+ "vs/platform/contextkey/common/contextkey",
2762
+ "vs/editor/common/services/model",
2763
+ "vs/editor/common/languages/languageConfigurationRegistry",
2764
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2765
+ "vs/base/browser/dom",
2766
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2767
+ ],
2768
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2749
2769
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2750
2770
  "require",
2751
2771
  "exports",
@@ -2818,26 +2838,6 @@
2818
2838
  "vs/editor/common/core/selection",
2819
2839
  "vs/editor/contrib/comment/browser/blockCommentCommand"
2820
2840
  ],
2821
- "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2822
- "require",
2823
- "exports",
2824
- "vs/base/common/lifecycle",
2825
- "vs/editor/contrib/colorPicker/browser/colorHoverParticipant",
2826
- "vs/platform/instantiation/common/instantiation",
2827
- "vs/editor/contrib/hover/browser/contentHoverStatusBar",
2828
- "vs/platform/keybinding/common/keybinding",
2829
- "vs/base/common/event",
2830
- "vs/editor/common/services/languageFeatures",
2831
- "vs/editor/browser/editorExtensions",
2832
- "vs/editor/common/editorContextKeys",
2833
- "vs/platform/contextkey/common/contextkey",
2834
- "vs/editor/common/services/model",
2835
- "vs/editor/common/languages/languageConfigurationRegistry",
2836
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
2837
- "vs/base/browser/dom",
2838
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2839
- ],
2840
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2841
2841
  "vs/base/browser/ui/actionbar/actionViewItems": [
2842
2842
  "require",
2843
2843
  "exports",
@@ -2876,13 +2876,10 @@
2876
2876
  "vs/base/common/uri",
2877
2877
  "vs/platform/instantiation/common/instantiation"
2878
2878
  ],
2879
- "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2879
+ "vs/base/common/hierarchicalKind": [
2880
2880
  "require",
2881
- "exports",
2882
- "vs/editor/common/core/range",
2883
- "vs/editor/common/core/selection"
2881
+ "exports"
2884
2882
  ],
2885
- "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2886
2883
  "vs/editor/common/editorFeatures": [
2887
2884
  "require",
2888
2885
  "exports"
@@ -2903,6 +2900,13 @@
2903
2900
  "vs/nls",
2904
2901
  "vs/platform/workspace/common/workspace"
2905
2902
  ],
2903
+ "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2904
+ "require",
2905
+ "exports",
2906
+ "vs/editor/common/core/range",
2907
+ "vs/editor/common/core/selection"
2908
+ ],
2909
+ "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2906
2910
  "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
2907
2911
  "require",
2908
2912
  "exports",
@@ -2926,10 +2930,6 @@
2926
2930
  "vs/editor/contrib/dropOrPasteInto/browser/edit",
2927
2931
  "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
2928
2932
  ],
2929
- "vs/base/common/hierarchicalKind": [
2930
- "require",
2931
- "exports"
2932
- ],
2933
2933
  "vs/editor/contrib/find/browser/findModel": [
2934
2934
  "require",
2935
2935
  "exports",
@@ -3230,6 +3230,12 @@
3230
3230
  "vs/nls",
3231
3231
  "vs/platform/contextkey/common/contextkey"
3232
3232
  ],
3233
+ "vs/base/common/themables": [
3234
+ "require",
3235
+ "exports",
3236
+ "vs/base/common/codicons"
3237
+ ],
3238
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3233
3239
  "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3234
3240
  "require",
3235
3241
  "exports",
@@ -3238,12 +3244,6 @@
3238
3244
  "vs/base/common/platform"
3239
3245
  ],
3240
3246
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3241
- "vs/base/common/themables": [
3242
- "require",
3243
- "exports",
3244
- "vs/base/common/codicons"
3245
- ],
3246
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3247
3247
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3248
3248
  "require",
3249
3249
  "exports",
@@ -3299,6 +3299,42 @@
3299
3299
  "vs/platform/theme/common/themeService",
3300
3300
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3301
3301
  ],
3302
+ "vs/editor/common/commands/shiftCommand": [
3303
+ "require",
3304
+ "exports",
3305
+ "vs/base/common/strings",
3306
+ "vs/editor/common/core/cursorColumns",
3307
+ "vs/editor/common/core/range",
3308
+ "vs/editor/common/core/selection",
3309
+ "vs/editor/common/languages/enterAction",
3310
+ "vs/editor/common/languages/languageConfigurationRegistry"
3311
+ ],
3312
+ "vs/editor/contrib/indentation/common/indentUtils": [
3313
+ "require",
3314
+ "exports"
3315
+ ],
3316
+ "vs/editor/common/languages/autoIndent": [
3317
+ "require",
3318
+ "exports",
3319
+ "vs/base/common/strings",
3320
+ "vs/editor/common/languages/languageConfiguration",
3321
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3322
+ ],
3323
+ "vs/editor/contrib/indentation/common/indentation": [
3324
+ "require",
3325
+ "exports",
3326
+ "vs/base/common/strings",
3327
+ "vs/editor/common/commands/shiftCommand",
3328
+ "vs/editor/common/core/editOperation",
3329
+ "vs/editor/common/core/indentation",
3330
+ "vs/editor/common/core/selection",
3331
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3332
+ ],
3333
+ "vs/editor/common/tokens/lineTokens": [
3334
+ "require",
3335
+ "exports",
3336
+ "vs/editor/common/encodedTokenAttributes"
3337
+ ],
3302
3338
  "vs/editor/contrib/hover/browser/hoverActions": [
3303
3339
  "require",
3304
3340
  "exports",
@@ -3369,42 +3405,6 @@
3369
3405
  "exports"
3370
3406
  ],
3371
3407
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3372
- "vs/editor/common/commands/shiftCommand": [
3373
- "require",
3374
- "exports",
3375
- "vs/base/common/strings",
3376
- "vs/editor/common/core/cursorColumns",
3377
- "vs/editor/common/core/range",
3378
- "vs/editor/common/core/selection",
3379
- "vs/editor/common/languages/enterAction",
3380
- "vs/editor/common/languages/languageConfigurationRegistry"
3381
- ],
3382
- "vs/editor/contrib/indentation/common/indentUtils": [
3383
- "require",
3384
- "exports"
3385
- ],
3386
- "vs/editor/common/languages/autoIndent": [
3387
- "require",
3388
- "exports",
3389
- "vs/base/common/strings",
3390
- "vs/editor/common/languages/languageConfiguration",
3391
- "vs/editor/common/languages/supports/indentationLineProcessor"
3392
- ],
3393
- "vs/editor/contrib/indentation/common/indentation": [
3394
- "require",
3395
- "exports",
3396
- "vs/base/common/strings",
3397
- "vs/editor/common/commands/shiftCommand",
3398
- "vs/editor/common/core/editOperation",
3399
- "vs/editor/common/core/indentation",
3400
- "vs/editor/common/core/selection",
3401
- "vs/editor/common/languages/supports/indentationLineProcessor"
3402
- ],
3403
- "vs/editor/common/tokens/lineTokens": [
3404
- "require",
3405
- "exports",
3406
- "vs/editor/common/encodedTokenAttributes"
3407
- ],
3408
3408
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3409
3409
  "require",
3410
3410
  "exports",
@@ -3506,31 +3506,17 @@
3506
3506
  "vs/editor/common/core/range"
3507
3507
  ],
3508
3508
  "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3509
- "vs/base/common/resources": [
3510
- "require",
3511
- "exports",
3512
- "vs/base/common/extpath",
3513
- "vs/base/common/network",
3514
- "vs/base/common/path",
3515
- "vs/base/common/platform",
3516
- "vs/base/common/strings",
3517
- "vs/base/common/uri"
3518
- ],
3519
- "vs/editor/contrib/links/browser/getLinks": [
3509
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3520
3510
  "require",
3521
3511
  "exports",
3522
- "vs/base/common/arrays",
3523
- "vs/base/common/cancellation",
3524
- "vs/base/common/errors",
3525
- "vs/base/common/lifecycle",
3526
- "vs/base/common/types",
3527
- "vs/base/common/uri",
3528
- "vs/editor/common/core/range",
3529
- "vs/editor/common/services/model",
3530
- "vs/platform/commands/common/commands",
3531
- "vs/editor/common/services/languageFeatures"
3512
+ "vs/editor/common/model",
3513
+ "vs/editor/common/model/textModel",
3514
+ "vs/editor/common/languages",
3515
+ "vs/nls",
3516
+ "vs/platform/theme/common/colorRegistry",
3517
+ "vs/platform/theme/common/themeService",
3518
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3532
3519
  ],
3533
- "vs/css!vs/editor/contrib/links/browser/links": [],
3534
3520
  "vs/editor/contrib/inlineEdit/browser/commands": [
3535
3521
  "require",
3536
3522
  "exports",
@@ -3566,17 +3552,31 @@
3566
3552
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3567
3553
  "vs/editor/common/services/model"
3568
3554
  ],
3569
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3555
+ "vs/base/common/resources": [
3570
3556
  "require",
3571
3557
  "exports",
3572
- "vs/editor/common/model",
3573
- "vs/editor/common/model/textModel",
3574
- "vs/editor/common/languages",
3575
- "vs/nls",
3576
- "vs/platform/theme/common/colorRegistry",
3577
- "vs/platform/theme/common/themeService",
3578
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3558
+ "vs/base/common/extpath",
3559
+ "vs/base/common/network",
3560
+ "vs/base/common/path",
3561
+ "vs/base/common/platform",
3562
+ "vs/base/common/strings",
3563
+ "vs/base/common/uri"
3564
+ ],
3565
+ "vs/editor/contrib/links/browser/getLinks": [
3566
+ "require",
3567
+ "exports",
3568
+ "vs/base/common/arrays",
3569
+ "vs/base/common/cancellation",
3570
+ "vs/base/common/errors",
3571
+ "vs/base/common/lifecycle",
3572
+ "vs/base/common/types",
3573
+ "vs/base/common/uri",
3574
+ "vs/editor/common/core/range",
3575
+ "vs/editor/common/services/model",
3576
+ "vs/platform/commands/common/commands",
3577
+ "vs/editor/common/services/languageFeatures"
3579
3578
  ],
3579
+ "vs/css!vs/editor/contrib/links/browser/links": [],
3580
3580
  "vs/editor/contrib/inlineEdits/browser/commands": [
3581
3581
  "require",
3582
3582
  "exports",
@@ -4107,6 +4107,23 @@
4107
4107
  "vs/platform/theme/common/themeService",
4108
4108
  "vs/base/browser/ui/aria/aria"
4109
4109
  ],
4110
+ "vs/platform/instantiation/common/extensions": [
4111
+ "require",
4112
+ "exports",
4113
+ "vs/platform/instantiation/common/descriptors"
4114
+ ],
4115
+ "vs/base/common/fuzzyScorer": [
4116
+ "require",
4117
+ "exports",
4118
+ "vs/base/common/filters",
4119
+ "vs/base/common/path",
4120
+ "vs/base/common/platform",
4121
+ "vs/base/common/strings"
4122
+ ],
4123
+ "vs/base/common/arraysFind": [
4124
+ "require",
4125
+ "exports"
4126
+ ],
4110
4127
  "vs/base/common/iconLabels": [
4111
4128
  "require",
4112
4129
  "exports",
@@ -4139,23 +4156,6 @@
4139
4156
  "vs/platform/storage/common/storage",
4140
4157
  "vs/platform/telemetry/common/telemetry"
4141
4158
  ],
4142
- "vs/base/common/fuzzyScorer": [
4143
- "require",
4144
- "exports",
4145
- "vs/base/common/filters",
4146
- "vs/base/common/path",
4147
- "vs/base/common/platform",
4148
- "vs/base/common/strings"
4149
- ],
4150
- "vs/base/common/arraysFind": [
4151
- "require",
4152
- "exports"
4153
- ],
4154
- "vs/platform/instantiation/common/extensions": [
4155
- "require",
4156
- "exports",
4157
- "vs/platform/instantiation/common/descriptors"
4158
- ],
4159
4159
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4160
4160
  "vs/platform/list/browser/listService": [
4161
4161
  "require",
@@ -4210,6 +4210,12 @@
4210
4210
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4211
4211
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4212
4212
  ],
4213
+ "vs/platform/contextkey/common/scanner": [
4214
+ "require",
4215
+ "exports",
4216
+ "vs/base/common/errors",
4217
+ "vs/nls"
4218
+ ],
4213
4219
  "vs/base/common/severity": [
4214
4220
  "require",
4215
4221
  "exports",
@@ -4224,12 +4230,6 @@
4224
4230
  "vs/base/common/marshalling",
4225
4231
  "vs/base/common/types"
4226
4232
  ],
4227
- "vs/platform/contextkey/common/scanner": [
4228
- "require",
4229
- "exports",
4230
- "vs/base/common/errors",
4231
- "vs/nls"
4232
- ],
4233
4233
  "vs/editor/common/languages/supports/tokenization": [
4234
4234
  "require",
4235
4235
  "exports",
@@ -4339,18 +4339,6 @@
4339
4339
  "vs/editor/common/core/range",
4340
4340
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4341
4341
  ],
4342
- "vs/base/browser/pixelRatio": [
4343
- "require",
4344
- "exports",
4345
- "vs/base/browser/dom",
4346
- "vs/base/common/event",
4347
- "vs/base/common/lifecycle"
4348
- ],
4349
- "vs/editor/browser/config/charWidthReader": [
4350
- "require",
4351
- "exports",
4352
- "vs/editor/browser/config/domFontInfo"
4353
- ],
4354
4342
  "vs/editor/browser/services/editorWorkerService": [
4355
4343
  "require",
4356
4344
  "exports",
@@ -4374,6 +4362,18 @@
4374
4362
  "vs/base/browser/window",
4375
4363
  "vs/base/browser/dom"
4376
4364
  ],
4365
+ "vs/base/browser/pixelRatio": [
4366
+ "require",
4367
+ "exports",
4368
+ "vs/base/browser/dom",
4369
+ "vs/base/common/event",
4370
+ "vs/base/common/lifecycle"
4371
+ ],
4372
+ "vs/editor/browser/config/charWidthReader": [
4373
+ "require",
4374
+ "exports",
4375
+ "vs/editor/browser/config/domFontInfo"
4376
+ ],
4377
4377
  "vs/editor/common/languages/languageConfiguration": [
4378
4378
  "require",
4379
4379
  "exports"
@@ -4887,16 +4887,6 @@
4887
4887
  "vs/platform/instantiation/common/extensions",
4888
4888
  "vs/nls"
4889
4889
  ],
4890
- "vs/base/common/codiconsUtil": [
4891
- "require",
4892
- "exports",
4893
- "vs/base/common/types"
4894
- ],
4895
- "vs/base/common/codiconsLibrary": [
4896
- "require",
4897
- "exports",
4898
- "vs/base/common/codiconsUtil"
4899
- ],
4900
4890
  "vs/css!vs/base/browser/ui/aria/aria": [],
4901
4891
  "vs/editor/common/languages/supports": [
4902
4892
  "require",
@@ -4921,11 +4911,6 @@
4921
4911
  "vs/editor/common/languages/languageConfigurationRegistry",
4922
4912
  "vs/editor/common/languages/supports/indentationLineProcessor"
4923
4913
  ],
4924
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4925
- "require",
4926
- "exports",
4927
- "vs/editor/common/core/cursorColumns"
4928
- ],
4929
4914
  "vs/base/browser/fastDomNode": [
4930
4915
  "require",
4931
4916
  "exports"
@@ -5532,6 +5517,16 @@
5532
5517
  "vs/platform/theme/common/colors/baseColors",
5533
5518
  "vs/platform/theme/common/colors/editorColors"
5534
5519
  ],
5520
+ "vs/base/common/codiconsUtil": [
5521
+ "require",
5522
+ "exports",
5523
+ "vs/base/common/types"
5524
+ ],
5525
+ "vs/base/common/codiconsLibrary": [
5526
+ "require",
5527
+ "exports",
5528
+ "vs/base/common/codiconsUtil"
5529
+ ],
5535
5530
  "vs/base/common/symbols": [
5536
5531
  "require",
5537
5532
  "exports"
@@ -5705,10 +5700,34 @@
5705
5700
  "vs/base/browser/dom",
5706
5701
  "vs/base/common/themables"
5707
5702
  ],
5708
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5709
- "vs/base/common/numbers": [
5703
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5704
+ "vs/base/common/numbers": [
5705
+ "require",
5706
+ "exports"
5707
+ ],
5708
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5709
+ "require",
5710
+ "exports",
5711
+ "vs/editor/common/core/cursorColumns"
5712
+ ],
5713
+ "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5714
+ "require",
5715
+ "exports",
5716
+ "vs/base/browser/dom",
5717
+ "vs/base/browser/ui/hover/hoverWidget",
5718
+ "vs/base/common/lifecycle",
5719
+ "vs/platform/keybinding/common/keybinding"
5720
+ ],
5721
+ "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5710
5722
  "require",
5711
- "exports"
5723
+ "exports",
5724
+ "vs/base/common/color",
5725
+ "vs/editor/browser/services/editorWorkerService",
5726
+ "vs/editor/common/services/model",
5727
+ "vs/editor/common/languages/languageConfigurationRegistry",
5728
+ "vs/base/common/lifecycle",
5729
+ "vs/editor/common/services/languageFeatures",
5730
+ "vs/editor/common/editorFeatures"
5712
5731
  ],
5713
5732
  "vs/editor/browser/editorDom": [
5714
5733
  "require",
@@ -5830,25 +5849,6 @@
5830
5849
  "vs/base/browser/ui/hover/hoverWidget",
5831
5850
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5832
5851
  ],
5833
- "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5834
- "require",
5835
- "exports",
5836
- "vs/base/browser/dom",
5837
- "vs/base/browser/ui/hover/hoverWidget",
5838
- "vs/base/common/lifecycle",
5839
- "vs/platform/keybinding/common/keybinding"
5840
- ],
5841
- "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider": [
5842
- "require",
5843
- "exports",
5844
- "vs/base/common/color",
5845
- "vs/editor/browser/services/editorWorkerService",
5846
- "vs/editor/common/services/model",
5847
- "vs/editor/common/languages/languageConfigurationRegistry",
5848
- "vs/base/common/lifecycle",
5849
- "vs/editor/common/services/languageFeatures",
5850
- "vs/editor/common/editorFeatures"
5851
- ],
5852
5852
  "vs/base/browser/dnd": [
5853
5853
  "require",
5854
5854
  "exports",
@@ -6218,6 +6218,13 @@
6218
6218
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6219
6219
  ],
6220
6220
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6221
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6222
+ "require",
6223
+ "exports",
6224
+ "vs/base/common/strings",
6225
+ "vs/editor/common/languages/supports",
6226
+ "vs/editor/common/tokens/lineTokens"
6227
+ ],
6221
6228
  "vs/base/browser/ui/hover/hoverWidget": [
6222
6229
  "require",
6223
6230
  "exports",
@@ -6237,13 +6244,6 @@
6237
6244
  "vs/editor/browser/editorExtensions",
6238
6245
  "vs/editor/common/services/languageFeatures"
6239
6246
  ],
6240
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6241
- "require",
6242
- "exports",
6243
- "vs/base/common/strings",
6244
- "vs/editor/common/languages/supports",
6245
- "vs/editor/common/tokens/lineTokens"
6246
- ],
6247
6247
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6248
6248
  "require",
6249
6249
  "exports",
@@ -6272,6 +6272,11 @@
6272
6272
  "vs/platform/instantiation/common/instantiation",
6273
6273
  "vs/platform/notification/common/notification"
6274
6274
  ],
6275
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6276
+ "vs/editor/contrib/inlineEdit/browser/commandIds": [
6277
+ "require",
6278
+ "exports"
6279
+ ],
6275
6280
  "vs/base/common/extpath": [
6276
6281
  "require",
6277
6282
  "exports",
@@ -6279,10 +6284,6 @@
6279
6284
  "vs/base/common/platform",
6280
6285
  "vs/base/common/strings"
6281
6286
  ],
6282
- "vs/editor/contrib/inlineEdit/browser/commandIds": [
6283
- "require",
6284
- "exports"
6285
- ],
6286
6287
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6287
6288
  "require",
6288
6289
  "exports",
@@ -6361,13 +6362,13 @@
6361
6362
  "vs/editor/common/services/editorWorker",
6362
6363
  "vs/platform/telemetry/common/telemetry"
6363
6364
  ],
6364
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6365
6365
  "vs/editor/contrib/inlineEdits/browser/consts": [
6366
6366
  "require",
6367
6367
  "exports",
6368
6368
  "vs/nls",
6369
6369
  "vs/platform/contextkey/common/contextkey"
6370
6370
  ],
6371
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6371
6372
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6372
6373
  "require",
6373
6374
  "exports",
@@ -6414,7 +6415,6 @@
6414
6415
  "vs/base/common/observable",
6415
6416
  "vs/base/common/observableInternal/utils"
6416
6417
  ],
6417
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6418
6418
  "vs/base/common/equals": [
6419
6419
  "require",
6420
6420
  "exports",
@@ -6425,13 +6425,6 @@
6425
6425
  "exports",
6426
6426
  "vs/base/common/process"
6427
6427
  ],
6428
- "vs/editor/common/tokens/sparseMultilineTokens": [
6429
- "require",
6430
- "exports",
6431
- "vs/editor/common/core/position",
6432
- "vs/editor/common/core/range",
6433
- "vs/editor/common/core/eolCounter"
6434
- ],
6435
6428
  "vs/base/browser/ui/list/listWidget": [
6436
6429
  "require",
6437
6430
  "exports",
@@ -6458,6 +6451,13 @@
6458
6451
  "vs/css!vs/base/browser/ui/list/list"
6459
6452
  ],
6460
6453
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6454
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6455
+ "require",
6456
+ "exports",
6457
+ "vs/editor/common/core/position",
6458
+ "vs/editor/common/core/range",
6459
+ "vs/editor/common/core/eolCounter"
6460
+ ],
6461
6461
  "vs/editor/common/services/semanticTokensDto": [
6462
6462
  "require",
6463
6463
  "exports",
@@ -6657,41 +6657,6 @@
6657
6657
  "vs/base/common/lifecycle",
6658
6658
  "vs/base/common/types"
6659
6659
  ],
6660
- "vs/base/browser/ui/splitview/splitview": [
6661
- "require",
6662
- "exports",
6663
- "vs/base/browser/dom",
6664
- "vs/base/browser/event",
6665
- "vs/base/browser/ui/sash/sash",
6666
- "vs/base/browser/ui/scrollbar/scrollableElement",
6667
- "vs/base/common/arrays",
6668
- "vs/base/common/color",
6669
- "vs/base/common/event",
6670
- "vs/base/common/lifecycle",
6671
- "vs/base/common/numbers",
6672
- "vs/base/common/scrollable",
6673
- "vs/base/common/types",
6674
- "vs/css!vs/base/browser/ui/splitview/splitview"
6675
- ],
6676
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6677
- "require",
6678
- "exports",
6679
- "vs/base/browser/dom",
6680
- "vs/base/browser/ui/countBadge/countBadge",
6681
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6682
- "vs/base/browser/ui/iconLabel/iconLabel",
6683
- "vs/base/common/filters",
6684
- "vs/base/common/lifecycle",
6685
- "vs/base/common/resources",
6686
- "vs/editor/common/services/resolverService",
6687
- "vs/nls",
6688
- "vs/platform/instantiation/common/instantiation",
6689
- "vs/platform/keybinding/common/keybinding",
6690
- "vs/platform/label/common/label",
6691
- "vs/platform/theme/browser/defaultStyles",
6692
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6693
- ],
6694
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6695
6660
  "vs/base/browser/ui/list/listPaging": [
6696
6661
  "require",
6697
6662
  "exports",
@@ -6776,6 +6741,41 @@
6776
6741
  "vs/base/common/decorators",
6777
6742
  "vs/base/common/iterator"
6778
6743
  ],
6744
+ "vs/base/browser/ui/splitview/splitview": [
6745
+ "require",
6746
+ "exports",
6747
+ "vs/base/browser/dom",
6748
+ "vs/base/browser/event",
6749
+ "vs/base/browser/ui/sash/sash",
6750
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6751
+ "vs/base/common/arrays",
6752
+ "vs/base/common/color",
6753
+ "vs/base/common/event",
6754
+ "vs/base/common/lifecycle",
6755
+ "vs/base/common/numbers",
6756
+ "vs/base/common/scrollable",
6757
+ "vs/base/common/types",
6758
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6759
+ ],
6760
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6761
+ "require",
6762
+ "exports",
6763
+ "vs/base/browser/dom",
6764
+ "vs/base/browser/ui/countBadge/countBadge",
6765
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6766
+ "vs/base/browser/ui/iconLabel/iconLabel",
6767
+ "vs/base/common/filters",
6768
+ "vs/base/common/lifecycle",
6769
+ "vs/base/common/resources",
6770
+ "vs/editor/common/services/resolverService",
6771
+ "vs/nls",
6772
+ "vs/platform/instantiation/common/instantiation",
6773
+ "vs/platform/keybinding/common/keybinding",
6774
+ "vs/platform/label/common/label",
6775
+ "vs/platform/theme/browser/defaultStyles",
6776
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6777
+ ],
6778
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6779
6779
  "vs/base/common/marshalling": [
6780
6780
  "require",
6781
6781
  "exports",
@@ -7031,17 +7031,6 @@
7031
7031
  "vs/base/common/range",
7032
7032
  "vs/css!vs/base/browser/ui/contextview/contextview"
7033
7033
  ],
7034
- "vs/platform/contextview/browser/contextMenuHandler": [
7035
- "require",
7036
- "exports",
7037
- "vs/base/browser/dom",
7038
- "vs/base/browser/mouseEvent",
7039
- "vs/base/browser/ui/menu/menu",
7040
- "vs/base/common/actions",
7041
- "vs/base/common/errors",
7042
- "vs/base/common/lifecycle",
7043
- "vs/platform/theme/browser/defaultStyles"
7044
- ],
7045
7034
  "vs/editor/common/services/languagesRegistry": [
7046
7035
  "require",
7047
7036
  "exports",
@@ -7053,6 +7042,17 @@
7053
7042
  "vs/platform/configuration/common/configurationRegistry",
7054
7043
  "vs/platform/registry/common/platform"
7055
7044
  ],
7045
+ "vs/platform/contextview/browser/contextMenuHandler": [
7046
+ "require",
7047
+ "exports",
7048
+ "vs/base/browser/dom",
7049
+ "vs/base/browser/mouseEvent",
7050
+ "vs/base/browser/ui/menu/menu",
7051
+ "vs/base/common/actions",
7052
+ "vs/base/common/errors",
7053
+ "vs/base/common/lifecycle",
7054
+ "vs/platform/theme/browser/defaultStyles"
7055
+ ],
7056
7056
  "vs/platform/editor/common/editor": [
7057
7057
  "require",
7058
7058
  "exports"
@@ -7244,7 +7244,6 @@
7244
7244
  "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7245
7245
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7246
7246
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7247
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7248
7247
  "vs/base/browser/globalPointerMoveMonitor": [
7249
7248
  "require",
7250
7249
  "exports",
@@ -7269,6 +7268,7 @@
7269
7268
  "vs/base/common/platform"
7270
7269
  ],
7271
7270
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7271
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7272
7272
  "vs/editor/common/viewModel/overviewZoneManager": [
7273
7273
  "require",
7274
7274
  "exports"
@@ -7612,7 +7612,6 @@
7612
7612
  "vs/nls"
7613
7613
  ],
7614
7614
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7615
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7616
7615
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7617
7616
  "require",
7618
7617
  "exports",
@@ -7632,6 +7631,7 @@
7632
7631
  "vs/base/common/codicons"
7633
7632
  ],
7634
7633
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7634
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7635
7635
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7636
7636
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7637
7637
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
@@ -7738,23 +7738,20 @@
7738
7738
  "exports",
7739
7739
  "vs/base/common/observableInternal/base"
7740
7740
  ],
7741
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7742
- "vs/base/browser/ui/countBadge/countBadge": [
7741
+ "vs/base/browser/ui/tree/indexTreeModel": [
7743
7742
  "require",
7744
7743
  "exports",
7745
- "vs/base/browser/dom",
7746
- "vs/base/common/strings",
7747
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7744
+ "vs/base/browser/ui/tree/tree",
7745
+ "vs/base/common/arrays",
7746
+ "vs/base/common/async",
7747
+ "vs/base/common/symbols",
7748
+ "vs/base/common/diff/diff",
7749
+ "vs/base/common/event",
7750
+ "vs/base/common/iterator"
7748
7751
  ],
7749
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7752
+ "vs/base/browser/ui/tree/tree": [
7750
7753
  "require",
7751
- "exports",
7752
- "vs/base/browser/dom",
7753
- "vs/base/browser/ui/hover/hoverDelegate2",
7754
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7755
- "vs/base/browser/ui/iconLabel/iconLabels",
7756
- "vs/base/common/lifecycle",
7757
- "vs/base/common/objects"
7754
+ "exports"
7758
7755
  ],
7759
7756
  "vs/css!vs/base/browser/ui/table/table": [],
7760
7757
  "vs/base/browser/ui/inputbox/inputBox": [
@@ -7775,21 +7772,6 @@
7775
7772
  "vs/nls",
7776
7773
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7777
7774
  ],
7778
- "vs/base/browser/ui/tree/indexTreeModel": [
7779
- "require",
7780
- "exports",
7781
- "vs/base/browser/ui/tree/tree",
7782
- "vs/base/common/arrays",
7783
- "vs/base/common/async",
7784
- "vs/base/common/symbols",
7785
- "vs/base/common/diff/diff",
7786
- "vs/base/common/event",
7787
- "vs/base/common/iterator"
7788
- ],
7789
- "vs/base/browser/ui/tree/tree": [
7790
- "require",
7791
- "exports"
7792
- ],
7793
7775
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7794
7776
  "vs/base/browser/ui/tree/objectTreeModel": [
7795
7777
  "require",
@@ -7798,6 +7780,7 @@
7798
7780
  "vs/base/browser/ui/tree/tree",
7799
7781
  "vs/base/common/iterator"
7800
7782
  ],
7783
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7801
7784
  "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7802
7785
  "require",
7803
7786
  "exports",
@@ -7807,6 +7790,23 @@
7807
7790
  "vs/base/common/event",
7808
7791
  "vs/base/common/iterator"
7809
7792
  ],
7793
+ "vs/base/browser/ui/countBadge/countBadge": [
7794
+ "require",
7795
+ "exports",
7796
+ "vs/base/browser/dom",
7797
+ "vs/base/common/strings",
7798
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7799
+ ],
7800
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7801
+ "require",
7802
+ "exports",
7803
+ "vs/base/browser/dom",
7804
+ "vs/base/browser/ui/hover/hoverDelegate2",
7805
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7806
+ "vs/base/browser/ui/iconLabel/iconLabels",
7807
+ "vs/base/common/lifecycle",
7808
+ "vs/base/common/objects"
7809
+ ],
7810
7810
  "vs/editor/common/core/positionToOffset": [
7811
7811
  "require",
7812
7812
  "exports",
@@ -7873,6 +7873,17 @@
7873
7873
  "exports"
7874
7874
  ],
7875
7875
  "vs/css!vs/base/browser/ui/contextview/contextview": [],
7876
+ "vs/editor/common/services/languagesAssociations": [
7877
+ "require",
7878
+ "exports",
7879
+ "vs/base/common/glob",
7880
+ "vs/base/common/mime",
7881
+ "vs/base/common/network",
7882
+ "vs/base/common/path",
7883
+ "vs/base/common/resources",
7884
+ "vs/base/common/strings",
7885
+ "vs/editor/common/languages/modesRegistry"
7886
+ ],
7876
7887
  "vs/base/browser/ui/menu/menu": [
7877
7888
  "require",
7878
7889
  "exports",
@@ -7895,17 +7906,6 @@
7895
7906
  "vs/base/common/platform",
7896
7907
  "vs/base/common/strings"
7897
7908
  ],
7898
- "vs/editor/common/services/languagesAssociations": [
7899
- "require",
7900
- "exports",
7901
- "vs/base/common/glob",
7902
- "vs/base/common/mime",
7903
- "vs/base/common/network",
7904
- "vs/base/common/path",
7905
- "vs/base/common/resources",
7906
- "vs/base/common/strings",
7907
- "vs/editor/common/languages/modesRegistry"
7908
- ],
7909
7909
  "vs/platform/quickinput/browser/quickAccess": [
7910
7910
  "require",
7911
7911
  "exports",
@@ -8048,15 +8048,15 @@
8048
8048
  "require",
8049
8049
  "exports"
8050
8050
  ],
8051
- "vs/editor/common/tokens/contiguousMultilineTokens": [
8052
- "require",
8053
- "exports"
8054
- ],
8055
8051
  "vs/editor/common/model/fixedArray": [
8056
8052
  "require",
8057
8053
  "exports",
8058
8054
  "vs/base/common/arrays"
8059
8055
  ],
8056
+ "vs/editor/common/tokens/contiguousMultilineTokens": [
8057
+ "require",
8058
+ "exports"
8059
+ ],
8060
8060
  "vs/editor/common/tokens/contiguousTokensEditing": [
8061
8061
  "require",
8062
8062
  "exports",
@@ -8124,13 +8124,13 @@
8124
8124
  "vs/base/browser/dom"
8125
8125
  ],
8126
8126
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8127
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8128
8127
  "vs/base/common/history": [
8129
8128
  "require",
8130
8129
  "exports",
8131
8130
  "vs/base/common/navigator"
8132
8131
  ],
8133
8132
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8133
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8134
8134
  "vs/platform/quickinput/browser/quickInputUtils": [
8135
8135
  "require",
8136
8136
  "exports",