monaco-editor-core 0.31.0-dev.20211127 → 0.31.0-dev.20211128

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 (43) hide show
  1. package/dev/bundleInfo.json +238 -238
  2. package/dev/nls.metadata.json +190 -190
  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
  43. package/version.txt +1 -1
@@ -1944,81 +1944,6 @@
1944
1944
  ],
1945
1945
  "vs/editor/contrib/format/format.nls": [],
1946
1946
  "vs/editor/contrib/format/format.nls.keys": [],
1947
- "vs/nls!vs/editor/browser/controller/coreCommands": [],
1948
- "vs/base/browser/browser": [
1949
- "require",
1950
- "exports",
1951
- "vs/base/common/event"
1952
- ],
1953
- "vs/editor/common/controller/cursorColumnSelection": [
1954
- "require",
1955
- "exports",
1956
- "vs/editor/common/controller/cursorCommon",
1957
- "vs/editor/common/core/position",
1958
- "vs/editor/common/core/range"
1959
- ],
1960
- "vs/editor/common/controller/cursorCommon": [
1961
- "require",
1962
- "exports",
1963
- "vs/base/common/errors",
1964
- "vs/editor/common/core/position",
1965
- "vs/editor/common/core/range",
1966
- "vs/editor/common/core/selection",
1967
- "vs/editor/common/model/textModel",
1968
- "vs/editor/common/modes/languageConfigurationRegistry",
1969
- "vs/editor/common/controller/cursorColumns"
1970
- ],
1971
- "vs/editor/common/controller/cursorDeleteOperations": [
1972
- "require",
1973
- "exports",
1974
- "vs/base/common/strings",
1975
- "vs/editor/common/commands/replaceCommand",
1976
- "vs/editor/common/controller/cursorCommon",
1977
- "vs/editor/common/controller/cursorMoveOperations",
1978
- "vs/editor/common/core/range",
1979
- "vs/editor/common/core/position"
1980
- ],
1981
- "vs/editor/common/controller/cursorMoveCommands": [
1982
- "require",
1983
- "exports",
1984
- "vs/base/common/types",
1985
- "vs/editor/common/controller/cursorCommon",
1986
- "vs/editor/common/controller/cursorMoveOperations",
1987
- "vs/editor/common/controller/cursorWordOperations",
1988
- "vs/editor/common/core/position",
1989
- "vs/editor/common/core/range"
1990
- ],
1991
- "vs/editor/common/controller/cursorTypeOperations": [
1992
- "require",
1993
- "exports",
1994
- "vs/base/common/errors",
1995
- "vs/base/common/strings",
1996
- "vs/editor/common/commands/replaceCommand",
1997
- "vs/editor/common/commands/shiftCommand",
1998
- "vs/editor/common/commands/surroundSelectionCommand",
1999
- "vs/editor/common/controller/cursorCommon",
2000
- "vs/editor/common/controller/wordCharacterClassifier",
2001
- "vs/editor/common/core/range",
2002
- "vs/editor/common/core/selection",
2003
- "vs/editor/common/core/position",
2004
- "vs/editor/common/modes/languageConfiguration",
2005
- "vs/editor/common/modes/languageConfigurationRegistry",
2006
- "vs/editor/common/modes/supports"
2007
- ],
2008
- "vs/platform/keybinding/common/keybindingsRegistry": [
2009
- "require",
2010
- "exports",
2011
- "vs/base/common/keybindings",
2012
- "vs/base/common/platform",
2013
- "vs/platform/commands/common/commands",
2014
- "vs/platform/registry/common/platform"
2015
- ],
2016
- "===anonymous5===": [
2017
- "vs/editor/browser/controller/coreCommands.nls",
2018
- "vs/editor/browser/controller/coreCommands.nls.keys"
2019
- ],
2020
- "vs/editor/browser/controller/coreCommands.nls": [],
2021
- "vs/editor/browser/controller/coreCommands.nls.keys": [],
2022
1947
  "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2023
1948
  "vs/base/common/network": [
2024
1949
  "require",
@@ -2090,6 +2015,17 @@
2090
2015
  "vs/base/common/lifecycle",
2091
2016
  "vs/editor/common/viewModel/viewModelEventDispatcher"
2092
2017
  ],
