monaco-editor-core 0.32.0-dev.20211226 → 0.32.0-dev.20211227

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 (42) hide show
  1. package/dev/bundleInfo.json +687 -687
  2. package/dev/nls.metadata.json +192 -192
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
@@ -1950,80 +1950,6 @@
1950
1950
  ],
1951
1951
  "vs/editor/contrib/format/format.nls": [],
1952
1952
  "vs/editor/contrib/format/format.nls.keys": [],
1953
- "vs/nls!vs/editor/browser/controller/coreCommands": [],
1954
- "vs/base/browser/browser": [
1955
- "require",
1956
- "exports",
1957
- "vs/base/common/event"
1958
- ],
1959
- "vs/editor/common/controller/cursorColumnSelection": [
1960
- "require",
1961
- "exports",
1962
- "vs/editor/common/controller/cursorCommon",
1963
- "vs/editor/common/core/position",
1964
- "vs/editor/common/core/range"
1965
- ],
1966
- "vs/editor/common/controller/cursorCommon": [
1967
- "require",
1968
- "exports",
1969
- "vs/editor/common/core/position",
1970
- "vs/editor/common/core/range",
1971
- "vs/editor/common/core/selection",
1972
- "vs/editor/common/model/textModel",
1973
- "vs/editor/common/modes/supports",
1974
- "vs/editor/common/controller/cursorColumns"
1975
- ],
1976
- "vs/editor/common/controller/cursorDeleteOperations": [
1977
- "require",
1978
- "exports",
1979
- "vs/base/common/strings",
1980
- "vs/editor/common/commands/replaceCommand",
1981
- "vs/editor/common/controller/cursorCommon",
1982
- "vs/editor/common/controller/cursorMoveOperations",
1983
- "vs/editor/common/core/range",
1984
- "vs/editor/common/core/position"
1985
- ],
1986
- "vs/editor/common/controller/cursorMoveCommands": [
1987
- "require",
1988
- "exports",
1989
- "vs/base/common/types",
1990
- "vs/editor/common/controller/cursorCommon",
1991
- "vs/editor/common/controller/cursorMoveOperations",
1992
- "vs/editor/common/controller/cursorWordOperations",
1993
- "vs/editor/common/core/position",
1994
- "vs/editor/common/core/range"
1995
- ],
1996
- "vs/editor/common/controller/cursorTypeOperations": [
1997
- "require",
1998
- "exports",
1999
- "vs/base/common/errors",
2000
- "vs/base/common/strings",
2001
- "vs/editor/common/commands/replaceCommand",
2002
- "vs/editor/common/commands/shiftCommand",
2003
- "vs/editor/common/commands/surroundSelectionCommand",
2004
- "vs/editor/common/controller/cursorCommon",
2005
- "vs/editor/common/controller/wordCharacterClassifier",
2006
- "vs/editor/common/core/range",
2007
- "vs/editor/common/core/selection",
2008
- "vs/editor/common/core/position",
2009
- "vs/editor/common/modes/languageConfiguration",
2010
- "vs/editor/common/modes/languageConfigurationRegistry",
2011
- "vs/editor/common/modes/supports"
2012
- ],
2013
- "vs/platform/keybinding/common/keybindingsRegistry": [
2014
- "require",
2015
- "exports",
2016
- "vs/base/common/keybindings",
2017
- "vs/base/common/platform",
2018
- "vs/platform/commands/common/commands",
2019
- "vs/platform/registry/common/platform"
2020
- ],
2021
- "===anonymous5===": [
2022
- "vs/editor/browser/controller/coreCommands.nls",
2023
- "vs/editor/browser/controller/coreCommands.nls.keys"
2024
- ],
2025
- "vs/editor/browser/controller/coreCommands.nls": [],
2026
- "vs/editor/browser/controller/coreCommands.nls.keys": [],
2027
1953
  "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2028
1954
  "vs/base/common/network": [
2029
1955
  "require",
@@ -2095,6 +2021,16 @@
2095
2021
  "vs/base/common/lifecycle",
2096
2022
  "vs/editor/common/viewModel/viewModelEventDispatcher"
2097
2023
  ],
2024
+ "vs/editor/common/controller/cursorCommon": [
2025
+ "require",
2026
+ "exports",
2027
+ "vs/editor/common/core/position",
2028
+ "vs/editor/common/core/range",
2029
+ "vs/editor/common/core/selection",
2030
+ "vs/editor/common/model/textModel",
2031
+ "vs/editor/common/modes/supports",
2032
+ "vs/editor/common/controller/cursorColumns"
2033
+ ],
2098
2034
  "vs/editor/common/editorAction": [
2099
2035
  "require",
2100
2036
  "exports"
@@ -2171,7 +2107,7 @@
2171
2107
  "vs/editor/browser/editorExtensions"
2172
2108
  ],
2173
2109
  "vs/css!vs/editor/browser/widget/media/editor": [],
2174
- "===anonymous6===": [
2110
+ "===anonymous5===": [
2175
2111
  "vs/editor/browser/widget/codeEditorWidget.nls",
2176
2112
  "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2177
2113
  ],
@@ -2325,7 +2261,7 @@
2325
2261
  "vs/platform/theme/common/themeService"
2326
2262
  ],
2327
2263
  "vs/css!vs/editor/browser/widget/media/diffEditor": [],
2328
- "===anonymous7===": [
2264
+ "===anonymous6===": [
2329
2265
  "vs/editor/browser/widget/diffEditorWidget.nls",
2330
2266
  "vs/editor/browser/widget/diffEditorWidget.nls.keys"
2331
2267
  ],
@@ -2343,7 +2279,7 @@
2343
2279
  ],
2344
2280
  "vs/nls!vs/editor/contrib/anchorSelect/anchorSelect": [],
2345
2281
  "vs/css!vs/editor/contrib/anchorSelect/anchorSelect": [],
2346
- "===anonymous8===": [
2282
+ "===anonymous7===": [
2347
2283
  "vs/editor/contrib/anchorSelect/anchorSelect.nls",
2348
2284
  "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys"
2349
2285
  ],
@@ -2365,7 +2301,7 @@
2365
2301
  "vs/platform/theme/common/themeService"
2366
2302
  ],
2367
2303
  "vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
2368
- "===anonymous9===": [
2304
+ "===anonymous8===": [
2369
2305
  "vs/editor/contrib/bracketMatching/bracketMatching.nls",
2370
2306
  "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
2371
2307
  ],
@@ -2378,7 +2314,7 @@
2378
2314
  "vs/editor/common/core/selection"
2379
2315
  ],
2380
2316
  "vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
2381
- "===anonymous10===": [
2317
+ "===anonymous9===": [
2382
2318
  "vs/editor/contrib/caretOperations/caretOperations.nls",
2383
2319
  "vs/editor/contrib/caretOperations/caretOperations.nls.keys"
2384
2320
  ],
@@ -2399,12 +2335,17 @@
2399
2335
  "vs/editor/common/controller/cursorAtomicMoveOperations"
2400
2336
  ],
2401
2337
  "vs/nls!vs/editor/contrib/caretOperations/transpose": [],
