monaco-editor-core 0.51.0-rc2 → 0.51.0-rc3

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 (39) hide show
  1. package/dev/bundleInfo.json +1084 -1084
  2. package/dev/nls.messages.de.js +2 -2
  3. package/dev/nls.messages.es.js +2 -2
  4. package/dev/nls.messages.fr.js +2 -2
  5. package/dev/nls.messages.it.js +2 -2
  6. package/dev/nls.messages.ja.js +2 -2
  7. package/dev/nls.messages.ko.js +2 -2
  8. package/dev/nls.messages.ru.js +2 -2
  9. package/dev/nls.messages.zh-cn.js +2 -2
  10. package/dev/nls.messages.zh-tw.js +2 -2
  11. package/dev/vs/base/worker/workerMain.js +28 -28
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +122 -122
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +2 -2
  16. package/min/nls.messages.es.js +2 -2
  17. package/min/nls.messages.fr.js +2 -2
  18. package/min/nls.messages.it.js +2 -2
  19. package/min/nls.messages.ja.js +2 -2
  20. package/min/nls.messages.ko.js +2 -2
  21. package/min/nls.messages.ru.js +2 -2
  22. package/min/nls.messages.zh-cn.js +2 -2
  23. package/min/nls.messages.zh-tw.js +2 -2
  24. package/min/vs/base/worker/workerMain.js +2 -2
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +7 -7
  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
  39. package/version.txt +1 -1
@@ -1639,29 +1639,6 @@
1639
1639
  "exports",
1640
1640
  "vs/platform/instantiation/common/instantiation"
1641
1641
  ],
1642
- "vs/platform/theme/common/theme": [
1643
- "require",
1644
- "exports"
1645
- ],
1646
- "vs/editor/standalone/browser/standaloneThemeService": [
1647
- "require",
1648
- "exports",
1649
- "vs/base/browser/dom",
1650
- "vs/base/browser/browser",
1651
- "vs/base/common/color",
1652
- "vs/base/common/event",
1653
- "vs/editor/common/languages",
1654
- "vs/editor/common/encodedTokenAttributes",
1655
- "vs/editor/common/languages/supports/tokenization",
1656
- "vs/editor/standalone/common/themes",
1657
- "vs/platform/registry/common/platform",
1658
- "vs/platform/theme/common/colorRegistry",
1659
- "vs/platform/theme/common/themeService",
1660
- "vs/base/common/lifecycle",
1661
- "vs/platform/theme/common/theme",
1662
- "vs/platform/theme/browser/iconsStyleSheet",
1663
- "vs/base/browser/window"
1664
- ],
1665
1642
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1666
1643
  "require",
1667
1644
  "exports",
@@ -1716,6 +1693,29 @@
1716
1693
  "vs/base/parts/storage/common/storage",
1717
1694
  "vs/platform/instantiation/common/instantiation"
1718
1695
  ],
1696
+ "vs/platform/theme/common/theme": [
1697
+ "require",
1698
+ "exports"
1699
+ ],
1700
+ "vs/editor/standalone/browser/standaloneThemeService": [
1701
+ "require",
1702
+ "exports",
1703
+ "vs/base/browser/dom",
1704
+ "vs/base/browser/browser",
1705
+ "vs/base/common/color",
1706
+ "vs/base/common/event",
1707
+ "vs/editor/common/languages",
1708
+ "vs/editor/common/encodedTokenAttributes",
1709
+ "vs/editor/common/languages/supports/tokenization",
1710
+ "vs/editor/standalone/common/themes",
1711
+ "vs/platform/registry/common/platform",
1712
+ "vs/platform/theme/common/colorRegistry",
1713
+ "vs/platform/theme/common/themeService",
1714
+ "vs/base/common/lifecycle",
1715
+ "vs/platform/theme/common/theme",
1716
+ "vs/platform/theme/browser/iconsStyleSheet",
1717
+ "vs/base/browser/window"
1718
+ ],
1719
1719
  "vs/base/common/functional": [
1720
1720
  "require",
1721
1721
  "exports"
@@ -1833,6 +1833,14 @@
1833
1833
  "vs/editor/common/diff/linesDiffComputer",
1834
1834
  "vs/editor/common/diff/rangeMapping"
1835
1835
  ],
1836
+ "vs/base/common/arrays": [
1837
+ "require",
1838
+ "exports"
1839
+ ],
1840
+ "vs/editor/common/core/textModelDefaults": [
1841
+ "require",
1842
+ "exports"
1843
+ ],
1836
1844
  "vs/base/browser/window": [
1837
1845
  "require",
1838
1846
  "exports"
@@ -2084,14 +2092,6 @@
2084
2092
  "vs/editor/browser/widget/multiDiffEditor/colors"
2085
2093
  ],
2086
2094
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2087
- "vs/base/common/arrays": [
2088
- "require",
2089
- "exports"
2090
- ],
2091
- "vs/editor/common/core/textModelDefaults": [
2092
- "require",
2093
- "exports"
2094
- ],
2095
2095
  "vs/editor/standalone/common/monarch/monarchCompile": [
2096
2096
  "require",
2097
2097
  "exports",
@@ -2155,6 +2155,37 @@
2155
2155
  "vs/nls",
2156
2156
  "vs/platform/instantiation/common/instantiation"
2157
2157
  ],
2158
+ "vs/base/common/codicons": [
2159
+ "require",
2160
+ "exports",
2161
+ "vs/base/common/codiconsUtil",
2162
+ "vs/base/common/codiconsLibrary"
2163
+ ],
2164
+ "vs/editor/browser/widget/diffEditor/commands": [
2165
+ "require",
2166
+ "exports",
2167
+ "vs/base/browser/dom",
2168
+ "vs/base/common/codicons",
2169
+ "vs/editor/browser/editorExtensions",
2170
+ "vs/editor/browser/services/codeEditorService",
2171
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2172
+ "vs/editor/common/editorContextKeys",
2173
+ "vs/nls",
2174
+ "vs/platform/actions/common/actions",
2175
+ "vs/platform/configuration/common/configuration",
2176
+ "vs/platform/contextkey/common/contextkey",
2177
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2178
+ ],
2179
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2180
+ "require",
2181
+ "exports",
2182
+ "vs/base/common/codicons",
2183
+ "vs/base/common/themables",
2184
+ "vs/editor/common/model/textModel",
2185
+ "vs/nls",
2186
+ "vs/platform/theme/common/colorRegistry",
2187
+ "vs/platform/theme/common/iconRegistry"
2188
+ ],
2158
2189
  "vs/base/browser/browser": [
2159
2190
  "require",
2160
2191
  "exports",
@@ -2240,6 +2271,84 @@
2240
2271
  "vs/editor/common/languages/autoIndent",
2241
2272
  "vs/editor/common/languages/enterAction"
2242
2273
  ],
2274
+ "vs/base/common/htmlContent": [
2275
+ "require",
2276
+ "exports",
2277
+ "vs/base/common/errors",
2278
+ "vs/base/common/iconLabels",
2279
+ "vs/base/common/resources",
2280
+ "vs/base/common/strings",
2281
+ "vs/base/common/uri"
2282
+ ],
2283
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2284
+ "vs/base/common/async": [
2285
+ "require",
2286
+ "exports",
2287
+ "vs/base/common/cancellation",
2288
+ "vs/base/common/errors",
2289
+ "vs/base/common/event",
2290
+ "vs/base/common/lifecycle",
2291
+ "vs/base/common/platform",
2292
+ "vs/base/common/symbols"
2293
+ ],
2294
+ "vs/editor/common/model/textModel": [
2295
+ "require",
2296
+ "exports",
2297
+ "vs/base/common/arrays",
2298
+ "vs/base/common/color",
2299
+ "vs/base/common/errors",
2300
+ "vs/base/common/event",
2301
+ "vs/base/common/lifecycle",
2302
+ "vs/base/common/strings",
2303
+ "vs/base/common/uri",
2304
+ "vs/editor/common/core/eolCounter",
2305
+ "vs/editor/common/core/indentation",
2306
+ "vs/editor/common/core/lineRange",
2307
+ "vs/editor/common/core/position",
2308
+ "vs/editor/common/core/range",
2309
+ "vs/editor/common/core/selection",
2310
+ "vs/editor/common/core/textModelDefaults",
2311
+ "vs/editor/common/languages/language",
2312
+ "vs/editor/common/languages/languageConfigurationRegistry",
2313
+ "vs/editor/common/model",
2314
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2315
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2316
+ "vs/editor/common/model/editStack",
2317
+ "vs/editor/common/model/guidesTextModelPart",
2318
+ "vs/editor/common/model/indentationGuesser",
2319
+ "vs/editor/common/model/intervalTree",
2320
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2321
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2322
+ "vs/editor/common/model/textModelSearch",
2323
+ "vs/editor/common/model/tokenizationTextModelPart",
2324
+ "vs/editor/common/textModelEvents",
2325
+ "vs/platform/undoRedo/common/undoRedo"
2326
+ ],
2327
+ "vs/platform/theme/common/colorRegistry": [
2328
+ "require",
2329
+ "exports",
2330
+ "vs/platform/theme/common/colorUtils",
2331
+ "vs/platform/theme/common/colors/baseColors",
2332
+ "vs/platform/theme/common/colors/chartsColors",
2333
+ "vs/platform/theme/common/colors/editorColors",
2334
+ "vs/platform/theme/common/colors/inputColors",
2335
+ "vs/platform/theme/common/colors/listColors",
2336
+ "vs/platform/theme/common/colors/menuColors",
2337
+ "vs/platform/theme/common/colors/minimapColors",
2338
+ "vs/platform/theme/common/colors/miscColors",
2339
+ "vs/platform/theme/common/colors/quickpickColors",
2340
+ "vs/platform/theme/common/colors/searchColors"
2341
+ ],
2342
+ "vs/platform/theme/common/themeService": [
2343
+ "require",
2344
+ "exports",
2345
+ "vs/base/common/event",
2346
+ "vs/base/common/lifecycle",
2347
+ "vs/platform/instantiation/common/instantiation",
2348
+ "vs/platform/registry/common/platform",
2349
+ "vs/platform/theme/common/theme"
2350
+ ],
2351
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2243
2352
  "vs/base/common/network": [
2244
2353
  "require",
2245
2354
  "exports",
@@ -2376,39 +2485,6 @@
2376
2485
  "require",
2377
2486
  "exports"
2378
2487
  ],
2379
- "vs/editor/common/model/textModel": [
2380
- "require",
2381
- "exports",
2382
- "vs/base/common/arrays",
2383
- "vs/base/common/color",
2384
- "vs/base/common/errors",
2385
- "vs/base/common/event",
2386
- "vs/base/common/lifecycle",
2387
- "vs/base/common/strings",
2388
- "vs/base/common/uri",
2389
- "vs/editor/common/core/eolCounter",
2390
- "vs/editor/common/core/indentation",
2391
- "vs/editor/common/core/lineRange",
2392
- "vs/editor/common/core/position",
2393
- "vs/editor/common/core/range",
2394
- "vs/editor/common/core/selection",
2395
- "vs/editor/common/core/textModelDefaults",
2396
- "vs/editor/common/languages/language",
2397
- "vs/editor/common/languages/languageConfigurationRegistry",
2398
- "vs/editor/common/model",
2399
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2400
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2401
- "vs/editor/common/model/editStack",
2402
- "vs/editor/common/model/guidesTextModelPart",
2403
- "vs/editor/common/model/indentationGuesser",
2404
- "vs/editor/common/model/intervalTree",
2405
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2406
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2407
- "vs/editor/common/model/textModelSearch",
2408
- "vs/editor/common/model/tokenizationTextModelPart",
2409
- "vs/editor/common/textModelEvents",
2410
- "vs/platform/undoRedo/common/undoRedo"
2411
- ],
2412
2488
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2413
2489
  "require",
2414
2490
  "exports",
@@ -2454,30 +2530,6 @@
2454
2530
  "require",
2455
2531
  "exports"
2456
2532
  ],
2457
- "vs/platform/theme/common/colorRegistry": [
2458
- "require",
2459
- "exports",
2460
- "vs/platform/theme/common/colorUtils",
2461
- "vs/platform/theme/common/colors/baseColors",
2462
- "vs/platform/theme/common/colors/chartsColors",
2463
- "vs/platform/theme/common/colors/editorColors",
2464
- "vs/platform/theme/common/colors/inputColors",
2465
- "vs/platform/theme/common/colors/listColors",
2466
- "vs/platform/theme/common/colors/menuColors",
2467
- "vs/platform/theme/common/colors/minimapColors",
2468
- "vs/platform/theme/common/colors/miscColors",
2469
- "vs/platform/theme/common/colors/quickpickColors",
2470
- "vs/platform/theme/common/colors/searchColors"
2471
- ],
2472
- "vs/platform/theme/common/themeService": [
2473
- "require",
2474
- "exports",
2475
- "vs/base/common/event",
2476
- "vs/base/common/lifecycle",
2477
- "vs/platform/instantiation/common/instantiation",
2478
- "vs/platform/registry/common/platform",
2479
- "vs/platform/theme/common/theme"
2480
- ],
2481
2533
  "vs/editor/browser/services/markerDecorations": [
2482
2534
  "require",
2483
2535
  "exports",
@@ -2485,78 +2537,82 @@
2485
2537
  "vs/editor/browser/editorExtensions"
2486
2538
  ],
2487
2539
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2488
- "vs/base/common/codicons": [
2540
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2489
2541
  "require",
2490
2542
  "exports",
2491
- "vs/base/common/codiconsUtil",
2492
- "vs/base/common/codiconsLibrary"
2543
+ "vs/editor/common/core/range",
2544
+ "vs/editor/common/core/selection"
2493
2545
  ],
