monaco-editor-core 0.33.0-dev.20220212 → 0.33.0-dev.20220213
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.
- package/dev/bundleInfo.json +235 -235
- package/dev/nls.metadata.json +151 -151
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +1 -1
- package/dev/vs/editor/editor.main.nls.de.js +1 -1
- package/dev/vs/editor/editor.main.nls.es.js +1 -1
- package/dev/vs/editor/editor.main.nls.fr.js +1 -1
- package/dev/vs/editor/editor.main.nls.it.js +1 -1
- package/dev/vs/editor/editor.main.nls.ja.js +1 -1
- package/dev/vs/editor/editor.main.nls.js +1 -1
- package/dev/vs/editor/editor.main.nls.ko.js +1 -1
- package/dev/vs/editor/editor.main.nls.ru.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/dev/vs/loader.js +1 -1
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/editor/editor.main.nls.de.js +1 -1
- package/min/vs/editor/editor.main.nls.es.js +1 -1
- package/min/vs/editor/editor.main.nls.fr.js +1 -1
- package/min/vs/editor/editor.main.nls.it.js +1 -1
- package/min/vs/editor/editor.main.nls.ja.js +1 -1
- package/min/vs/editor/editor.main.nls.js +1 -1
- package/min/vs/editor/editor.main.nls.ko.js +1 -1
- package/min/vs/editor/editor.main.nls.ru.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
package/dev/bundleInfo.json
CHANGED
|
@@ -1940,6 +1940,82 @@
|
|
|
1940
1940
|
],
|
|
1941
1941
|
"vs/editor/contrib/format/browser/format.nls": [],
|
|
1942
1942
|
"vs/editor/contrib/format/browser/format.nls.keys": [],
|
|
1943
|
+
"vs/nls!vs/editor/browser/coreCommands": [],
|
|
1944
|
+
"vs/base/browser/browser": [
|
|
1945
|
+
"require",
|
|
1946
|
+
"exports",
|
|
1947
|
+
"vs/base/common/event",
|
|
1948
|
+
"vs/base/common/lifecycle"
|
|
1949
|
+
],
|
|
1950
|
+
"vs/editor/common/cursor/cursorColumnSelection": [
|
|
1951
|
+
"require",
|
|
1952
|
+
"exports",
|
|
1953
|
+
"vs/editor/common/cursorCommon",
|
|
1954
|
+
"vs/editor/common/core/position",
|
|
1955
|
+
"vs/editor/common/core/range"
|
|
1956
|
+
],
|
|
1957
|
+
"vs/editor/common/cursorCommon": [
|
|
1958
|
+
"require",
|
|
1959
|
+
"exports",
|
|
1960
|
+
"vs/editor/common/core/position",
|
|
1961
|
+
"vs/editor/common/core/range",
|
|
1962
|
+
"vs/editor/common/core/selection",
|
|
1963
|
+
"vs/editor/common/languages/supports",
|
|
1964
|
+
"vs/editor/common/core/cursorColumns",
|
|
1965
|
+
"vs/editor/common/core/indentation"
|
|
1966
|
+
],
|
|
1967
|
+
"vs/editor/common/cursor/cursorDeleteOperations": [
|
|
1968
|
+
"require",
|
|
1969
|
+
"exports",
|
|
1970
|
+
"vs/base/common/strings",
|
|
1971
|
+
"vs/editor/common/commands/replaceCommand",
|
|
1972
|
+
"vs/editor/common/cursorCommon",
|
|
1973
|
+
"vs/editor/common/core/cursorColumns",
|
|
1974
|
+
"vs/editor/common/cursor/cursorMoveOperations",
|
|
1975
|
+
"vs/editor/common/core/range",
|
|
1976
|
+
"vs/editor/common/core/position"
|
|
1977
|
+
],
|
|
1978
|
+
"vs/editor/common/cursor/cursorMoveCommands": [
|
|
1979
|
+
"require",
|
|
1980
|
+
"exports",
|
|
1981
|
+
"vs/base/common/types",
|
|
1982
|
+
"vs/editor/common/cursorCommon",
|
|
1983
|
+
"vs/editor/common/cursor/cursorMoveOperations",
|
|
1984
|
+
"vs/editor/common/cursor/cursorWordOperations",
|
|
1985
|
+
"vs/editor/common/core/position",
|
|
1986
|
+
"vs/editor/common/core/range"
|
|
1987
|
+
],
|
|
1988
|
+
"vs/editor/common/cursor/cursorTypeOperations": [
|
|
1989
|
+
"require",
|
|
1990
|
+
"exports",
|
|
1991
|
+
"vs/base/common/errors",
|
|
1992
|
+
"vs/base/common/strings",
|
|
1993
|
+
"vs/editor/common/commands/replaceCommand",
|
|
1994
|
+
"vs/editor/common/commands/shiftCommand",
|
|
1995
|
+
"vs/editor/common/commands/surroundSelectionCommand",
|
|
1996
|
+
"vs/editor/common/cursorCommon",
|
|
1997
|
+
"vs/editor/common/core/wordCharacterClassifier",
|
|
1998
|
+
"vs/editor/common/core/range",
|
|
1999
|
+
"vs/editor/common/core/selection",
|
|
2000
|
+
"vs/editor/common/core/position",
|
|
2001
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
2002
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2003
|
+
"vs/editor/common/languages/supports"
|
|
2004
|
+
],
|
|
2005
|
+
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2006
|
+
"require",
|
|
2007
|
+
"exports",
|
|
2008
|
+
"vs/base/common/keybindings",
|
|
2009
|
+
"vs/base/common/platform",
|
|
2010
|
+
"vs/platform/commands/common/commands",
|
|
2011
|
+
"vs/platform/registry/common/platform"
|
|
2012
|
+
],
|
|
2013
|
+
"===anonymous5===": [
|
|
2014
|
+
"vs/editor/browser/coreCommands.nls",
|
|
2015
|
+
"vs/editor/browser/coreCommands.nls.keys"
|
|
2016
|
+
],
|
|
2017
|
+
"vs/editor/browser/coreCommands.nls": [],
|
|
2018
|
+
"vs/editor/browser/coreCommands.nls.keys": [],
|
|
1943
2019
|
"vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
|
|
1944
2020
|
"vs/base/common/network": [
|
|
1945
2021
|
"require",
|
|
@@ -2122,7 +2198,7 @@
|
|
|
2122
2198
|
"vs/editor/browser/editorExtensions"
|
|
2123
2199
|
],
|
|
2124
2200
|
"vs/css!vs/editor/browser/widget/media/editor": [],
|
|
2125
|
-
"===
|
|
2201
|
+
"===anonymous6===": [
|
|
2126
2202
|
"vs/editor/browser/widget/codeEditorWidget.nls",
|
|
2127
2203
|
"vs/editor/browser/widget/codeEditorWidget.nls.keys"
|
|
2128
2204
|
],
|
|
@@ -2298,7 +2374,7 @@
|
|
|
2298
2374
|
"vs/platform/theme/common/themeService"
|
|
2299
2375
|
],
|
|
2300
2376
|
"vs/css!vs/editor/browser/widget/media/diffEditor": [],
|
|
2301
|
-
"===
|
|
2377
|
+
"===anonymous7===": [
|
|
2302
2378
|
"vs/editor/browser/widget/diffEditorWidget.nls",
|
|
2303
2379
|
"vs/editor/browser/widget/diffEditorWidget.nls.keys"
|
|
2304
2380
|
],
|
|
@@ -2316,7 +2392,7 @@
|
|
|
2316
2392
|
],
|
|
2317
2393
|
"vs/nls!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2318
2394
|
"vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
|
|
2319
|
-
"===
|
|
2395
|
+
"===anonymous8===": [
|
|
2320
2396
|
"vs/editor/contrib/anchorSelect/browser/anchorSelect.nls",
|
|
2321
2397
|
"vs/editor/contrib/anchorSelect/browser/anchorSelect.nls.keys"
|
|
2322
2398
|
],
|
|
@@ -2339,7 +2415,7 @@
|
|
|
2339
2415
|
"vs/platform/theme/common/themeService"
|
|
2340
2416
|
],
|
|
2341
2417
|
"vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
|
|
2342
|
-
"===
|
|
2418
|
+
"===anonymous9===": [
|
|
2343
2419
|
"vs/editor/contrib/bracketMatching/browser/bracketMatching.nls",
|
|
2344
2420
|
"vs/editor/contrib/bracketMatching/browser/bracketMatching.nls.keys"
|
|
2345
2421
|
],
|
|
@@ -2352,7 +2428,7 @@
|
|
|
2352
2428
|
"vs/editor/common/core/selection"
|
|
2353
2429
|
],
|
|
2354
2430
|
"vs/nls!vs/editor/contrib/caretOperations/browser/caretOperations": [],
|
|
2355
|
-
"===
|
|
2431
|
+
"===anonymous10===": [
|
|
2356
2432
|
"vs/editor/contrib/caretOperations/browser/caretOperations.nls",
|
|
2357
2433
|
"vs/editor/contrib/caretOperations/browser/caretOperations.nls.keys"
|
|
2358
2434
|
],
|
|
@@ -2374,18 +2450,12 @@
|
|
|
2374
2450
|
"vs/editor/common/cursor/cursorAtomicMoveOperations"
|
|
2375
2451
|
],
|
|
2376
2452
|
"vs/nls!vs/editor/contrib/caretOperations/browser/transpose": [],
|
|
2377
|
-
"===
|
|
2453
|
+
"===anonymous11===": [
|
|
2378
2454
|
"vs/editor/contrib/caretOperations/browser/transpose.nls",
|
|
2379
2455
|
"vs/editor/contrib/caretOperations/browser/transpose.nls.keys"
|
|
2380
2456
|
],
|
|
2381
2457
|
"vs/editor/contrib/caretOperations/browser/transpose.nls": [],
|
|
2382
2458
|
"vs/editor/contrib/caretOperations/browser/transpose.nls.keys": [],
|
|
2383
|
-
"vs/base/browser/browser": [
|
|
2384
|
-
"require",
|
|
2385
|
-
"exports",
|
|
2386
|
-
"vs/base/common/event",
|
|
2387
|
-
"vs/base/common/lifecycle"
|
|
2388
|
-
],
|
|
2389
2459
|
"vs/editor/browser/controller/textAreaInput": [
|
|
2390
2460
|
"require",
|
|
2391
2461
|
"exports",
|
|
@@ -2401,7 +2471,7 @@
|
|
|
2401
2471
|
"vs/editor/common/core/selection"
|
|
2402
2472
|
],
|
|
2403
2473
|
"vs/nls!vs/editor/contrib/clipboard/browser/clipboard": [],
|
|
2404
|
-
"===
|
|
2474
|
+
"===anonymous12===": [
|
|
2405
2475
|
"vs/editor/contrib/clipboard/browser/clipboard.nls",
|
|
2406
2476
|
"vs/editor/contrib/clipboard/browser/clipboard.nls.keys"
|
|
2407
2477
|
],
|
|
@@ -2476,7 +2546,7 @@
|
|
|
2476
2546
|
"vs/platform/instantiation/common/instantiation",
|
|
2477
2547
|
"vs/platform/log/common/log"
|
|
2478
2548
|
],
|
|
2479
|
-
"===
|
|
2549
|
+
"===anonymous13===": [
|
|
2480
2550
|
"vs/editor/contrib/codelens/browser/codelensController.nls",
|
|
2481
2551
|
"vs/editor/contrib/codelens/browser/codelensController.nls.keys"
|
|
2482
2552
|
],
|
|
@@ -2538,7 +2608,7 @@
|
|
|
2538
2608
|
"vs/editor/contrib/comment/browser/blockCommentCommand"
|
|
2539
2609
|
],
|
|
2540
2610
|
"vs/nls!vs/editor/contrib/comment/browser/comment": [],
|
|
2541
|
-
"===
|
|
2611
|
+
"===anonymous14===": [
|
|
2542
2612
|
"vs/editor/contrib/comment/browser/comment.nls",
|
|
2543
2613
|
"vs/editor/contrib/comment/browser/comment.nls.keys"
|
|
2544
2614
|
],
|
|
@@ -2566,89 +2636,26 @@
|
|
|
2566
2636
|
"vs/nls!vs/base/common/actions"
|
|
2567
2637
|
],
|
|
2568
2638
|
"vs/nls!vs/editor/contrib/contextmenu/browser/contextmenu": [],
|
|
2569
|
-
"===
|
|
2639
|
+
"===anonymous15===": [
|
|
2570
2640
|
"vs/editor/contrib/contextmenu/browser/contextmenu.nls",
|
|
2571
2641
|
"vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys"
|
|
2572
2642
|
],
|
|
2573
2643
|
"vs/editor/contrib/contextmenu/browser/contextmenu.nls": [],
|
|
2574
2644
|
"vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys": [],
|
|
2575
2645
|
"vs/nls!vs/editor/contrib/cursorUndo/browser/cursorUndo": [],
|
|
2576
|
-
"===
|
|
2646
|
+
"===anonymous16===": [
|
|
2577
2647
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo.nls",
|
|
2578
2648
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo.nls.keys"
|
|
2579
2649
|
],
|
|
2580
2650
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo.nls": [],
|
|
2581
2651
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo.nls.keys": [],
|
|
2582
|
-
"vs/
|
|
2583
|
-
"vs/editor/common/cursor/cursorColumnSelection": [
|
|
2584
|
-
"require",
|
|
2585
|
-
"exports",
|
|
2586
|
-
"vs/editor/common/cursorCommon",
|
|
2587
|
-
"vs/editor/common/core/position",
|
|
2588
|
-
"vs/editor/common/core/range"
|
|
2589
|
-
],
|
|
2590
|
-
"vs/editor/common/cursorCommon": [
|
|
2591
|
-
"require",
|
|
2592
|
-
"exports",
|
|
2593
|
-
"vs/editor/common/core/position",
|
|
2594
|
-
"vs/editor/common/core/range",
|
|
2595
|
-
"vs/editor/common/core/selection",
|
|
2596
|
-
"vs/editor/common/languages/supports",
|
|
2597
|
-
"vs/editor/common/core/cursorColumns",
|
|
2598
|
-
"vs/editor/common/core/indentation"
|
|
2599
|
-
],
|
|
2600
|
-
"vs/editor/common/cursor/cursorDeleteOperations": [
|
|
2652
|
+
"vs/editor/contrib/dnd/browser/dragAndDropCommand": [
|
|
2601
2653
|
"require",
|
|
2602
2654
|
"exports",
|
|
2603
|
-
"vs/base/common/strings",
|
|
2604
|
-
"vs/editor/common/commands/replaceCommand",
|
|
2605
|
-
"vs/editor/common/cursorCommon",
|
|
2606
|
-
"vs/editor/common/core/cursorColumns",
|
|
2607
|
-
"vs/editor/common/cursor/cursorMoveOperations",
|
|
2608
2655
|
"vs/editor/common/core/range",
|
|
2609
|
-
"vs/editor/common/core/
|
|
2610
|
-
],
|
|
2611
|
-
"vs/editor/common/cursor/cursorMoveCommands": [
|
|
2612
|
-
"require",
|
|
2613
|
-
"exports",
|
|
2614
|
-
"vs/base/common/types",
|
|
2615
|
-
"vs/editor/common/cursorCommon",
|
|
2616
|
-
"vs/editor/common/cursor/cursorMoveOperations",
|
|
2617
|
-
"vs/editor/common/cursor/cursorWordOperations",
|
|
2618
|
-
"vs/editor/common/core/position",
|
|
2619
|
-
"vs/editor/common/core/range"
|
|
2620
|
-
],
|
|
2621
|
-
"vs/editor/common/cursor/cursorTypeOperations": [
|
|
2622
|
-
"require",
|
|
2623
|
-
"exports",
|
|
2624
|
-
"vs/base/common/errors",
|
|
2625
|
-
"vs/base/common/strings",
|
|
2626
|
-
"vs/editor/common/commands/replaceCommand",
|
|
2627
|
-
"vs/editor/common/commands/shiftCommand",
|
|
2628
|
-
"vs/editor/common/commands/surroundSelectionCommand",
|
|
2629
|
-
"vs/editor/common/cursorCommon",
|
|
2630
|
-
"vs/editor/common/core/wordCharacterClassifier",
|
|
2631
|
-
"vs/editor/common/core/range",
|
|
2632
|
-
"vs/editor/common/core/selection",
|
|
2633
|
-
"vs/editor/common/core/position",
|
|
2634
|
-
"vs/editor/common/languages/languageConfiguration",
|
|
2635
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2636
|
-
"vs/editor/common/languages/supports"
|
|
2637
|
-
],
|
|
2638
|
-
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2639
|
-
"require",
|
|
2640
|
-
"exports",
|
|
2641
|
-
"vs/base/common/keybindings",
|
|
2642
|
-
"vs/base/common/platform",
|
|
2643
|
-
"vs/platform/commands/common/commands",
|
|
2644
|
-
"vs/platform/registry/common/platform"
|
|
2645
|
-
],
|
|
2646
|
-
"===anonymous16===": [
|
|
2647
|
-
"vs/editor/browser/coreCommands.nls",
|
|
2648
|
-
"vs/editor/browser/coreCommands.nls.keys"
|
|
2656
|
+
"vs/editor/common/core/selection"
|
|
2649
2657
|
],
|
|
2650
|
-
"vs/editor/browser/
|
|
2651
|
-
"vs/editor/browser/coreCommands.nls.keys": [],
|
|
2658
|
+
"vs/css!vs/editor/contrib/dnd/browser/dnd": [],
|
|
2652
2659
|
"vs/editor/contrib/find/browser/findModel": [
|
|
2653
2660
|
"require",
|
|
2654
2661
|
"exports",
|
|
@@ -2823,69 +2830,12 @@
|
|
|
2823
2830
|
"vs/platform/contextkey/common/contextkey",
|
|
2824
2831
|
"vs/platform/opener/common/opener"
|
|
2825
2832
|
],
|
|
2826
|
-
"vs/editor/contrib/
|
|
2827
|
-
"require",
|
|
2828
|
-
"exports",
|
|
2829
|
-
"vs/editor/common/core/range",
|
|
2830
|
-
"vs/editor/common/core/selection"
|
|
2831
|
-
],
|
|
2832
|
-
"vs/css!vs/editor/contrib/dnd/browser/dnd": [],
|
|
2833
|
-
"vs/editor/browser/widget/embeddedCodeEditorWidget": [
|
|
2834
|
-
"require",
|
|
2835
|
-
"exports",
|
|
2836
|
-
"vs/base/common/objects",
|
|
2837
|
-
"vs/editor/browser/services/codeEditorService",
|
|
2838
|
-
"vs/editor/browser/widget/codeEditorWidget",
|
|
2839
|
-
"vs/platform/commands/common/commands",
|
|
2840
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2841
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2842
|
-
"vs/platform/notification/common/notification",
|
|
2843
|
-
"vs/platform/theme/common/themeService",
|
|
2844
|
-
"vs/platform/accessibility/common/accessibility",
|
|
2845
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
2846
|
-
"vs/editor/common/services/languageFeatures"
|
|
2847
|
-
],
|
|
2848
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
2849
|
-
"require",
|
|
2850
|
-
"exports",
|
|
2851
|
-
"vs/base/common/errors",
|
|
2852
|
-
"vs/base/common/event",
|
|
2853
|
-
"vs/base/common/idGenerator",
|
|
2854
|
-
"vs/base/common/lifecycle",
|
|
2855
|
-
"vs/base/common/map",
|
|
2856
|
-
"vs/base/common/resources",
|
|
2857
|
-
"vs/base/common/strings",
|
|
2858
|
-
"vs/editor/common/core/range",
|
|
2859
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel"
|
|
2860
|
-
],
|
|
2861
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
2833
|
+
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
2862
2834
|
"require",
|
|
2863
2835
|
"exports",
|
|
2864
2836
|
"vs/base/common/event",
|
|
2865
2837
|
"vs/base/common/lifecycle",
|
|
2866
|
-
"vs/base/common/
|
|
2867
|
-
"vs/editor/browser/editorExtensions",
|
|
2868
|
-
"vs/editor/browser/services/codeEditorService",
|
|
2869
|
-
"vs/editor/common/core/range",
|
|
2870
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation",
|
|
2871
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2872
|
-
"vs/platform/instantiation/common/extensions",
|
|
2873
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2874
|
-
"vs/platform/keybinding/common/keybinding",
|
|
2875
|
-
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
2876
|
-
"vs/platform/notification/common/notification"
|
|
2877
|
-
],
|
|
2878
|
-
"vs/editor/contrib/message/browser/messageController": [
|
|
2879
|
-
"require",
|
|
2880
|
-
"exports",
|
|
2881
|
-
"vs/base/browser/ui/aria/aria",
|
|
2882
|
-
"vs/base/common/async",
|
|
2883
|
-
"vs/base/common/lifecycle",
|
|
2884
|
-
"vs/editor/browser/editorExtensions",
|
|
2885
|
-
"vs/editor/common/core/range",
|
|
2886
|
-
"vs/nls!vs/editor/contrib/message/browser/messageController",
|
|
2887
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2888
|
-
"vs/css!vs/editor/contrib/message/browser/messageController"
|
|
2838
|
+
"vs/base/common/platform"
|
|
2889
2839
|
],
|
|
2890
2840
|
"vs/editor/contrib/peekView/browser/peekView": [
|
|
2891
2841
|
"require",
|
|
@@ -2909,7 +2859,7 @@
|
|
|
2909
2859
|
"vs/platform/theme/common/colorRegistry",
|
|
2910
2860
|
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
|
|
2911
2861
|
],
|
|
2912
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/
|
|
2862
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
2913
2863
|
"vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
|
|
2914
2864
|
"require",
|
|
2915
2865
|
"exports",
|
|
@@ -2919,22 +2869,8 @@
|
|
|
2919
2869
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel",
|
|
2920
2870
|
"vs/editor/common/services/languageFeatures"
|
|
2921
2871
|
],
|
|
2922
|
-
"===anonymous21===": [
|
|
2923
|
-
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls",
|
|
2924
|
-
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys"
|
|
2925
|
-
],
|
|
2926
|
-
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls": [],
|
|
2927
|
-
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys": [],
|
|
2928
|
-
"vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
|
|
2929
|
-
"require",
|
|
2930
|
-
"exports",
|
|
2931
|
-
"vs/base/common/event",
|
|
2932
|
-
"vs/base/common/lifecycle",
|
|
2933
|
-
"vs/base/common/platform"
|
|
2934
|
-
],
|
|
2935
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
2936
2872
|
"vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
|
|
2937
|
-
"===
|
|
2873
|
+
"===anonymous21===": [
|
|
2938
2874
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls",
|
|
2939
2875
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls.keys"
|
|
2940
2876
|
],
|
|
@@ -2983,7 +2919,7 @@
|
|
|
2983
2919
|
"vs/platform/theme/common/themeService",
|
|
2984
2920
|
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
|
|
2985
2921
|
],
|
|
2986
|
-
"===
|
|
2922
|
+
"===anonymous22===": [
|
|
2987
2923
|
"vs/editor/contrib/gotoError/browser/gotoError.nls",
|
|
2988
2924
|
"vs/editor/contrib/gotoError/browser/gotoError.nls.keys"
|
|
2989
2925
|
],
|
|
@@ -3064,12 +3000,76 @@
|
|
|
3064
3000
|
"vs/platform/theme/common/themeService",
|
|
3065
3001
|
"vs/editor/common/services/languageFeatures"
|
|
3066
3002
|
],
|
|
3067
|
-
"===
|
|
3003
|
+
"===anonymous23===": [
|
|
3068
3004
|
"vs/editor/contrib/hover/browser/hover.nls",
|
|
3069
3005
|
"vs/editor/contrib/hover/browser/hover.nls.keys"
|
|
3070
3006
|
],
|
|
3071
3007
|
"vs/editor/contrib/hover/browser/hover.nls": [],
|
|
3072
3008
|
"vs/editor/contrib/hover/browser/hover.nls.keys": [],
|
|
3009
|
+
"vs/editor/browser/widget/embeddedCodeEditorWidget": [
|
|
3010
|
+
"require",
|
|
3011
|
+
"exports",
|
|
3012
|
+
"vs/base/common/objects",
|
|
3013
|
+
"vs/editor/browser/services/codeEditorService",
|
|
3014
|
+
"vs/editor/browser/widget/codeEditorWidget",
|
|
3015
|
+
"vs/platform/commands/common/commands",
|
|
3016
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3017
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3018
|
+
"vs/platform/notification/common/notification",
|
|
3019
|
+
"vs/platform/theme/common/themeService",
|
|
3020
|
+
"vs/platform/accessibility/common/accessibility",
|
|
3021
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
3022
|
+
"vs/editor/common/services/languageFeatures"
|
|
3023
|
+
],
|
|
3024
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3025
|
+
"require",
|
|
3026
|
+
"exports",
|
|
3027
|
+
"vs/base/common/errors",
|
|
3028
|
+
"vs/base/common/event",
|
|
3029
|
+
"vs/base/common/idGenerator",
|
|
3030
|
+
"vs/base/common/lifecycle",
|
|
3031
|
+
"vs/base/common/map",
|
|
3032
|
+
"vs/base/common/resources",
|
|
3033
|
+
"vs/base/common/strings",
|
|
3034
|
+
"vs/editor/common/core/range",
|
|
3035
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel"
|
|
3036
|
+
],
|
|
3037
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
|
|
3038
|
+
"require",
|
|
3039
|
+
"exports",
|
|
3040
|
+
"vs/base/common/event",
|
|
3041
|
+
"vs/base/common/lifecycle",
|
|
3042
|
+
"vs/base/common/resources",
|
|
3043
|
+
"vs/editor/browser/editorExtensions",
|
|
3044
|
+
"vs/editor/browser/services/codeEditorService",
|
|
3045
|
+
"vs/editor/common/core/range",
|
|
3046
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation",
|
|
3047
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3048
|
+
"vs/platform/instantiation/common/extensions",
|
|
3049
|
+
"vs/platform/instantiation/common/instantiation",
|
|
3050
|
+
"vs/platform/keybinding/common/keybinding",
|
|
3051
|
+
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
3052
|
+
"vs/platform/notification/common/notification"
|
|
3053
|
+
],
|
|
3054
|
+
"vs/editor/contrib/message/browser/messageController": [
|
|
3055
|
+
"require",
|
|
3056
|
+
"exports",
|
|
3057
|
+
"vs/base/browser/ui/aria/aria",
|
|
3058
|
+
"vs/base/common/async",
|
|
3059
|
+
"vs/base/common/lifecycle",
|
|
3060
|
+
"vs/editor/browser/editorExtensions",
|
|
3061
|
+
"vs/editor/common/core/range",
|
|
3062
|
+
"vs/nls!vs/editor/contrib/message/browser/messageController",
|
|
3063
|
+
"vs/platform/contextkey/common/contextkey",
|
|
3064
|
+
"vs/css!vs/editor/contrib/message/browser/messageController"
|
|
3065
|
+
],
|
|
3066
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/goToCommands": [],
|
|
3067
|
+
"===anonymous24===": [
|
|
3068
|
+
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls",
|
|
3069
|
+
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys"
|
|
3070
|
+
],
|
|
3071
|
+
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls": [],
|
|
3072
|
+
"vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys": [],
|
|
3073
3073
|
"vs/editor/common/commands/shiftCommand": [
|
|
3074
3074
|
"require",
|
|
3075
3075
|
"exports",
|
|
@@ -3170,45 +3170,8 @@
|
|
|
3170
3170
|
],
|
|
3171
3171
|
"vs/editor/contrib/lineSelection/browser/lineSelection.nls": [],
|
|
3172
3172
|
"vs/editor/contrib/lineSelection/browser/lineSelection.nls.keys": [],
|
|
3173
|
-
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
|
3174
|
-
"require",
|
|
3175
|
-
"exports",
|
|
3176
|
-
"vs/base/common/strings",
|
|
3177
|
-
"vs/editor/common/core/editOperation",
|
|
3178
|
-
"vs/editor/common/core/range"
|
|
3179
|
-
],
|
|
3180
|
-
"vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
|
|
3181
|
-
"require",
|
|
3182
|
-
"exports",
|
|
3183
|
-
"vs/editor/common/core/range",
|
|
3184
|
-
"vs/editor/common/core/selection"
|
|
3185
|
-
],
|
|
3186
|
-
"vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
|
|
3187
|
-
"require",
|
|
3188
|
-
"exports",
|
|
3189
|
-
"vs/base/common/strings",
|
|
3190
|
-
"vs/editor/common/commands/shiftCommand",
|
|
3191
|
-
"vs/editor/common/core/range",
|
|
3192
|
-
"vs/editor/common/core/selection",
|
|
3193
|
-
"vs/editor/common/languages/languageConfiguration",
|
|
3194
|
-
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
3195
|
-
"vs/editor/contrib/indentation/browser/indentUtils"
|
|
3196
|
-
],
|
|
3197
|
-
"vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
|
|
3198
|
-
"require",
|
|
3199
|
-
"exports",
|
|
3200
|
-
"vs/editor/common/core/editOperation",
|
|
3201
|
-
"vs/editor/common/core/range"
|
|
3202
|
-
],
|
|
3203
|
-
"vs/nls!vs/editor/contrib/linesOperations/browser/linesOperations": [],
|
|
3204
|
-
"===anonymous28===": [
|
|
3205
|
-
"vs/editor/contrib/linesOperations/browser/linesOperations.nls",
|
|
3206
|
-
"vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys"
|
|
3207
|
-
],
|
|
3208
|
-
"vs/editor/contrib/linesOperations/browser/linesOperations.nls": [],
|
|
3209
|
-
"vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys": [],
|
|
3210
3173
|
"vs/nls!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
|
|
3211
|
-
"===
|
|
3174
|
+
"===anonymous28===": [
|
|
3212
3175
|
"vs/editor/contrib/linkedEditing/browser/linkedEditing.nls",
|
|
3213
3176
|
"vs/editor/contrib/linkedEditing/browser/linkedEditing.nls.keys"
|
|
3214
3177
|
],
|
|
@@ -3240,12 +3203,49 @@
|
|
|
3240
3203
|
],
|
|
3241
3204
|
"vs/nls!vs/editor/contrib/links/browser/links": [],
|
|
3242
3205
|
"vs/css!vs/editor/contrib/links/browser/links": [],
|
|
3243
|
-
"===
|
|
3206
|
+
"===anonymous29===": [
|
|
3244
3207
|
"vs/editor/contrib/links/browser/links.nls",
|
|
3245
3208
|
"vs/editor/contrib/links/browser/links.nls.keys"
|
|
3246
3209
|
],
|
|
3247
3210
|
"vs/editor/contrib/links/browser/links.nls": [],
|
|
3248
3211
|
"vs/editor/contrib/links/browser/links.nls.keys": [],
|
|
3212
|
+
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
|
3213
|
+
"require",
|
|
3214
|
+
"exports",
|
|
3215
|
+
"vs/base/common/strings",
|
|
3216
|
+
"vs/editor/common/core/editOperation",
|
|
3217
|
+
"vs/editor/common/core/range"
|
|
3218
|
+
],
|
|
3219
|
+
"vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
|
|
3220
|
+
"require",
|
|
3221
|
+
"exports",
|
|
3222
|
+
"vs/editor/common/core/range",
|
|
3223
|
+
"vs/editor/common/core/selection"
|
|
3224
|
+
],
|
|
3225
|
+
"vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
|
|
3226
|
+
"require",
|
|
3227
|
+
"exports",
|
|
3228
|
+
"vs/base/common/strings",
|
|
3229
|
+
"vs/editor/common/commands/shiftCommand",
|
|
3230
|
+
"vs/editor/common/core/range",
|
|
3231
|
+
"vs/editor/common/core/selection",
|
|
3232
|
+
"vs/editor/common/languages/languageConfiguration",
|
|
3233
|
+
"vs/editor/common/languages/languageConfigurationRegistry",
|
|
3234
|
+
"vs/editor/contrib/indentation/browser/indentUtils"
|
|
3235
|
+
],
|
|
3236
|
+
"vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
|
|
3237
|
+
"require",
|
|
3238
|
+
"exports",
|
|
3239
|
+
"vs/editor/common/core/editOperation",
|
|
3240
|
+
"vs/editor/common/core/range"
|
|
3241
|
+
],
|
|
3242
|
+
"vs/nls!vs/editor/contrib/linesOperations/browser/linesOperations": [],
|
|
3243
|
+
"===anonymous30===": [
|
|
3244
|
+
"vs/editor/contrib/linesOperations/browser/linesOperations.nls",
|
|
3245
|
+
"vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys"
|
|
3246
|
+
],
|
|
3247
|
+
"vs/editor/contrib/linesOperations/browser/linesOperations.nls": [],
|
|
3248
|
+
"vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys": [],
|
|
3249
3249
|
"vs/nls!vs/editor/contrib/multicursor/browser/multicursor": [],
|
|
3250
3250
|
"===anonymous31===": [
|
|
3251
3251
|
"vs/editor/contrib/multicursor/browser/multicursor.nls",
|
|
@@ -4254,6 +4254,12 @@
|
|
|
4254
4254
|
"vs/platform/instantiation/common/extensions",
|
|
4255
4255
|
"vs/nls!vs/editor/contrib/editorState/browser/keybindingCancellation"
|
|
4256
4256
|
],
|
|
4257
|
+
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
4258
|
+
"require",
|
|
4259
|
+
"exports",
|
|
4260
|
+
"vs/editor/common/core/range",
|
|
4261
|
+
"vs/editor/common/core/selection"
|
|
4262
|
+
],
|
|
4257
4263
|
"vs/editor/browser/config/migrateOptions": [
|
|
4258
4264
|
"require",
|
|
4259
4265
|
"exports",
|
|
@@ -5000,12 +5006,6 @@
|
|
|
5000
5006
|
],
|
|
5001
5007
|
"vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
|
|
5002
5008
|
"vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
|
|
5003
|
-
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
5004
|
-
"require",
|
|
5005
|
-
"exports",
|
|
5006
|
-
"vs/editor/common/core/range",
|
|
5007
|
-
"vs/editor/common/core/selection"
|
|
5008
|
-
],
|
|
5009
5009
|
"vs/editor/contrib/inlineCompletions/browser/consts": [
|
|
5010
5010
|
"require",
|
|
5011
5011
|
"exports"
|
|
@@ -5069,32 +5069,6 @@
|
|
|
5069
5069
|
],
|
|
5070
5070
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls": [],
|
|
5071
5071
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys": [],
|
|
5072
|
-
"vs/base/common/idGenerator": [
|
|
5073
|
-
"require",
|
|
5074
|
-
"exports"
|
|
5075
|
-
],
|
|
5076
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
|
|
5077
|
-
"===anonymous65===": [
|
|
5078
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
|
|
5079
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
|
|
5080
|
-
],
|
|
5081
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
|
|
5082
|
-
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
|
|
5083
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
|
|
5084
|
-
"===anonymous66===": [
|
|
5085
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
|
|
5086
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
|
|
5087
|
-
],
|
|
5088
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
|
|
5089
|
-
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
|
|
5090
|
-
"vs/nls!vs/editor/contrib/message/browser/messageController": [],
|
|
5091
|
-
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
5092
|
-
"===anonymous67===": [
|
|
5093
|
-
"vs/editor/contrib/message/browser/messageController.nls",
|
|
5094
|
-
"vs/editor/contrib/message/browser/messageController.nls.keys"
|
|
5095
|
-
],
|
|
5096
|
-
"vs/editor/contrib/message/browser/messageController.nls": [],
|
|
5097
|
-
"vs/editor/contrib/message/browser/messageController.nls.keys": [],
|
|
5098
5072
|
"vs/editor/contrib/zoneWidget/browser/zoneWidget": [
|
|
5099
5073
|
"require",
|
|
5100
5074
|
"exports",
|
|
@@ -5132,7 +5106,7 @@
|
|
|
5132
5106
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
|
|
5133
5107
|
],
|
|
5134
5108
|
"vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
|
|
5135
|
-
"===
|
|
5109
|
+
"===anonymous65===": [
|
|
5136
5110
|
"vs/editor/contrib/peekView/browser/peekView.nls",
|
|
5137
5111
|
"vs/editor/contrib/peekView/browser/peekView.nls.keys"
|
|
5138
5112
|
],
|
|
@@ -5157,7 +5131,7 @@
|
|
|
5157
5131
|
"vs/platform/theme/common/themeService"
|
|
5158
5132
|
],
|
|
5159
5133
|
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
5160
|
-
"===
|
|
5134
|
+
"===anonymous66===": [
|
|
5161
5135
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
|
|
5162
5136
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
|
|
5163
5137
|
],
|
|
@@ -5189,19 +5163,45 @@
|
|
|
5189
5163
|
"vs/editor/common/services/languageFeatures"
|
|
5190
5164
|
],
|
|
5191
5165
|
"vs/nls!vs/editor/contrib/hover/browser/markdownHoverParticipant": [],
|
|
5192
|
-
"===
|
|
5166
|
+
"===anonymous67===": [
|
|
5193
5167
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls",
|
|
5194
5168
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys"
|
|
5195
5169
|
],
|
|
5196
5170
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls": [],
|
|
5197
5171
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys": [],
|
|
5198
5172
|
"vs/nls!vs/editor/contrib/hover/browser/markerHoverParticipant": [],
|
|
5199
|
-
"===
|
|
5173
|
+
"===anonymous68===": [
|
|
5200
5174
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls",
|
|
5201
5175
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys"
|
|
5202
5176
|
],
|
|
5203
5177
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls": [],
|
|
5204
5178
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys": [],
|
|
5179
|
+
"vs/base/common/idGenerator": [
|
|
5180
|
+
"require",
|
|
5181
|
+
"exports"
|
|
5182
|
+
],
|
|
5183
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
|
|
5184
|
+
"===anonymous69===": [
|
|
5185
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
|
|
5186
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
|
|
5187
|
+
],
|
|
5188
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
|
|
5189
|
+
"vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
|
|
5190
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
|
|
5191
|
+
"===anonymous70===": [
|
|
5192
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
|
|
5193
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
|
|
5194
|
+
],
|
|
5195
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
|
|
5196
|
+
"vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
|
|
5197
|
+
"vs/nls!vs/editor/contrib/message/browser/messageController": [],
|
|
5198
|
+
"vs/css!vs/editor/contrib/message/browser/messageController": [],
|
|
5199
|
+
"===anonymous71===": [
|
|
5200
|
+
"vs/editor/contrib/message/browser/messageController.nls",
|
|
5201
|
+
"vs/editor/contrib/message/browser/messageController.nls.keys"
|
|
5202
|
+
],
|
|
5203
|
+
"vs/editor/contrib/message/browser/messageController.nls": [],
|
|
5204
|
+
"vs/editor/contrib/message/browser/messageController.nls.keys": [],
|
|
5205
5205
|
"vs/editor/contrib/inlayHints/browser/inlayHints": [
|
|
5206
5206
|
"require",
|
|
5207
5207
|
"exports",
|