2402
- "===anonymous11===": [
2338
+ "===anonymous10===": [
2403
2339
  "vs/editor/contrib/caretOperations/transpose.nls",
2404
2340
  "vs/editor/contrib/caretOperations/transpose.nls.keys"
2405
2341
  ],
2406
2342
  "vs/editor/contrib/caretOperations/transpose.nls": [],
2407
2343
  "vs/editor/contrib/caretOperations/transpose.nls.keys": [],
2344
+ "vs/base/browser/browser": [
2345
+ "require",
2346
+ "exports",
2347
+ "vs/base/common/event"
2348
+ ],
2408
2349
  "vs/editor/browser/controller/textAreaInput": [
2409
2350
  "require",
2410
2351
  "exports",
@@ -2420,7 +2361,7 @@
2420
2361
  "vs/editor/common/core/selection"
2421
2362
  ],
2422
2363
  "vs/nls!vs/editor/contrib/clipboard/clipboard": [],
2423
- "===anonymous12===": [
2364
+ "===anonymous11===": [
2424
2365
  "vs/editor/contrib/clipboard/clipboard.nls",
2425
2366
  "vs/editor/contrib/clipboard/clipboard.nls.keys"
2426
2367
  ],
@@ -2495,7 +2436,7 @@
2495
2436
  "vs/css!vs/editor/contrib/codelens/codelensWidget"
2496
2437
  ],
2497
2438
  "vs/nls!vs/editor/contrib/codelens/codelensController": [],
2498
- "===anonymous13===": [
2439
+ "===anonymous12===": [
2499
2440
  "vs/editor/contrib/codelens/codelensController.nls",
2500
2441
  "vs/editor/contrib/codelens/codelensController.nls.keys"
2501
2442
  ],
@@ -2537,42 +2478,73 @@
2537
2478
  "vs/editor/contrib/comment/blockCommentCommand"
2538
2479
  ],
2539
2480
  "vs/nls!vs/editor/contrib/comment/comment": [],
2540
- "===anonymous14===": [
2481
+ "===anonymous13===": [
2541
2482
  "vs/editor/contrib/comment/comment.nls",
2542
2483
  "vs/editor/contrib/comment/comment.nls.keys"
2543
2484
  ],
2544
2485
  "vs/editor/contrib/comment/comment.nls": [],
2545
2486
  "vs/editor/contrib/comment/comment.nls.keys": [],
2546
- "vs/base/browser/ui/actionbar/actionViewItems": [
2487
+ "vs/nls!vs/editor/browser/controller/coreCommands": [],
2488
+ "vs/editor/common/controller/cursorColumnSelection": [
2489
+ "require",
2490
+ "exports",
2491
+ "vs/editor/common/controller/cursorCommon",
2492
+ "vs/editor/common/core/position",
2493
+ "vs/editor/common/core/range"
2494
+ ],
2495
+ "vs/editor/common/controller/cursorDeleteOperations": [
2496
+ "require",
2497
+ "exports",
2498
+ "vs/base/common/strings",
2499
+ "vs/editor/common/commands/replaceCommand",
2500
+ "vs/editor/common/controller/cursorCommon",
2501
+ "vs/editor/common/controller/cursorMoveOperations",
2502
+ "vs/editor/common/core/range",
2503
+ "vs/editor/common/core/position"
2504
+ ],
2505
+ "vs/editor/common/controller/cursorMoveCommands": [
2547
2506
  "require",
2548
2507
  "exports",
2549
- "vs/base/browser/browser",
2550
- "vs/base/browser/dnd",
2551
- "vs/base/browser/dom",
2552
- "vs/base/browser/touch",
2553
- "vs/base/common/actions",
2554
- "vs/base/common/lifecycle",
2555
- "vs/base/common/platform",
2556
2508
  "vs/base/common/types",
2557
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
2558
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
2509
+ "vs/editor/common/controller/cursorCommon",
2510
+ "vs/editor/common/controller/cursorMoveOperations",
2511
+ "vs/editor/common/controller/cursorWordOperations",
2512
+ "vs/editor/common/core/position",
2513
+ "vs/editor/common/core/range"
2559
2514
  ],
2560
- "vs/base/common/actions": [
2515
+ "vs/editor/common/controller/cursorTypeOperations": [
2561
2516
  "require",
2562
2517
  "exports",
2563
- "vs/base/common/event",
2564
- "vs/base/common/lifecycle",
2565
- "vs/nls!vs/base/common/actions"
2518
+ "vs/base/common/errors",
2519
+ "vs/base/common/strings",
2520
+ "vs/editor/common/commands/replaceCommand",
2521
+ "vs/editor/common/commands/shiftCommand",
2522
+ "vs/editor/common/commands/surroundSelectionCommand",
2523
+ "vs/editor/common/controller/cursorCommon",
2524
+ "vs/editor/common/controller/wordCharacterClassifier",
2525
+ "vs/editor/common/core/range",
2526
+ "vs/editor/common/core/selection",
2527
+ "vs/editor/common/core/position",
2528
+ "vs/editor/common/modes/languageConfiguration",
2529
+ "vs/editor/common/modes/languageConfigurationRegistry",
2530
+ "vs/editor/common/modes/supports"
2566
2531
  ],
2567
- "vs/nls!vs/editor/contrib/contextmenu/contextmenu": [],
2568
- "===anonymous15===": [
2569
- "vs/editor/contrib/contextmenu/contextmenu.nls",
2570
- "vs/editor/contrib/contextmenu/contextmenu.nls.keys"
2532
+ "vs/platform/keybinding/common/keybindingsRegistry": [
2533
+ "require",
2534
+ "exports",
2535
+ "vs/base/common/keybindings",
2536
+ "vs/base/common/platform",
2537
+ "vs/platform/commands/common/commands",
2538
+ "vs/platform/registry/common/platform"
2571
2539
  ],
2572
- "vs/editor/contrib/contextmenu/contextmenu.nls": [],
2573
- "vs/editor/contrib/contextmenu/contextmenu.nls.keys": [],
2540
+ "===anonymous14===": [
2541
+ "vs/editor/browser/controller/coreCommands.nls",
2542
+ "vs/editor/browser/controller/coreCommands.nls.keys"
2543
+ ],
2544
+ "vs/editor/browser/controller/coreCommands.nls": [],
2545
+ "vs/editor/browser/controller/coreCommands.nls.keys": [],
2574
2546
  "vs/nls!vs/editor/contrib/cursorUndo/cursorUndo": [],
2575
- "===anonymous16===": [
2547
+ "===anonymous15===": [
2576
2548
  "vs/editor/contrib/cursorUndo/cursorUndo.nls",
2577
2549
  "vs/editor/contrib/cursorUndo/cursorUndo.nls.keys"
2578
2550
  ],
@@ -2645,7 +2617,7 @@
2645
2617
  "vs/css!vs/editor/contrib/find/findWidget"
2646
2618
  ],
2647
2619
  "vs/nls!vs/editor/contrib/find/findController": [],
2648
- "===anonymous17===": [
2620
+ "===anonymous16===": [
2649
2621
  "vs/editor/contrib/find/findController.nls",
2650
2622
  "vs/editor/contrib/find/findController.nls.keys"
2651
2623
  ],
@@ -2694,7 +2666,7 @@
2694
2666
  "vs/editor/contrib/folding/foldingRanges"
2695
2667
  ],
2696
2668
  "vs/css!vs/editor/contrib/folding/folding": [],
2697
- "===anonymous18===": [
2669
+ "===anonymous17===": [
2698
2670
  "vs/editor/contrib/folding/folding.nls",
2699
2671
  "vs/editor/contrib/folding/folding.nls.keys"
2700
2672
  ],
@@ -2706,14 +2678,14 @@
2706
2678
  "vs/base/common/event"
2707
2679
  ],
2708
2680
  "vs/nls!vs/editor/contrib/fontZoom/fontZoom": [],
2709
- "===anonymous19===": [
2681
+ "===anonymous18===": [
2710
2682
  "vs/editor/contrib/fontZoom/fontZoom.nls",
2711
2683
  "vs/editor/contrib/fontZoom/fontZoom.nls.keys"
2712
2684
  ],
2713
2685
  "vs/editor/contrib/fontZoom/fontZoom.nls": [],
2714
2686
  "vs/editor/contrib/fontZoom/fontZoom.nls.keys": [],
2715
2687
  "vs/nls!vs/editor/contrib/format/formatActions": [],
2716
- "===anonymous20===": [
2688
+ "===anonymous19===": [
2717
2689
  "vs/editor/contrib/format/formatActions.nls",
2718
2690
  "vs/editor/contrib/format/formatActions.nls.keys"
2719
2691
  ],
@@ -2774,12 +2746,40 @@
2774
2746
  "vs/css!vs/editor/contrib/inlineCompletions/ghostText"
2775
2747
  ],
2776
2748
  "vs/nls!vs/editor/contrib/inlineCompletions/ghostTextController": [],
2777
- "===anonymous21===": [
2749
+ "===anonymous20===": [
2778
2750
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls",
2779
2751
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys"
2780
2752
  ],
2781
2753
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls": [],
2782
2754
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys": [],
2755
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2756
+ "require",
2757
+ "exports",
2758
+ "vs/base/browser/browser",
2759
+ "vs/base/browser/dnd",
2760
+ "vs/base/browser/dom",
2761
+ "vs/base/browser/touch",
2762
+ "vs/base/common/actions",
2763
+ "vs/base/common/lifecycle",
2764
+ "vs/base/common/platform",
2765
+ "vs/base/common/types",
2766
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
2767
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
2768
+ ],
2769
+ "vs/base/common/actions": [
2770
+ "require",
2771
+ "exports",
2772
+ "vs/base/common/event",
2773
+ "vs/base/common/lifecycle",
2774
+ "vs/nls!vs/base/common/actions"
2775
+ ],
2776
+ "vs/nls!vs/editor/contrib/contextmenu/contextmenu": [],
2777
+ "===anonymous21===": [
2778
+ "vs/editor/contrib/contextmenu/contextmenu.nls",
2779
+ "vs/editor/contrib/contextmenu/contextmenu.nls.keys"
2780
+ ],
2781
+ "vs/editor/contrib/contextmenu/contextmenu.nls": [],
2782
+ "vs/editor/contrib/contextmenu/contextmenu.nls.keys": [],
2783
2783
  "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2784
2784
  "require",
2785
2785
  "exports",
@@ -3237,181 +3237,38 @@
3237
3237
  ],
3238
3238
  "vs/editor/contrib/smartSelect/smartSelect.nls": [],
3239
3239
  "vs/editor/contrib/smartSelect/smartSelect.nls.keys": [],
3240
- "vs/editor/contrib/suggest/suggest": [
3240
+ "vs/nls!vs/editor/contrib/tokenization/tokenization": [],
3241
+ "===anonymous36===": [
3242
+ "vs/editor/contrib/tokenization/tokenization.nls",
3243
+ "vs/editor/contrib/tokenization/tokenization.nls.keys"
3244
+ ],
3245
+ "vs/editor/contrib/tokenization/tokenization.nls": [],
3246
+ "vs/editor/contrib/tokenization/tokenization.nls.keys": [],
3247
+ "vs/editor/common/config/commonEditorConfig": [
3241
3248
  "require",
3242
3249
  "exports",
3243
- "vs/base/common/cancellation",
3244
- "vs/base/common/errors",
3245
- "vs/base/common/filters",
3250
+ "vs/nls!vs/editor/common/config/commonEditorConfig",
3251
+ "vs/base/common/event",
3246
3252
  "vs/base/common/lifecycle",
3247
- "vs/base/common/stopwatch",
3248
- "vs/base/common/types",
3249
- "vs/base/common/uri",
3250
- "vs/editor/common/core/position",
3251
- "vs/editor/common/core/range",
3252
- "vs/editor/common/modes",
3253
- "vs/editor/common/services/resolverService",
3254
- "vs/editor/contrib/snippet/snippetParser",
3255
- "vs/nls!vs/editor/contrib/suggest/suggest",
3256
- "vs/platform/actions/common/actions",
3257
- "vs/platform/commands/common/commands",
3258
- "vs/platform/contextkey/common/contextkey"
3259
- ],
3260
- "vs/nls!vs/editor/contrib/snippet/snippetController2": [],
3261
- "vs/editor/contrib/snippet/snippetSession": [
3262
- "require",
3263
- "exports",
3264
- "vs/base/common/arrays",
3265
- "vs/base/common/lifecycle",
3266
- "vs/base/common/strings",
3267
- "vs/editor/common/core/editOperation",
3268
- "vs/editor/common/core/range",
3269
- "vs/editor/common/core/selection",
3270
- "vs/editor/common/model/textModel",
3271
- "vs/platform/label/common/label",
3272
- "vs/platform/workspace/common/workspace",
3273
- "vs/editor/contrib/snippet/snippetParser",
3274
- "vs/editor/contrib/snippet/snippetVariables",
3275
- "vs/css!vs/editor/contrib/snippet/snippetSession"
3276
- ],
3277
- "===anonymous36===": [
3278
- "vs/editor/contrib/snippet/snippetController2.nls",
3279
- "vs/editor/contrib/snippet/snippetController2.nls.keys"
3280
- ],
3281
- "vs/editor/contrib/snippet/snippetController2.nls": [],
3282
- "vs/editor/contrib/snippet/snippetController2.nls.keys": [],
3283
- "vs/base/common/keybindings": [
3284
- "require",
3285
- "exports",
3286
- "vs/base/common/errors"
3287
- ],
3288
- "vs/editor/contrib/snippet/snippetParser": [
3289
- "require",
3290
- "exports"
3291
- ],
3292
- "vs/editor/contrib/suggest/suggestMemory": [
3293
- "require",
3294
- "exports",
3295
- "vs/base/common/async",
3296
- "vs/base/common/lifecycle",
3297
- "vs/base/common/map",
3298
- "vs/editor/common/modes",
3299
- "vs/platform/configuration/common/configuration",
3300
- "vs/platform/instantiation/common/extensions",
3301
- "vs/platform/instantiation/common/instantiation",
3302
- "vs/platform/storage/common/storage"
3303
- ],
3304
- "vs/editor/contrib/suggest/wordContextKey": [
3305
- "require",
3306
- "exports",
3307
- "vs/platform/contextkey/common/contextkey"
3308
- ],
3309
- "vs/nls!vs/editor/contrib/suggest/suggestController": [],
3310
- "vs/editor/contrib/suggest/suggestAlternatives": [
3311
- "require",
3312
- "exports",
3313
- "vs/platform/contextkey/common/contextkey"
3314
- ],
3315
- "vs/editor/contrib/suggest/suggestCommitCharacters": [
3316
- "require",
3317
- "exports",
3318
- "vs/base/common/arrays",
3319
- "vs/base/common/lifecycle",
3320
- "vs/editor/common/core/characterClassifier"
3321
- ],
3322
- "vs/editor/contrib/suggest/suggestModel": [
3323
- "require",
3324
- "exports",
3325
- "vs/base/common/async",
3326
- "vs/base/common/cancellation",
3327
- "vs/base/common/errors",
3328
- "vs/base/common/event",
3329
- "vs/base/common/lifecycle",
3330
- "vs/base/common/strings",
3331
- "vs/editor/common/core/selection",
3332
- "vs/editor/common/modes",
3333
- "vs/editor/common/services/editorWorkerService",
3334
- "vs/editor/contrib/snippet/snippetController2",
3335
- "vs/editor/contrib/suggest/wordDistance",
3336
- "vs/platform/clipboard/common/clipboardService",
3337
- "vs/platform/configuration/common/configuration",
3338
- "vs/platform/contextkey/common/contextkey",
3339
- "vs/platform/log/common/log",
3340
- "vs/platform/telemetry/common/telemetry",
3341
- "vs/editor/contrib/suggest/completionModel",
3342
- "vs/editor/contrib/suggest/suggest"
3343
- ],
3344
- "vs/editor/contrib/suggest/suggestOvertypingCapturer": [
3345
- "require",
3346
- "exports",
3347
- "vs/base/common/lifecycle"
3348
- ],
3349
- "vs/editor/contrib/suggest/suggestWidget": [
3350
- "require",
3351
- "exports",
3352
- "vs/base/browser/dom",
3353
- "vs/base/browser/ui/list/listWidget",
3354
- "vs/base/common/async",
3355
- "vs/base/common/errors",
3356
- "vs/base/common/event",
3357
- "vs/base/common/lifecycle",
3358
- "vs/base/common/numbers",
3359
- "vs/base/common/strings",
3360
- "vs/editor/browser/widget/embeddedCodeEditorWidget",
3361
- "vs/editor/contrib/suggest/suggestWidgetStatus",
3362
- "vs/nls!vs/editor/contrib/suggest/suggestWidget",
3363
- "vs/platform/contextkey/common/contextkey",
3364
- "vs/platform/instantiation/common/instantiation",
3365
- "vs/platform/storage/common/storage",
3366
- "vs/platform/theme/common/colorRegistry",
3367
- "vs/platform/theme/common/styler",
3368
- "vs/platform/theme/common/themeService",
3369
- "vs/editor/contrib/suggest/resizable",
3370
- "vs/editor/contrib/suggest/suggest",
3371
- "vs/editor/contrib/suggest/suggestWidgetDetails",
3372
- "vs/editor/contrib/suggest/suggestWidgetRenderer",
3373
- "vs/base/browser/ui/codicons/codiconStyles",
3374
- "vs/css!vs/editor/contrib/suggest/media/suggest",
3375
- "vs/editor/contrib/symbolIcons/symbolIcons"
3376
- ],
3377
- "===anonymous37===": [
3378
- "vs/editor/contrib/suggest/suggestController.nls",
3379
- "vs/editor/contrib/suggest/suggestController.nls.keys"
3380
- ],
3381
- "vs/editor/contrib/suggest/suggestController.nls": [],
3382
- "vs/editor/contrib/suggest/suggestController.nls.keys": [],
3383
- "vs/nls!vs/editor/contrib/tokenization/tokenization": [],
3384
- "===anonymous38===": [
3385
- "vs/editor/contrib/tokenization/tokenization.nls",
3386
- "vs/editor/contrib/tokenization/tokenization.nls.keys"
3387
- ],
3388
- "vs/editor/contrib/tokenization/tokenization.nls": [],
3389
- "vs/editor/contrib/tokenization/tokenization.nls.keys": [],
3390
- "vs/editor/common/config/commonEditorConfig": [
3391
- "require",
3392
- "exports",
3393
- "vs/nls!vs/editor/common/config/commonEditorConfig",
3394
- "vs/base/common/event",
3395
- "vs/base/common/lifecycle",
3396
- "vs/base/common/objects",
3397
- "vs/base/common/arrays",
3398
- "vs/editor/common/config/editorOptions",
3399
- "vs/editor/common/config/editorZoom",
3400
- "vs/editor/common/config/fontInfo",
3401
- "vs/platform/configuration/common/configurationRegistry",
3402
- "vs/platform/registry/common/platform",
3403
- "vs/base/common/collections"
3404
- ],
3405
- "vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [],
3406
- "===anonymous39===": [
3407
- "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls",
3408
- "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys"
3409
- ],
3410
- "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls": [],
3411
- "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys": [],
3412
- "vs/editor/common/viewModel/viewModelDecorations": [
3413
- "require",
3414
- "exports",
3253
+ "vs/base/common/objects",
3254
+ "vs/base/common/arrays",
3255
+ "vs/editor/common/config/editorOptions",
3256
+ "vs/editor/common/config/editorZoom",
3257
+ "vs/editor/common/config/fontInfo",
3258
+ "vs/platform/configuration/common/configurationRegistry",
3259
+ "vs/platform/registry/common/platform",
3260
+ "vs/base/common/collections"
3261
+ ],
3262
+ "vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [],
3263
+ "===anonymous37===": [
3264
+ "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls",
3265
+ "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys"
3266
+ ],
3267
+ "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls": [],
3268
+ "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys": [],
3269
+ "vs/editor/common/viewModel/viewModelDecorations": [
3270
+ "require",
3271
+ "exports",
3415
3272
  "vs/editor/common/core/position",
3416
3273
  "vs/editor/common/core/range",
3417
3274
  "vs/editor/common/viewModel/viewModel",
@@ -3456,14 +3313,14 @@
3456
3313
  "vs/platform/instantiation/common/instantiation"
3457
3314
  ],
3458
3315
  "vs/css!vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": [],
3459
- "===anonymous40===": [
3316
+ "===anonymous38===": [
3460
3317
  "vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls",
3461
3318
  "vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys"
3462
3319
  ],
3463
3320
  "vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls": [],
3464
3321
  "vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys": [],
3465
3322
  "vs/nls!vs/editor/contrib/unusualLineTerminators/unusualLineTerminators": [],
3466
- "===anonymous41===": [
3323
+ "===anonymous39===": [
3467
3324
  "vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls",
3468
3325
  "vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls.keys"
3469
3326
  ],
@@ -3519,7 +3376,7 @@
3519
3376
  "vs/editor/common/services/languageService"
3520
3377
  ],
3521
3378
  "vs/nls!vs/editor/contrib/wordHighlighter/wordHighlighter": [],
3522
- "===anonymous42===": [
3379
+ "===anonymous40===": [
3523
3380
  "vs/editor/contrib/wordHighlighter/wordHighlighter.nls",
3524
3381
  "vs/editor/contrib/wordHighlighter/wordHighlighter.nls.keys"
3525
3382
  ],
@@ -3538,14 +3395,14 @@
3538
3395
  "vs/nls!vs/platform/contextkey/common/contextkeys",
3539
3396
  "vs/platform/contextkey/common/contextkey"
3540
3397
  ],
3541
- "===anonymous43===": [
3398
+ "===anonymous41===": [
3542
3399
  "vs/editor/contrib/wordOperations/wordOperations.nls",
3543
3400
  "vs/editor/contrib/wordOperations/wordOperations.nls.keys"
3544
3401
  ],
3545
3402
  "vs/editor/contrib/wordOperations/wordOperations.nls": [],
3546
3403
  "vs/editor/contrib/wordOperations/wordOperations.nls.keys": [],
3547
3404
  "vs/nls!vs/editor/common/standaloneStrings": [],
3548
- "===anonymous44===": [
3405
+ "===anonymous42===": [
3549
3406
  "vs/editor/common/standaloneStrings.nls",
3550
3407
  "vs/editor/common/standaloneStrings.nls.keys"
3551
3408
  ],
@@ -3584,74 +3441,217 @@
3584
3441
  "vs/base/common/lifecycle"
3585
3442
  ],
3586
3443
  "vs/nls!vs/editor/browser/editorExtensions": [],
3587
- "===anonymous45===": [
3444
+ "===anonymous43===": [
3588
3445
  "vs/editor/browser/editorExtensions.nls",
3589
3446
  "vs/editor/browser/editorExtensions.nls.keys"
3590
3447
  ],
3591
3448
  "vs/editor/browser/editorExtensions.nls": [],
3592
3449
  "vs/editor/browser/editorExtensions.nls.keys": [],
3593
3450
  "vs/nls!vs/editor/common/editorContextKeys": [],
3594
- "===anonymous46===": [
3451
+ "===anonymous44===": [
3595
3452
  "vs/editor/common/editorContextKeys.nls",
3596
3453
  "vs/editor/common/editorContextKeys.nls.keys"
3597
3454
  ],
3598
3455
  "vs/editor/common/editorContextKeys.nls": [],
3599
3456
  "vs/editor/common/editorContextKeys.nls.keys": [],
3600
- "vs/nls!vs/platform/theme/common/colorRegistry": [],
3601
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
3457
+ "vs/base/common/keybindings": [
3602
3458
  "require",
3603
3459
  "exports",
3604
- "vs/base/common/event",
3605
- "vs/platform/registry/common/platform"
3460
+ "vs/base/common/errors"
3606
3461
  ],
3607
- "===anonymous47===": [
3608
- "vs/platform/theme/common/colorRegistry.nls",
3609
- "vs/platform/theme/common/colorRegistry.nls.keys"
3462
+ "vs/editor/contrib/snippet/snippetParser": [
3463
+ "require",
3464
+ "exports"
3610
3465
  ],
3611
- "vs/platform/theme/common/colorRegistry.nls": [],
3612
- "vs/platform/theme/common/colorRegistry.nls.keys": [],
3613
- "vs/editor/common/modes/tokenizationRegistry": [
3466
+ "vs/editor/contrib/suggest/suggestMemory": [
3614
3467
  "require",
3615
3468
  "exports",
3616
- "vs/base/common/event",
3617
- "vs/base/common/lifecycle"
3469
+ "vs/base/common/async",
3470
+ "vs/base/common/lifecycle",
3471
+ "vs/base/common/map",
3472
+ "vs/editor/common/modes",
3473
+ "vs/platform/configuration/common/configuration",
3474
+ "vs/platform/instantiation/common/extensions",
3475
+ "vs/platform/instantiation/common/instantiation",
3476
+ "vs/platform/storage/common/storage"
3618
3477
  ],
3619
- "vs/nls!vs/platform/quickinput/browser/helpQuickAccess": [],
3620
- "===anonymous48===": [
3621
- "vs/platform/quickinput/browser/helpQuickAccess.nls",
3622
- "vs/platform/quickinput/browser/helpQuickAccess.nls.keys"
3478
+ "vs/editor/contrib/suggest/wordContextKey": [
3479
+ "require",
3480
+ "exports",
3481
+ "vs/platform/contextkey/common/contextkey"
3623
3482
  ],
3624
- "vs/platform/quickinput/browser/helpQuickAccess.nls": [],
3625
- "vs/platform/quickinput/browser/helpQuickAccess.nls.keys": [],
3626
- "vs/editor/contrib/quickAccess/editorNavigationQuickAccess": [
3483
+ "vs/nls!vs/editor/contrib/suggest/suggestController": [],
3484
+ "vs/editor/contrib/suggest/suggest": [
3627
3485
  "require",
3628
3486
  "exports",
3629
- "vs/base/common/functional",
3487
+ "vs/base/common/cancellation",
3488
+ "vs/base/common/errors",
3489
+ "vs/base/common/filters",
3630
3490
  "vs/base/common/lifecycle",
3491
+ "vs/base/common/stopwatch",
3631
3492
  "vs/base/common/types",
3632
- "vs/editor/browser/editorBrowser",
3633
- "vs/editor/common/model",
3634
- "vs/editor/common/view/editorColorRegistry",
3635
- "vs/platform/theme/common/themeService"
3636
- ],
3637
- "vs/nls!vs/editor/contrib/quickAccess/gotoLineQuickAccess": [],
3638
- "===anonymous49===": [
3639
- "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls",
3640
- "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls.keys"
3493
+ "vs/base/common/uri",
3494
+ "vs/editor/common/core/position",
3495
+ "vs/editor/common/core/range",
3496
+ "vs/editor/common/modes",
3497
+ "vs/editor/common/services/resolverService",
3498
+ "vs/editor/contrib/snippet/snippetParser",
3499
+ "vs/nls!vs/editor/contrib/suggest/suggest",
3500
+ "vs/platform/actions/common/actions",
3501
+ "vs/platform/commands/common/commands",
3502
+ "vs/platform/contextkey/common/contextkey"
3641
3503
  ],
3642
- "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls": [],
3643
- "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls.keys": [],
3644
- "vs/base/parts/quickinput/common/quickInput": [
3504
+ "vs/editor/contrib/suggest/suggestAlternatives": [
3645
3505
  "require",
3646
- "exports"
3506
+ "exports",
3507
+ "vs/platform/contextkey/common/contextkey"
3647
3508
  ],
3648
- "vs/base/common/fuzzyScorer": [
3509
+ "vs/editor/contrib/suggest/suggestCommitCharacters": [
3649
3510
  "require",
3650
3511
  "exports",
3651
- "vs/base/common/filters",
3652
- "vs/base/common/path",
3653
- "vs/base/common/platform",
3654
- "vs/base/common/strings"
3512
+ "vs/base/common/arrays",
3513
+ "vs/base/common/lifecycle",
3514
+ "vs/editor/common/core/characterClassifier"
3515
+ ],
3516
+ "vs/editor/contrib/suggest/suggestModel": [
3517
+ "require",
3518
+ "exports",
3519
+ "vs/base/common/async",
3520
+ "vs/base/common/cancellation",
3521
+ "vs/base/common/errors",
3522
+ "vs/base/common/event",
3523
+ "vs/base/common/lifecycle",
3524
+ "vs/base/common/strings",
3525
+ "vs/editor/common/core/selection",
3526
+ "vs/editor/common/modes",
3527
+ "vs/editor/common/services/editorWorkerService",
3528
+ "vs/editor/contrib/snippet/snippetController2",
3529
+ "vs/editor/contrib/suggest/wordDistance",
3530
+ "vs/platform/clipboard/common/clipboardService",
3531
+ "vs/platform/configuration/common/configuration",
3532
+ "vs/platform/contextkey/common/contextkey",
3533
+ "vs/platform/log/common/log",
3534
+ "vs/platform/telemetry/common/telemetry",
3535
+ "vs/editor/contrib/suggest/completionModel",
3536
+ "vs/editor/contrib/suggest/suggest"
3537
+ ],
3538
+ "vs/editor/contrib/suggest/suggestOvertypingCapturer": [
3539
+ "require",
3540
+ "exports",
3541
+ "vs/base/common/lifecycle"
3542
+ ],
3543
+ "vs/editor/contrib/suggest/suggestWidget": [
3544
+ "require",
3545
+ "exports",
3546
+ "vs/base/browser/dom",
3547
+ "vs/base/browser/ui/list/listWidget",
3548
+ "vs/base/common/async",
3549
+ "vs/base/common/errors",
3550
+ "vs/base/common/event",
3551
+ "vs/base/common/lifecycle",
3552
+ "vs/base/common/numbers",
3553
+ "vs/base/common/strings",
3554
+ "vs/editor/browser/widget/embeddedCodeEditorWidget",
3555
+ "vs/editor/contrib/suggest/suggestWidgetStatus",
3556
+ "vs/nls!vs/editor/contrib/suggest/suggestWidget",
3557
+ "vs/platform/contextkey/common/contextkey",
3558
+ "vs/platform/instantiation/common/instantiation",
3559
+ "vs/platform/storage/common/storage",
3560
+ "vs/platform/theme/common/colorRegistry",
3561
+ "vs/platform/theme/common/styler",
3562
+ "vs/platform/theme/common/themeService",
3563
+ "vs/editor/contrib/suggest/resizable",
3564
+ "vs/editor/contrib/suggest/suggest",
3565
+ "vs/editor/contrib/suggest/suggestWidgetDetails",
3566
+ "vs/editor/contrib/suggest/suggestWidgetRenderer",
3567
+ "vs/base/browser/ui/codicons/codiconStyles",
3568
+ "vs/css!vs/editor/contrib/suggest/media/suggest",
3569
+ "vs/editor/contrib/symbolIcons/symbolIcons"
3570
+ ],
3571
+ "===anonymous45===": [
3572
+ "vs/editor/contrib/suggest/suggestController.nls",
3573
+ "vs/editor/contrib/suggest/suggestController.nls.keys"
3574
+ ],
3575
+ "vs/editor/contrib/suggest/suggestController.nls": [],
3576
+ "vs/editor/contrib/suggest/suggestController.nls.keys": [],
3577
+ "vs/nls!vs/editor/contrib/snippet/snippetController2": [],
3578
+ "vs/editor/contrib/snippet/snippetSession": [
3579
+ "require",
3580
+ "exports",
3581
+ "vs/base/common/arrays",
3582
+ "vs/base/common/lifecycle",
3583
+ "vs/base/common/strings",
3584
+ "vs/editor/common/core/editOperation",
3585
+ "vs/editor/common/core/range",
3586
+ "vs/editor/common/core/selection",
3587
+ "vs/editor/common/model/textModel",
3588
+ "vs/platform/label/common/label",
3589
+ "vs/platform/workspace/common/workspace",
3590
+ "vs/editor/contrib/snippet/snippetParser",
3591
+ "vs/editor/contrib/snippet/snippetVariables",
3592
+ "vs/css!vs/editor/contrib/snippet/snippetSession"
3593
+ ],
3594
+ "===anonymous46===": [
3595
+ "vs/editor/contrib/snippet/snippetController2.nls",
3596
+ "vs/editor/contrib/snippet/snippetController2.nls.keys"
3597
+ ],
3598
+ "vs/editor/contrib/snippet/snippetController2.nls": [],
3599
+ "vs/editor/contrib/snippet/snippetController2.nls.keys": [],
3600
+ "vs/nls!vs/platform/theme/common/colorRegistry": [],
3601
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
3602
+ "require",
3603
+ "exports",
3604
+ "vs/base/common/event",
3605
+ "vs/platform/registry/common/platform"
3606
+ ],
3607
+ "===anonymous47===": [
3608
+ "vs/platform/theme/common/colorRegistry.nls",
3609
+ "vs/platform/theme/common/colorRegistry.nls.keys"
3610
+ ],
3611
+ "vs/platform/theme/common/colorRegistry.nls": [],
3612
+ "vs/platform/theme/common/colorRegistry.nls.keys": [],
3613
+ "vs/editor/common/modes/tokenizationRegistry": [
3614
+ "require",
3615
+ "exports",
3616
+ "vs/base/common/event",
3617
+ "vs/base/common/lifecycle"
3618
+ ],
3619
+ "vs/nls!vs/platform/quickinput/browser/helpQuickAccess": [],
3620
+ "===anonymous48===": [
3621
+ "vs/platform/quickinput/browser/helpQuickAccess.nls",
3622
+ "vs/platform/quickinput/browser/helpQuickAccess.nls.keys"
3623
+ ],
3624
+ "vs/platform/quickinput/browser/helpQuickAccess.nls": [],
3625
+ "vs/platform/quickinput/browser/helpQuickAccess.nls.keys": [],
3626
+ "vs/editor/contrib/quickAccess/editorNavigationQuickAccess": [
3627
+ "require",
3628
+ "exports",
3629
+ "vs/base/common/functional",
3630
+ "vs/base/common/lifecycle",
3631
+ "vs/base/common/types",
3632
+ "vs/editor/browser/editorBrowser",
3633
+ "vs/editor/common/model",
3634
+ "vs/editor/common/view/editorColorRegistry",
3635
+ "vs/platform/theme/common/themeService"
3636
+ ],
3637
+ "vs/nls!vs/editor/contrib/quickAccess/gotoLineQuickAccess": [],
3638
+ "===anonymous49===": [
3639
+ "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls",
3640
+ "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls.keys"
3641
+ ],
3642
+ "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls": [],
3643
+ "vs/editor/contrib/quickAccess/gotoLineQuickAccess.nls.keys": [],
3644
+ "vs/base/parts/quickinput/common/quickInput": [
3645
+ "require",
3646
+ "exports"
3647
+ ],
3648
+ "vs/base/common/fuzzyScorer": [
3649
+ "require",
3650
+ "exports",
3651
+ "vs/base/common/filters",
3652
+ "vs/base/common/path",
3653
+ "vs/base/common/platform",
3654
+ "vs/base/common/strings"
3655
3655
  ],
3656
3656
  "vs/nls!vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [],
3657
3657
  "===anonymous50===": [
@@ -3766,15 +3766,15 @@
3766
3766
  "vs/base/common/lifecycle",
3767
3767
  "vs/base/common/types"
3768
3768
  ],
3769
- "vs/base/common/uint": [
3770
- "require",
3771
- "exports"
3772
- ],
3773
3769
  "vs/base/common/process": [
3774
3770
  "require",
3775
3771
  "exports",
3776
3772
  "vs/base/common/platform"
3777
3773
  ],
3774
+ "vs/base/common/uint": [
3775
+ "require",
3776
+ "exports"
3777
+ ],
3778
3778
  "vs/editor/common/services/editorWorkerServiceImpl": [
3779
3779
  "require",
3780
3780
  "exports",
@@ -4057,22 +4057,6 @@
4057
4057
  "vs/base/browser/browser",
4058
4058
  "vs/editor/common/config/editorOptions"
4059
4059
  ],
4060
- "vs/nls!vs/editor/common/modes/modesRegistry": [],
4061
- "vs/base/common/mime": [
4062
- "require",
4063
- "exports",
4064
- "vs/base/common/glob",
4065
- "vs/base/common/network",
4066
- "vs/base/common/path",
4067
- "vs/base/common/resources",
4068
- "vs/base/common/strings"
4069
- ],
4070
- "===anonymous53===": [
4071
- "vs/editor/common/modes/modesRegistry.nls",
4072
- "vs/editor/common/modes/modesRegistry.nls.keys"
4073
- ],
4074
- "vs/editor/common/modes/modesRegistry.nls": [],
4075
- "vs/editor/common/modes/modesRegistry.nls.keys": [],
4076
4060
  "vs/editor/common/modes/languageConfiguration": [
4077
4061
  "require",
4078
4062
  "exports"
@@ -4111,6 +4095,22 @@
4111
4095
  "vs/editor/common/core/stringBuilder",
4112
4096
  "vs/editor/common/core/range"
4113
4097
  ],
4098
+ "vs/nls!vs/editor/common/modes/modesRegistry": [],
4099
+ "vs/base/common/mime": [
4100
+ "require",
4101
+ "exports",
4102
+ "vs/base/common/glob",
4103
+ "vs/base/common/network",
4104
+ "vs/base/common/path",
4105
+ "vs/base/common/resources",
4106
+ "vs/base/common/strings"
4107
+ ],
4108
+ "===anonymous53===": [
4109
+ "vs/editor/common/modes/modesRegistry.nls",
4110
+ "vs/editor/common/modes/modesRegistry.nls.keys"
4111
+ ],
4112
+ "vs/editor/common/modes/modesRegistry.nls": [],
4113
+ "vs/editor/common/modes/modesRegistry.nls.keys": [],
4114
4114
  "vs/editor/standalone/common/monarch/monarchCommon": [
4115
4115
  "require",
4116
4116
  "exports"
@@ -4126,12 +4126,6 @@
4126
4126
  "vs/platform/instantiation/common/extensions",
4127
4127
  "vs/nls!vs/editor/browser/core/keybindingCancellation"
4128
4128
  ],
4129
- "vs/editor/common/commands/surroundSelectionCommand": [
4130
- "require",
4131
- "exports",
4132
- "vs/editor/common/core/range",
4133
- "vs/editor/common/core/selection"
4134
- ],
4135
4129
  "vs/editor/browser/controller/pointerHandler": [
4136
4130
  "require",
4137
4131
  "exports",
@@ -4440,11 +4434,6 @@
4440
4434
  ],
4441
4435
  "vs/editor/common/view/editorColorRegistry.nls": [],
4442
4436
  "vs/editor/common/view/editorColorRegistry.nls.keys": [],
4443
- "vs/editor/common/viewModel/modelLineProjectionData": [
4444
- "require",
4445
- "exports",
4446
- "vs/editor/common/core/position"
4447
- ],
4448
4437
  "vs/editor/common/modes/textToHtmlTokenizer": [
4449
4438
  "require",
4450
4439
  "exports",
@@ -4485,6 +4474,11 @@
4485
4474
  "vs/editor/common/viewModel/prefixSumComputer",
4486
4475
  "vs/editor/common/viewModel/viewModel"
4487
4476
  ],
4477
+ "vs/editor/common/viewModel/modelLineProjectionData": [
4478
+ "require",
4479
+ "exports",
4480
+ "vs/editor/common/core/position"
4481
+ ],
4488
4482
  "vs/base/browser/event": [
4489
4483
  "require",
4490
4484
  "exports",
@@ -4734,26 +4728,12 @@
4734
4728
  "vs/editor/common/services/modelService",
4735
4729
  "vs/platform/commands/common/commands"
4736
4730
  ],
4737
- "vs/base/browser/dnd": [
4731
+ "vs/editor/common/commands/surroundSelectionCommand": [
4738
4732
  "require",
4739
4733
  "exports",
4740
- "vs/base/common/mime"
4741
- ],
4742
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
4743
- "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
4744
- "===anonymous59===": [
4745
- "vs/base/browser/ui/actionbar/actionViewItems.nls",
4746
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
4747
- ],
4748
- "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
4749
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
4750
- "vs/nls!vs/base/common/actions": [],
4751
- "===anonymous60===": [
4752
- "vs/base/common/actions.nls",
4753
- "vs/base/common/actions.nls.keys"
4734
+ "vs/editor/common/core/range",
4735
+ "vs/editor/common/core/selection"
4754
4736
  ],
4755
- "vs/base/common/actions.nls": [],
4756
- "vs/base/common/actions.nls.keys": [],
4757
4737
  "vs/editor/contrib/find/findDecorations": [
4758
4738
  "require",
4759
4739
  "exports",
@@ -4773,21 +4753,6 @@
4773
4753
  "exports",
4774
4754
  "vs/base/common/search"
4775
4755
  ],
4776
- "vs/editor/contrib/folding/foldingRanges": [
4777
- "require",
4778
- "exports"
4779
- ],
4780
- "vs/editor/common/model/utils": [
4781
- "require",
4782
- "exports"
4783
- ],
4784
- "vs/nls!vs/editor/contrib/folding/foldingDecorations": [],
4785
- "===anonymous61===": [
4786
- "vs/editor/contrib/folding/foldingDecorations.nls",
4787
- "vs/editor/contrib/folding/foldingDecorations.nls.keys"
4788
- ],
4789
- "vs/editor/contrib/folding/foldingDecorations.nls": [],
4790
- "vs/editor/contrib/folding/foldingDecorations.nls.keys": [],
4791
4756
  "vs/base/browser/ui/findinput/findInputCheckboxes": [
4792
4757
  "require",
4793
4758
  "exports",
@@ -4819,12 +4784,27 @@
4819
4784
  "exports"
4820
4785
  ],
4821
4786
  "vs/css!vs/editor/contrib/find/findWidget": [],
4822
- "===anonymous62===": [
4787
+ "===anonymous59===": [
4823
4788
  "vs/editor/contrib/find/findWidget.nls",
4824
4789
  "vs/editor/contrib/find/findWidget.nls.keys"
4825
4790
  ],
4826
4791
  "vs/editor/contrib/find/findWidget.nls": [],
4827
4792
  "vs/editor/contrib/find/findWidget.nls.keys": [],
4793
+ "vs/editor/common/model/utils": [
4794
+ "require",
4795
+ "exports"
4796
+ ],
4797
+ "vs/editor/contrib/folding/foldingRanges": [
4798
+ "require",
4799
+ "exports"
4800
+ ],
4801
+ "vs/nls!vs/editor/contrib/folding/foldingDecorations": [],
4802
+ "===anonymous60===": [
4803
+ "vs/editor/contrib/folding/foldingDecorations.nls",
4804
+ "vs/editor/contrib/folding/foldingDecorations.nls.keys"
4805
+ ],
4806
+ "vs/editor/contrib/folding/foldingDecorations.nls": [],
4807
+ "vs/editor/contrib/folding/foldingDecorations.nls.keys": [],
4828
4808
  "vs/editor/contrib/inlineCompletions/inlineCompletionsModel": [
4829
4809
  "require",
4830
4810
  "exports",
@@ -4860,13 +4840,33 @@
4860
4840
  "exports"
4861
4841
  ],
4862
4842
  "vs/css!vs/editor/contrib/inlineCompletions/ghostText": [],
4863
- "vs/base/common/idGenerator": [
4843
+ "vs/base/browser/dnd": [
4864
4844
  "require",
4865
- "exports"
4845
+ "exports",
4846
+ "vs/base/common/mime"
4866
4847
  ],
4867
- "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4868
- "===anonymous63===": [
4869
- "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4848
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
4849
+ "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
4850
+ "===anonymous61===": [
4851
+ "vs/base/browser/ui/actionbar/actionViewItems.nls",
4852
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
4853
+ ],
4854
+ "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
4855
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
4856
+ "vs/nls!vs/base/common/actions": [],
4857
+ "===anonymous62===": [
4858
+ "vs/base/common/actions.nls",
4859
+ "vs/base/common/actions.nls.keys"
4860
+ ],
4861
+ "vs/base/common/actions.nls": [],
4862
+ "vs/base/common/actions.nls.keys": [],
4863
+ "vs/base/common/idGenerator": [
4864
+ "require",
4865
+ "exports"
4866
+ ],
4867
+ "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4868
+ "===anonymous63===": [
4869
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4870
4870
  "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
4871
4871
  ],
4872
4872
  "vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
@@ -4929,6 +4929,31 @@
4929
4929
  ],
4930
4930
  "vs/editor/contrib/peekView/peekView.nls": [],
4931
4931
  "vs/editor/contrib/peekView/peekView.nls.keys": [],
4932
+ "vs/base/common/labels": [
4933
+ "require",
4934
+ "exports",
4935
+ "vs/base/common/extpath",
4936
+ "vs/base/common/network",
4937
+ "vs/base/common/platform",
4938
+ "vs/base/common/resources",
4939
+ "vs/base/common/uri"
4940
+ ],
4941
+ "vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget": [],
4942
+ "vs/platform/severityIcon/common/severityIcon": [
4943
+ "require",
4944
+ "exports",
4945
+ "vs/base/common/codicons",
4946
+ "vs/base/common/severity",
4947
+ "vs/platform/theme/common/colorRegistry",
4948
+ "vs/platform/theme/common/themeService"
4949
+ ],
4950
+ "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
4951
+ "===anonymous67===": [
4952
+ "vs/editor/contrib/gotoError/gotoErrorWidget.nls",
4953
+ "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
4954
+ ],
4955
+ "vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
4956
+ "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
4932
4957
  "vs/base/browser/ui/hover/hoverWidget": [
4933
4958
  "require",
4934
4959
  "exports",
@@ -5013,31 +5038,6 @@
5013
5038
  "vs/base/common/lifecycle",
5014
5039
  "vs/editor/browser/config/configuration"
5015
5040
  ],
5016
- "vs/base/common/labels": [
5017
- "require",
5018
- "exports",
5019
- "vs/base/common/extpath",
5020
- "vs/base/common/network",
5021
- "vs/base/common/platform",
5022
- "vs/base/common/resources",
5023
- "vs/base/common/uri"
5024
- ],
5025
- "vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget": [],
5026
- "vs/platform/severityIcon/common/severityIcon": [
5027
- "require",
5028
- "exports",
5029
- "vs/base/common/codicons",
5030
- "vs/base/common/severity",
5031
- "vs/platform/theme/common/colorRegistry",
5032
- "vs/platform/theme/common/themeService"
5033
- ],
5034
- "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
5035
- "===anonymous67===": [
5036
- "vs/editor/contrib/gotoError/gotoErrorWidget.nls",
5037
- "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
5038
- ],
5039
- "vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
5040
- "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
5041
5041
  "vs/base/browser/globalMouseMoveMonitor": [
5042
5042
  "require",
5043
5043
  "exports",
@@ -5088,6 +5088,64 @@
5088
5088
  ],
5089
5089
  "vs/editor/contrib/rename/renameInputField.nls": [],
5090
5090
  "vs/editor/contrib/rename/renameInputField.nls.keys": [],
5091
+ "vs/nls!vs/editor/common/config/commonEditorConfig": [],
5092
+ "vs/base/common/collections": [
5093
+ "require",
5094
+ "exports"
5095
+ ],
5096
+ "===anonymous71===": [
5097
+ "vs/editor/common/config/commonEditorConfig.nls",
5098
+ "vs/editor/common/config/commonEditorConfig.nls.keys"
5099
+ ],
5100
+ "vs/editor/common/config/commonEditorConfig.nls": [],
5101
+ "vs/editor/common/config/commonEditorConfig.nls.keys": [],
5102
+ "vs/editor/contrib/hover/getHover": [
5103
+ "require",
5104
+ "exports",
5105
+ "vs/base/common/async",
5106
+ "vs/base/common/cancellation",
5107
+ "vs/base/common/errors",
5108
+ "vs/editor/browser/editorExtensions",
5109
+ "vs/editor/common/modes"
5110
+ ],
5111
+ "vs/nls!vs/editor/contrib/hover/markdownHoverParticipant": [],
5112
+ "===anonymous72===": [
5113
+ "vs/editor/contrib/hover/markdownHoverParticipant.nls",
5114
+ "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys"
5115
+ ],
5116
+ "vs/editor/contrib/hover/markdownHoverParticipant.nls": [],
5117
+ "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys": [],
5118
+ "vs/platform/opener/browser/link": [
5119
+ "require",
5120
+ "exports",
5121
+ "vs/base/browser/dom",
5122
+ "vs/base/browser/event",
5123
+ "vs/base/browser/keyboardEvent",
5124
+ "vs/base/browser/touch",
5125
+ "vs/base/common/event",
5126
+ "vs/base/common/lifecycle",
5127
+ "vs/platform/opener/common/opener",
5128
+ "vs/platform/theme/common/colorRegistry",
5129
+ "vs/platform/theme/common/themeService"
5130
+ ],
5131
+ "vs/css!vs/editor/contrib/unicodeHighlighter/bannerController": [],
5132
+ "vs/editor/common/services/semanticTokensDto": [
5133
+ "require",
5134
+ "exports",
5135
+ "vs/base/common/buffer",
5136
+ "vs/base/common/platform"
5137
+ ],
5138
+ "vs/nls!vs/platform/contextkey/common/contextkeys": [],
5139
+ "===anonymous73===": [
5140
+ "vs/platform/contextkey/common/contextkeys.nls",
5141
+ "vs/platform/contextkey/common/contextkeys.nls.keys"
5142
+ ],
5143
+ "vs/platform/contextkey/common/contextkeys.nls": [],
5144
+ "vs/platform/contextkey/common/contextkeys.nls.keys": [],
5145
+ "vs/base/browser/iframe": [
5146
+ "require",
5147
+ "exports"
5148
+ ],
5091
5149
  "vs/base/common/filters": [
5092
5150
  "require",
5093
5151
  "exports",
@@ -5095,12 +5153,26 @@
5095
5153
  "vs/base/common/strings"
5096
5154
  ],
5097
5155
  "vs/nls!vs/editor/contrib/suggest/suggest": [],
5098
- "===anonymous71===": [
5156
+ "===anonymous74===": [
5099
5157
  "vs/editor/contrib/suggest/suggest.nls",
5100
5158
  "vs/editor/contrib/suggest/suggest.nls.keys"
5101
5159
  ],
5102
5160
  "vs/editor/contrib/suggest/suggest.nls": [],
5103
5161
  "vs/editor/contrib/suggest/suggest.nls.keys": [],
5162
+ "vs/editor/contrib/suggest/wordDistance": [
5163
+ "require",
5164
+ "exports",
5165
+ "vs/base/common/arrays",
5166
+ "vs/editor/common/core/range",
5167
+ "vs/editor/contrib/smartSelect/bracketSelections"
5168
+ ],
5169
+ "vs/editor/contrib/suggest/completionModel": [
5170
+ "require",
5171
+ "exports",
5172
+ "vs/base/common/arrays",
5173
+ "vs/base/common/filters",
5174
+ "vs/base/common/strings"
5175
+ ],
5104
5176
  "vs/editor/contrib/snippet/snippetVariables": [
5105
5177
  "require",
5106
5178
  "exports",
@@ -5115,19 +5187,36 @@
5115
5187
  "vs/platform/workspaces/common/workspaces"
5116
5188
  ],
5117
5189
  "vs/css!vs/editor/contrib/snippet/snippetSession": [],
5118
- "vs/editor/contrib/suggest/wordDistance": [
5190
+ "vs/base/common/errorMessage": [
5119
5191
  "require",
5120
5192
  "exports",
5121
5193
  "vs/base/common/arrays",
5122
- "vs/editor/common/core/range",
5123
- "vs/editor/contrib/smartSelect/bracketSelections"
5194
+ "vs/base/common/types",
5195
+ "vs/nls!vs/base/common/errorMessage"
5124
5196
  ],
5125
- "vs/editor/contrib/suggest/completionModel": [
5197
+ "vs/nls!vs/platform/quickinput/browser/commandsQuickAccess": [],
5198
+ "vs/platform/quickinput/browser/pickerQuickAccess": [
5199
+ "require",
5200
+ "exports",
5201
+ "vs/base/common/async",
5202
+ "vs/base/common/cancellation",
5203
+ "vs/base/common/lifecycle"
5204
+ ],
5205
+ "===anonymous75===": [
5206
+ "vs/platform/quickinput/browser/commandsQuickAccess.nls",
5207
+ "vs/platform/quickinput/browser/commandsQuickAccess.nls.keys"
5208
+ ],
5209
+ "vs/platform/quickinput/browser/commandsQuickAccess.nls": [],
5210
+ "vs/platform/quickinput/browser/commandsQuickAccess.nls.keys": [],
5211
+ "vs/base/browser/ui/list/listPaging": [
5126
5212
  "require",
5127
5213
  "exports",
5128
5214
  "vs/base/common/arrays",
5129
- "vs/base/common/filters",
5130
- "vs/base/common/strings"
5215
+ "vs/base/common/cancellation",
5216
+ "vs/base/common/event",
5217
+ "vs/base/common/lifecycle",
5218
+ "vs/base/browser/ui/list/listWidget",
5219
+ "vs/css!vs/base/browser/ui/list/list"
5131
5220
  ],
5132
5221
  "vs/base/browser/ui/list/listWidget": [
5133
5222
  "require",
@@ -5153,158 +5242,58 @@
5153
5242
  "vs/base/browser/ui/list/listView",
5154
5243
  "vs/css!vs/base/browser/ui/list/list"
5155
5244
  ],
5156
- "vs/editor/contrib/suggest/suggestWidgetStatus": [
5157
- "require",
5158
- "exports",
5159
- "vs/base/browser/dom",
5160
- "vs/base/browser/ui/actionbar/actionbar",
5161
- "vs/base/common/lifecycle",
5162
- "vs/editor/contrib/suggest/suggest",
5163
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus",
5164
- "vs/platform/actions/browser/menuEntryActionViewItem",
5165
- "vs/platform/actions/common/actions",
5166
- "vs/platform/contextkey/common/contextkey",
5167
- "vs/platform/instantiation/common/instantiation"
5168
- ],
5169
- "vs/nls!vs/editor/contrib/suggest/suggestWidget": [],
5170
- "vs/platform/theme/common/styler": [
5171
- "require",
5172
- "exports",
5173
- "vs/platform/theme/common/colorRegistry"
5174
- ],
5175
- "vs/editor/contrib/suggest/resizable": [
5176
- "require",
5177
- "exports",
5178
- "vs/base/browser/dom",
5179
- "vs/base/browser/ui/sash/sash",
5180
- "vs/base/common/event",
5181
- "vs/base/common/lifecycle"
5182
- ],
5183
- "vs/editor/contrib/suggest/suggestWidgetDetails": [
5184
- "require",
5185
- "exports",
5186
- "vs/base/browser/browser",
5187
- "vs/base/browser/dom",
5188
- "vs/base/browser/ui/scrollbar/scrollableElement",
5189
- "vs/base/common/codicons",
5190
- "vs/base/common/event",
5191
- "vs/base/common/htmlContent",
5192
- "vs/base/common/lifecycle",
5193
- "vs/editor/browser/core/markdownRenderer",
5194
- "vs/editor/common/config/editorOptions",
5195
- "vs/editor/contrib/suggest/resizable",
5196
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails",
5197
- "vs/platform/instantiation/common/instantiation"
5198
- ],
5199
- "vs/editor/contrib/suggest/suggestWidgetRenderer": [
5245
+ "vs/base/browser/ui/table/tableWidget": [
5200
5246
  "require",
5201
5247
  "exports",
5202
- "vs/base/browser/browser",
5203
5248
  "vs/base/browser/dom",
5204
- "vs/base/browser/ui/iconLabel/iconLabel",
5205
- "vs/base/common/arrays",
5206
- "vs/base/common/codicons",
5249
+ "vs/base/browser/ui/list/listWidget",
5250
+ "vs/base/browser/ui/splitview/splitview",
5207
5251
  "vs/base/common/event",
5208
- "vs/base/common/filters",
5209
5252
  "vs/base/common/lifecycle",
5210
- "vs/base/common/uri",
5211
- "vs/editor/common/config/editorOptions",
5212
- "vs/editor/common/modes",
5213
- "vs/editor/common/services/getIconClasses",
5214
- "vs/editor/common/services/modelService",
5215
- "vs/editor/common/services/languageService",
5216
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetRenderer",
5217
- "vs/platform/files/common/files",
5218
- "vs/platform/theme/common/iconRegistry",
5219
- "vs/platform/theme/common/themeService",
5220
- "vs/editor/contrib/suggest/suggestWidgetDetails"
5221
- ],
5222
- "vs/css!vs/editor/contrib/suggest/media/suggest": [],
5223
- "===anonymous72===": [
5224
- "vs/editor/contrib/suggest/suggestWidget.nls",
5225
- "vs/editor/contrib/suggest/suggestWidget.nls.keys"
5226
- ],
5227
- "vs/editor/contrib/suggest/suggestWidget.nls": [],
5228
- "vs/editor/contrib/suggest/suggestWidget.nls.keys": [],
5229
- "vs/nls!vs/editor/common/config/commonEditorConfig": [],
5230
- "vs/base/common/collections": [
5231
- "require",
5232
- "exports"
5233
- ],
5234
- "===anonymous73===": [
5235
- "vs/editor/common/config/commonEditorConfig.nls",
5236
- "vs/editor/common/config/commonEditorConfig.nls.keys"
5253
+ "vs/css!vs/base/browser/ui/table/table"
5237
5254
  ],
5238
- "vs/editor/common/config/commonEditorConfig.nls": [],
5239
- "vs/editor/common/config/commonEditorConfig.nls.keys": [],
5240
- "vs/editor/contrib/hover/getHover": [
5255
+ "vs/base/browser/ui/tree/asyncDataTree": [
5241
5256
  "require",
5242
5257
  "exports",
5258
+ "vs/base/browser/ui/list/listView",
5259
+ "vs/base/browser/ui/tree/abstractTree",
5260
+ "vs/base/browser/ui/tree/indexTreeModel",
5261
+ "vs/base/browser/ui/tree/objectTree",
5262
+ "vs/base/browser/ui/tree/tree",
5243
5263
  "vs/base/common/async",
5244
- "vs/base/common/cancellation",
5264
+ "vs/base/common/codicons",
5245
5265
  "vs/base/common/errors",
5246
- "vs/editor/browser/editorExtensions",
5247
- "vs/editor/common/modes"
5248
- ],
5249
- "vs/nls!vs/editor/contrib/hover/markdownHoverParticipant": [],
5250
- "===anonymous74===": [
5251
- "vs/editor/contrib/hover/markdownHoverParticipant.nls",
5252
- "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys"
5253
- ],
5254
- "vs/editor/contrib/hover/markdownHoverParticipant.nls": [],
5255
- "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys": [],
5256
- "vs/platform/opener/browser/link": [
5257
- "require",
5258
- "exports",
5259
- "vs/base/browser/dom",
5260
- "vs/base/browser/event",
5261
- "vs/base/browser/keyboardEvent",
5262
- "vs/base/browser/touch",
5263
5266
  "vs/base/common/event",
5264
- "vs/base/common/lifecycle",
5265
- "vs/platform/opener/common/opener",
5266
- "vs/platform/theme/common/colorRegistry",
5267
- "vs/platform/theme/common/themeService"
5267
+ "vs/base/common/iterator",
5268
+ "vs/base/common/lifecycle"
5268
5269
  ],
5269
- "vs/css!vs/editor/contrib/unicodeHighlighter/bannerController": [],
5270
- "vs/editor/common/services/semanticTokensDto": [
5270
+ "vs/base/browser/ui/tree/dataTree": [
5271
5271
  "require",
5272
5272
  "exports",
5273
- "vs/base/common/buffer",
5274
- "vs/base/common/platform"
5275
- ],
5276
- "vs/nls!vs/platform/contextkey/common/contextkeys": [],
5277
- "===anonymous75===": [
5278
- "vs/platform/contextkey/common/contextkeys.nls",
5279
- "vs/platform/contextkey/common/contextkeys.nls.keys"
5280
- ],
5281
- "vs/platform/contextkey/common/contextkeys.nls": [],
5282
- "vs/platform/contextkey/common/contextkeys.nls.keys": [],
5283
- "vs/base/browser/iframe": [
5284
- "require",
5285
- "exports"
5273
+ "vs/base/browser/ui/tree/abstractTree",
5274
+ "vs/base/browser/ui/tree/objectTreeModel"
5286
5275
  ],
5287
- "vs/base/common/errorMessage": [
5276
+ "vs/base/browser/ui/tree/objectTree": [
5288
5277
  "require",
5289
5278
  "exports",
5290
- "vs/base/common/arrays",
5291
- "vs/base/common/types",
5292
- "vs/nls!vs/base/common/errorMessage"
5279
+ "vs/base/browser/ui/tree/abstractTree",
5280
+ "vs/base/browser/ui/tree/compressedObjectTreeModel",
5281
+ "vs/base/browser/ui/tree/objectTreeModel",
5282
+ "vs/base/common/decorators",
5283
+ "vs/base/common/iterator"
5293
5284
  ],
5294
- "vs/nls!vs/platform/quickinput/browser/commandsQuickAccess": [],
5295
- "vs/platform/quickinput/browser/pickerQuickAccess": [
5285
+ "vs/nls!vs/platform/list/browser/listService": [],
5286
+ "vs/platform/theme/common/styler": [
5296
5287
  "require",
5297
5288
  "exports",
5298
- "vs/base/common/async",
5299
- "vs/base/common/cancellation",
5300
- "vs/base/common/lifecycle"
5289
+ "vs/platform/theme/common/colorRegistry"
5301
5290
  ],
5302
5291
  "===anonymous76===": [
5303
- "vs/platform/quickinput/browser/commandsQuickAccess.nls",
5304
- "vs/platform/quickinput/browser/commandsQuickAccess.nls.keys"
5292
+ "vs/platform/list/browser/listService.nls",
5293
+ "vs/platform/list/browser/listService.nls.keys"
5305
5294
  ],
5306
- "vs/platform/quickinput/browser/commandsQuickAccess.nls": [],
5307
- "vs/platform/quickinput/browser/commandsQuickAccess.nls.keys": [],
5295
+ "vs/platform/list/browser/listService.nls": [],
5296
+ "vs/platform/list/browser/listService.nls.keys": [],
5308
5297
  "vs/base/browser/ui/splitview/splitview": [
5309
5298
  "require",
5310
5299
  "exports",
@@ -5340,71 +5329,82 @@
5340
5329
  "vs/platform/theme/common/themeService",
5341
5330
  "vs/editor/contrib/gotoSymbol/referencesModel"
5342
5331
  ],
5343
- "vs/nls!vs/editor/contrib/gotoSymbol/peek/referencesWidget": [],
5344
- "vs/css!vs/editor/contrib/gotoSymbol/peek/referencesWidget": [],
5345
- "===anonymous77===": [
5346
- "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls",
5347
- "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls.keys"
5348
- ],
5349
- "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls": [],
5350
- "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls.keys": [],
5351
- "vs/base/browser/ui/list/listPaging": [
5352
- "require",
5353
- "exports",
5354
- "vs/base/common/arrays",
5355
- "vs/base/common/cancellation",
5356
- "vs/base/common/event",
5357
- "vs/base/common/lifecycle",
5358
- "vs/base/browser/ui/list/listWidget",
5359
- "vs/css!vs/base/browser/ui/list/list"
5332
+ "vs/nls!vs/editor/contrib/gotoSymbol/peek/referencesWidget": [],
5333
+ "vs/css!vs/editor/contrib/gotoSymbol/peek/referencesWidget": [],
5334
+ "===anonymous77===": [
5335
+ "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls",
5336
+ "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls.keys"
5360
5337
  ],
5361
- "vs/base/browser/ui/table/tableWidget": [
5338
+ "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls": [],
5339
+ "vs/editor/contrib/gotoSymbol/peek/referencesWidget.nls.keys": [],
5340
+ "vs/editor/contrib/suggest/suggestWidgetStatus": [
5362
5341
  "require",
5363
5342
  "exports",
5364
5343
  "vs/base/browser/dom",
5365
- "vs/base/browser/ui/list/listWidget",
5366
- "vs/base/browser/ui/splitview/splitview",
5367
- "vs/base/common/event",
5344
+ "vs/base/browser/ui/actionbar/actionbar",
5368
5345
  "vs/base/common/lifecycle",
5369
- "vs/css!vs/base/browser/ui/table/table"
5346
+ "vs/editor/contrib/suggest/suggest",
5347
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus",
5348
+ "vs/platform/actions/browser/menuEntryActionViewItem",
5349
+ "vs/platform/actions/common/actions",
5350
+ "vs/platform/contextkey/common/contextkey",
5351
+ "vs/platform/instantiation/common/instantiation"
5370
5352
  ],
5371
- "vs/base/browser/ui/tree/asyncDataTree": [
5353
+ "vs/nls!vs/editor/contrib/suggest/suggestWidget": [],
5354
+ "vs/editor/contrib/suggest/resizable": [
5372
5355
  "require",
5373
5356
  "exports",
5374
- "vs/base/browser/ui/list/listView",
5375
- "vs/base/browser/ui/tree/abstractTree",
5376
- "vs/base/browser/ui/tree/indexTreeModel",
5377
- "vs/base/browser/ui/tree/objectTree",
5378
- "vs/base/browser/ui/tree/tree",
5379
- "vs/base/common/async",
5380
- "vs/base/common/codicons",
5381
- "vs/base/common/errors",
5357
+ "vs/base/browser/dom",
5358
+ "vs/base/browser/ui/sash/sash",
5382
5359
  "vs/base/common/event",
5383
- "vs/base/common/iterator",
5384
5360
  "vs/base/common/lifecycle"
5385
5361
  ],
5386
- "vs/base/browser/ui/tree/dataTree": [
5362
+ "vs/editor/contrib/suggest/suggestWidgetDetails": [
5387
5363
  "require",
5388
5364
  "exports",
5389
- "vs/base/browser/ui/tree/abstractTree",
5390
- "vs/base/browser/ui/tree/objectTreeModel"
5365
+ "vs/base/browser/browser",
5366
+ "vs/base/browser/dom",
5367
+ "vs/base/browser/ui/scrollbar/scrollableElement",
5368
+ "vs/base/common/codicons",
5369
+ "vs/base/common/event",
5370
+ "vs/base/common/htmlContent",
5371
+ "vs/base/common/lifecycle",
5372
+ "vs/editor/browser/core/markdownRenderer",
5373
+ "vs/editor/common/config/editorOptions",
5374
+ "vs/editor/contrib/suggest/resizable",
5375
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails",
5376
+ "vs/platform/instantiation/common/instantiation"
5391
5377
  ],
5392
- "vs/base/browser/ui/tree/objectTree": [
5378
+ "vs/editor/contrib/suggest/suggestWidgetRenderer": [
5393
5379
  "require",
5394
5380
  "exports",
5395
- "vs/base/browser/ui/tree/abstractTree",
5396
- "vs/base/browser/ui/tree/compressedObjectTreeModel",
5397
- "vs/base/browser/ui/tree/objectTreeModel",
5398
- "vs/base/common/decorators",
5399
- "vs/base/common/iterator"
5381
+ "vs/base/browser/browser",
5382
+ "vs/base/browser/dom",
5383
+ "vs/base/browser/ui/iconLabel/iconLabel",
5384
+ "vs/base/common/arrays",
5385
+ "vs/base/common/codicons",
5386
+ "vs/base/common/event",
5387
+ "vs/base/common/filters",
5388
+ "vs/base/common/lifecycle",
5389
+ "vs/base/common/uri",
5390
+ "vs/editor/common/config/editorOptions",
5391
+ "vs/editor/common/modes",
5392
+ "vs/editor/common/services/getIconClasses",
5393
+ "vs/editor/common/services/modelService",
5394
+ "vs/editor/common/services/languageService",
5395
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetRenderer",
5396
+ "vs/platform/files/common/files",
5397
+ "vs/platform/theme/common/iconRegistry",
5398
+ "vs/platform/theme/common/themeService",
5399
+ "vs/editor/contrib/suggest/suggestWidgetDetails"
5400
5400
  ],
5401
- "vs/nls!vs/platform/list/browser/listService": [],
5401
+ "vs/css!vs/editor/contrib/suggest/media/suggest": [],
5402
5402
  "===anonymous78===": [
5403
- "vs/platform/list/browser/listService.nls",
5404
- "vs/platform/list/browser/listService.nls.keys"
5403
+ "vs/editor/contrib/suggest/suggestWidget.nls",
5404
+ "vs/editor/contrib/suggest/suggestWidget.nls.keys"
5405
5405
  ],
5406
- "vs/platform/list/browser/listService.nls": [],
5407
- "vs/platform/list/browser/listService.nls.keys": [],
5406
+ "vs/editor/contrib/suggest/suggestWidget.nls": [],
5407
+ "vs/editor/contrib/suggest/suggestWidget.nls.keys": [],
5408
5408
  "vs/base/worker/defaultWorkerFactory": [
5409
5409
  "require",
5410
5410
  "exports",
@@ -5924,6 +5924,14 @@
5924
5924
  ],
5925
5925
  "vs/editor/contrib/snippet/snippetVariables.nls": [],
5926
5926
  "vs/editor/contrib/snippet/snippetVariables.nls.keys": [],
5927
+ "vs/nls!vs/base/common/errorMessage": [],
5928
+ "===anonymous91===": [
5929
+ "vs/base/common/errorMessage.nls",
5930
+ "vs/base/common/errorMessage.nls.keys"
5931
+ ],
5932
+ "vs/base/common/errorMessage.nls": [],
5933
+ "vs/base/common/errorMessage.nls.keys": [],
5934
+ "vs/css!vs/base/browser/ui/list/list": [],
5927
5935
  "vs/base/browser/ui/list/splice": [
5928
5936
  "require",
5929
5937
  "exports"
@@ -5952,82 +5960,6 @@
5952
5960
  "vs/base/browser/ui/list/rangeMap",
5953
5961
  "vs/base/browser/ui/list/rowCache"
5954
5962
  ],
5955
- "vs/css!vs/base/browser/ui/list/list": [],
5956
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus": [],
5957
- "===anonymous91===": [
5958
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls",
5959
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys"
5960
- ],
5961
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls": [],
5962
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys": [],
5963
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails": [],
5964
- "===anonymous92===": [
5965
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls",
5966
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys"
5967
- ],
5968
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls": [],
5969
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys": [],
5970
- "vs/base/browser/ui/iconLabel/iconLabel": [
5971
- "require",
5972
- "exports",
5973
- "vs/base/browser/dom",
5974
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
5975
- "vs/base/browser/ui/iconLabel/iconLabelHover",
5976
- "vs/base/common/lifecycle",
5977
- "vs/base/common/objects",
5978
- "vs/base/common/range",
5979
- "vs/css!vs/base/browser/ui/iconLabel/iconlabel"
5980
- ],
5981
- "vs/editor/common/services/getIconClasses": [
5982
- "require",
5983
- "exports",
5984
- "vs/base/common/network",
5985
- "vs/base/common/resources",
5986
- "vs/editor/common/modes/modesRegistry",
5987
- "vs/platform/files/common/files"
5988
- ],
5989
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetRenderer": [],
5990
- "vs/platform/files/common/files": [
5991
- "require",
5992
- "exports"
5993
- ],
5994
- "===anonymous93===": [
5995
- "vs/editor/contrib/suggest/suggestWidgetRenderer.nls",
5996
- "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys"
5997
- ],
5998
- "vs/editor/contrib/suggest/suggestWidgetRenderer.nls": [],
5999
- "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys": [],
6000
- "vs/nls!vs/base/common/errorMessage": [],
6001
- "===anonymous94===": [
6002
- "vs/base/common/errorMessage.nls",
6003
- "vs/base/common/errorMessage.nls.keys"
6004
- ],
6005
- "vs/base/common/errorMessage.nls": [],
6006
- "vs/base/common/errorMessage.nls.keys": [],
6007
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
6008
- "vs/base/browser/ui/countBadge/countBadge": [
6009
- "require",
6010
- "exports",
6011
- "vs/base/browser/dom",
6012
- "vs/base/common/color",
6013
- "vs/base/common/objects",
6014
- "vs/base/common/strings",
6015
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
6016
- ],
6017
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
6018
- "require",
6019
- "exports",
6020
- "vs/base/browser/dom",
6021
- "vs/base/browser/ui/iconLabel/iconLabels",
6022
- "vs/base/common/objects"
6023
- ],
6024
- "vs/nls!vs/editor/contrib/gotoSymbol/peek/referencesTree": [],
6025
- "===anonymous95===": [
6026
- "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls",
6027
- "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls.keys"
6028
- ],
6029
- "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls": [],
6030
- "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls.keys": [],
6031
5963
  "vs/css!vs/base/browser/ui/table/table": [],
6032
5964
  "vs/base/browser/ui/tree/abstractTree": [
6033
5965
  "require",
@@ -6081,6 +6013,74 @@
6081
6013
  "vs/base/common/event",
6082
6014
  "vs/base/common/iterator"
6083
6015
  ],
6016
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
6017
+ "vs/base/browser/ui/countBadge/countBadge": [
6018
+ "require",
6019
+ "exports",
6020
+ "vs/base/browser/dom",
6021
+ "vs/base/common/color",
6022
+ "vs/base/common/objects",
6023
+ "vs/base/common/strings",
6024
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
6025
+ ],
6026
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
6027
+ "require",
6028
+ "exports",
6029
+ "vs/base/browser/dom",
6030
+ "vs/base/browser/ui/iconLabel/iconLabels",
6031
+ "vs/base/common/objects"
6032
+ ],
6033
+ "vs/base/browser/ui/iconLabel/iconLabel": [
6034
+ "require",
6035
+ "exports",
6036
+ "vs/base/browser/dom",
6037
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6038
+ "vs/base/browser/ui/iconLabel/iconLabelHover",
6039
+ "vs/base/common/lifecycle",
6040
+ "vs/base/common/objects",
6041
+ "vs/base/common/range",
6042
+ "vs/css!vs/base/browser/ui/iconLabel/iconlabel"
6043
+ ],
6044
+ "vs/nls!vs/editor/contrib/gotoSymbol/peek/referencesTree": [],
6045
+ "===anonymous92===": [
6046
+ "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls",
6047
+ "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls.keys"
6048
+ ],
6049
+ "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls": [],
6050
+ "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls.keys": [],
6051
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus": [],
6052
+ "===anonymous93===": [
6053
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls",
6054
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys"
6055
+ ],
6056
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls": [],
6057
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys": [],
6058
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails": [],
6059
+ "===anonymous94===": [
6060
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls",
6061
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys"
6062
+ ],
6063
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls": [],
6064
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys": [],
6065
+ "vs/editor/common/services/getIconClasses": [
6066
+ "require",
6067
+ "exports",
6068
+ "vs/base/common/network",
6069
+ "vs/base/common/resources",
6070
+ "vs/editor/common/modes/modesRegistry",
6071
+ "vs/platform/files/common/files"
6072
+ ],
6073
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetRenderer": [],
6074
+ "vs/platform/files/common/files": [
6075
+ "require",
6076
+ "exports"
6077
+ ],
6078
+ "===anonymous95===": [
6079
+ "vs/editor/contrib/suggest/suggestWidgetRenderer.nls",
6080
+ "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys"
6081
+ ],
6082
+ "vs/editor/contrib/suggest/suggestWidgetRenderer.nls": [],
6083
+ "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys": [],
6084
6084
  "vs/editor/browser/services/abstractCodeEditorService": [
6085
6085
  "require",
6086
6086
  "exports",
@@ -6340,6 +6340,15 @@
6340
6340
  "exports",
6341
6341
  "vs/base/browser/dom"
6342
6342
  ],
6343
+ "vs/nls!vs/base/browser/ui/tree/abstractTree": [],
6344
+ "vs/css!vs/base/browser/ui/tree/media/tree": [],
6345
+ "===anonymous102===": [
6346
+ "vs/base/browser/ui/tree/abstractTree.nls",
6347
+ "vs/base/browser/ui/tree/abstractTree.nls.keys"
6348
+ ],
6349
+ "vs/base/browser/ui/tree/abstractTree.nls": [],
6350
+ "vs/base/browser/ui/tree/abstractTree.nls.keys": [],
6351
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
6343
6352
  "vs/base/browser/ui/iconLabel/iconLabelHover": [
6344
6353
  "require",
6345
6354
  "exports",
@@ -6353,15 +6362,6 @@
6353
6362
  "vs/nls!vs/base/browser/ui/iconLabel/iconLabelHover"
6354
6363
  ],
6355
6364
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
6356
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
6357
- "vs/nls!vs/base/browser/ui/tree/abstractTree": [],
6358
- "vs/css!vs/base/browser/ui/tree/media/tree": [],
6359
- "===anonymous102===": [
6360
- "vs/base/browser/ui/tree/abstractTree.nls",
6361
- "vs/base/browser/ui/tree/abstractTree.nls.keys"
6362
- ],
6363
- "vs/base/browser/ui/tree/abstractTree.nls": [],
6364
- "vs/base/browser/ui/tree/abstractTree.nls.keys": [],
6365
6365
  "vs/nls!vs/base/browser/ui/menu/menu": [],
6366
6366
  "===anonymous103===": [
6367
6367
  "vs/base/browser/ui/menu/menu.nls",