2494
- "vs/editor/browser/widget/diffEditor/commands": [
2546
+ "vs/editor/common/commands/replaceCommand": [
2495
2547
  "require",
2496
2548
  "exports",
2497
- "vs/base/browser/dom",
2498
- "vs/base/common/codicons",
2499
- "vs/editor/browser/editorExtensions",
2500
- "vs/editor/browser/services/codeEditorService",
2501
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2502
- "vs/editor/common/editorContextKeys",
2503
- "vs/nls",
2504
- "vs/platform/actions/common/actions",
2505
- "vs/platform/configuration/common/configuration",
2506
- "vs/platform/contextkey/common/contextkey",
2507
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2549
+ "vs/editor/common/core/selection"
2508
2550
  ],
2509
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2551
+ "vs/editor/common/cursor/cursorMoveOperations": [
2510
2552
  "require",
2511
2553
  "exports",
2512
- "vs/base/common/codicons",
2513
- "vs/base/common/themables",
2514
- "vs/editor/common/model/textModel",
2515
- "vs/nls",
2516
- "vs/platform/theme/common/colorRegistry",
2517
- "vs/platform/theme/common/iconRegistry"
2554
+ "vs/base/common/strings",
2555
+ "vs/editor/common/core/cursorColumns",
2556
+ "vs/editor/common/core/position",
2557
+ "vs/editor/common/core/range",
2558
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2559
+ "vs/editor/common/cursorCommon"
2518
2560
  ],
2519
- "vs/base/common/htmlContent": [
2561
+ "vs/editor/browser/controller/textAreaInput": [
2520
2562
  "require",
2521
2563
  "exports",
2522
- "vs/base/common/errors",
2523
- "vs/base/common/iconLabels",
2524
- "vs/base/common/resources",
2564
+ "vs/base/browser/browser",
2565
+ "vs/base/browser/dom",
2566
+ "vs/base/browser/event",
2567
+ "vs/base/browser/keyboardEvent",
2568
+ "vs/base/browser/performance",
2569
+ "vs/base/common/async",
2570
+ "vs/base/common/event",
2571
+ "vs/base/common/lifecycle",
2572
+ "vs/base/common/mime",
2525
2573
  "vs/base/common/strings",
2526
- "vs/base/common/uri"
2574
+ "vs/editor/browser/controller/textAreaState",
2575
+ "vs/editor/common/core/selection",
2576
+ "vs/platform/accessibility/common/accessibility",
2577
+ "vs/platform/log/common/log"
2527
2578
  ],
2528
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2529
- "vs/base/common/async": [
2579
+ "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2530
2580
  "require",
2531
2581
  "exports",
2582
+ "vs/base/browser/dom",
2583
+ "vs/base/common/arrays",
2584
+ "vs/base/common/async",
2532
2585
  "vs/base/common/cancellation",
2533
- "vs/base/common/errors",
2534
- "vs/base/common/event",
2586
+ "vs/base/common/dataTransfer",
2587
+ "vs/base/common/hierarchicalKind",
2535
2588
  "vs/base/common/lifecycle",
2589
+ "vs/base/common/mime",
2536
2590
  "vs/base/common/platform",
2537
- "vs/base/common/symbols"
2538
- ],
2539
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2540
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2541
- "require",
2542
- "exports",
2591
+ "vs/base/common/uuid",
2592
+ "vs/editor/browser/controller/textAreaInput",
2593
+ "vs/editor/browser/dnd",
2594
+ "vs/editor/browser/services/bulkEditService",
2543
2595
  "vs/editor/common/core/range",
2544
- "vs/editor/common/core/selection"
2545
- ],
2546
- "vs/editor/common/commands/replaceCommand": [
2547
- "require",
2548
- "exports",
2549
- "vs/editor/common/core/selection"
2596
+ "vs/editor/common/languages",
2597
+ "vs/editor/common/services/languageFeatures",
2598
+ "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2599
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
2600
+ "vs/editor/contrib/editorState/browser/editorState",
2601
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2602
+ "vs/editor/contrib/message/browser/messageController",
2603
+ "vs/nls",
2604
+ "vs/platform/clipboard/common/clipboardService",
2605
+ "vs/platform/contextkey/common/contextkey",
2606
+ "vs/platform/instantiation/common/instantiation",
2607
+ "vs/platform/progress/common/progress",
2608
+ "vs/platform/quickinput/common/quickInput",
2609
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2610
+ "vs/base/common/errors"
2550
2611
  ],
2551
- "vs/editor/common/cursor/cursorMoveOperations": [
2612
+ "vs/platform/clipboard/common/clipboardService": [
2552
2613
  "require",
2553
2614
  "exports",
2554
- "vs/base/common/strings",
2555
- "vs/editor/common/core/cursorColumns",
2556
- "vs/editor/common/core/position",
2557
- "vs/editor/common/core/range",
2558
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2559
- "vs/editor/common/cursorCommon"
2615
+ "vs/platform/instantiation/common/instantiation"
2560
2616
  ],
2561
2617
  "vs/editor/common/config/editorConfigurationSchema": [
2562
2618
  "require",
@@ -2643,62 +2699,6 @@
2643
2699
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2644
2700
  "vs/platform/registry/common/platform"
2645
2701
  ],
2646
- "vs/editor/browser/controller/textAreaInput": [
2647
- "require",
2648
- "exports",
2649
- "vs/base/browser/browser",
2650
- "vs/base/browser/dom",
2651
- "vs/base/browser/event",
2652
- "vs/base/browser/keyboardEvent",
2653
- "vs/base/browser/performance",
2654
- "vs/base/common/async",
2655
- "vs/base/common/event",
2656
- "vs/base/common/lifecycle",
2657
- "vs/base/common/mime",
2658
- "vs/base/common/strings",
2659
- "vs/editor/browser/controller/textAreaState",
2660
- "vs/editor/common/core/selection",
2661
- "vs/platform/accessibility/common/accessibility",
2662
- "vs/platform/log/common/log"
2663
- ],
2664
- "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": [
2665
- "require",
2666
- "exports",
2667
- "vs/base/browser/dom",
2668
- "vs/base/common/arrays",
2669
- "vs/base/common/async",
2670
- "vs/base/common/cancellation",
2671
- "vs/base/common/dataTransfer",
2672
- "vs/base/common/hierarchicalKind",
2673
- "vs/base/common/lifecycle",
2674
- "vs/base/common/mime",
2675
- "vs/base/common/platform",
2676
- "vs/base/common/uuid",
2677
- "vs/editor/browser/controller/textAreaInput",
2678
- "vs/editor/browser/dnd",
2679
- "vs/editor/browser/services/bulkEditService",
2680
- "vs/editor/common/core/range",
2681
- "vs/editor/common/languages",
2682
- "vs/editor/common/services/languageFeatures",
2683
- "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders",
2684
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2685
- "vs/editor/contrib/editorState/browser/editorState",
2686
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2687
- "vs/editor/contrib/message/browser/messageController",
2688
- "vs/nls",
2689
- "vs/platform/clipboard/common/clipboardService",
2690
- "vs/platform/contextkey/common/contextkey",
2691
- "vs/platform/instantiation/common/instantiation",
2692
- "vs/platform/progress/common/progress",
2693
- "vs/platform/quickinput/common/quickInput",
2694
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget",
2695
- "vs/base/common/errors"
2696
- ],
2697
- "vs/platform/clipboard/common/clipboardService": [
2698
- "require",
2699
- "exports",
2700
- "vs/platform/instantiation/common/instantiation"
2701
- ],
2702
2702
  "vs/editor/browser/stableEditorScroll": [
2703
2703
  "require",
2704
2704
  "exports"
@@ -2933,50 +2933,6 @@
2933
2933
  "vs/editor/contrib/dropOrPasteInto/browser/edit",
2934
2934
  "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
2935
2935
  ],
2936
- "vs/editor/contrib/folding/browser/foldingModel": [
2937
- "require",
2938
- "exports",
2939
- "vs/base/common/event",
2940
- "vs/editor/contrib/folding/browser/foldingRanges",
2941
- "vs/base/common/hash"
2942
- ],
2943
- "vs/editor/contrib/folding/browser/hiddenRangeModel": [
2944
- "require",
2945
- "exports",
2946
- "vs/base/common/arraysFind",
2947
- "vs/base/common/event",
2948
- "vs/editor/common/core/range",
2949
- "vs/editor/common/core/eolCounter"
2950
- ],
2951
- "vs/editor/contrib/folding/browser/indentRangeProvider": [
2952
- "require",
2953
- "exports",
2954
- "vs/editor/common/model/utils",
2955
- "vs/editor/contrib/folding/browser/foldingRanges"
2956
- ],
2957
- "vs/editor/contrib/folding/browser/foldingDecorations": [
2958
- "require",
2959
- "exports",
2960
- "vs/base/common/codicons",
2961
- "vs/editor/common/model/textModel",
2962
- "vs/nls",
2963
- "vs/platform/theme/common/colorRegistry",
2964
- "vs/platform/theme/common/iconRegistry",
2965
- "vs/platform/theme/common/themeService",
2966
- "vs/base/common/themables"
2967
- ],
2968
- "vs/editor/contrib/folding/browser/foldingRanges": [
2969
- "require",
2970
- "exports"
2971
- ],
2972
- "vs/editor/contrib/folding/browser/syntaxRangeProvider": [
2973
- "require",
2974
- "exports",
2975
- "vs/base/common/errors",
2976
- "vs/base/common/lifecycle",
2977
- "vs/editor/contrib/folding/browser/foldingRanges"
2978
- ],
2979
- "vs/css!vs/editor/contrib/folding/browser/folding": [],
2980
2936
  "vs/editor/contrib/find/browser/findModel": [
2981
2937
  "require",
2982
2938
  "exports",
@@ -3055,6 +3011,50 @@
3055
3011
  "exports",
3056
3012
  "vs/platform/instantiation/common/instantiation"
3057
3013
  ],
3014
+ "vs/editor/contrib/folding/browser/foldingModel": [
3015
+ "require",
3016
+ "exports",
3017
+ "vs/base/common/event",
3018
+ "vs/editor/contrib/folding/browser/foldingRanges",
3019
+ "vs/base/common/hash"
3020
+ ],
3021
+ "vs/editor/contrib/folding/browser/hiddenRangeModel": [
3022
+ "require",
3023
+ "exports",
3024
+ "vs/base/common/arraysFind",
3025
+ "vs/base/common/event",
3026
+ "vs/editor/common/core/range",
3027
+ "vs/editor/common/core/eolCounter"
3028
+ ],
3029
+ "vs/editor/contrib/folding/browser/indentRangeProvider": [
3030
+ "require",
3031
+ "exports",
3032
+ "vs/editor/common/model/utils",
3033
+ "vs/editor/contrib/folding/browser/foldingRanges"
3034
+ ],
3035
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
3036
+ "require",
3037
+ "exports",
3038
+ "vs/base/common/codicons",
3039
+ "vs/editor/common/model/textModel",
3040
+ "vs/nls",
3041
+ "vs/platform/theme/common/colorRegistry",
3042
+ "vs/platform/theme/common/iconRegistry",
3043
+ "vs/platform/theme/common/themeService",
3044
+ "vs/base/common/themables"
3045
+ ],
3046
+ "vs/editor/contrib/folding/browser/foldingRanges": [
3047
+ "require",
3048
+ "exports"
3049
+ ],
3050
+ "vs/editor/contrib/folding/browser/syntaxRangeProvider": [
3051
+ "require",
3052
+ "exports",
3053
+ "vs/base/common/errors",
3054
+ "vs/base/common/lifecycle",
3055
+ "vs/editor/contrib/folding/browser/foldingRanges"
3056
+ ],
3057
+ "vs/css!vs/editor/contrib/folding/browser/folding": [],
3058
3058
  "vs/editor/contrib/inlineCompletions/browser/commands": [
3059
3059
  "require",
3060
3060
  "exports",
@@ -3130,70 +3130,28 @@
3130
3130
  "require",
3131
3131
  "exports"
3132
3132
  ],
3133
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3133
+ "vs/base/common/themables": [
3134
3134
  "require",
3135
3135
  "exports",
3136
- "vs/base/common/event",
3137
- "vs/base/common/lifecycle",
3138
- "vs/base/common/platform"
3136
+ "vs/base/common/codicons"
3139
3137
  ],
3140
- "vs/editor/contrib/peekView/browser/peekView": [
3138
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3139
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3141
3140
  "require",
3142
3141
  "exports",
3143
- "vs/base/browser/dom",
3144
- "vs/base/browser/ui/actionbar/actionbar",
3145
- "vs/base/common/actions",
3146
- "vs/base/common/codicons",
3147
- "vs/base/common/themables",
3148
- "vs/base/common/color",
3149
- "vs/base/common/event",
3150
3142
  "vs/base/common/objects",
3151
- "vs/editor/browser/editorExtensions",
3152
3143
  "vs/editor/browser/services/codeEditorService",
3153
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3154
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3155
- "vs/nls",
3156
- "vs/platform/actions/browser/menuEntryActionViewItem",
3144
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3145
+ "vs/editor/common/languages/languageConfigurationRegistry",
3146
+ "vs/editor/common/services/languageFeatures",
3147
+ "vs/platform/accessibility/common/accessibility",
3148
+ "vs/platform/commands/common/commands",
3157
3149
  "vs/platform/contextkey/common/contextkey",
3158
- "vs/platform/instantiation/common/extensions",
3159
3150
  "vs/platform/instantiation/common/instantiation",
3160
- "vs/platform/theme/common/colorRegistry",
3161
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3151
+ "vs/platform/notification/common/notification",
3152
+ "vs/platform/theme/common/themeService"
3162
3153
  ],
3163
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3164
- "require",
3165
- "exports",
3166
- "vs/base/common/arrays",
3167
- "vs/base/common/cancellation",
3168
- "vs/base/common/errors",
3169
- "vs/base/common/network",
3170
- "vs/editor/browser/editorExtensions",
3171
- "vs/editor/common/services/languageFeatures",
3172
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3173
- ],
3174
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3175
- "vs/base/common/themables": [
3176
- "require",
3177
- "exports",
3178
- "vs/base/common/codicons"
3179
- ],
3180
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3181
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3182
- "require",
3183
- "exports",
3184
- "vs/base/common/objects",
3185
- "vs/editor/browser/services/codeEditorService",
3186
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3187
- "vs/editor/common/languages/languageConfigurationRegistry",
3188
- "vs/editor/common/services/languageFeatures",
3189
- "vs/platform/accessibility/common/accessibility",
3190
- "vs/platform/commands/common/commands",
3191
- "vs/platform/contextkey/common/contextkey",
3192
- "vs/platform/instantiation/common/instantiation",
3193
- "vs/platform/notification/common/notification",
3194
- "vs/platform/theme/common/themeService"
3195
- ],
3196
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3154
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3197
3155
  "require",