2018
+ "vs/editor/common/controller/cursorCommon": [
2019
+ "require",
2020
+ "exports",
2021
+ "vs/base/common/errors",
2022
+ "vs/editor/common/core/position",
2023
+ "vs/editor/common/core/range",
2024
+ "vs/editor/common/core/selection",
2025
+ "vs/editor/common/model/textModel",
2026
+ "vs/editor/common/modes/languageConfigurationRegistry",
2027
+ "vs/editor/common/controller/cursorColumns"
2028
+ ],
2093
2029
  "vs/editor/common/editorAction": [
2094
2030
  "require",
2095
2031
  "exports"
@@ -2166,7 +2102,7 @@
2166
2102
  "vs/editor/browser/editorExtensions"
2167
2103
  ],
2168
2104
  "vs/css!vs/editor/browser/widget/media/editor": [],
2169
- "===anonymous6===": [
2105
+ "===anonymous5===": [
2170
2106
  "vs/editor/browser/widget/codeEditorWidget.nls",
2171
2107
  "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2172
2108
  ],
@@ -2321,7 +2257,7 @@
2321
2257
  "vs/platform/theme/common/themeService"
2322
2258
  ],
2323
2259
  "vs/css!vs/editor/browser/widget/media/diffEditor": [],
2324
- "===anonymous7===": [
2260
+ "===anonymous6===": [
2325
2261
  "vs/editor/browser/widget/diffEditorWidget.nls",
2326
2262
  "vs/editor/browser/widget/diffEditorWidget.nls.keys"
2327
2263
  ],
@@ -2344,7 +2280,7 @@
2344
2280
  ],
2345
2281
  "vs/nls!vs/editor/contrib/anchorSelect/anchorSelect": [],
2346
2282
  "vs/css!vs/editor/contrib/anchorSelect/anchorSelect": [],
2347
- "===anonymous8===": [
2283
+ "===anonymous7===": [
2348
2284
  "vs/editor/contrib/anchorSelect/anchorSelect.nls",
2349
2285
  "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys"
2350
2286
  ],
@@ -2366,7 +2302,7 @@
2366
2302
  "vs/platform/theme/common/themeService"
2367
2303
  ],
2368
2304
  "vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
2369
- "===anonymous9===": [
2305
+ "===anonymous8===": [
2370
2306
  "vs/editor/contrib/bracketMatching/bracketMatching.nls",
2371
2307
  "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
2372
2308
  ],
@@ -2379,7 +2315,7 @@
2379
2315
  "vs/editor/common/core/selection"
2380
2316
  ],
2381
2317
  "vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
2382
- "===anonymous10===": [
2318
+ "===anonymous9===": [
2383
2319
  "vs/editor/contrib/caretOperations/caretOperations.nls",
2384
2320
  "vs/editor/contrib/caretOperations/caretOperations.nls.keys"
2385
2321
  ],
@@ -2400,12 +2336,17 @@
2400
2336
  "vs/editor/common/controller/cursorAtomicMoveOperations"
2401
2337
  ],
2402
2338
  "vs/nls!vs/editor/contrib/caretOperations/transpose": [],