3198
3156
  "exports",
3199
3157
  "vs/base/common/errors",
@@ -3240,6 +3198,40 @@
3240
3198
  "vs/base/browser/dom",
3241
3199
  "vs/css!vs/editor/contrib/message/browser/messageController"
3242
3200
  ],
3201
+ "vs/editor/contrib/peekView/browser/peekView": [
3202
+ "require",
3203
+ "exports",
3204
+ "vs/base/browser/dom",
3205
+ "vs/base/browser/ui/actionbar/actionbar",
3206
+ "vs/base/common/actions",
3207
+ "vs/base/common/codicons",
3208
+ "vs/base/common/themables",
3209
+ "vs/base/common/color",
3210
+ "vs/base/common/event",
3211
+ "vs/base/common/objects",
3212
+ "vs/editor/browser/editorExtensions",
3213
+ "vs/editor/browser/services/codeEditorService",
3214
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3215
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3216
+ "vs/nls",
3217
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3218
+ "vs/platform/contextkey/common/contextkey",
3219
+ "vs/platform/instantiation/common/extensions",
3220
+ "vs/platform/instantiation/common/instantiation",
3221
+ "vs/platform/theme/common/colorRegistry",
3222
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3223
+ ],
3224
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3225
+ "require",
3226
+ "exports",
3227
+ "vs/base/common/arrays",
3228
+ "vs/base/common/cancellation",
3229
+ "vs/base/common/errors",
3230
+ "vs/base/common/network",
3231
+ "vs/editor/browser/editorExtensions",
3232
+ "vs/editor/common/services/languageFeatures",
3233
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3234
+ ],
3243
3235
  "vs/platform/contextkey/common/contextkeys": [
3244
3236
  "require",
3245
3237
  "exports",
@@ -3247,6 +3239,14 @@
3247
3239
  "vs/nls",
3248
3240
  "vs/platform/contextkey/common/contextkey"
3249
3241
  ],
3242
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3243
+ "require",
3244
+ "exports",
3245
+ "vs/base/common/event",
3246
+ "vs/base/common/lifecycle",
3247
+ "vs/base/common/platform"
3248
+ ],
3249
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3250
3250
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3251
3251
  "require",
3252
3252
  "exports",
@@ -3372,48 +3372,6 @@
3372
3372
  "exports"
3373
3373
  ],
3374
3374
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3375
- "vs/editor/common/commands/shiftCommand": [
3376
- "require",
3377
- "exports",
3378
- "vs/base/common/strings",
3379
- "vs/editor/common/core/cursorColumns",
3380
- "vs/editor/common/core/range",
3381
- "vs/editor/common/core/selection",
3382
- "vs/editor/common/languages/enterAction",
3383
- "vs/editor/common/languages/languageConfigurationRegistry"
3384
- ],
3385
- "vs/editor/contrib/indentation/common/indentUtils": [
3386
- "require",
3387
- "exports"
3388
- ],
3389
- "vs/editor/common/languages/autoIndent": [
3390
- "require",
3391
- "exports",
3392
- "vs/base/common/strings",
3393
- "vs/editor/common/languages/languageConfiguration",
3394
- "vs/editor/common/languages/supports/indentationLineProcessor"
3395
- ],
3396
- "vs/editor/contrib/indentation/common/indentation": [
3397
- "require",
3398
- "exports",
3399
- "vs/base/common/strings",
3400
- "vs/editor/common/commands/shiftCommand",
3401
- "vs/editor/common/core/editOperation",
3402
- "vs/editor/common/core/indentation",
3403
- "vs/editor/common/core/selection",
3404
- "vs/editor/common/languages/supports/indentationLineProcessor"
3405
- ],
3406
- "vs/editor/common/tokens/lineTokens": [
3407
- "require",
3408
- "exports",
3409
- "vs/editor/common/encodedTokenAttributes"
3410
- ],
3411
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3412
- "require",
3413
- "exports",
3414
- "vs/editor/common/core/selection"
3415
- ],
3416
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3417
3375
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3418
3376
  "require",
3419
3377
  "exports",
@@ -3471,43 +3429,49 @@
3471
3429
  "vs/platform/hover/browser/hover",
3472
3430
  "vs/platform/commands/common/commands"
3473
3431
  ],
3474
- "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3432
+ "vs/editor/common/commands/shiftCommand": [
3475
3433
  "require",
3476
3434
  "exports",
3477
3435
  "vs/base/common/strings",
3478
- "vs/editor/common/core/editOperation",
3479
- "vs/editor/common/core/range"
3436
+ "vs/editor/common/core/cursorColumns",
3437
+ "vs/editor/common/core/range",
3438
+ "vs/editor/common/core/selection",
3439
+ "vs/editor/common/languages/enterAction",
3440
+ "vs/editor/common/languages/languageConfigurationRegistry"
3480
3441
  ],
3481
- "vs/editor/common/core/editOperation": [
3442
+ "vs/editor/contrib/indentation/common/indentUtils": [
3482
3443
  "require",
3483
- "exports",
3484
- "vs/editor/common/core/range"
3444
+ "exports"
3485
3445
  ],
3486
- "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3446
+ "vs/editor/common/languages/autoIndent": [
3487
3447
  "require",
3488
3448
  "exports",
3489
- "vs/editor/common/core/range",
3490
- "vs/editor/common/core/selection"
3449
+ "vs/base/common/strings",
3450
+ "vs/editor/common/languages/languageConfiguration",
3451
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3491
3452
  ],
3492
- "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3453
+ "vs/editor/contrib/indentation/common/indentation": [
3493
3454
  "require",
3494
3455
  "exports",
3495
3456
  "vs/base/common/strings",
3496
3457
  "vs/editor/common/commands/shiftCommand",
3497
- "vs/editor/common/core/range",
3458
+ "vs/editor/common/core/editOperation",
3459
+ "vs/editor/common/core/indentation",
3498
3460
  "vs/editor/common/core/selection",
3499
- "vs/editor/common/languages/languageConfiguration",
3500
- "vs/editor/common/languages/languageConfigurationRegistry",
3501
- "vs/editor/contrib/indentation/common/indentUtils",
3502
- "vs/editor/common/languages/autoIndent",
3503
- "vs/editor/common/languages/enterAction"
3461
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3504
3462
  ],
3505
- "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3463
+ "vs/editor/common/tokens/lineTokens": [
3506
3464
  "require",
3507
3465
  "exports",
3508
- "vs/editor/common/core/editOperation",
3509
- "vs/editor/common/core/range"
3466
+ "vs/editor/common/encodedTokenAttributes"
3467
+ ],
3468
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3469
+ "require",
3470
+ "exports",
3471
+ "vs/editor/common/core/selection"
3510
3472
  ],
3473
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3474
+ "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3511
3475
  "vs/base/common/resources": [
3512
3476
  "require",
3513
3477
  "exports",
@@ -3533,17 +3497,77 @@
3533
3497
  "vs/editor/common/services/languageFeatures"
3534
3498
  ],
3535
3499
  "vs/css!vs/editor/contrib/links/browser/links": [],
3536
- "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3537
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3500
+ "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3538
3501
  "require",
3539
3502
  "exports",
3540
- "vs/editor/common/model",
3541
- "vs/editor/common/model/textModel",
3503
+ "vs/base/common/strings",
3504
+ "vs/editor/common/core/editOperation",
3505
+ "vs/editor/common/core/range"
3506
+ ],
3507
+ "vs/editor/common/core/editOperation": [
3508
+ "require",
3509
+ "exports",
3510
+ "vs/editor/common/core/range"
3511
+ ],
3512
+ "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3513
+ "require",
3514
+ "exports",
3515
+ "vs/editor/common/core/range",
3516
+ "vs/editor/common/core/selection"
3517
+ ],
3518
+ "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3519
+ "require",
3520
+ "exports",
3521
+ "vs/base/common/strings",
3522
+ "vs/editor/common/commands/shiftCommand",
3523
+ "vs/editor/common/core/range",
3524
+ "vs/editor/common/core/selection",
3525
+ "vs/editor/common/languages/languageConfiguration",
3526
+ "vs/editor/common/languages/languageConfigurationRegistry",
3527
+ "vs/editor/contrib/indentation/common/indentUtils",
3528
+ "vs/editor/common/languages/autoIndent",
3529
+ "vs/editor/common/languages/enterAction"
3530
+ ],
3531
+ "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3532
+ "require",
3533
+ "exports",
3534
+ "vs/editor/common/core/editOperation",
3535
+ "vs/editor/common/core/range"
3536
+ ],
3537
+ "vs/editor/contrib/inlineEdit/browser/commands": [
3538
+ "require",
3539
+ "exports",
3540
+ "vs/editor/browser/editorExtensions",
3541
+ "vs/editor/common/editorContextKeys",
3542
+ "vs/editor/contrib/inlineEdit/browser/commandIds",
3543
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3544
+ "vs/platform/actions/common/actions",
3545
+ "vs/platform/contextkey/common/contextkey"
3546
+ ],
3547
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3548
+ "require",
3549
+ "exports",
3550
+ "vs/base/common/lifecycle",
3551
+ "vs/base/common/observable",
3552
+ "vs/editor/common/core/editOperation",
3553
+ "vs/editor/common/core/position",
3554
+ "vs/editor/common/core/range",
3555
+ "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3556
+ "vs/platform/contextkey/common/contextkey",
3557
+ "vs/platform/instantiation/common/instantiation",
3542
3558
  "vs/editor/common/languages",
3543
- "vs/nls",
3544
- "vs/platform/theme/common/colorRegistry",
3545
- "vs/platform/theme/common/themeService",
3546
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3559
+ "vs/editor/common/services/languageFeatures",
3560
+ "vs/base/common/cancellation",
3561
+ "vs/editor/contrib/inlineCompletions/browser/ghostText",
3562
+ "vs/platform/commands/common/commands",
3563
+ "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3564
+ "vs/base/browser/dom",
3565
+ "vs/platform/configuration/common/configuration",
3566
+ "vs/base/common/errors",
3567
+ "vs/base/common/observableInternal/derived",
3568
+ "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3569
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3570
+ "vs/editor/common/services/model"
3547
3571
  ],
3548
3572
  "vs/editor/contrib/inlineEdits/browser/commands": [
3549
3573
  "require",
@@ -3579,6 +3603,17 @@
3579
3603
  "vs/platform/instantiation/common/instantiation",
3580
3604
  "vs/platform/observable/common/platformObservableUtils"
3581
3605
  ],
3606
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3607
+ "require",
3608
+ "exports",
3609
+ "vs/editor/common/model",
3610
+ "vs/editor/common/model/textModel",
3611
+ "vs/editor/common/languages",
3612
+ "vs/nls",
3613
+ "vs/platform/theme/common/colorRegistry",
3614
+ "vs/platform/theme/common/themeService",
3615
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3616
+ ],
3582
3617
  "vs/platform/theme/common/colorUtils": [
3583
3618
  "require",
3584
3619
  "exports",
@@ -3609,41 +3644,6 @@
3609
3644
  "vs/platform/instantiation/common/instantiation"
3610
3645
  ],
3611
3646
  "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3612
- "vs/editor/contrib/inlineEdit/browser/commands": [
3613
- "require",
3614
- "exports",
3615
- "vs/editor/browser/editorExtensions",
3616
- "vs/editor/common/editorContextKeys",
3617
- "vs/editor/contrib/inlineEdit/browser/commandIds",
3618
- "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3619
- "vs/platform/actions/common/actions",
3620
- "vs/platform/contextkey/common/contextkey"
3621
- ],
3622
- "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3623
- "require",
3624
- "exports",
3625
- "vs/base/common/lifecycle",
3626
- "vs/base/common/observable",
3627
- "vs/editor/common/core/editOperation",
3628
- "vs/editor/common/core/position",
3629
- "vs/editor/common/core/range",
3630
- "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3631
- "vs/platform/contextkey/common/contextkey",
3632
- "vs/platform/instantiation/common/instantiation",
3633
- "vs/editor/common/languages",
3634
- "vs/editor/common/services/languageFeatures",
3635
- "vs/base/common/cancellation",
3636
- "vs/editor/contrib/inlineCompletions/browser/ghostText",
3637
- "vs/platform/commands/common/commands",
3638
- "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3639
- "vs/base/browser/dom",
3640
- "vs/platform/configuration/common/configuration",
3641
- "vs/base/common/errors",
3642
- "vs/base/common/observableInternal/derived",
3643
- "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3644
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3645
- "vs/editor/common/services/model"
3646
- ],
3647
3647
  "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3648
3648
  "require",
3649
3649
  "exports",
@@ -3857,14 +3857,19 @@
3857
3857
  "vs/editor/contrib/folding/browser/folding",
3858
3858
  "vs/editor/contrib/folding/browser/foldingModel"
3859
3859
  ],
3860
- "vs/base/common/keybindings": [
3860
+ "vs/base/common/filters": [
3861
3861
  "require",
3862
3862
  "exports",
3863
- "vs/base/common/errors"
3863
+ "vs/base/common/map",
3864
+ "vs/base/common/naturalLanguage/korean",
3865
+ "vs/base/common/strings"
3864
3866
  ],
3865
- "vs/editor/contrib/snippet/browser/snippetParser": [
3867
+ "vs/editor/contrib/suggest/browser/completionModel": [
3866
3868
  "require",
3867
- "exports"
3869
+ "exports",
3870
+ "vs/base/common/arrays",
3871
+ "vs/base/common/filters",
3872
+ "vs/base/common/strings"
3868
3873
  ],
3869
3874
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3870
3875
  "require",
@@ -3879,23 +3884,6 @@
3879
3884
  "vs/platform/instantiation/common/instantiation",
3880
3885
  "vs/platform/storage/common/storage"
3881
3886
  ],
3882
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3883
- "require",
3884
- "exports",
3885
- "vs/platform/contextkey/common/contextkey"
3886
- ],
3887
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3888
- "require",
3889
- "exports",
3890
- "vs/platform/contextkey/common/contextkey"
3891
- ],
3892
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3893
- "require",
3894
- "exports",
3895
- "vs/base/common/arrays",
3896
- "vs/base/common/lifecycle",
3897
- "vs/editor/common/core/characterClassifier"
3898
- ],
3899
3887
  "vs/editor/contrib/suggest/browser/suggestModel": [
3900
3888
  "require",
3901
3889
  "exports",
@@ -3922,6 +3910,39 @@
3922
3910
  "vs/editor/contrib/snippet/browser/snippetController2",
3923
3911
  "vs/platform/environment/common/environment"
3924
3912
  ],
3913
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3914
+ "require",
3915
+ "exports",
3916
+ "vs/base/common/arrays",
3917
+ "vs/editor/common/core/range",
3918
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3919
+ ],
3920
+ "vs/base/common/keybindings": [
3921
+ "require",
3922
+ "exports",
3923
+ "vs/base/common/errors"
3924
+ ],
3925
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3926
+ "require",
3927
+ "exports"
3928
+ ],
3929
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3930
+ "require",
3931
+ "exports",
3932
+ "vs/platform/contextkey/common/contextkey"
3933
+ ],
3934
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3935
+ "require",
3936
+ "exports",
3937
+ "vs/platform/contextkey/common/contextkey"
3938
+ ],
3939
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3940
+ "require",
3941
+ "exports",
3942
+ "vs/base/common/arrays",
3943
+ "vs/base/common/lifecycle",
3944
+ "vs/editor/common/core/characterClassifier"
3945
+ ],
3925
3946
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3926
3947
  "require",
3927
3948
  "exports",
@@ -3944,39 +3965,18 @@
3944
3965
  "vs/platform/contextkey/common/contextkey",
3945
3966
  "vs/platform/instantiation/common/instantiation",
3946
3967
  "vs/platform/storage/common/storage",
3947
- "vs/platform/theme/common/colorRegistry",
3948
- "vs/platform/theme/common/theme",
3949
- "vs/platform/theme/common/themeService",
3950
- "vs/base/browser/ui/resizable/resizable",
3951
- "vs/editor/contrib/suggest/browser/suggest",
3952
- "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3953
- "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3954
- "vs/platform/theme/browser/defaultStyles",
3955
- "vs/base/browser/ui/aria/aria",
3956
- "vs/base/browser/ui/codicons/codiconStyles",
3957
- "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3958
- "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3959
- ],
3960
- "vs/base/common/filters": [
3961
- "require",
3962
- "exports",
3963
- "vs/base/common/map",
3964
- "vs/base/common/naturalLanguage/korean",
3965
- "vs/base/common/strings"
3966
- ],
3967
- "vs/editor/contrib/suggest/browser/completionModel": [
3968
- "require",
3969
- "exports",
3970
- "vs/base/common/arrays",
3971
- "vs/base/common/filters",
3972
- "vs/base/common/strings"
3973
- ],
3974
- "vs/editor/contrib/suggest/browser/wordDistance": [
3975
- "require",
3976
- "exports",
3977
- "vs/base/common/arrays",
3978
- "vs/editor/common/core/range",
3979
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3968
+ "vs/platform/theme/common/colorRegistry",
3969
+ "vs/platform/theme/common/theme",
3970
+ "vs/platform/theme/common/themeService",
3971
+ "vs/base/browser/ui/resizable/resizable",
3972
+ "vs/editor/contrib/suggest/browser/suggest",
3973
+ "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3974
+ "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3975
+ "vs/platform/theme/browser/defaultStyles",
3976
+ "vs/base/browser/ui/aria/aria",
3977
+ "vs/base/browser/ui/codicons/codiconStyles",
3978
+ "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3979
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3980
3980
  ],
3981
3981
  "vs/editor/common/viewModel/viewModelDecorations": [
3982
3982
  "require",
@@ -4124,6 +4124,12 @@
4124
4124
  "require",
4125
4125
  "exports"
4126
4126
  ],
4127
+ "vs/platform/instantiation/common/extensions": [
4128
+ "require",
4129
+ "exports",
4130
+ "vs/platform/instantiation/common/descriptors"
4131
+ ],
4132
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4127
4133
  "vs/base/common/iconLabels": [
4128
4134
  "require",
4129
4135
  "exports",
@@ -4156,32 +4162,6 @@
4156
4162
  "vs/platform/storage/common/storage",
4157
4163
  "vs/platform/telemetry/common/telemetry"
4158
4164
  ],
4159
- "vs/platform/instantiation/common/extensions": [
4160
- "require",
4161
- "exports",
4162
- "vs/platform/instantiation/common/descriptors"
4163
- ],
4164
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4165
- "vs/editor/common/languages/supports/tokenization": [
4166
- "require",
4167
- "exports",
4168
- "vs/base/common/color"
4169
- ],
4170
- "vs/editor/standalone/common/themes": [
4171
- "require",
4172
- "exports",
4173
- "vs/editor/common/core/editorColorRegistry",
4174
- "vs/platform/theme/common/colorRegistry"
4175
- ],
4176
- "vs/platform/theme/browser/iconsStyleSheet": [
4177
- "require",
4178
- "exports",
4179
- "vs/base/browser/dom",
4180
- "vs/base/common/event",
4181
- "vs/base/common/lifecycle",
4182
- "vs/base/common/themables",
4183
- "vs/platform/theme/common/iconRegistry"
4184
- ],
4185
4165
  "vs/platform/list/browser/listService": [
4186
4166
  "require",
4187
4167
  "exports",
@@ -4235,16 +4215,16 @@
4235
4215
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4236
4216
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4237
4217
  ],