2403
- "===anonymous11===": [
2339
+ "===anonymous10===": [
2404
2340
  "vs/editor/contrib/caretOperations/transpose.nls",
2405
2341
  "vs/editor/contrib/caretOperations/transpose.nls.keys"
2406
2342
  ],
2407
2343
  "vs/editor/contrib/caretOperations/transpose.nls": [],
2408
2344
  "vs/editor/contrib/caretOperations/transpose.nls.keys": [],
2345
+ "vs/base/browser/browser": [
2346
+ "require",
2347
+ "exports",
2348
+ "vs/base/common/event"
2349
+ ],
2409
2350
  "vs/editor/browser/controller/textAreaInput": [
2410
2351
  "require",
2411
2352
  "exports",
@@ -2422,7 +2363,7 @@
2422
2363
  "vs/editor/common/core/selection"
2423
2364
  ],
2424
2365
  "vs/nls!vs/editor/contrib/clipboard/clipboard": [],
2425
- "===anonymous12===": [
2366
+ "===anonymous11===": [
2426
2367
  "vs/editor/contrib/clipboard/clipboard.nls",
2427
2368
  "vs/editor/contrib/clipboard/clipboard.nls.keys"
2428
2369
  ],
@@ -2452,57 +2393,6 @@
2452
2393
  "vs/editor/contrib/codeAction/codeActionModel",
2453
2394
  "vs/editor/contrib/codeAction/types"
2454
2395
  ],
2455
- "vs/editor/common/modes/languageFeatureRegistry": [
2456
- "require",
2457
- "exports",
2458
- "vs/base/common/event",
2459
- "vs/base/common/hash",
2460
- "vs/base/common/lifecycle",
2461
- "vs/base/common/map",
2462
- "vs/base/common/numbers",
2463
- "vs/editor/common/modes/languageSelector",
2464
- "vs/editor/common/services/modelService"
2465
- ],
2466
- "vs/editor/contrib/codelens/codelens": [
2467
- "require",
2468
- "exports",
2469
- "vs/base/common/cancellation",
2470
- "vs/base/common/errors",
2471
- "vs/base/common/lifecycle",
2472
- "vs/base/common/types",
2473
- "vs/base/common/uri",
2474
- "vs/editor/common/modes",
2475
- "vs/editor/common/services/modelService",
2476
- "vs/platform/commands/common/commands"
2477
- ],
2478
- "vs/editor/contrib/codelens/codeLensCache": [
2479
- "require",
2480
- "exports",
2481
- "vs/base/common/async",
2482
- "vs/base/common/functional",
2483
- "vs/base/common/map",
2484
- "vs/editor/common/core/range",
2485
- "vs/editor/contrib/codelens/codelens",
2486
- "vs/platform/instantiation/common/extensions",
2487
- "vs/platform/instantiation/common/instantiation",
2488
- "vs/platform/storage/common/storage"
2489
- ],
2490
- "vs/editor/contrib/codelens/codelensWidget": [
2491
- "require",
2492
- "exports",
2493
- "vs/base/browser/dom",
2494
- "vs/base/browser/ui/iconLabel/iconLabels",
2495
- "vs/editor/common/core/range",
2496
- "vs/editor/common/model/textModel",
2497
- "vs/css!vs/editor/contrib/codelens/codelensWidget"
2498
- ],
2499
- "vs/nls!vs/editor/contrib/codelens/codelensController": [],
2500
- "===anonymous13===": [
2501
- "vs/editor/contrib/codelens/codelensController.nls",
2502
- "vs/editor/contrib/codelens/codelensController.nls.keys"
2503
- ],
2504
- "vs/editor/contrib/codelens/codelensController.nls": [],
2505
- "vs/editor/contrib/codelens/codelensController.nls.keys": [],
2506
2396
  "vs/editor/contrib/colorPicker/colorDetector": [
2507
2397
  "require",
2508
2398
  "exports",
@@ -2540,7 +2430,7 @@
2540
2430
  "vs/editor/contrib/comment/blockCommentCommand"
2541
2431
  ],
2542
2432
  "vs/nls!vs/editor/contrib/comment/comment": [],
2543
- "===anonymous14===": [
2433
+ "===anonymous12===": [
2544
2434
  "vs/editor/contrib/comment/comment.nls",
2545
2435
  "vs/editor/contrib/comment/comment.nls.keys"
2546
2436
  ],
@@ -2568,14 +2458,14 @@
2568
2458
  "vs/nls!vs/base/common/actions"
2569
2459
  ],
2570
2460
  "vs/nls!vs/editor/contrib/contextmenu/contextmenu": [],
2571
- "===anonymous15===": [
2461
+ "===anonymous13===": [
2572
2462
  "vs/editor/contrib/contextmenu/contextmenu.nls",
2573
2463
  "vs/editor/contrib/contextmenu/contextmenu.nls.keys"
2574
2464
  ],
2575
2465
  "vs/editor/contrib/contextmenu/contextmenu.nls": [],
2576
2466
  "vs/editor/contrib/contextmenu/contextmenu.nls.keys": [],
2577
2467
  "vs/nls!vs/editor/contrib/cursorUndo/cursorUndo": [],
2578
- "===anonymous16===": [
2468
+ "===anonymous14===": [
2579
2469
  "vs/editor/contrib/cursorUndo/cursorUndo.nls",
2580
2470
  "vs/editor/contrib/cursorUndo/cursorUndo.nls.keys"
2581
2471
  ],
@@ -2648,7 +2538,7 @@
2648
2538
  "vs/css!vs/editor/contrib/find/findWidget"
2649
2539
  ],
2650
2540
  "vs/nls!vs/editor/contrib/find/findController": [],
2651
- "===anonymous17===": [
2541
+ "===anonymous15===": [
2652
2542
  "vs/editor/contrib/find/findController.nls",
2653
2543
  "vs/editor/contrib/find/findController.nls.keys"
2654
2544
  ],
@@ -2698,7 +2588,7 @@
2698
2588
  "vs/editor/contrib/folding/foldingRanges"
2699
2589
  ],
2700
2590
  "vs/css!vs/editor/contrib/folding/folding": [],
2701
- "===anonymous18===": [
2591
+ "===anonymous16===": [
2702
2592
  "vs/editor/contrib/folding/folding.nls",
2703
2593
  "vs/editor/contrib/folding/folding.nls.keys"
2704
2594
  ],
@@ -2710,14 +2600,14 @@
2710
2600
  "vs/base/common/event"
2711
2601
  ],
2712
2602
  "vs/nls!vs/editor/contrib/fontZoom/fontZoom": [],
2713
- "===anonymous19===": [
2603
+ "===anonymous17===": [
2714
2604
  "vs/editor/contrib/fontZoom/fontZoom.nls",
2715
2605
  "vs/editor/contrib/fontZoom/fontZoom.nls.keys"
2716
2606
  ],
2717
2607
  "vs/editor/contrib/fontZoom/fontZoom.nls": [],
2718
2608
  "vs/editor/contrib/fontZoom/fontZoom.nls.keys": [],
2719
2609
  "vs/nls!vs/editor/contrib/format/formatActions": [],
2720
- "===anonymous20===": [
2610
+ "===anonymous18===": [
2721
2611
  "vs/editor/contrib/format/formatActions.nls",
2722
2612
  "vs/editor/contrib/format/formatActions.nls.keys"
2723
2613
  ],
@@ -2777,66 +2667,128 @@
2777
2667
  "vs/css!vs/editor/contrib/inlineCompletions/ghostText"
2778
2668
  ],
2779
2669
  "vs/nls!vs/editor/contrib/inlineCompletions/ghostTextController": [],
2780
- "===anonymous21===": [
2670
+ "vs/platform/keybinding/common/keybindingsRegistry": [
2671
+ "require",
2672
+ "exports",
2673
+ "vs/base/common/keybindings",
2674
+ "vs/base/common/platform",
2675
+ "vs/platform/commands/common/commands",
2676
+ "vs/platform/registry/common/platform"
2677
+ ],
2678
+ "===anonymous19===": [
2781
2679
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls",
2782
2680
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys"
2783
2681
  ],
2784
2682
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls": [],
2785
2683
  "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys": [],
2786
- "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2684
+ "vs/nls!vs/editor/browser/controller/coreCommands": [],
2685
+ "vs/editor/common/controller/cursorColumnSelection": [
2787
2686
  "require",
2788
2687
  "exports",
2789
- "vs/base/common/objects",
2790
- "vs/editor/browser/services/codeEditorService",
2791
- "vs/editor/browser/widget/codeEditorWidget",
2792
- "vs/platform/commands/common/commands",
2793
- "vs/platform/contextkey/common/contextkey",
2794
- "vs/platform/instantiation/common/instantiation",
2795
- "vs/platform/notification/common/notification",
2796
- "vs/platform/theme/common/themeService",
2797
- "vs/platform/accessibility/common/accessibility"
2688
+ "vs/editor/common/controller/cursorCommon",
2689
+ "vs/editor/common/core/position",
2690
+ "vs/editor/common/core/range"
2798
2691
  ],
2799
- "vs/editor/contrib/gotoSymbol/referencesModel": [
2692
+ "vs/editor/common/controller/cursorDeleteOperations": [
2693
+ "require",
2694
+ "exports",
2695
+ "vs/base/common/strings",
2696
+ "vs/editor/common/commands/replaceCommand",
2697
+ "vs/editor/common/controller/cursorCommon",
2698
+ "vs/editor/common/controller/cursorMoveOperations",
2699
+ "vs/editor/common/core/range",
2700
+ "vs/editor/common/core/position"
2701
+ ],
2702
+ "vs/editor/common/controller/cursorMoveCommands": [
2703
+ "require",
2704
+ "exports",
2705
+ "vs/base/common/types",
2706
+ "vs/editor/common/controller/cursorCommon",
2707
+ "vs/editor/common/controller/cursorMoveOperations",
2708
+ "vs/editor/common/controller/cursorWordOperations",
2709
+ "vs/editor/common/core/position",
2710
+ "vs/editor/common/core/range"
2711
+ ],
2712
+ "vs/editor/common/controller/cursorTypeOperations": [
2800
2713
  "require",
2801
2714
  "exports",
2802
2715
  "vs/base/common/errors",
2803
- "vs/base/common/event",
2804
- "vs/base/common/idGenerator",
2805
- "vs/base/common/lifecycle",
2806
- "vs/base/common/map",
2807
- "vs/base/common/resources",
2808
2716
  "vs/base/common/strings",
2717
+ "vs/editor/common/commands/replaceCommand",
2718
+ "vs/editor/common/commands/shiftCommand",
2719
+ "vs/editor/common/commands/surroundSelectionCommand",
2720
+ "vs/editor/common/controller/cursorCommon",
2721
+ "vs/editor/common/controller/wordCharacterClassifier",
2809
2722
  "vs/editor/common/core/range",
2810
- "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
2723
+ "vs/editor/common/core/selection",
2724
+ "vs/editor/common/core/position",
2725
+ "vs/editor/common/modes/languageConfiguration",
2726
+ "vs/editor/common/modes/languageConfigurationRegistry",
2727
+ "vs/editor/common/modes/supports"
2811
2728
  ],
2812
- "vs/editor/contrib/gotoSymbol/symbolNavigation": [
2729
+ "===anonymous20===": [
2730
+ "vs/editor/browser/controller/coreCommands.nls",
2731
+ "vs/editor/browser/controller/coreCommands.nls.keys"
2732
+ ],
2733
+ "vs/editor/browser/controller/coreCommands.nls": [],
2734
+ "vs/editor/browser/controller/coreCommands.nls.keys": [],
2735
+ "vs/editor/common/modes/languageFeatureRegistry": [
2813
2736
  "require",
2814
2737
  "exports",
2815
2738
  "vs/base/common/event",
2739
+ "vs/base/common/hash",
2816
2740
  "vs/base/common/lifecycle",
2817
- "vs/base/common/resources",
2818
- "vs/editor/browser/editorExtensions",
2819
- "vs/editor/browser/services/codeEditorService",
2741
+ "vs/base/common/map",
2742
+ "vs/base/common/numbers",
2743
+ "vs/editor/common/modes/languageSelector",
2744
+ "vs/editor/common/services/modelService"
2745
+ ],
2746
+ "vs/editor/contrib/codelens/codelens": [
2747
+ "require",
2748
+ "exports",
2749
+ "vs/base/common/cancellation",
2750
+ "vs/base/common/errors",
2751
+ "vs/base/common/lifecycle",
2752
+ "vs/base/common/types",
2753
+ "vs/base/common/uri",
2754
+ "vs/editor/common/modes",
2755
+ "vs/editor/common/services/modelService",
2756
+ "vs/platform/commands/common/commands"
2757
+ ],
2758
+ "vs/editor/contrib/codelens/codeLensCache": [
2759
+ "require",
2760
+ "exports",
2761
+ "vs/base/common/async",
2762
+ "vs/base/common/functional",
2763
+ "vs/base/common/map",
2820
2764
  "vs/editor/common/core/range",
2821
- "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
2822
- "vs/platform/contextkey/common/contextkey",
2765
+ "vs/editor/contrib/codelens/codelens",
2823
2766
  "vs/platform/instantiation/common/extensions",
2824
2767
  "vs/platform/instantiation/common/instantiation",
2825
- "vs/platform/keybinding/common/keybinding",
2826
- "vs/platform/keybinding/common/keybindingsRegistry",
2827
- "vs/platform/notification/common/notification"
2768
+ "vs/platform/storage/common/storage"
2828
2769
  ],
2829
- "vs/editor/contrib/message/messageController": [
2770
+ "vs/editor/contrib/codelens/codelensWidget": [
2830
2771
  "require",
2831
2772
  "exports",
2832
- "vs/base/browser/ui/aria/aria",
2833
- "vs/base/common/async",
2834
- "vs/base/common/lifecycle",
2835
- "vs/editor/browser/editorExtensions",
2773
+ "vs/base/browser/dom",
2774
+ "vs/base/browser/ui/iconLabel/iconLabels",
2836
2775
  "vs/editor/common/core/range",
2837
- "vs/nls!vs/editor/contrib/message/messageController",
2838
- "vs/platform/contextkey/common/contextkey",
2839
- "vs/css!vs/editor/contrib/message/messageController"
2776
+ "vs/editor/common/model/textModel",
2777
+ "vs/css!vs/editor/contrib/codelens/codelensWidget"
2778
+ ],
2779
+ "vs/nls!vs/editor/contrib/codelens/codelensController": [],
2780
+ "===anonymous21===": [
2781
+ "vs/editor/contrib/codelens/codelensController.nls",
2782
+ "vs/editor/contrib/codelens/codelensController.nls.keys"
2783
+ ],
2784
+ "vs/editor/contrib/codelens/codelensController.nls": [],
2785
+ "vs/editor/contrib/codelens/codelensController.nls.keys": [],
2786
+ "vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
2787
+ "require",
2788
+ "exports",
2789
+ "vs/base/common/event",
2790
+ "vs/base/common/lifecycle",
2791
+ "vs/base/common/platform"
2840
2792
  ],
2841
2793
  "vs/editor/contrib/peekView/peekView": [
2842
2794
  "require",
@@ -2860,7 +2812,7 @@
2860
2812
  "vs/platform/theme/common/colorRegistry",
2861
2813
  "vs/css!vs/editor/contrib/peekView/media/peekViewWidget"
2862
2814
  ],
2863
- "vs/nls!vs/editor/contrib/gotoSymbol/goToCommands": [],
2815
+ "vs/nls!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2864
2816
  "vs/editor/contrib/gotoSymbol/goToSymbol": [
2865
2817
  "require",
2866
2818
  "exports",
@@ -2870,22 +2822,8 @@
2870
2822
  "vs/editor/common/modes",
2871
2823
  "vs/editor/contrib/gotoSymbol/referencesModel"
2872
2824
  ],
2873
- "===anonymous22===": [
2874
- "vs/editor/contrib/gotoSymbol/goToCommands.nls",
2875
- "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys"
2876
- ],
2877
- "vs/editor/contrib/gotoSymbol/goToCommands.nls": [],
2878
- "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
2879
- "vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
2880
- "require",
2881
- "exports",
2882
- "vs/base/common/event",
2883
- "vs/base/common/lifecycle",
2884
- "vs/base/common/platform"
2885
- ],
2886
- "vs/nls!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2887
2825
  "vs/css!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2888
- "===anonymous23===": [
2826
+ "===anonymous22===": [
2889
2827
  "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls",
2890
2828
  "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls.keys"
2891
2829
  ],
@@ -2934,12 +2872,74 @@
2934
2872
  "vs/platform/theme/common/themeService",
2935
2873
  "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget"
2936
2874
  ],
2937
- "===anonymous24===": [
2875
+ "===anonymous23===": [
2938
2876
  "vs/editor/contrib/gotoError/gotoError.nls",
2939
2877
  "vs/editor/contrib/gotoError/gotoError.nls.keys"
2940
2878
  ],
2941
2879
  "vs/editor/contrib/gotoError/gotoError.nls": [],
2942
2880
  "vs/editor/contrib/gotoError/gotoError.nls.keys": [],
2881
+ "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2882
+ "require",
2883
+ "exports",
2884
+ "vs/base/common/objects",
2885
+ "vs/editor/browser/services/codeEditorService",
2886
+ "vs/editor/browser/widget/codeEditorWidget",
2887
+ "vs/platform/commands/common/commands",
2888
+ "vs/platform/contextkey/common/contextkey",
2889
+ "vs/platform/instantiation/common/instantiation",
2890
+ "vs/platform/notification/common/notification",
2891
+ "vs/platform/theme/common/themeService",
2892
+ "vs/platform/accessibility/common/accessibility"
2893
+ ],
2894
+ "vs/editor/contrib/gotoSymbol/referencesModel": [
2895
+ "require",
2896
+ "exports",
2897
+ "vs/base/common/errors",
2898
+ "vs/base/common/event",
2899
+ "vs/base/common/idGenerator",
2900
+ "vs/base/common/lifecycle",
2901
+ "vs/base/common/map",
2902
+ "vs/base/common/resources",
2903
+ "vs/base/common/strings",
2904
+ "vs/editor/common/core/range",
2905
+ "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
2906
+ ],
2907
+ "vs/editor/contrib/gotoSymbol/symbolNavigation": [
2908
+ "require",
2909
+ "exports",
2910
+ "vs/base/common/event",
2911
+ "vs/base/common/lifecycle",
2912
+ "vs/base/common/resources",
2913
+ "vs/editor/browser/editorExtensions",
2914
+ "vs/editor/browser/services/codeEditorService",
2915
+ "vs/editor/common/core/range",
2916
+ "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
2917
+ "vs/platform/contextkey/common/contextkey",
2918
+ "vs/platform/instantiation/common/extensions",
2919
+ "vs/platform/instantiation/common/instantiation",
2920
+ "vs/platform/keybinding/common/keybinding",
2921
+ "vs/platform/keybinding/common/keybindingsRegistry",
2922
+ "vs/platform/notification/common/notification"
2923
+ ],
2924
+ "vs/editor/contrib/message/messageController": [
2925
+ "require",
2926
+ "exports",
2927
+ "vs/base/browser/ui/aria/aria",
2928
+ "vs/base/common/async",
2929
+ "vs/base/common/lifecycle",
2930
+ "vs/editor/browser/editorExtensions",
2931
+ "vs/editor/common/core/range",
2932
+ "vs/nls!vs/editor/contrib/message/messageController",
2933
+ "vs/platform/contextkey/common/contextkey",
2934
+ "vs/css!vs/editor/contrib/message/messageController"
2935
+ ],
2936
+ "vs/nls!vs/editor/contrib/gotoSymbol/goToCommands": [],
2937
+ "===anonymous24===": [
2938
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls",
2939
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys"
2940
+ ],
2941
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls": [],
2942
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
2943
2943
  "vs/editor/contrib/hover/modesContentHover": [
2944
2944
  "require",
2945
2945
  "exports",
@@ -4107,12 +4107,6 @@
4107
4107
  "vs/platform/instantiation/common/extensions",
4108
4108
  "vs/nls!vs/editor/browser/core/keybindingCancellation"
4109
4109
  ],
4110
- "vs/editor/common/commands/surroundSelectionCommand": [
4111
- "require",
4112
- "exports",
4113
- "vs/editor/common/core/range",
4114
- "vs/editor/common/core/selection"
4115
- ],
4116
4110
  "vs/editor/browser/controller/pointerHandler": [
4117
4111
  "require",
4118
4112
  "exports",
@@ -4685,23 +4679,6 @@
4685
4679
  ],
4686
4680
  "vs/editor/contrib/codeAction/codeActionCommands.nls": [],
4687
4681
  "vs/editor/contrib/codeAction/codeActionCommands.nls.keys": [],
4688
- "vs/base/common/numbers": [
4689
- "require",
4690
- "exports"
4691
- ],
4692
- "vs/editor/common/modes/languageSelector": [
4693
- "require",
4694
- "exports",
4695
- "vs/base/common/glob",
4696
- "vs/base/common/path"
4697
- ],
4698
- "vs/base/browser/ui/iconLabel/iconLabels": [
4699
- "require",
4700
- "exports",
4701
- "vs/base/browser/dom",
4702
- "vs/base/common/codicons"
4703
- ],
4704
- "vs/css!vs/editor/contrib/codelens/codelensWidget": [],
4705
4682
  "vs/editor/contrib/colorPicker/color": [
4706
4683
  "require",
4707
4684
  "exports",
@@ -4835,32 +4812,29 @@
4835
4812
  "exports"
4836
4813
  ],
4837
4814
  "vs/css!vs/editor/contrib/inlineCompletions/ghostText": [],
4838
- "vs/base/common/idGenerator": [
4815
+ "vs/editor/common/commands/surroundSelectionCommand": [
4839
4816
  "require",
4840
- "exports"
4817
+ "exports",
4818
+ "vs/editor/common/core/range",
4819
+ "vs/editor/common/core/selection"
4841
4820
  ],
4842
- "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4843
- "===anonymous63===": [
4844
- "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4845
- "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
4821
+ "vs/base/common/numbers": [
4822
+ "require",
4823
+ "exports"
4846
4824
  ],
4847
- "vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
4848
- "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
4849
- "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
4850
- "===anonymous64===": [
4851
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
4852
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
4825
+ "vs/editor/common/modes/languageSelector": [
4826
+ "require",
4827
+ "exports",
4828
+ "vs/base/common/glob",
4829
+ "vs/base/common/path"
4853
4830
  ],
4854
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
4855
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
4856
- "vs/nls!vs/editor/contrib/message/messageController": [],
4857
- "vs/css!vs/editor/contrib/message/messageController": [],
4858
- "===anonymous65===": [
4859
- "vs/editor/contrib/message/messageController.nls",
4860
- "vs/editor/contrib/message/messageController.nls.keys"
4831
+ "vs/base/browser/ui/iconLabel/iconLabels": [
4832
+ "require",
4833
+ "exports",
4834
+ "vs/base/browser/dom",
4835
+ "vs/base/common/codicons"
4861
4836
  ],
4862
- "vs/editor/contrib/message/messageController.nls": [],
4863
- "vs/editor/contrib/message/messageController.nls.keys": [],
4837
+ "vs/css!vs/editor/contrib/codelens/codelensWidget": [],
4864
4838
  "vs/editor/contrib/zoneWidget/zoneWidget": [
4865
4839
  "require",
4866
4840
  "exports",
@@ -4898,7 +4872,7 @@
4898
4872
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
4899
4873
  ],
4900
4874
  "vs/css!vs/editor/contrib/peekView/media/peekViewWidget": [],
4901
- "===anonymous66===": [
4875
+ "===anonymous63===": [
4902
4876
  "vs/editor/contrib/peekView/peekView.nls",
4903
4877
  "vs/editor/contrib/peekView/peekView.nls.keys"
4904
4878
  ],
@@ -4923,12 +4897,38 @@
4923
4897
  "vs/platform/theme/common/themeService"
4924
4898
  ],
4925
4899
  "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
4926
- "===anonymous67===": [
4900
+ "===anonymous64===": [
4927
4901
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls",
4928
4902
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
4929
4903
  ],
4930
4904
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
4931
4905
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
4906
+ "vs/base/common/idGenerator": [
4907
+ "require",
4908
+ "exports"
4909
+ ],
4910
+ "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4911
+ "===anonymous65===": [
4912
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4913
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
4914
+ ],
4915
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
4916
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
4917
+ "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
4918
+ "===anonymous66===": [
4919
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
4920
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
4921
+ ],
4922
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
4923
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
4924
+ "vs/nls!vs/editor/contrib/message/messageController": [],
4925
+ "vs/css!vs/editor/contrib/message/messageController": [],
4926
+ "===anonymous67===": [
4927
+ "vs/editor/contrib/message/messageController.nls",
4928
+ "vs/editor/contrib/message/messageController.nls.keys"
4929
+ ],
4930
+ "vs/editor/contrib/message/messageController.nls": [],
4931
+ "vs/editor/contrib/message/messageController.nls.keys": [],
4932
4932
  "vs/base/browser/ui/hover/hoverWidget": [
4933
4933
  "require",
4934
4934
  "exports",