4238
- "vs/platform/contextkey/common/scanner": [
4218
+ "vs/base/common/severity": [
4239
4219
  "require",
4240
4220
  "exports",
4241
- "vs/base/common/errors",
4242
- "vs/nls"
4221
+ "vs/base/common/strings"
4243
4222
  ],
4244
- "vs/base/common/severity": [
4223
+ "vs/platform/contextkey/common/scanner": [
4245
4224
  "require",
4246
4225
  "exports",
4247
- "vs/base/common/strings"
4226
+ "vs/base/common/errors",
4227
+ "vs/nls"
4248
4228
  ],
4249
4229
  "vs/base/parts/storage/common/storage": [
4250
4230
  "require",
@@ -4255,6 +4235,26 @@
4255
4235
  "vs/base/common/marshalling",
4256
4236
  "vs/base/common/types"
4257
4237
  ],
4238
+ "vs/editor/common/languages/supports/tokenization": [
4239
+ "require",
4240
+ "exports",
4241
+ "vs/base/common/color"
4242
+ ],
4243
+ "vs/editor/standalone/common/themes": [
4244
+ "require",
4245
+ "exports",
4246
+ "vs/editor/common/core/editorColorRegistry",
4247
+ "vs/platform/theme/common/colorRegistry"
4248
+ ],
4249
+ "vs/platform/theme/browser/iconsStyleSheet": [
4250
+ "require",
4251
+ "exports",
4252
+ "vs/base/browser/dom",
4253
+ "vs/base/common/event",
4254
+ "vs/base/common/lifecycle",
4255
+ "vs/base/common/themables",
4256
+ "vs/platform/theme/common/iconRegistry"
4257
+ ],
4258
4258
  "vs/nls.messages": [
4259
4259
  "require",
4260
4260
  "exports"
@@ -4383,10 +4383,6 @@
4383
4383
  "vs/base/browser/window",
4384
4384
  "vs/base/browser/dom"
4385
4385
  ],
4386
- "vs/base/common/mime": [
4387
- "require",
4388
- "exports"
4389
- ],
4390
4386
  "vs/editor/common/languages/languageConfiguration": [
4391
4387
  "require",
4392
4388
  "exports"
@@ -4427,6 +4423,10 @@
4427
4423
  "vs/base/common/cache",
4428
4424
  "vs/editor/common/languages/supports/richEditBrackets"
4429
4425
  ],
4426
+ "vs/base/common/mime": [
4427
+ "require",
4428
+ "exports"
4429
+ ],
4430
4430
  "vs/base/browser/trustedTypes": [
4431
4431
  "require",
4432
4432
  "exports",
@@ -4897,29 +4897,231 @@
4897
4897
  "vs/platform/instantiation/common/extensions",
4898
4898
  "vs/nls"
4899
4899
  ],
4900
- "vs/css!vs/base/browser/ui/aria/aria": [],
4901
- "vs/editor/common/languages/supports": [
4900
+ "vs/base/common/codiconsUtil": [
4901
+ "require",
4902
+ "exports",
4903
+ "vs/base/common/types"
4904
+ ],
4905
+ "vs/base/common/codiconsLibrary": [
4906
+ "require",
4907
+ "exports",
4908
+ "vs/base/common/codiconsUtil"
4909
+ ],
4910
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4911
+ "vs/editor/common/languages/supports": [
4912
+ "require",
4913
+ "exports"
4914
+ ],
4915
+ "vs/editor/common/core/indentation": [
4916
+ "require",
4917
+ "exports",
4918
+ "vs/base/common/strings",
4919
+ "vs/editor/common/core/cursorColumns"
4920
+ ],
4921
+ "vs/editor/common/commands/surroundSelectionCommand": [
4922
+ "require",
4923
+ "exports",
4924
+ "vs/editor/common/core/range",
4925
+ "vs/editor/common/core/selection"
4926
+ ],
4927
+ "vs/editor/common/languages/enterAction": [
4928
+ "require",
4929
+ "exports",
4930
+ "vs/editor/common/languages/languageConfiguration",
4931
+ "vs/editor/common/languages/languageConfigurationRegistry",
4932
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4933
+ ],
4934
+ "vs/base/common/symbols": [
4935
+ "require",
4936
+ "exports"
4937
+ ],
4938
+ "vs/platform/theme/common/colors/baseColors": [
4939
+ "require",
4940
+ "exports",
4941
+ "vs/nls",
4942
+ "vs/base/common/color",
4943
+ "vs/platform/theme/common/colorUtils"
4944
+ ],
4945
+ "vs/platform/theme/common/colors/chartsColors": [
4946
+ "require",
4947
+ "exports",
4948
+ "vs/nls",
4949
+ "vs/platform/theme/common/colorUtils",
4950
+ "vs/platform/theme/common/colors/baseColors",
4951
+ "vs/platform/theme/common/colors/editorColors",
4952
+ "vs/platform/theme/common/colors/minimapColors"
4953
+ ],
4954
+ "vs/platform/theme/common/colors/editorColors": [
4955
+ "require",
4956
+ "exports",
4957
+ "vs/nls",
4958
+ "vs/base/common/color",
4959
+ "vs/platform/theme/common/colorUtils",
4960
+ "vs/platform/theme/common/colors/baseColors",
4961
+ "vs/platform/theme/common/colors/miscColors"
4962
+ ],
4963
+ "vs/platform/theme/common/colors/inputColors": [
4964
+ "require",
4965
+ "exports",
4966
+ "vs/nls",
4967
+ "vs/base/common/color",
4968
+ "vs/platform/theme/common/colorUtils",
4969
+ "vs/platform/theme/common/colors/baseColors",
4970
+ "vs/platform/theme/common/colors/editorColors"
4971
+ ],
4972
+ "vs/platform/theme/common/colors/listColors": [
4973
+ "require",
4974
+ "exports",
4975
+ "vs/nls",
4976
+ "vs/base/common/color",
4977
+ "vs/platform/theme/common/colorUtils",
4978
+ "vs/platform/theme/common/colors/baseColors",
4979
+ "vs/platform/theme/common/colors/editorColors"
4980
+ ],
4981
+ "vs/platform/theme/common/colors/menuColors": [
4982
+ "require",
4983
+ "exports",
4984
+ "vs/nls",
4985
+ "vs/platform/theme/common/colorUtils",
4986
+ "vs/platform/theme/common/colors/baseColors",
4987
+ "vs/platform/theme/common/colors/inputColors",
4988
+ "vs/platform/theme/common/colors/listColors"
4989
+ ],
4990
+ "vs/platform/theme/common/colors/minimapColors": [
4991
+ "require",
4992
+ "exports",
4993
+ "vs/nls",
4994
+ "vs/base/common/color",
4995
+ "vs/platform/theme/common/colorUtils",
4996
+ "vs/platform/theme/common/colors/editorColors",
4997
+ "vs/platform/theme/common/colors/miscColors"
4998
+ ],
4999
+ "vs/platform/theme/common/colors/miscColors": [
5000
+ "require",
5001
+ "exports",
5002
+ "vs/nls",
5003
+ "vs/base/common/color",
5004
+ "vs/platform/theme/common/colorUtils",
5005
+ "vs/platform/theme/common/colors/baseColors"
5006
+ ],
5007
+ "vs/platform/theme/common/colors/quickpickColors": [
5008
+ "require",
5009
+ "exports",
5010
+ "vs/nls",
5011
+ "vs/base/common/color",
5012
+ "vs/platform/theme/common/colorUtils",
5013
+ "vs/platform/theme/common/colors/editorColors",
5014
+ "vs/platform/theme/common/colors/listColors"
5015
+ ],
5016
+ "vs/platform/theme/common/colors/searchColors": [
5017
+ "require",
5018
+ "exports",
5019
+ "vs/nls",
5020
+ "vs/platform/theme/common/colorUtils",
5021
+ "vs/platform/theme/common/colors/baseColors",
5022
+ "vs/platform/theme/common/colors/editorColors"
5023
+ ],
5024
+ "vs/editor/common/core/eolCounter": [
5025
+ "require",
5026
+ "exports"
5027
+ ],
5028
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5029
+ "require",
5030
+ "exports",
5031
+ "vs/base/common/arrays",
5032
+ "vs/base/common/event",
5033
+ "vs/base/common/lifecycle",
5034
+ "vs/editor/common/core/range",
5035
+ "vs/editor/common/languages/supports",
5036
+ "vs/editor/common/languages/supports/richEditBrackets",
5037
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5038
+ ],
5039
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5040
+ "require",
5041
+ "exports",
5042
+ "vs/base/common/event",
5043
+ "vs/base/common/lifecycle",
5044
+ "vs/editor/common/core/range",
5045
+ "vs/editor/common/core/editorColorRegistry",
5046
+ "vs/platform/theme/common/themeService"
5047
+ ],
5048
+ "vs/editor/common/model/editStack": [
5049
+ "require",
5050
+ "exports",
5051
+ "vs/nls",
5052
+ "vs/base/common/errors",
5053
+ "vs/editor/common/core/selection",
5054
+ "vs/base/common/uri",
5055
+ "vs/editor/common/core/textChange",
5056
+ "vs/base/common/buffer",
5057
+ "vs/base/common/resources"
5058
+ ],
5059
+ "vs/editor/common/model/guidesTextModelPart": [
5060
+ "require",
5061
+ "exports",
5062
+ "vs/base/common/arraysFind",
5063
+ "vs/base/common/strings",
5064
+ "vs/editor/common/core/cursorColumns",
5065
+ "vs/editor/common/core/range",
5066
+ "vs/editor/common/model/textModelPart",
5067
+ "vs/editor/common/model/utils",
5068
+ "vs/editor/common/textModelGuides",
5069
+ "vs/base/common/errors"
5070
+ ],
5071
+ "vs/editor/common/model/indentationGuesser": [
5072
+ "require",
5073
+ "exports"
5074
+ ],
5075
+ "vs/editor/common/model/intervalTree": [
4902
5076
  "require",
4903
5077
  "exports"
4904
5078
  ],
4905
- "vs/editor/common/core/indentation": [
5079
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
4906
5080
  "require",
4907
5081
  "exports",
5082
+ "vs/base/common/event",
4908
5083
  "vs/base/common/strings",
4909
- "vs/editor/common/core/cursorColumns"
5084
+ "vs/editor/common/core/range",
5085
+ "vs/editor/common/model",
5086
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5087
+ "vs/editor/common/core/eolCounter",
5088
+ "vs/editor/common/core/textChange",
5089
+ "vs/base/common/lifecycle"
4910
5090
  ],
4911
- "vs/editor/common/commands/surroundSelectionCommand": [
5091
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4912
5092
  "require",
4913
5093
  "exports",
4914
- "vs/editor/common/core/range",
4915
- "vs/editor/common/core/selection"
5094
+ "vs/base/common/strings",
5095
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5096
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4916
5097
  ],
4917
- "vs/editor/common/languages/enterAction": [
5098
+ "vs/editor/common/model/tokenizationTextModelPart": [
4918
5099
  "require",
4919
5100
  "exports",
4920
- "vs/editor/common/languages/languageConfiguration",
4921
- "vs/editor/common/languages/languageConfigurationRegistry",
4922
- "vs/editor/common/languages/supports/indentationLineProcessor"
5101
+ "vs/base/common/arrays",
5102
+ "vs/base/common/async",
5103
+ "vs/base/common/errors",
5104
+ "vs/base/common/event",
5105
+ "vs/base/common/lifecycle",
5106
+ "vs/editor/common/core/eolCounter",
5107
+ "vs/editor/common/core/lineRange",
5108
+ "vs/editor/common/core/position",
5109
+ "vs/editor/common/core/wordHelper",
5110
+ "vs/editor/common/languages",
5111
+ "vs/editor/common/model/textModelPart",
5112
+ "vs/editor/common/model/textModelTokens",
5113
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5114
+ "vs/editor/common/tokens/contiguousTokensStore",
5115
+ "vs/editor/common/tokens/sparseTokensStore"
5116
+ ],
5117
+ "vs/editor/common/textModelEvents": [
5118
+ "require",
5119
+ "exports"
5120
+ ],
5121
+ "vs/platform/undoRedo/common/undoRedo": [
5122
+ "require",
5123
+ "exports",
5124
+ "vs/platform/instantiation/common/instantiation"
4923
5125
  ],
4924
5126
  "vs/base/browser/fastDomNode": [
4925
5127
  "require",
@@ -5266,108 +5468,6 @@
5266
5468
  "vs/editor/common/core/position",
5267
5469
  "vs/editor/common/model"
5268
5470
  ],
5269
- "vs/editor/common/textModelEvents": [
5270
- "require",
5271
- "exports"
5272
- ],
5273
- "vs/editor/common/core/eolCounter": [
5274
- "require",
5275
- "exports"
5276
- ],
5277
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5278
- "require",
5279
- "exports",
5280
- "vs/base/common/arrays",
5281
- "vs/base/common/event",
5282
- "vs/base/common/lifecycle",
5283
- "vs/editor/common/core/range",
5284
- "vs/editor/common/languages/supports",
5285
- "vs/editor/common/languages/supports/richEditBrackets",
5286
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5287
- ],
5288
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5289
- "require",
5290
- "exports",
5291
- "vs/base/common/event",
5292
- "vs/base/common/lifecycle",
5293
- "vs/editor/common/core/range",
5294
- "vs/editor/common/core/editorColorRegistry",
5295
- "vs/platform/theme/common/themeService"
5296
- ],
5297
- "vs/editor/common/model/editStack": [
5298
- "require",
5299
- "exports",
5300
- "vs/nls",
5301
- "vs/base/common/errors",
5302
- "vs/editor/common/core/selection",
5303
- "vs/base/common/uri",
5304
- "vs/editor/common/core/textChange",
5305
- "vs/base/common/buffer",
5306
- "vs/base/common/resources"
5307
- ],
5308
- "vs/editor/common/model/guidesTextModelPart": [
5309
- "require",
5310
- "exports",
5311
- "vs/base/common/arraysFind",
5312
- "vs/base/common/strings",
5313
- "vs/editor/common/core/cursorColumns",
5314
- "vs/editor/common/core/range",
5315
- "vs/editor/common/model/textModelPart",
5316
- "vs/editor/common/model/utils",
5317
- "vs/editor/common/textModelGuides",
5318
- "vs/base/common/errors"
5319
- ],
5320
- "vs/editor/common/model/indentationGuesser": [
5321
- "require",
5322
- "exports"
5323
- ],
5324
- "vs/editor/common/model/intervalTree": [
5325
- "require",
5326
- "exports"
5327
- ],
5328
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5329
- "require",
5330
- "exports",
5331
- "vs/base/common/event",
5332
- "vs/base/common/strings",
5333
- "vs/editor/common/core/range",
5334
- "vs/editor/common/model",
5335
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5336
- "vs/editor/common/core/eolCounter",
5337
- "vs/editor/common/core/textChange",
5338
- "vs/base/common/lifecycle"
5339
- ],
5340
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5341
- "require",
5342
- "exports",
5343
- "vs/base/common/strings",
5344
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5345
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5346
- ],
5347
- "vs/editor/common/model/tokenizationTextModelPart": [
5348
- "require",
5349
- "exports",
5350
- "vs/base/common/arrays",
5351
- "vs/base/common/async",
5352
- "vs/base/common/errors",
5353
- "vs/base/common/event",
5354
- "vs/base/common/lifecycle",
5355
- "vs/editor/common/core/eolCounter",
5356
- "vs/editor/common/core/lineRange",
5357
- "vs/editor/common/core/position",
5358
- "vs/editor/common/core/wordHelper",
5359
- "vs/editor/common/languages",
5360
- "vs/editor/common/model/textModelPart",
5361
- "vs/editor/common/model/textModelTokens",
5362
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5363
- "vs/editor/common/tokens/contiguousTokensStore",
5364
- "vs/editor/common/tokens/sparseTokensStore"
5365
- ],
5366
- "vs/platform/undoRedo/common/undoRedo": [
5367
- "require",
5368
- "exports",
5369
- "vs/platform/instantiation/common/instantiation"
5370
- ],
5371
5471
  "vs/editor/common/cursor/cursor": [
5372
5472
  "require",
5373
5473
  "exports",
@@ -5441,110 +5541,67 @@
5441
5541
  "exports",
5442
5542
  "vs/editor/common/model"
5443
5543
  ],
5444
- "vs/platform/theme/common/colors/baseColors": [
5445
- "require",
5446
- "exports",
5447
- "vs/nls",
5448
- "vs/base/common/color",
5449
- "vs/platform/theme/common/colorUtils"
5450
- ],
5451
- "vs/platform/theme/common/colors/chartsColors": [
5452
- "require",
5453
- "exports",
5454
- "vs/nls",
5455
- "vs/platform/theme/common/colorUtils",
5456
- "vs/platform/theme/common/colors/baseColors",
5457
- "vs/platform/theme/common/colors/editorColors",
5458
- "vs/platform/theme/common/colors/minimapColors"
5459
- ],
5460
- "vs/platform/theme/common/colors/editorColors": [
5461
- "require",
5462
- "exports",
5463
- "vs/nls",
5464
- "vs/base/common/color",
5465
- "vs/platform/theme/common/colorUtils",
5466
- "vs/platform/theme/common/colors/baseColors",
5467
- "vs/platform/theme/common/colors/miscColors"
5468
- ],
5469
- "vs/platform/theme/common/colors/inputColors": [
5470
- "require",
5471
- "exports",
5472
- "vs/nls",
5473
- "vs/base/common/color",
5474
- "vs/platform/theme/common/colorUtils",
5475
- "vs/platform/theme/common/colors/baseColors",
5476
- "vs/platform/theme/common/colors/editorColors"
5477
- ],
5478
- "vs/platform/theme/common/colors/listColors": [
5479
- "require",
5480
- "exports",
5481
- "vs/nls",
5482
- "vs/base/common/color",
5483
- "vs/platform/theme/common/colorUtils",
5484
- "vs/platform/theme/common/colors/baseColors",
5485
- "vs/platform/theme/common/colors/editorColors"
5486
- ],
5487
- "vs/platform/theme/common/colors/menuColors": [
5544
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5488
5545
  "require",
5489
5546
  "exports",
5490
- "vs/nls",
5491
- "vs/platform/theme/common/colorUtils",
5492
- "vs/platform/theme/common/colors/baseColors",
5493
- "vs/platform/theme/common/colors/inputColors",
5494
- "vs/platform/theme/common/colors/listColors"
5547
+ "vs/editor/common/core/cursorColumns"
5495
5548
  ],
5496
- "vs/platform/theme/common/colors/minimapColors": [
5549
+ "vs/base/browser/event": [
5497
5550
  "require",
5498
5551
  "exports",
5499
- "vs/nls",
5500
- "vs/base/common/color",
5501
- "vs/platform/theme/common/colorUtils",
5502
- "vs/platform/theme/common/colors/editorColors",
5503
- "vs/platform/theme/common/colors/miscColors"
5552
+ "vs/base/common/event"
5504
5553
  ],
5505
- "vs/platform/theme/common/colors/miscColors": [
5554
+ "vs/editor/browser/controller/textAreaState": [
5506
5555
  "require",
5507
5556
  "exports",
5508
- "vs/nls",
5509
- "vs/base/common/color",
5510
- "vs/platform/theme/common/colorUtils",
5511
- "vs/platform/theme/common/colors/baseColors"
5557
+ "vs/base/common/strings",
5558
+ "vs/editor/common/core/range"
5512
5559
  ],
5513
- "vs/platform/theme/common/colors/quickpickColors": [
5560
+ "vs/base/common/dataTransfer": [
5514
5561
  "require",
5515
5562
  "exports",
5516
- "vs/nls",
5517
- "vs/base/common/color",
5518
- "vs/platform/theme/common/colorUtils",
5519
- "vs/platform/theme/common/colors/editorColors",
5520
- "vs/platform/theme/common/colors/listColors"
5563
+ "vs/base/common/arrays",
5564
+ "vs/base/common/iterator",
5565
+ "vs/base/common/uuid"
5521
5566
  ],
5522
- "vs/platform/theme/common/colors/searchColors": [
5567
+ "vs/base/common/uuid": [
5523
5568
  "require",
5524
- "exports",
5525
- "vs/nls",
5526
- "vs/platform/theme/common/colorUtils",
5527
- "vs/platform/theme/common/colors/baseColors",
5528
- "vs/platform/theme/common/colors/editorColors"
5569
+ "exports"
5529
5570
  ],
5530
- "vs/base/common/codiconsUtil": [
5571
+ "vs/editor/browser/dnd": [
5531
5572
  "require",
5532
5573
  "exports",
5533
- "vs/base/common/types"
5574
+ "vs/base/browser/dnd",
5575
+ "vs/base/common/dataTransfer",
5576
+ "vs/base/common/mime",
5577
+ "vs/base/common/uri",
5578
+ "vs/platform/dnd/browser/dnd"
5534
5579
  ],
5535
- "vs/base/common/codiconsLibrary": [
5580
+ "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5536
5581
  "require",
5537
5582
  "exports",
5538
- "vs/base/common/codiconsUtil"
5539
- ],
5540
- "vs/base/common/symbols": [
5541
- "require",
5542
- "exports"
5583
+ "vs/editor/browser/services/bulkEditService",
5584
+ "vs/editor/contrib/snippet/browser/snippetParser"
5543
5585
  ],
5544
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5586
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5545
5587
  "require",
5546
5588
  "exports",
5547
- "vs/editor/common/core/cursorColumns"
5589
+ "vs/base/browser/dom",
5590
+ "vs/base/browser/ui/button/button",
5591
+ "vs/base/common/actions",
5592
+ "vs/base/common/errorMessage",
5593
+ "vs/base/common/errors",
5594
+ "vs/base/common/event",
5595
+ "vs/base/common/lifecycle",
5596
+ "vs/editor/browser/services/bulkEditService",
5597
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
5598
+ "vs/nls",
5599
+ "vs/platform/contextkey/common/contextkey",
5600
+ "vs/platform/contextview/browser/contextView",
5601
+ "vs/platform/instantiation/common/instantiation",
5602
+ "vs/platform/keybinding/common/keybinding",
5603
+ "vs/platform/notification/common/notification",
5604
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5548
5605
  ],
5549
5606
  "vs/editor/common/config/diffEditor": [
5550
5607
  "require",
@@ -5572,6 +5629,29 @@
5572
5629
  "vs/editor/contrib/codeAction/common/types",
5573
5630
  "vs/base/common/hierarchicalKind"
5574
5631
  ],
5632
+ "vs/editor/contrib/codeAction/common/types": [
5633
+ "require",
5634
+ "exports",
5635
+ "vs/base/common/errors",
5636
+ "vs/base/common/hierarchicalKind"
5637
+ ],
5638
+ "vs/editor/contrib/codeAction/browser/codeActionModel": [
5639
+ "require",
5640
+ "exports",
5641
+ "vs/base/common/async",
5642
+ "vs/base/common/errors",
5643
+ "vs/base/common/event",
5644
+ "vs/base/common/lifecycle",
5645
+ "vs/base/common/resources",
5646
+ "vs/editor/common/config/editorOptions",
5647
+ "vs/editor/common/core/position",
5648
+ "vs/editor/common/core/selection",
5649
+ "vs/platform/contextkey/common/contextkey",
5650
+ "vs/platform/progress/common/progress",
5651
+ "vs/editor/contrib/codeAction/common/types",
5652
+ "vs/editor/contrib/codeAction/browser/codeAction",
5653
+ "vs/base/common/hierarchicalKind"
5654
+ ],
5575
5655
  "vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver": [
5576
5656
  "require",
5577
5657
  "exports",
@@ -5607,29 +5687,6 @@
5607
5687
  "vs/platform/theme/common/colorRegistry",
5608
5688
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5609
5689
  ],
5610
- "vs/editor/contrib/codeAction/common/types": [
5611
- "require",
5612
- "exports",
5613
- "vs/base/common/errors",
5614
- "vs/base/common/hierarchicalKind"
5615
- ],
5616
- "vs/editor/contrib/codeAction/browser/codeActionModel": [
5617
- "require",
5618
- "exports",
5619
- "vs/base/common/async",
5620
- "vs/base/common/errors",
5621
- "vs/base/common/event",
5622
- "vs/base/common/lifecycle",
5623
- "vs/base/common/resources",
5624
- "vs/editor/common/config/editorOptions",
5625
- "vs/editor/common/core/position",
5626
- "vs/editor/common/core/selection",
5627
- "vs/platform/contextkey/common/contextkey",
5628
- "vs/platform/progress/common/progress",
5629
- "vs/editor/contrib/codeAction/common/types",
5630
- "vs/editor/contrib/codeAction/browser/codeAction",
5631
- "vs/base/common/hierarchicalKind"
5632
- ],
5633
5690
  "vs/base/browser/touch": [
5634
5691
  "require",
5635
5692
  "exports",
@@ -5652,74 +5709,17 @@
5652
5709
  "vs/base/common/event",
5653
5710
  "vs/platform/registry/common/platform"
5654
5711
  ],
5655
- "vs/base/browser/event": [
5656
- "require",
5657
- "exports",
5658
- "vs/base/common/event"
5659
- ],
5660
- "vs/editor/browser/controller/textAreaState": [
5661
- "require",
5662
- "exports",
5663
- "vs/base/common/strings",
5664
- "vs/editor/common/core/range"
5665
- ],
5666
- "vs/base/common/dataTransfer": [
5667
- "require",
5668
- "exports",
5669
- "vs/base/common/arrays",
5670
- "vs/base/common/iterator",
5671
- "vs/base/common/uuid"
5672
- ],
5673
- "vs/base/common/uuid": [
5674
- "require",
5675
- "exports"
5676
- ],
5677
- "vs/editor/browser/dnd": [
5678
- "require",
5679
- "exports",
5680
- "vs/base/browser/dnd",
5681
- "vs/base/common/dataTransfer",
5682
- "vs/base/common/mime",
5683
- "vs/base/common/uri",
5684
- "vs/platform/dnd/browser/dnd"
5685
- ],
5686
- "vs/editor/contrib/dropOrPasteInto/browser/edit": [
5687
- "require",
5688
- "exports",
5689
- "vs/editor/browser/services/bulkEditService",
5690
- "vs/editor/contrib/snippet/browser/snippetParser"
5691
- ],
5692
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [
5712
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5693
5713
  "require",
5694
5714
  "exports",
5695
5715
  "vs/base/browser/dom",
5696
- "vs/base/browser/ui/button/button",
5697
- "vs/base/common/actions",
5698
- "vs/base/common/errorMessage",
5699
- "vs/base/common/errors",
5700
- "vs/base/common/event",
5701
- "vs/base/common/lifecycle",
5702
- "vs/editor/browser/services/bulkEditService",
5703
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
5704
- "vs/nls",
5705
- "vs/platform/contextkey/common/contextkey",
5706
- "vs/platform/contextview/browser/contextView",
5707
- "vs/platform/instantiation/common/instantiation",
5708
- "vs/platform/keybinding/common/keybinding",
5709
- "vs/platform/notification/common/notification",
5710
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5716
+ "vs/base/common/themables"
5711
5717
  ],
5718
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5712
5719
  "vs/base/common/numbers": [
5713
5720
  "require",
5714
5721
  "exports"
5715
5722
  ],
5716
- "vs/base/browser/ui/iconLabel/iconLabels": [
5717
- "require",
5718
- "exports",
5719
- "vs/base/browser/dom",
5720
- "vs/base/common/themables"
5721
- ],
5722
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5723
5723
  "vs/editor/browser/editorDom": [
5724
5724
  "require",
5725
5725
  "exports",
@@ -6116,6 +6116,36 @@
6116
6116
  "vs/editor/contrib/snippet/browser/snippetSession",
6117
6117
  "vs/editor/contrib/suggest/browser/suggestController"
6118
6118
  ],
6119
+ "vs/base/common/idGenerator": [
6120
+ "require",
6121
+ "exports"
6122
+ ],
6123
+ "vs/base/browser/markdownRenderer": [
6124
+ "require",
6125
+ "exports",
6126
+ "vs/base/browser/dom",
6127
+ "vs/base/browser/dompurify/dompurify",
6128
+ "vs/base/browser/event",
6129
+ "vs/base/browser/formattedTextRenderer",
6130
+ "vs/base/browser/keyboardEvent",
6131
+ "vs/base/browser/mouseEvent",
6132
+ "vs/base/browser/ui/iconLabel/iconLabels",
6133
+ "vs/base/common/errors",
6134
+ "vs/base/common/event",
6135
+ "vs/base/common/htmlContent",
6136
+ "vs/base/common/iconLabels",
6137
+ "vs/base/common/idGenerator",
6138
+ "vs/base/common/lazy",
6139
+ "vs/base/common/lifecycle",
6140
+ "vs/base/common/marked/marked",
6141
+ "vs/base/common/marshalling",
6142
+ "vs/base/common/network",
6143
+ "vs/base/common/objects",
6144
+ "vs/base/common/resources",
6145
+ "vs/base/common/strings",
6146
+ "vs/base/common/uri"
6147
+ ],
6148
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6119
6149
  "vs/base/browser/ui/actionbar/actionbar": [
6120
6150
  "require",
6121
6151
  "exports",
@@ -6172,36 +6202,6 @@
6172
6202
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6173
6203
  ],
6174
6204
  "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6175
- "vs/base/common/idGenerator": [
6176
- "require",
6177
- "exports"
6178
- ],
6179
- "vs/base/browser/markdownRenderer": [
6180
- "require",
6181
- "exports",
6182
- "vs/base/browser/dom",
6183
- "vs/base/browser/dompurify/dompurify",
6184
- "vs/base/browser/event",
6185
- "vs/base/browser/formattedTextRenderer",
6186
- "vs/base/browser/keyboardEvent",
6187
- "vs/base/browser/mouseEvent",
6188
- "vs/base/browser/ui/iconLabel/iconLabels",
6189
- "vs/base/common/errors",
6190
- "vs/base/common/event",
6191
- "vs/base/common/htmlContent",
6192
- "vs/base/common/iconLabels",
6193
- "vs/base/common/idGenerator",
6194
- "vs/base/common/lazy",
6195
- "vs/base/common/lifecycle",
6196
- "vs/base/common/marked/marked",
6197
- "vs/base/common/marshalling",
6198
- "vs/base/common/network",
6199
- "vs/base/common/objects",
6200
- "vs/base/common/resources",
6201
- "vs/base/common/strings",
6202
- "vs/base/common/uri"
6203
- ],
6204
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6205
6205
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6206
6206
  "require",
6207
6207
  "exports",
@@ -6247,13 +6247,6 @@
6247
6247
  "vs/editor/browser/editorExtensions",
6248
6248
  "vs/editor/common/services/languageFeatures"
6249
6249
  ],
6250
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6251
- "require",
6252
- "exports",
6253
- "vs/base/common/strings",
6254
- "vs/editor/common/languages/supports",
6255
- "vs/editor/common/tokens/lineTokens"
6256
- ],
6257
6250
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6258
6251
  "require",
6259
6252
  "exports",
@@ -6282,75 +6275,19 @@
6282
6275
  "vs/platform/instantiation/common/instantiation",
6283
6276
  "vs/platform/notification/common/notification"
6284
6277
  ],
6285
- "vs/base/common/extpath": [
6286
- "require",
6287
- "exports",
6288
- "vs/base/common/path",
6289
- "vs/base/common/platform",
6290
- "vs/base/common/strings"
6291
- ],
6292
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6293
- "vs/editor/contrib/inlineEdits/browser/consts": [
6294
- "require",
6295
- "exports",
6296
- "vs/nls",
6297
- "vs/platform/contextkey/common/contextkey"
6298
- ],
6299
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6300
- "require",
6301
- "exports",
6302
- "vs/base/common/async",
6303
- "vs/base/common/cancellation",
6304
- "vs/base/common/equals",
6305
- "vs/base/common/errors",
6306
- "vs/base/common/lifecycle",
6307
- "vs/base/common/observable",
6308
- "vs/base/common/observableInternal/derived",
6309
- "vs/base/common/uri",
6310
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6311
- "vs/editor/common/core/lineRange",
6312
- "vs/editor/common/languages",
6313
- "vs/editor/common/services/languageFeatures",
6314
- "vs/editor/common/services/model",
6315
- "vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions",
6316
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6317
- ],
6318
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6319
- "require",
6320
- "exports",
6321
- "vs/base/browser/dom",
6322
- "vs/base/browser/fonts",
6323
- "vs/base/common/lifecycle",
6324
- "vs/base/common/observable",
6325
- "vs/base/common/observableInternal/derived",
6326
- "vs/editor/browser/editorExtensions",
6327
- "vs/editor/browser/observableCodeEditor",
6328
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6329
- "vs/editor/browser/widget/diffEditor/registrations.contribution",
6330
- "vs/editor/browser/widget/diffEditor/utils",
6331
- "vs/editor/common/languages/modesRegistry",
6332
- "vs/editor/common/model/textModel",
6333
- "vs/editor/contrib/contextmenu/browser/contextmenu",
6334
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6335
- "vs/editor/contrib/suggest/browser/suggestController",
6336
- "vs/platform/instantiation/common/instantiation",
6337
- "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6338
- ],
6339
- "vs/platform/observable/common/platformObservableUtils": [
6340
- "require",
6341
- "exports",
6342
- "vs/base/common/observable",
6343
- "vs/base/common/observableInternal/utils"
6344
- ],
6345
- "vs/base/common/equals": [
6278
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6346
6279
  "require",
6347
6280
  "exports",
6348
- "vs/base/common/arrays"
6281
+ "vs/base/common/strings",
6282
+ "vs/editor/common/languages/supports",
6283
+ "vs/editor/common/tokens/lineTokens"
6349
6284
  ],
6350
- "vs/base/common/hotReload": [
6285
+ "vs/base/common/extpath": [
6351
6286
  "require",
6352
6287
  "exports",
6353
- "vs/base/common/process"
6288
+ "vs/base/common/path",
6289
+ "vs/base/common/platform",
6290
+ "vs/base/common/strings"
6354
6291
  ],
6355
6292
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6356
6293
  "require",
@@ -6434,14 +6371,70 @@
6434
6371
  "vs/editor/common/services/editorWorker",
6435
6372
  "vs/platform/telemetry/common/telemetry"
6436
6373
  ],
6437
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6438
- "vs/editor/common/tokens/sparseMultilineTokens": [
6374
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6439
6375
  "require",
6440
6376
  "exports",
6441
- "vs/editor/common/core/position",
6442
- "vs/editor/common/core/range",
6443
- "vs/editor/common/core/eolCounter"
6377
+ "vs/nls",
6378
+ "vs/platform/contextkey/common/contextkey"
6379
+ ],
6380
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6381
+ "require",
6382
+ "exports",
6383
+ "vs/base/common/async",
6384
+ "vs/base/common/cancellation",
6385
+ "vs/base/common/equals",
6386
+ "vs/base/common/errors",
6387
+ "vs/base/common/lifecycle",
6388
+ "vs/base/common/observable",
6389
+ "vs/base/common/observableInternal/derived",
6390
+ "vs/base/common/uri",
6391
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6392
+ "vs/editor/common/core/lineRange",
6393
+ "vs/editor/common/languages",
6394
+ "vs/editor/common/services/languageFeatures",
6395
+ "vs/editor/common/services/model",
6396
+ "vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions",
6397
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6398
+ ],
6399
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6400
+ "require",
6401
+ "exports",
6402
+ "vs/base/browser/dom",
6403
+ "vs/base/browser/fonts",
6404
+ "vs/base/common/lifecycle",
6405
+ "vs/base/common/observable",
6406
+ "vs/base/common/observableInternal/derived",
6407
+ "vs/editor/browser/editorExtensions",
6408
+ "vs/editor/browser/observableCodeEditor",
6409
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6410
+ "vs/editor/browser/widget/diffEditor/registrations.contribution",
6411
+ "vs/editor/browser/widget/diffEditor/utils",
6412
+ "vs/editor/common/languages/modesRegistry",
6413
+ "vs/editor/common/model/textModel",
6414
+ "vs/editor/contrib/contextmenu/browser/contextmenu",
6415
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6416
+ "vs/editor/contrib/suggest/browser/suggestController",
6417
+ "vs/platform/instantiation/common/instantiation",
6418
+ "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6419
+ ],
6420
+ "vs/platform/observable/common/platformObservableUtils": [
6421
+ "require",
6422
+ "exports",
6423
+ "vs/base/common/observable",
6424
+ "vs/base/common/observableInternal/utils"
6425
+ ],
6426
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6427
+ "vs/base/common/equals": [
6428
+ "require",
6429
+ "exports",
6430
+ "vs/base/common/arrays"
6431
+ ],
6432
+ "vs/base/common/hotReload": [
6433
+ "require",
6434
+ "exports",
6435
+ "vs/base/common/process"
6444
6436
  ],
6437
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6445
6438
  "vs/base/browser/ui/list/listWidget": [
6446
6439
  "require",
6447
6440
  "exports",
@@ -6474,6 +6467,13 @@
6474
6467
  "vs/base/common/buffer",
6475
6468
  "vs/base/common/platform"
6476
6469
  ],
6470
+ "vs/editor/common/tokens/sparseMultilineTokens": [
6471
+ "require",
6472
+ "exports",
6473
+ "vs/editor/common/core/position",
6474
+ "vs/editor/common/core/range",
6475
+ "vs/editor/common/core/eolCounter"
6476
+ ],
6477
6477
  "vs/editor/contrib/snippet/browser/snippetVariables": [
6478
6478
  "require",
6479
6479
  "exports",
@@ -6526,6 +6526,10 @@
6526
6526
  "require",
6527
6527
  "exports"
6528
6528
  ],
6529
+ "vs/base/common/naturalLanguage/korean": [
6530
+ "require",
6531
+ "exports"
6532
+ ],
6529
6533
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6530
6534
  "require",
6531
6535
  "exports",
@@ -6582,10 +6586,6 @@
6582
6586
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6583
6587
  ],
6584
6588
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6585
- "vs/base/common/naturalLanguage/korean": [
6586
- "require",
6587
- "exports"
6588
- ],
6589
6589
  "vs/platform/opener/browser/link": [
6590
6590
  "require",
6591
6591
  "exports",
@@ -6667,6 +6667,41 @@
6667
6667
  "vs/base/common/lifecycle",
6668
6668
  "vs/base/common/types"
6669
6669
  ],
6670
+ "vs/base/browser/ui/splitview/splitview": [
6671
+ "require",
6672
+ "exports",
6673
+ "vs/base/browser/dom",
6674
+ "vs/base/browser/event",
6675
+ "vs/base/browser/ui/sash/sash",
6676
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6677
+ "vs/base/common/arrays",
6678
+ "vs/base/common/color",
6679
+ "vs/base/common/event",
6680
+ "vs/base/common/lifecycle",
6681
+ "vs/base/common/numbers",
6682
+ "vs/base/common/scrollable",
6683
+ "vs/base/common/types",
6684
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6685
+ ],
6686
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6687
+ "require",
6688
+ "exports",
6689
+ "vs/base/browser/dom",
6690
+ "vs/base/browser/ui/countBadge/countBadge",
6691
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6692
+ "vs/base/browser/ui/iconLabel/iconLabel",
6693
+ "vs/base/common/filters",
6694
+ "vs/base/common/lifecycle",
6695
+ "vs/base/common/resources",
6696
+ "vs/editor/common/services/resolverService",
6697
+ "vs/nls",
6698
+ "vs/platform/instantiation/common/instantiation",
6699
+ "vs/platform/keybinding/common/keybinding",
6700
+ "vs/platform/label/common/label",
6701
+ "vs/platform/theme/browser/defaultStyles",
6702
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6703
+ ],
6704
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6670
6705
  "vs/base/browser/ui/list/listPaging": [
6671
6706
  "require",
6672
6707
  "exports",
@@ -6751,41 +6786,6 @@
6751
6786
  "vs/base/common/decorators",
6752
6787
  "vs/base/common/iterator"
6753
6788
  ],
6754
- "vs/base/browser/ui/splitview/splitview": [
6755
- "require",
6756
- "exports",
6757
- "vs/base/browser/dom",
6758
- "vs/base/browser/event",
6759
- "vs/base/browser/ui/sash/sash",
6760
- "vs/base/browser/ui/scrollbar/scrollableElement",
6761
- "vs/base/common/arrays",
6762
- "vs/base/common/color",
6763
- "vs/base/common/event",
6764
- "vs/base/common/lifecycle",
6765
- "vs/base/common/numbers",
6766
- "vs/base/common/scrollable",
6767
- "vs/base/common/types",
6768
- "vs/css!vs/base/browser/ui/splitview/splitview"
6769
- ],
6770
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6771
- "require",
6772
- "exports",
6773
- "vs/base/browser/dom",
6774
- "vs/base/browser/ui/countBadge/countBadge",
6775
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6776
- "vs/base/browser/ui/iconLabel/iconLabel",
6777
- "vs/base/common/filters",
6778
- "vs/base/common/lifecycle",
6779
- "vs/base/common/resources",
6780
- "vs/editor/common/services/resolverService",
6781
- "vs/nls",
6782
- "vs/platform/instantiation/common/instantiation",
6783
- "vs/platform/keybinding/common/keybinding",
6784
- "vs/platform/label/common/label",
6785
- "vs/platform/theme/browser/defaultStyles",
6786
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6787
- ],
6788
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6789
6789
  "vs/base/common/marshalling": [
6790
6790
  "require",
6791
6791
  "exports",
@@ -7067,11 +7067,11 @@
7067
7067
  "vs/base/common/lifecycle",
7068
7068
  "vs/platform/theme/browser/defaultStyles"
7069
7069
  ],
7070
- "vs/platform/editor/common/editor": [
7070
+ "vs/base/common/collections": [
7071
7071
  "require",
7072
7072
  "exports"
7073
7073
  ],
7074
- "vs/base/common/collections": [
7074
+ "vs/platform/editor/common/editor": [
7075
7075
  "require",
7076
7076
  "exports"
7077
7077
  ],
@@ -7165,33 +7165,112 @@
7165
7165
  "vs/base/browser/ui/hover/hoverDelegate2",
7166
7166
  "vs/css!vs/base/browser/ui/button/button"
7167
7167
  ],
7168
- "vs/platform/actions/browser/toolbar": [
7168
+ "vs/platform/actions/browser/toolbar": [
7169
+ "require",
7170
+ "exports",
7171
+ "vs/base/browser/dom",
7172
+ "vs/base/browser/mouseEvent",
7173
+ "vs/base/browser/ui/toolbar/toolbar",
7174
+ "vs/base/common/actions",
7175
+ "vs/base/common/arrays",
7176
+ "vs/base/common/collections",
7177
+ "vs/base/common/errors",
7178
+ "vs/base/common/event",
7179
+ "vs/base/common/iterator",
7180
+ "vs/base/common/lifecycle",
7181
+ "vs/nls",
7182
+ "vs/platform/actions/browser/menuEntryActionViewItem",
7183
+ "vs/platform/actions/common/actions",
7184
+ "vs/platform/actions/common/menuService",
7185
+ "vs/platform/commands/common/commands",
7186
+ "vs/platform/contextkey/common/contextkey",
7187
+ "vs/platform/contextview/browser/contextView",
7188
+ "vs/platform/keybinding/common/keybinding",
7189
+ "vs/platform/telemetry/common/telemetry"
7190
+ ],
7191
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7192
+ "require",
7193
+ "exports",
7194
+ "vs/base/common/actions"
7195
+ ],
7196
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7197
+ "require",
7198
+ "exports",
7199
+ "vs/base/common/event",
7200
+ "vs/base/common/lifecycle",
7201
+ "vs/editor/common/textModelBracketPairs",
7202
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7203
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7204
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7205
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7206
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7207
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7208
+ "vs/base/common/arrays",
7209
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7210
+ ],
7211
+ "vs/editor/common/core/textChange": [
7212
+ "require",
7213
+ "exports",
7214
+ "vs/base/common/buffer",
7215
+ "vs/editor/common/core/stringBuilder"
7216
+ ],
7217
+ "vs/base/common/buffer": [
7218
+ "require",
7219
+ "exports",
7220
+ "vs/base/common/lazy"
7221
+ ],
7222
+ "vs/editor/common/model/textModelPart": [
7223
+ "require",
7224
+ "exports",
7225
+ "vs/base/common/lifecycle"
7226
+ ],
7227
+ "vs/editor/common/textModelGuides": [
7228
+ "require",
7229
+ "exports"
7230
+ ],
7231
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7232
+ "require",
7233
+ "exports",
7234
+ "vs/editor/common/core/position",
7235
+ "vs/editor/common/core/range",
7236
+ "vs/editor/common/model",
7237
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7238
+ "vs/editor/common/model/textModelSearch"
7239
+ ],
7240
+ "vs/editor/common/model/textModelTokens": [
7241
+ "require",
7242
+ "exports",
7243
+ "vs/base/common/async",
7244
+ "vs/base/common/errors",
7245
+ "vs/base/common/platform",
7246
+ "vs/base/common/stopwatch",
7247
+ "vs/editor/common/core/eolCounter",
7248
+ "vs/editor/common/core/lineRange",
7249
+ "vs/editor/common/core/offsetRange",
7250
+ "vs/editor/common/languages/nullTokenize",
7251
+ "vs/editor/common/model/fixedArray",
7252
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7253
+ "vs/editor/common/tokens/lineTokens"
7254
+ ],
7255
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7256
+ "require",
7257
+ "exports",
7258
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7259
+ ],
7260
+ "vs/editor/common/tokens/contiguousTokensStore": [
7169
7261
  "require",
7170
7262
  "exports",
7171
- "vs/base/browser/dom",
7172
- "vs/base/browser/mouseEvent",
7173
- "vs/base/browser/ui/toolbar/toolbar",
7174
- "vs/base/common/actions",
7175
7263
  "vs/base/common/arrays",
7176
- "vs/base/common/collections",
7177
- "vs/base/common/errors",
7178
- "vs/base/common/event",
7179
- "vs/base/common/iterator",
7180
- "vs/base/common/lifecycle",
7181
- "vs/nls",
7182
- "vs/platform/actions/browser/menuEntryActionViewItem",
7183
- "vs/platform/actions/common/actions",
7184
- "vs/platform/actions/common/menuService",
7185
- "vs/platform/commands/common/commands",
7186
- "vs/platform/contextkey/common/contextkey",
7187
- "vs/platform/contextview/browser/contextView",
7188
- "vs/platform/keybinding/common/keybinding",
7189
- "vs/platform/telemetry/common/telemetry"
7264
+ "vs/editor/common/core/position",
7265
+ "vs/editor/common/tokens/contiguousTokensEditing",
7266
+ "vs/editor/common/tokens/lineTokens",
7267
+ "vs/editor/common/encodedTokenAttributes"
7190
7268
  ],
7191
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7269
+ "vs/editor/common/tokens/sparseTokensStore": [
7192
7270
  "require",
7193
7271
  "exports",
7194
- "vs/base/common/actions"
7272
+ "vs/base/common/arrays",
7273
+ "vs/editor/common/tokens/lineTokens"
7195
7274
  ],
7196
7275
  "vs/editor/browser/viewParts/lines/viewLine": [
7197
7276
  "require",
@@ -7243,12 +7322,8 @@
7243
7322
  ],
7244
7323
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7245
7324
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7246
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7247
- "vs/editor/common/textModelGuides": [
7248
- "require",
7249
- "exports"
7250
- ],
7251
7325
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7326
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7252
7327
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7253
7328
  "vs/editor/browser/viewParts/lines/domReadingContext": [
7254
7329
  "require",
@@ -7289,6 +7364,7 @@
7289
7364
  ],
7290
7365
  "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7291
7366
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7367
+ "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7292
7368
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
7293
7369
  "require",
7294
7370
  "exports",
@@ -7302,87 +7378,11 @@
7302
7378
  "vs/base/browser/ui/mouseCursor/mouseCursor"
7303
7379
  ],
7304
7380
  "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
7305
- "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7306
7381
  "vs/css!vs/editor/browser/viewParts/whitespace/whitespace": [],
7307
7382
  "vs/editor/common/editorTheme": [
7308
7383
  "require",
7309
7384
  "exports"
7310
7385
  ],
7311
- "vs/base/common/buffer": [
7312
- "require",
7313
- "exports",
7314
- "vs/base/common/lazy"
7315
- ],
7316
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7317
- "require",
7318
- "exports",
7319
- "vs/base/common/event",
7320
- "vs/base/common/lifecycle",
7321
- "vs/editor/common/textModelBracketPairs",
7322
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7323
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7324
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7325
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7326
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7327
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7328
- "vs/base/common/arrays",
7329
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7330
- ],
7331
- "vs/editor/common/core/textChange": [
7332
- "require",
7333
- "exports",
7334
- "vs/base/common/buffer",
7335
- "vs/editor/common/core/stringBuilder"
7336
- ],
7337
- "vs/editor/common/model/textModelPart": [
7338
- "require",
7339
- "exports",
7340
- "vs/base/common/lifecycle"
7341
- ],
7342
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7343
- "require",
7344
- "exports",
7345
- "vs/editor/common/core/position",
7346
- "vs/editor/common/core/range",
7347
- "vs/editor/common/model",
7348
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7349
- "vs/editor/common/model/textModelSearch"
7350
- ],
7351
- "vs/editor/common/model/textModelTokens": [
7352
- "require",
7353
- "exports",
7354
- "vs/base/common/async",
7355
- "vs/base/common/errors",
7356
- "vs/base/common/platform",
7357
- "vs/base/common/stopwatch",
7358
- "vs/editor/common/core/eolCounter",
7359
- "vs/editor/common/core/lineRange",
7360
- "vs/editor/common/core/offsetRange",
7361
- "vs/editor/common/languages/nullTokenize",
7362
- "vs/editor/common/model/fixedArray",
7363
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7364
- "vs/editor/common/tokens/lineTokens"
7365
- ],
7366
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7367
- "require",
7368
- "exports",
7369
- "vs/editor/common/tokens/contiguousMultilineTokens"
7370
- ],
7371
- "vs/editor/common/tokens/contiguousTokensStore": [
7372
- "require",
7373
- "exports",
7374
- "vs/base/common/arrays",
7375
- "vs/editor/common/core/position",
7376
- "vs/editor/common/tokens/contiguousTokensEditing",
7377
- "vs/editor/common/tokens/lineTokens",
7378
- "vs/editor/common/encodedTokenAttributes"
7379
- ],
7380
- "vs/editor/common/tokens/sparseTokensStore": [
7381
- "require",
7382
- "exports",
7383
- "vs/base/common/arrays",
7384
- "vs/editor/common/tokens/lineTokens"
7385
- ],
7386
7386
  "vs/editor/common/cursor/cursorCollection": [
7387
7387
  "require",
7388
7388
  "exports",
@@ -7411,6 +7411,7 @@
7411
7411
  "vs/editor/common/textModelEvents",
7412
7412
  "vs/editor/common/viewModel"
7413
7413
  ],
7414
+ "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7414
7415
  "vs/platform/actionWidget/browser/actionList": [
7415
7416
  "require",
7416
7417
  "exports",
@@ -7434,7 +7435,6 @@
7434
7435
  "require",
7435
7436
  "exports"
7436
7437
  ],
7437
- "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7438
7438
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7439
7439
  "require",
7440
7440
  "exports",
@@ -7600,6 +7600,14 @@
7600
7600
  "vs/editor/common/core/textEdit",
7601
7601
  "vs/editor/contrib/inlineCompletions/browser/ghostText"
7602
7602
  ],
7603
+ "vs/base/browser/formattedTextRenderer": [
7604
+ "require",
7605
+ "exports",
7606
+ "vs/base/browser/dom"
7607
+ ],
7608
+ "vs/base/common/marked/marked": [
7609
+ "exports"
7610
+ ],
7603
7611
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7604
7612
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7605
7613
  "require",
@@ -7618,15 +7626,6 @@
7618
7626
  "vs/nls"
7619
7627
  ],
7620
7628
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7621
- "vs/base/browser/formattedTextRenderer": [
7622
- "require",
7623
- "exports",
7624
- "vs/base/browser/dom"
7625
- ],
7626
- "vs/base/common/marked/marked": [
7627
- "exports"
7628
- ],
7629
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7630
7629
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7631
7630
  "require",
7632
7631
  "exports",
@@ -7646,7 +7645,11 @@
7646
7645
  "vs/base/common/codicons"
7647
7646
  ],
7648
7647
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7648
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7649
7649
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7650
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7651
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7652
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7650
7653
  "vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions": [
7651
7654
  "require",
7652
7655
  "exports",
@@ -7663,9 +7666,6 @@
7663
7666
  "vs/editor/contrib/snippet/browser/snippetParser"
7664
7667
  ],
7665
7668
  "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7666
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7667
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7668
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7669
7669
  "vs/base/browser/ui/list/splice": [
7670
7670
  "require",
7671
7671
  "exports"
@@ -7752,6 +7752,25 @@
7752
7752
  "exports",
7753
7753
  "vs/base/common/observableInternal/base"
7754
7754
  ],
7755
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7756
+ "vs/base/browser/ui/countBadge/countBadge": [
7757
+ "require",
7758
+ "exports",
7759
+ "vs/base/browser/dom",
7760
+ "vs/base/common/strings",
7761
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7762
+ ],
7763
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7764
+ "require",
7765
+ "exports",
7766
+ "vs/base/browser/dom",
7767
+ "vs/base/browser/ui/hover/hoverDelegate2",
7768
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7769
+ "vs/base/browser/ui/iconLabel/iconLabels",
7770
+ "vs/base/common/lifecycle",
7771
+ "vs/base/common/objects"
7772
+ ],
7773
+ "vs/css!vs/base/browser/ui/table/table": [],
7755
7774
  "vs/base/browser/ui/inputbox/inputBox": [
7756
7775
  "require",
7757
7776
  "exports",
@@ -7802,32 +7821,28 @@
7802
7821
  "vs/base/common/event",
7803
7822
  "vs/base/common/iterator"
7804
7823
  ],
7805
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7806
- "vs/base/browser/ui/countBadge/countBadge": [
7824
+ "vs/editor/common/core/positionToOffset": [
7807
7825
  "require",
7808
7826
  "exports",
7809
- "vs/base/browser/dom",
7810
- "vs/base/common/strings",
7811
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7827
+ "vs/editor/common/core/offsetRange",
7828
+ "vs/editor/common/core/textLength"
7812
7829
  ],
7813
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7830
+ "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7831
+ "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7814
7832
  "require",
7815
7833
  "exports",
7816
7834
  "vs/base/browser/dom",
7817
- "vs/base/browser/ui/hover/hoverDelegate2",
7818
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7819
- "vs/base/browser/ui/iconLabel/iconLabels",
7820
7835
  "vs/base/common/lifecycle",
7821
- "vs/base/common/objects"
7836
+ "vs/base/common/observable",
7837
+ "vs/editor/common/core/lineRange",
7838
+ "vs/editor/common/core/offsetRange"
7822
7839
  ],
7823
- "vs/css!vs/base/browser/ui/table/table": [],
7824
- "vs/editor/common/core/positionToOffset": [
7840
+ "vs/editor/common/model/textModelText": [
7825
7841
  "require",
7826
7842
  "exports",
7827
- "vs/editor/common/core/offsetRange",
7843
+ "vs/editor/common/core/textEdit",
7828
7844
  "vs/editor/common/core/textLength"
7829
7845
  ],
7830
- "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7831
7846
  "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7832
7847
  "require",
7833
7848
  "exports",
@@ -7850,21 +7865,6 @@
7850
7865
  "vs/editor/common/viewLayout/viewLineRenderer",
7851
7866
  "vs/editor/common/viewModel"
7852
7867
  ],
7853
- "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7854
- "require",
7855
- "exports",
7856
- "vs/base/browser/dom",
7857
- "vs/base/common/lifecycle",
7858
- "vs/base/common/observable",
7859
- "vs/editor/common/core/lineRange",
7860
- "vs/editor/common/core/offsetRange"
7861
- ],
7862
- "vs/editor/common/model/textModelText": [
7863
- "require",
7864
- "exports",
7865
- "vs/editor/common/core/textEdit",
7866
- "vs/editor/common/core/textLength"
7867
- ],
7868
7868
  "vs/base/browser/ui/scrollbar/scrollbarState": [
7869
7869
  "require",
7870
7870
  "exports"
@@ -7994,27 +7994,6 @@
7994
7994
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7995
7995
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
7996
7996
  ],
7997
- "vs/editor/browser/viewParts/lines/rangeUtil": [
7998
- "require",
7999
- "exports",
8000
- "vs/editor/browser/view/renderingContext"
8001
- ],
8002
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8003
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8004
- "require",
8005
- "exports",
8006
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8007
- "vs/base/common/uint"
8008
- ],
8009
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8010
- "require",
8011
- "exports"
8012
- ],
8013
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8014
- "require",
8015
- "exports",
8016
- "vs/base/common/functional"
8017
- ],
8018
7997
  "vs/editor/common/textModelBracketPairs": [
8019
7998
  "require",
8020
7999
  "exports"
@@ -8062,19 +8041,40 @@
8062
8041
  "require",
8063
8042
  "exports"
8064
8043
  ],
8044
+ "vs/editor/common/tokens/contiguousMultilineTokens": [
8045
+ "require",
8046
+ "exports"
8047
+ ],
8065
8048
  "vs/editor/common/model/fixedArray": [
8066
8049
  "require",
8067
8050
  "exports",
8068
8051
  "vs/base/common/arrays"
8069
8052
  ],
8070
- "vs/editor/common/tokens/contiguousMultilineTokens": [
8053
+ "vs/editor/common/tokens/contiguousTokensEditing": [
8054
+ "require",
8055
+ "exports",
8056
+ "vs/editor/common/tokens/lineTokens"
8057
+ ],
8058
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8059
+ "require",
8060
+ "exports",
8061
+ "vs/editor/browser/view/renderingContext"
8062
+ ],
8063
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8064
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8065
+ "require",
8066
+ "exports",
8067
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8068
+ "vs/base/common/uint"
8069
+ ],
8070
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8071
8071
  "require",
8072
8072
  "exports"
8073
8073
  ],
8074
- "vs/editor/common/tokens/contiguousTokensEditing": [
8074
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8075
8075
  "require",
8076
8076
  "exports",
8077
- "vs/editor/common/tokens/lineTokens"
8077
+ "vs/base/common/functional"
8078
8078
  ],
8079
8079
  "vs/editor/common/cursor/oneCursor": [
8080
8080
  "require",
@@ -8138,13 +8138,13 @@
8138
8138
  "vs/base/browser/dom"
8139
8139
  ],
8140
8140
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8141
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8141
8142
  "vs/base/common/history": [
8142
8143
  "require",
8143
8144
  "exports",
8144
8145
  "vs/base/common/navigator"
8145
8146
  ],
8146
8147
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8147
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8148
8148
  "vs/platform/quickinput/browser/quickInputUtils": [
8149
8149
  "require",
8150
8150
  "exports",
@@ -8248,16 +8248,16 @@
8248
8248
  "require",
8249
8249
  "exports"
8250
8250
  ],
8251
- "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
8252
- "vs/base/common/comparers": [
8251
+ "vs/base/common/linkedText": [
8253
8252
  "require",
8254
8253
  "exports",
8255
- "vs/base/common/lazy"
8254
+ "vs/base/common/decorators"
8256
8255
  ],
8257
- "vs/base/common/linkedText": [
8256
+ "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
8257
+ "vs/base/common/comparers": [
8258
8258
  "require",
8259
8259
  "exports",
8260
- "vs/base/common/decorators"
8260
+ "vs/base/common/lazy"
8261
8261
  ]
8262
8262
  },
8263
8263
  "bundles": {