monaco-editor-core 0.31.0-dev.20211204 → 0.31.0-dev.20211205
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 +411 -411
- package/dev/nls.metadata.json +245 -245
- 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/dev/bundleInfo.json
CHANGED
|
@@ -1952,6 +1952,81 @@
|
|
|
1952
1952
|
],
|
|
1953
1953
|
"vs/editor/contrib/format/format.nls": [],
|
|
1954
1954
|
"vs/editor/contrib/format/format.nls.keys": [],
|
|
1955
|
+
"vs/nls!vs/editor/browser/controller/coreCommands": [],
|
|
1956
|
+
"vs/base/browser/browser": [
|
|
1957
|
+
"require",
|
|
1958
|
+
"exports",
|
|
1959
|
+
"vs/base/common/event"
|
|
1960
|
+
],
|
|
1961
|
+
"vs/editor/common/controller/cursorColumnSelection": [
|
|
1962
|
+
"require",
|
|
1963
|
+
"exports",
|
|
1964
|
+
"vs/editor/common/controller/cursorCommon",
|
|
1965
|
+
"vs/editor/common/core/position",
|
|
1966
|
+
"vs/editor/common/core/range"
|
|
1967
|
+
],
|
|
1968
|
+
"vs/editor/common/controller/cursorCommon": [
|
|
1969
|
+
"require",
|
|
1970
|
+
"exports",
|
|
1971
|
+
"vs/base/common/errors",
|
|
1972
|
+
"vs/editor/common/core/position",
|
|
1973
|
+
"vs/editor/common/core/range",
|
|
1974
|
+
"vs/editor/common/core/selection",
|
|
1975
|
+
"vs/editor/common/model/textModel",
|
|
1976
|
+
"vs/editor/common/modes/languageConfigurationRegistry",
|
|
1977
|
+
"vs/editor/common/controller/cursorColumns"
|
|
1978
|
+
],
|
|
1979
|
+
"vs/editor/common/controller/cursorDeleteOperations": [
|
|
1980
|
+
"require",
|
|
1981
|
+
"exports",
|
|
1982
|
+
"vs/base/common/strings",
|
|
1983
|
+
"vs/editor/common/commands/replaceCommand",
|
|
1984
|
+
"vs/editor/common/controller/cursorCommon",
|
|
1985
|
+
"vs/editor/common/controller/cursorMoveOperations",
|
|
1986
|
+
"vs/editor/common/core/range",
|
|
1987
|
+
"vs/editor/common/core/position"
|
|
1988
|
+
],
|
|
1989
|
+
"vs/editor/common/controller/cursorMoveCommands": [
|
|
1990
|
+
"require",
|
|
1991
|
+
"exports",
|
|
1992
|
+
"vs/base/common/types",
|
|
1993
|
+
"vs/editor/common/controller/cursorCommon",
|
|
1994
|
+
"vs/editor/common/controller/cursorMoveOperations",
|
|
1995
|
+
"vs/editor/common/controller/cursorWordOperations",
|
|
1996
|
+
"vs/editor/common/core/position",
|
|
1997
|
+
"vs/editor/common/core/range"
|
|
1998
|
+
],
|
|
1999
|
+
"vs/editor/common/controller/cursorTypeOperations": [
|
|
2000
|
+
"require",
|
|
2001
|
+
"exports",
|
|
2002
|
+
"vs/base/common/errors",
|
|
2003
|
+
"vs/base/common/strings",
|
|
2004
|
+
"vs/editor/common/commands/replaceCommand",
|
|
2005
|
+
"vs/editor/common/commands/shiftCommand",
|
|
2006
|
+
"vs/editor/common/commands/surroundSelectionCommand",
|
|
2007
|
+
"vs/editor/common/controller/cursorCommon",
|
|
2008
|
+
"vs/editor/common/controller/wordCharacterClassifier",
|
|
2009
|
+
"vs/editor/common/core/range",
|
|
2010
|
+
"vs/editor/common/core/selection",
|
|
2011
|
+
"vs/editor/common/core/position",
|
|
2012
|
+
"vs/editor/common/modes/languageConfiguration",
|
|
2013
|
+
"vs/editor/common/modes/languageConfigurationRegistry",
|
|
2014
|
+
"vs/editor/common/modes/supports"
|
|
2015
|
+
],
|
|
2016
|
+
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2017
|
+
"require",
|
|
2018
|
+
"exports",
|
|
2019
|
+
"vs/base/common/keybindings",
|
|
2020
|
+
"vs/base/common/platform",
|
|
2021
|
+
"vs/platform/commands/common/commands",
|
|
2022
|
+
"vs/platform/registry/common/platform"
|
|
2023
|
+
],
|
|
2024
|
+
"===anonymous5===": [
|
|
2025
|
+
"vs/editor/browser/controller/coreCommands.nls",
|
|
2026
|
+
"vs/editor/browser/controller/coreCommands.nls.keys"
|
|
2027
|
+
],
|
|
2028
|
+
"vs/editor/browser/controller/coreCommands.nls": [],
|
|
2029
|
+
"vs/editor/browser/controller/coreCommands.nls.keys": [],
|
|
1955
2030
|
"vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
|
|
1956
2031
|
"vs/base/common/network": [
|
|
1957
2032
|
"require",
|
|
@@ -2023,17 +2098,6 @@
|
|
|
2023
2098
|
"vs/base/common/lifecycle",
|
|
2024
2099
|
"vs/editor/common/viewModel/viewModelEventDispatcher"
|
|
2025
2100
|
],
|
|
2026
|
-
"vs/editor/common/controller/cursorCommon": [
|
|
2027
|
-
"require",
|
|
2028
|
-
"exports",
|
|
2029
|
-
"vs/base/common/errors",
|
|
2030
|
-
"vs/editor/common/core/position",
|
|
2031
|
-
"vs/editor/common/core/range",
|
|
2032
|
-
"vs/editor/common/core/selection",
|
|
2033
|
-
"vs/editor/common/model/textModel",
|
|
2034
|
-
"vs/editor/common/modes/languageConfigurationRegistry",
|
|
2035
|
-
"vs/editor/common/controller/cursorColumns"
|
|
2036
|
-
],
|
|
2037
2101
|
"vs/editor/common/editorAction": [
|
|
2038
2102
|
"require",
|
|
2039
2103
|
"exports"
|
|
@@ -2110,7 +2174,7 @@
|
|
|
2110
2174
|
"vs/editor/browser/editorExtensions"
|
|
2111
2175
|
],
|
|
2112
2176
|
"vs/css!vs/editor/browser/widget/media/editor": [],
|
|
2113
|
-
"===
|
|
2177
|
+
"===anonymous6===": [
|
|
2114
2178
|
"vs/editor/browser/widget/codeEditorWidget.nls",
|
|
2115
2179
|
"vs/editor/browser/widget/codeEditorWidget.nls.keys"
|
|
2116
2180
|
],
|
|
@@ -2265,7 +2329,7 @@
|
|
|
2265
2329
|
"vs/platform/theme/common/themeService"
|
|
2266
2330
|
],
|
|
2267
2331
|
"vs/css!vs/editor/browser/widget/media/diffEditor": [],
|
|
2268
|
-
"===
|
|
2332
|
+
"===anonymous7===": [
|
|
2269
2333
|
"vs/editor/browser/widget/diffEditorWidget.nls",
|
|
2270
2334
|
"vs/editor/browser/widget/diffEditorWidget.nls.keys"
|
|
2271
2335
|
],
|
|
@@ -2283,7 +2347,7 @@
|
|
|
2283
2347
|
],
|
|
2284
2348
|
"vs/nls!vs/editor/contrib/anchorSelect/anchorSelect": [],
|
|
2285
2349
|
"vs/css!vs/editor/contrib/anchorSelect/anchorSelect": [],
|
|
2286
|
-
"===
|
|
2350
|
+
"===anonymous8===": [
|
|
2287
2351
|
"vs/editor/contrib/anchorSelect/anchorSelect.nls",
|
|
2288
2352
|
"vs/editor/contrib/anchorSelect/anchorSelect.nls.keys"
|
|
2289
2353
|
],
|
|
@@ -2305,7 +2369,7 @@
|
|
|
2305
2369
|
"vs/platform/theme/common/themeService"
|
|
2306
2370
|
],
|
|
2307
2371
|
"vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
|
|
2308
|
-
"===
|
|
2372
|
+
"===anonymous9===": [
|
|
2309
2373
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls",
|
|
2310
2374
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
|
|
2311
2375
|
],
|
|
@@ -2318,7 +2382,7 @@
|
|
|
2318
2382
|
"vs/editor/common/core/selection"
|
|
2319
2383
|
],
|
|
2320
2384
|
"vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
|
|
2321
|
-
"===
|
|
2385
|
+
"===anonymous10===": [
|
|
2322
2386
|
"vs/editor/contrib/caretOperations/caretOperations.nls",
|
|
2323
2387
|
"vs/editor/contrib/caretOperations/caretOperations.nls.keys"
|
|
2324
2388
|
],
|
|
@@ -2339,17 +2403,12 @@
|
|
|
2339
2403
|
"vs/editor/common/controller/cursorAtomicMoveOperations"
|
|
2340
2404
|
],
|
|
2341
2405
|
"vs/nls!vs/editor/contrib/caretOperations/transpose": [],
|
|
2342
|
-
"===
|
|
2406
|
+
"===anonymous11===": [
|
|
2343
2407
|
"vs/editor/contrib/caretOperations/transpose.nls",
|
|
2344
2408
|
"vs/editor/contrib/caretOperations/transpose.nls.keys"
|
|
2345
2409
|
],
|
|
2346
2410
|
"vs/editor/contrib/caretOperations/transpose.nls": [],
|
|
2347
2411
|
"vs/editor/contrib/caretOperations/transpose.nls.keys": [],
|
|
2348
|
-
"vs/base/browser/browser": [
|
|
2349
|
-
"require",
|
|
2350
|
-
"exports",
|
|
2351
|
-
"vs/base/common/event"
|
|
2352
|
-
],
|
|
2353
2412
|
"vs/editor/browser/controller/textAreaInput": [
|
|
2354
2413
|
"require",
|
|
2355
2414
|
"exports",
|
|
@@ -2365,7 +2424,7 @@
|
|
|
2365
2424
|
"vs/editor/common/core/selection"
|
|
2366
2425
|
],
|
|
2367
2426
|
"vs/nls!vs/editor/contrib/clipboard/clipboard": [],
|
|
2368
|
-
"===
|
|
2427
|
+
"===anonymous12===": [
|
|
2369
2428
|
"vs/editor/contrib/clipboard/clipboard.nls",
|
|
2370
2429
|
"vs/editor/contrib/clipboard/clipboard.nls.keys"
|
|
2371
2430
|
],
|
|
@@ -2395,6 +2454,57 @@
|
|
|
2395
2454
|
"vs/editor/contrib/codeAction/codeActionModel",
|
|
2396
2455
|
"vs/editor/contrib/codeAction/types"
|
|
2397
2456
|
],
|
|
2457
|
+
"vs/editor/common/modes/languageFeatureRegistry": [
|
|
2458
|
+
"require",
|
|
2459
|
+
"exports",
|
|
2460
|
+
"vs/base/common/event",
|
|
2461
|
+
"vs/base/common/hash",
|
|
2462
|
+
"vs/base/common/lifecycle",
|
|
2463
|
+
"vs/base/common/map",
|
|
2464
|
+
"vs/base/common/numbers",
|
|
2465
|
+
"vs/editor/common/modes/languageSelector",
|
|
2466
|
+
"vs/editor/common/services/modelService"
|
|
2467
|
+
],
|
|
2468
|
+
"vs/editor/contrib/codelens/codelens": [
|
|
2469
|
+
"require",
|
|
2470
|
+
"exports",
|
|
2471
|
+
"vs/base/common/cancellation",
|
|
2472
|
+
"vs/base/common/errors",
|
|
2473
|
+
"vs/base/common/lifecycle",
|
|
2474
|
+
"vs/base/common/types",
|
|
2475
|
+
"vs/base/common/uri",
|
|
2476
|
+
"vs/editor/common/modes",
|
|
2477
|
+
"vs/editor/common/services/modelService",
|
|
2478
|
+
"vs/platform/commands/common/commands"
|
|
2479
|
+
],
|
|
2480
|
+
"vs/editor/contrib/codelens/codeLensCache": [
|
|
2481
|
+
"require",
|
|
2482
|
+
"exports",
|
|
2483
|
+
"vs/base/common/async",
|
|
2484
|
+
"vs/base/common/functional",
|
|
2485
|
+
"vs/base/common/map",
|
|
2486
|
+
"vs/editor/common/core/range",
|
|
2487
|
+
"vs/editor/contrib/codelens/codelens",
|
|
2488
|
+
"vs/platform/instantiation/common/extensions",
|
|
2489
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2490
|
+
"vs/platform/storage/common/storage"
|
|
2491
|
+
],
|
|
2492
|
+
"vs/editor/contrib/codelens/codelensWidget": [
|
|
2493
|
+
"require",
|
|
2494
|
+
"exports",
|
|
2495
|
+
"vs/base/browser/dom",
|
|
2496
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
2497
|
+
"vs/editor/common/core/range",
|
|
2498
|
+
"vs/editor/common/model/textModel",
|
|
2499
|
+
"vs/css!vs/editor/contrib/codelens/codelensWidget"
|
|
2500
|
+
],
|
|
2501
|
+
"vs/nls!vs/editor/contrib/codelens/codelensController": [],
|
|
2502
|
+
"===anonymous13===": [
|
|
2503
|
+
"vs/editor/contrib/codelens/codelensController.nls",
|
|
2504
|
+
"vs/editor/contrib/codelens/codelensController.nls.keys"
|
|
2505
|
+
],
|
|
2506
|
+
"vs/editor/contrib/codelens/codelensController.nls": [],
|
|
2507
|
+
"vs/editor/contrib/codelens/codelensController.nls.keys": [],
|
|
2398
2508
|
"vs/editor/contrib/colorPicker/colorDetector": [
|
|
2399
2509
|
"require",
|
|
2400
2510
|
"exports",
|
|
@@ -2411,65 +2521,33 @@
|
|
|
2411
2521
|
"vs/editor/contrib/colorPicker/color",
|
|
2412
2522
|
"vs/platform/configuration/common/configuration"
|
|
2413
2523
|
],
|
|
2414
|
-
"vs/
|
|
2415
|
-
"vs/editor/common/controller/cursorColumnSelection": [
|
|
2524
|
+
"vs/editor/contrib/comment/blockCommentCommand": [
|
|
2416
2525
|
"require",
|
|
2417
2526
|
"exports",
|
|
2418
|
-
"vs/editor/common/
|
|
2527
|
+
"vs/editor/common/core/editOperation",
|
|
2419
2528
|
"vs/editor/common/core/position",
|
|
2420
|
-
"vs/editor/common/core/range"
|
|
2421
|
-
],
|
|
2422
|
-
"vs/editor/common/controller/cursorDeleteOperations": [
|
|
2423
|
-
"require",
|
|
2424
|
-
"exports",
|
|
2425
|
-
"vs/base/common/strings",
|
|
2426
|
-
"vs/editor/common/commands/replaceCommand",
|
|
2427
|
-
"vs/editor/common/controller/cursorCommon",
|
|
2428
|
-
"vs/editor/common/controller/cursorMoveOperations",
|
|
2429
2529
|
"vs/editor/common/core/range",
|
|
2430
|
-
"vs/editor/common/core/
|
|
2431
|
-
|
|
2432
|
-
"vs/editor/common/controller/cursorMoveCommands": [
|
|
2433
|
-
"require",
|
|
2434
|
-
"exports",
|
|
2435
|
-
"vs/base/common/types",
|
|
2436
|
-
"vs/editor/common/controller/cursorCommon",
|
|
2437
|
-
"vs/editor/common/controller/cursorMoveOperations",
|
|
2438
|
-
"vs/editor/common/controller/cursorWordOperations",
|
|
2439
|
-
"vs/editor/common/core/position",
|
|
2440
|
-
"vs/editor/common/core/range"
|
|
2530
|
+
"vs/editor/common/core/selection",
|
|
2531
|
+
"vs/editor/common/modes/languageConfigurationRegistry"
|
|
2441
2532
|
],
|
|
2442
|
-
"vs/editor/
|
|
2533
|
+
"vs/editor/contrib/comment/lineCommentCommand": [
|
|
2443
2534
|
"require",
|
|
2444
2535
|
"exports",
|
|
2445
|
-
"vs/base/common/errors",
|
|
2446
2536
|
"vs/base/common/strings",
|
|
2447
|
-
"vs/editor/common/
|
|
2448
|
-
"vs/editor/common/
|
|
2449
|
-
"vs/editor/common/commands/surroundSelectionCommand",
|
|
2450
|
-
"vs/editor/common/controller/cursorCommon",
|
|
2451
|
-
"vs/editor/common/controller/wordCharacterClassifier",
|
|
2537
|
+
"vs/editor/common/core/editOperation",
|
|
2538
|
+
"vs/editor/common/core/position",
|
|
2452
2539
|
"vs/editor/common/core/range",
|
|
2453
2540
|
"vs/editor/common/core/selection",
|
|
2454
|
-
"vs/editor/common/core/position",
|
|
2455
|
-
"vs/editor/common/modes/languageConfiguration",
|
|
2456
2541
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
|
2457
|
-
"vs/editor/
|
|
2458
|
-
],
|
|
2459
|
-
"vs/platform/keybinding/common/keybindingsRegistry": [
|
|
2460
|
-
"require",
|
|
2461
|
-
"exports",
|
|
2462
|
-
"vs/base/common/keybindings",
|
|
2463
|
-
"vs/base/common/platform",
|
|
2464
|
-
"vs/platform/commands/common/commands",
|
|
2465
|
-
"vs/platform/registry/common/platform"
|
|
2542
|
+
"vs/editor/contrib/comment/blockCommentCommand"
|
|
2466
2543
|
],
|
|
2467
|
-
"
|
|
2468
|
-
|
|
2469
|
-
"vs/editor/
|
|
2544
|
+
"vs/nls!vs/editor/contrib/comment/comment": [],
|
|
2545
|
+
"===anonymous14===": [
|
|
2546
|
+
"vs/editor/contrib/comment/comment.nls",
|
|
2547
|
+
"vs/editor/contrib/comment/comment.nls.keys"
|
|
2470
2548
|
],
|
|
2471
|
-
"vs/editor/
|
|
2472
|
-
"vs/editor/
|
|
2549
|
+
"vs/editor/contrib/comment/comment.nls": [],
|
|
2550
|
+
"vs/editor/contrib/comment/comment.nls.keys": [],
|
|
2473
2551
|
"vs/base/browser/ui/actionbar/actionViewItems": [
|
|
2474
2552
|
"require",
|
|
2475
2553
|
"exports",
|
|
@@ -2492,14 +2570,14 @@
|
|
|
2492
2570
|
"vs/nls!vs/base/common/actions"
|
|
2493
2571
|
],
|
|
2494
2572
|
"vs/nls!vs/editor/contrib/contextmenu/contextmenu": [],
|
|
2495
|
-
"===
|
|
2573
|
+
"===anonymous15===": [
|
|
2496
2574
|
"vs/editor/contrib/contextmenu/contextmenu.nls",
|
|
2497
2575
|
"vs/editor/contrib/contextmenu/contextmenu.nls.keys"
|
|
2498
2576
|
],
|
|
2499
2577
|
"vs/editor/contrib/contextmenu/contextmenu.nls": [],
|
|
2500
2578
|
"vs/editor/contrib/contextmenu/contextmenu.nls.keys": [],
|
|
2501
2579
|
"vs/nls!vs/editor/contrib/cursorUndo/cursorUndo": [],
|
|
2502
|
-
"===
|
|
2580
|
+
"===anonymous16===": [
|
|
2503
2581
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls",
|
|
2504
2582
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls.keys"
|
|
2505
2583
|
],
|
|
@@ -2572,7 +2650,7 @@
|
|
|
2572
2650
|
"vs/css!vs/editor/contrib/find/findWidget"
|
|
2573
2651
|
],
|
|
2574
2652
|
"vs/nls!vs/editor/contrib/find/findController": [],
|
|
2575
|
-
"===
|
|
2653
|
+
"===anonymous17===": [
|
|
2576
2654
|
"vs/editor/contrib/find/findController.nls",
|
|
2577
2655
|
"vs/editor/contrib/find/findController.nls.keys"
|
|
2578
2656
|
],
|
|
@@ -2622,7 +2700,7 @@
|
|
|
2622
2700
|
"vs/editor/contrib/folding/foldingRanges"
|
|
2623
2701
|
],
|
|
2624
2702
|
"vs/css!vs/editor/contrib/folding/folding": [],
|
|
2625
|
-
"===
|
|
2703
|
+
"===anonymous18===": [
|
|
2626
2704
|
"vs/editor/contrib/folding/folding.nls",
|
|
2627
2705
|
"vs/editor/contrib/folding/folding.nls.keys"
|
|
2628
2706
|
],
|
|
@@ -2634,14 +2712,14 @@
|
|
|
2634
2712
|
"vs/base/common/event"
|
|
2635
2713
|
],
|
|
2636
2714
|
"vs/nls!vs/editor/contrib/fontZoom/fontZoom": [],
|
|
2637
|
-
"===
|
|
2715
|
+
"===anonymous19===": [
|
|
2638
2716
|
"vs/editor/contrib/fontZoom/fontZoom.nls",
|
|
2639
2717
|
"vs/editor/contrib/fontZoom/fontZoom.nls.keys"
|
|
2640
2718
|
],
|
|
2641
2719
|
"vs/editor/contrib/fontZoom/fontZoom.nls": [],
|
|
2642
2720
|
"vs/editor/contrib/fontZoom/fontZoom.nls.keys": [],
|
|
2643
2721
|
"vs/nls!vs/editor/contrib/format/formatActions": [],
|
|
2644
|
-
"===
|
|
2722
|
+
"===anonymous20===": [
|
|
2645
2723
|
"vs/editor/contrib/format/formatActions.nls",
|
|
2646
2724
|
"vs/editor/contrib/format/formatActions.nls.keys"
|
|
2647
2725
|
],
|
|
@@ -2701,45 +2779,66 @@
|
|
|
2701
2779
|
"vs/css!vs/editor/contrib/inlineCompletions/ghostText"
|
|
2702
2780
|
],
|
|
2703
2781
|
"vs/nls!vs/editor/contrib/inlineCompletions/ghostTextController": [],
|
|
2704
|
-
"===
|
|
2782
|
+
"===anonymous21===": [
|
|
2705
2783
|
"vs/editor/contrib/inlineCompletions/ghostTextController.nls",
|
|
2706
2784
|
"vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys"
|
|
2707
2785
|
],
|
|
2708
2786
|
"vs/editor/contrib/inlineCompletions/ghostTextController.nls": [],
|
|
2709
2787
|
"vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys": [],
|
|
2710
|
-
"vs/editor/
|
|
2788
|
+
"vs/editor/browser/widget/embeddedCodeEditorWidget": [
|
|
2711
2789
|
"require",
|
|
2712
2790
|
"exports",
|
|
2713
|
-
"vs/
|
|
2714
|
-
"vs/editor/
|
|
2715
|
-
"vs/editor/
|
|
2716
|
-
"vs/
|
|
2717
|
-
"vs/
|
|
2791
|
+
"vs/base/common/objects",
|
|
2792
|
+
"vs/editor/browser/services/codeEditorService",
|
|
2793
|
+
"vs/editor/browser/widget/codeEditorWidget",
|
|
2794
|
+
"vs/platform/commands/common/commands",
|
|
2795
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2796
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2797
|
+
"vs/platform/notification/common/notification",
|
|
2798
|
+
"vs/platform/theme/common/themeService",
|
|
2799
|
+
"vs/platform/accessibility/common/accessibility"
|
|
2718
2800
|
],
|
|
2719
|
-
"vs/editor/contrib/
|
|
2801
|
+
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
2720
2802
|
"require",
|
|
2721
2803
|
"exports",
|
|
2804
|
+
"vs/base/common/errors",
|
|
2805
|
+
"vs/base/common/event",
|
|
2806
|
+
"vs/base/common/idGenerator",
|
|
2807
|
+
"vs/base/common/lifecycle",
|
|
2808
|
+
"vs/base/common/map",
|
|
2809
|
+
"vs/base/common/resources",
|
|
2722
2810
|
"vs/base/common/strings",
|
|
2723
|
-
"vs/editor/common/core/editOperation",
|
|
2724
|
-
"vs/editor/common/core/position",
|
|
2725
2811
|
"vs/editor/common/core/range",
|
|
2726
|
-
"vs/editor/
|
|
2727
|
-
"vs/editor/common/modes/languageConfigurationRegistry",
|
|
2728
|
-
"vs/editor/contrib/comment/blockCommentCommand"
|
|
2729
|
-
],
|
|
2730
|
-
"vs/nls!vs/editor/contrib/comment/comment": [],
|
|
2731
|
-
"===anonymous20===": [
|
|
2732
|
-
"vs/editor/contrib/comment/comment.nls",
|
|
2733
|
-
"vs/editor/contrib/comment/comment.nls.keys"
|
|
2812
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
|
|
2734
2813
|
],
|
|
2735
|
-
"vs/editor/contrib/
|
|
2736
|
-
"vs/editor/contrib/comment/comment.nls.keys": [],
|
|
2737
|
-
"vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
|
|
2814
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
2738
2815
|
"require",
|
|
2739
2816
|
"exports",
|
|
2740
2817
|
"vs/base/common/event",
|
|
2741
2818
|
"vs/base/common/lifecycle",
|
|
2742
|
-
"vs/base/common/
|
|
2819
|
+
"vs/base/common/resources",
|
|
2820
|
+
"vs/editor/browser/editorExtensions",
|
|
2821
|
+
"vs/editor/browser/services/codeEditorService",
|
|
2822
|
+
"vs/editor/common/core/range",
|
|
2823
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
|
|
2824
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2825
|
+
"vs/platform/instantiation/common/extensions",
|
|
2826
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2827
|
+
"vs/platform/keybinding/common/keybinding",
|
|
2828
|
+
"vs/platform/keybinding/common/keybindingsRegistry",
|
|
2829
|
+
"vs/platform/notification/common/notification"
|
|
2830
|
+
],
|
|
2831
|
+
"vs/editor/contrib/message/messageController": [
|
|
2832
|
+
"require",
|
|
2833
|
+
"exports",
|
|
2834
|
+
"vs/base/browser/ui/aria/aria",
|
|
2835
|
+
"vs/base/common/async",
|
|
2836
|
+
"vs/base/common/lifecycle",
|
|
2837
|
+
"vs/editor/browser/editorExtensions",
|
|
2838
|
+
"vs/editor/common/core/range",
|
|
2839
|
+
"vs/nls!vs/editor/contrib/message/messageController",
|
|
2840
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2841
|
+
"vs/css!vs/editor/contrib/message/messageController"
|
|
2743
2842
|
],
|
|
2744
2843
|
"vs/editor/contrib/peekView/peekView": [
|
|
2745
2844
|
"require",
|
|
@@ -2763,7 +2862,7 @@
|
|
|
2763
2862
|
"vs/platform/theme/common/colorRegistry",
|
|
2764
2863
|
"vs/css!vs/editor/contrib/peekView/media/peekViewWidget"
|
|
2765
2864
|
],
|
|
2766
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/
|
|
2865
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/goToCommands": [],
|
|
2767
2866
|
"vs/editor/contrib/gotoSymbol/goToSymbol": [
|
|
2768
2867
|
"require",
|
|
2769
2868
|
"exports",
|
|
@@ -2773,13 +2872,76 @@
|
|
|
2773
2872
|
"vs/editor/common/modes",
|
|
2774
2873
|
"vs/editor/contrib/gotoSymbol/referencesModel"
|
|
2775
2874
|
],
|
|
2875
|
+
"===anonymous22===": [
|
|
2876
|
+
"vs/editor/contrib/gotoSymbol/goToCommands.nls",
|
|
2877
|
+
"vs/editor/contrib/gotoSymbol/goToCommands.nls.keys"
|
|
2878
|
+
],
|
|
2879
|
+
"vs/editor/contrib/gotoSymbol/goToCommands.nls": [],
|
|
2880
|
+
"vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
|
|
2881
|
+
"vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
|
|
2882
|
+
"require",
|
|
2883
|
+
"exports",
|
|
2884
|
+
"vs/base/common/event",
|
|
2885
|
+
"vs/base/common/lifecycle",
|
|
2886
|
+
"vs/base/common/platform"
|
|
2887
|
+
],
|
|
2888
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
|
|
2776
2889
|
"vs/css!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
|
|
2777
|
-
"===
|
|
2890
|
+
"===anonymous23===": [
|
|
2778
2891
|
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls",
|
|
2779
2892
|
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls.keys"
|
|
2780
2893
|
],
|
|
2781
2894
|
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls": [],
|
|
2782
2895
|
"vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls.keys": [],
|
|
2896
|
+
"vs/editor/contrib/gotoError/markerNavigationService": [
|
|
2897
|
+
"require",
|
|
2898
|
+
"exports",
|
|
2899
|
+
"vs/base/common/arrays",
|
|
2900
|
+
"vs/base/common/event",
|
|
2901
|
+
"vs/base/common/lifecycle",
|
|
2902
|
+
"vs/base/common/linkedList",
|
|
2903
|
+
"vs/base/common/strings",
|
|
2904
|
+
"vs/base/common/uri",
|
|
2905
|
+
"vs/editor/common/core/range",
|
|
2906
|
+
"vs/platform/instantiation/common/extensions",
|
|
2907
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2908
|
+
"vs/platform/markers/common/markers",
|
|
2909
|
+
"vs/platform/configuration/common/configuration"
|
|
2910
|
+
],
|
|
2911
|
+
"vs/nls!vs/editor/contrib/gotoError/gotoError": [],
|
|
2912
|
+
"vs/editor/contrib/gotoError/gotoErrorWidget": [
|
|
2913
|
+
"require",
|
|
2914
|
+
"exports",
|
|
2915
|
+
"vs/base/browser/dom",
|
|
2916
|
+
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
2917
|
+
"vs/base/common/arrays",
|
|
2918
|
+
"vs/base/common/color",
|
|
2919
|
+
"vs/base/common/event",
|
|
2920
|
+
"vs/base/common/labels",
|
|
2921
|
+
"vs/base/common/lifecycle",
|
|
2922
|
+
"vs/base/common/resources",
|
|
2923
|
+
"vs/base/common/strings",
|
|
2924
|
+
"vs/editor/common/core/range",
|
|
2925
|
+
"vs/editor/contrib/peekView/peekView",
|
|
2926
|
+
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget",
|
|
2927
|
+
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
2928
|
+
"vs/platform/actions/common/actions",
|
|
2929
|
+
"vs/platform/contextkey/common/contextkey",
|
|
2930
|
+
"vs/platform/instantiation/common/instantiation",
|
|
2931
|
+
"vs/platform/label/common/label",
|
|
2932
|
+
"vs/platform/markers/common/markers",
|
|
2933
|
+
"vs/platform/opener/common/opener",
|
|
2934
|
+
"vs/platform/severityIcon/common/severityIcon",
|
|
2935
|
+
"vs/platform/theme/common/colorRegistry",
|
|
2936
|
+
"vs/platform/theme/common/themeService",
|
|
2937
|
+
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget"
|
|
2938
|
+
],
|
|
2939
|
+
"===anonymous24===": [
|
|
2940
|
+
"vs/editor/contrib/gotoError/gotoError.nls",
|
|
2941
|
+
"vs/editor/contrib/gotoError/gotoError.nls.keys"
|
|
2942
|
+
],
|
|
2943
|
+
"vs/editor/contrib/gotoError/gotoError.nls": [],
|
|
2944
|
+
"vs/editor/contrib/gotoError/gotoError.nls.keys": [],
|
|
2783
2945
|
"vs/editor/contrib/hover/modesContentHover": [
|
|
2784
2946
|
"require",
|
|
2785
2947
|
"exports",
|
|
@@ -2819,7 +2981,7 @@
|
|
|
2819
2981
|
"vs/base/browser/ui/hover/hoverWidget"
|
|
2820
2982
|
],
|
|
2821
2983
|
"vs/nls!vs/editor/contrib/hover/hover": [],
|
|
2822
|
-
"===
|
|
2984
|
+
"===anonymous25===": [
|
|
2823
2985
|
"vs/editor/contrib/hover/hover.nls",
|
|
2824
2986
|
"vs/editor/contrib/hover/hover.nls.keys"
|
|
2825
2987
|
],
|
|
@@ -2844,7 +3006,7 @@
|
|
|
2844
3006
|
"exports"
|
|
2845
3007
|
],
|
|
2846
3008
|
"vs/nls!vs/editor/contrib/indentation/indentation": [],
|
|
2847
|
-
"===
|
|
3009
|
+
"===anonymous26===": [
|
|
2848
3010
|
"vs/editor/contrib/indentation/indentation.nls",
|
|
2849
3011
|
"vs/editor/contrib/indentation/indentation.nls.keys"
|
|
2850
3012
|
],
|
|
@@ -2865,31 +3027,20 @@
|
|
|
2865
3027
|
"vs/base/common/lifecycle",
|
|
2866
3028
|
"vs/platform/theme/common/colorRegistry"
|
|
2867
3029
|
],
|
|
2868
|
-
"vs/editor/common/modes/languageFeatureRegistry": [
|
|
2869
|
-
"require",
|
|
2870
|
-
"exports",
|
|
2871
|
-
"vs/base/common/event",
|
|
2872
|
-
"vs/base/common/hash",
|
|
2873
|
-
"vs/base/common/lifecycle",
|
|
2874
|
-
"vs/base/common/map",
|
|
2875
|
-
"vs/base/common/numbers",
|
|
2876
|
-
"vs/editor/common/modes/languageSelector",
|
|
2877
|
-
"vs/editor/common/services/modelService"
|
|
2878
|
-
],
|
|
2879
3030
|
"vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace": [],
|
|
2880
3031
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand": [
|
|
2881
3032
|
"require",
|
|
2882
3033
|
"exports",
|
|
2883
3034
|
"vs/editor/common/core/selection"
|
|
2884
3035
|
],
|
|
2885
|
-
"===
|
|
3036
|
+
"===anonymous27===": [
|
|
2886
3037
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls",
|
|
2887
3038
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys"
|
|
2888
3039
|
],
|
|
2889
3040
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls": [],
|
|
2890
3041
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys": [],
|
|
2891
3042
|
"vs/nls!vs/editor/contrib/lineSelection/lineSelection": [],
|
|
2892
|
-
"===
|
|
3043
|
+
"===anonymous28===": [
|
|
2893
3044
|
"vs/editor/contrib/lineSelection/lineSelection.nls",
|
|
2894
3045
|
"vs/editor/contrib/lineSelection/lineSelection.nls.keys"
|
|
2895
3046
|
],
|
|
@@ -2926,61 +3077,19 @@
|
|
|
2926
3077
|
"vs/editor/common/core/range"
|
|
2927
3078
|
],
|
|
2928
3079
|
"vs/nls!vs/editor/contrib/linesOperations/linesOperations": [],
|
|
2929
|
-
"===
|
|
3080
|
+
"===anonymous29===": [
|
|
2930
3081
|
"vs/editor/contrib/linesOperations/linesOperations.nls",
|
|
2931
3082
|
"vs/editor/contrib/linesOperations/linesOperations.nls.keys"
|
|
2932
3083
|
],
|
|
2933
3084
|
"vs/editor/contrib/linesOperations/linesOperations.nls": [],
|
|
2934
3085
|
"vs/editor/contrib/linesOperations/linesOperations.nls.keys": [],
|
|
2935
|
-
"vs/editor/contrib/
|
|
2936
|
-
|
|
2937
|
-
"
|
|
2938
|
-
"vs/
|
|
2939
|
-
"vs/base/common/event",
|
|
2940
|
-
"vs/base/common/lifecycle",
|
|
2941
|
-
"vs/base/common/linkedList",
|
|
2942
|
-
"vs/base/common/strings",
|
|
2943
|
-
"vs/base/common/uri",
|
|
2944
|
-
"vs/editor/common/core/range",
|
|
2945
|
-
"vs/platform/instantiation/common/extensions",
|
|
2946
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2947
|
-
"vs/platform/markers/common/markers",
|
|
2948
|
-
"vs/platform/configuration/common/configuration"
|
|
2949
|
-
],
|
|
2950
|
-
"vs/nls!vs/editor/contrib/gotoError/gotoError": [],
|
|
2951
|
-
"vs/editor/contrib/gotoError/gotoErrorWidget": [
|
|
2952
|
-
"require",
|
|
2953
|
-
"exports",
|
|
2954
|
-
"vs/base/browser/dom",
|
|
2955
|
-
"vs/base/browser/ui/scrollbar/scrollableElement",
|
|
2956
|
-
"vs/base/common/arrays",
|
|
2957
|
-
"vs/base/common/color",
|
|
2958
|
-
"vs/base/common/event",
|
|
2959
|
-
"vs/base/common/labels",
|
|
2960
|
-
"vs/base/common/lifecycle",
|
|
2961
|
-
"vs/base/common/resources",
|
|
2962
|
-
"vs/base/common/strings",
|
|
2963
|
-
"vs/editor/common/core/range",
|
|
2964
|
-
"vs/editor/contrib/peekView/peekView",
|
|
2965
|
-
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget",
|
|
2966
|
-
"vs/platform/actions/browser/menuEntryActionViewItem",
|
|
2967
|
-
"vs/platform/actions/common/actions",
|
|
2968
|
-
"vs/platform/contextkey/common/contextkey",
|
|
2969
|
-
"vs/platform/instantiation/common/instantiation",
|
|
2970
|
-
"vs/platform/label/common/label",
|
|
2971
|
-
"vs/platform/markers/common/markers",
|
|
2972
|
-
"vs/platform/opener/common/opener",
|
|
2973
|
-
"vs/platform/severityIcon/common/severityIcon",
|
|
2974
|
-
"vs/platform/theme/common/colorRegistry",
|
|
2975
|
-
"vs/platform/theme/common/themeService",
|
|
2976
|
-
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget"
|
|
2977
|
-
],
|
|
2978
|
-
"===anonymous27===": [
|
|
2979
|
-
"vs/editor/contrib/gotoError/gotoError.nls",
|
|
2980
|
-
"vs/editor/contrib/gotoError/gotoError.nls.keys"
|
|
3086
|
+
"vs/nls!vs/editor/contrib/linkedEditing/linkedEditing": [],
|
|
3087
|
+
"===anonymous30===": [
|
|
3088
|
+
"vs/editor/contrib/linkedEditing/linkedEditing.nls",
|
|
3089
|
+
"vs/editor/contrib/linkedEditing/linkedEditing.nls.keys"
|
|
2981
3090
|
],
|
|
2982
|
-
"vs/editor/contrib/
|
|
2983
|
-
"vs/editor/contrib/
|
|
3091
|
+
"vs/editor/contrib/linkedEditing/linkedEditing.nls": [],
|
|
3092
|
+
"vs/editor/contrib/linkedEditing/linkedEditing.nls.keys": [],
|
|
2984
3093
|
"vs/base/common/resources": [
|
|
2985
3094
|
"require",
|
|
2986
3095
|
"exports",
|
|
@@ -3006,14 +3115,14 @@
|
|
|
3006
3115
|
],
|
|
3007
3116
|
"vs/nls!vs/editor/contrib/links/links": [],
|
|
3008
3117
|
"vs/css!vs/editor/contrib/links/links": [],
|
|
3009
|
-
"===
|
|
3118
|
+
"===anonymous31===": [
|
|
3010
3119
|
"vs/editor/contrib/links/links.nls",
|
|
3011
3120
|
"vs/editor/contrib/links/links.nls.keys"
|
|
3012
3121
|
],
|
|
3013
3122
|
"vs/editor/contrib/links/links.nls": [],
|
|
3014
3123
|
"vs/editor/contrib/links/links.nls.keys": [],
|
|
3015
3124
|
"vs/nls!vs/editor/contrib/multicursor/multicursor": [],
|
|
3016
|
-
"===
|
|
3125
|
+
"===anonymous32===": [
|
|
3017
3126
|
"vs/editor/contrib/multicursor/multicursor.nls",
|
|
3018
3127
|
"vs/editor/contrib/multicursor/multicursor.nls.keys"
|
|
3019
3128
|
],
|
|
@@ -3057,7 +3166,7 @@
|
|
|
3057
3166
|
"vs/platform/theme/common/themeService",
|
|
3058
3167
|
"vs/css!vs/editor/contrib/parameterHints/parameterHints"
|
|
3059
3168
|
],
|
|
3060
|
-
"===
|
|
3169
|
+
"===anonymous33===": [
|
|
3061
3170
|
"vs/editor/contrib/parameterHints/parameterHints.nls",
|
|
3062
3171
|
"vs/editor/contrib/parameterHints/parameterHints.nls.keys"
|
|
3063
3172
|
],
|
|
@@ -3075,18 +3184,6 @@
|
|
|
3075
3184
|
"exports",
|
|
3076
3185
|
"vs/platform/instantiation/common/instantiation"
|
|
3077
3186
|
],
|
|
3078
|
-
"vs/editor/contrib/message/messageController": [
|
|
3079
|
-
"require",
|
|
3080
|
-
"exports",
|
|
3081
|
-
"vs/base/browser/ui/aria/aria",
|
|
3082
|
-
"vs/base/common/async",
|
|
3083
|
-
"vs/base/common/lifecycle",
|
|
3084
|
-
"vs/editor/browser/editorExtensions",
|
|
3085
|
-
"vs/editor/common/core/range",
|
|
3086
|
-
"vs/nls!vs/editor/contrib/message/messageController",
|
|
3087
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3088
|
-
"vs/css!vs/editor/contrib/message/messageController"
|
|
3089
|
-
],
|
|
3090
3187
|
"vs/nls!vs/editor/contrib/rename/rename": [],
|
|
3091
3188
|
"vs/platform/configuration/common/configurationRegistry": [
|
|
3092
3189
|
"require",
|
|
@@ -3117,7 +3214,7 @@
|
|
|
3117
3214
|
"vs/platform/theme/common/themeService",
|
|
3118
3215
|
"vs/css!vs/editor/contrib/rename/renameInputField"
|
|
3119
3216
|
],
|
|
3120
|
-
"===
|
|
3217
|
+
"===anonymous34===": [
|
|
3121
3218
|
"vs/editor/contrib/rename/rename.nls",
|
|
3122
3219
|
"vs/editor/contrib/rename/rename.nls.keys"
|
|
3123
3220
|
],
|
|
@@ -3137,7 +3234,7 @@
|
|
|
3137
3234
|
"vs/editor/common/core/range"
|
|
3138
3235
|
],
|
|
3139
3236
|
"vs/nls!vs/editor/contrib/smartSelect/smartSelect": [],
|
|
3140
|
-
"===
|
|
3237
|
+
"===anonymous35===": [
|
|
3141
3238
|
"vs/editor/contrib/smartSelect/smartSelect.nls",
|
|
3142
3239
|
"vs/editor/contrib/smartSelect/smartSelect.nls.keys"
|
|
3143
3240
|
],
|
|
@@ -3180,7 +3277,7 @@
|
|
|
3180
3277
|
"vs/editor/contrib/snippet/snippetVariables",
|
|
3181
3278
|
"vs/css!vs/editor/contrib/snippet/snippetSession"
|
|
3182
3279
|
],
|
|
3183
|
-
"===
|
|
3280
|
+
"===anonymous36===": [
|
|
3184
3281
|
"vs/editor/contrib/snippet/snippetController2.nls",
|
|
3185
3282
|
"vs/editor/contrib/snippet/snippetController2.nls.keys"
|
|
3186
3283
|
],
|
|
@@ -3280,14 +3377,14 @@
|
|
|
3280
3377
|
"vs/css!vs/editor/contrib/suggest/media/suggest",
|
|
3281
3378
|
"vs/editor/contrib/symbolIcons/symbolIcons"
|
|
3282
3379
|
],
|
|
3283
|
-
"===
|
|
3380
|
+
"===anonymous37===": [
|
|
3284
3381
|
"vs/editor/contrib/suggest/suggestController.nls",
|
|
3285
3382
|
"vs/editor/contrib/suggest/suggestController.nls.keys"
|
|
3286
3383
|
],
|
|
3287
3384
|
"vs/editor/contrib/suggest/suggestController.nls": [],
|
|
3288
3385
|
"vs/editor/contrib/suggest/suggestController.nls.keys": [],
|
|
3289
3386
|
"vs/nls!vs/editor/contrib/tokenization/tokenization": [],
|
|
3290
|
-
"===
|
|
3387
|
+
"===anonymous38===": [
|
|
3291
3388
|
"vs/editor/contrib/tokenization/tokenization.nls",
|
|
3292
3389
|
"vs/editor/contrib/tokenization/tokenization.nls.keys"
|
|
3293
3390
|
],
|
|
@@ -3309,7 +3406,7 @@
|
|
|
3309
3406
|
"vs/base/common/collections"
|
|
3310
3407
|
],
|
|
3311
3408
|
"vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [],
|
|
3312
|
-
"===
|
|
3409
|
+
"===anonymous39===": [
|
|
3313
3410
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls",
|
|
3314
3411
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys"
|
|
3315
3412
|
],
|
|
@@ -3345,126 +3442,36 @@
|
|
|
3345
3442
|
"require",
|
|
3346
3443
|
"exports",
|
|
3347
3444
|
"vs/base/browser/dom",
|
|
3348
|
-
"vs/base/browser/ui/actionbar/actionbar",
|
|
3349
|
-
"vs/base/common/actions",
|
|
3350
|
-
"vs/base/common/lifecycle",
|
|
3351
|
-
"vs/editor/browser/core/markdownRenderer",
|
|
3352
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3353
|
-
"vs/platform/opener/browser/link",
|
|
3354
|
-
"vs/platform/theme/common/iconRegistry",
|
|
3355
|
-
"vs/platform/theme/common/themeService",
|
|
3356
|
-
"vs/css!vs/editor/contrib/unicodeHighlighter/bannerController"
|
|
3357
|
-
],
|
|
3358
|
-
"vs/nls!vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": [],
|
|
3359
|
-
"vs/platform/workspace/common/workspaceTrust": [
|
|
3360
|
-
"require",
|
|
3361
|
-
"exports",
|
|
3362
|
-
"vs/platform/instantiation/common/instantiation"
|
|
3363
|
-
],
|
|
3364
|
-
"vs/css!vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": [],
|
|
3365
|
-
"===anonymous37===": [
|
|
3366
|
-
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls",
|
|
3367
|
-
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys"
|
|
3368
|
-
],
|
|
3369
|
-
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls": [],
|
|
3370
|
-
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys": [],
|
|
3371
|
-
"vs/editor/contrib/codelens/codelens": [
|
|
3372
|
-
"require",
|
|
3373
|
-
"exports",
|
|
3374
|
-
"vs/base/common/cancellation",
|
|
3375
|
-
"vs/base/common/errors",
|
|
3376
|
-
"vs/base/common/lifecycle",
|
|
3377
|
-
"vs/base/common/types",
|
|
3378
|
-
"vs/base/common/uri",
|
|
3379
|
-
"vs/editor/common/modes",
|
|
3380
|
-
"vs/editor/common/services/modelService",
|
|
3381
|
-
"vs/platform/commands/common/commands"
|
|
3382
|
-
],
|
|
3383
|
-
"vs/editor/contrib/codelens/codeLensCache": [
|
|
3384
|
-
"require",
|
|
3385
|
-
"exports",
|
|
3386
|
-
"vs/base/common/async",
|
|
3387
|
-
"vs/base/common/functional",
|
|
3388
|
-
"vs/base/common/map",
|
|
3389
|
-
"vs/editor/common/core/range",
|
|
3390
|
-
"vs/editor/contrib/codelens/codelens",
|
|
3391
|
-
"vs/platform/instantiation/common/extensions",
|
|
3392
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3393
|
-
"vs/platform/storage/common/storage"
|
|
3394
|
-
],
|
|
3395
|
-
"vs/editor/contrib/codelens/codelensWidget": [
|
|
3396
|
-
"require",
|
|
3397
|
-
"exports",
|
|
3398
|
-
"vs/base/browser/dom",
|
|
3399
|
-
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
3400
|
-
"vs/editor/common/core/range",
|
|
3401
|
-
"vs/editor/common/model/textModel",
|
|
3402
|
-
"vs/css!vs/editor/contrib/codelens/codelensWidget"
|
|
3403
|
-
],
|
|
3404
|
-
"vs/nls!vs/editor/contrib/codelens/codelensController": [],
|
|
3405
|
-
"===anonymous38===": [
|
|
3406
|
-
"vs/editor/contrib/codelens/codelensController.nls",
|
|
3407
|
-
"vs/editor/contrib/codelens/codelensController.nls.keys"
|
|
3408
|
-
],
|
|
3409
|
-
"vs/editor/contrib/codelens/codelensController.nls": [],
|
|
3410
|
-
"vs/editor/contrib/codelens/codelensController.nls.keys": [],
|
|
3411
|
-
"vs/editor/browser/widget/embeddedCodeEditorWidget": [
|
|
3412
|
-
"require",
|
|
3413
|
-
"exports",
|
|
3414
|
-
"vs/base/common/objects",
|
|
3415
|
-
"vs/editor/browser/services/codeEditorService",
|
|
3416
|
-
"vs/editor/browser/widget/codeEditorWidget",
|
|
3417
|
-
"vs/platform/commands/common/commands",
|
|
3418
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3419
|
-
"vs/platform/instantiation/common/instantiation",
|
|
3420
|
-
"vs/platform/notification/common/notification",
|
|
3421
|
-
"vs/platform/theme/common/themeService",
|
|
3422
|
-
"vs/platform/accessibility/common/accessibility"
|
|
3423
|
-
],
|
|
3424
|
-
"vs/editor/contrib/gotoSymbol/referencesModel": [
|
|
3425
|
-
"require",
|
|
3426
|
-
"exports",
|
|
3427
|
-
"vs/base/common/errors",
|
|
3428
|
-
"vs/base/common/event",
|
|
3429
|
-
"vs/base/common/idGenerator",
|
|
3430
|
-
"vs/base/common/lifecycle",
|
|
3431
|
-
"vs/base/common/map",
|
|
3432
|
-
"vs/base/common/resources",
|
|
3433
|
-
"vs/base/common/strings",
|
|
3434
|
-
"vs/editor/common/core/range",
|
|
3435
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
|
|
3436
|
-
],
|
|
3437
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation": [
|
|
3438
|
-
"require",
|
|
3439
|
-
"exports",
|
|
3440
|
-
"vs/base/common/event",
|
|
3441
|
-
"vs/base/common/lifecycle",
|
|
3442
|
-
"vs/base/common/resources",
|
|
3443
|
-
"vs/editor/browser/editorExtensions",
|
|
3444
|
-
"vs/editor/browser/services/codeEditorService",
|
|
3445
|
-
"vs/editor/common/core/range",
|
|
3446
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
|
|
3447
|
-
"vs/platform/contextkey/common/contextkey",
|
|
3448
|
-
"vs/platform/instantiation/common/extensions",
|
|
3445
|
+
"vs/base/browser/ui/actionbar/actionbar",
|
|
3446
|
+
"vs/base/common/actions",
|
|
3447
|
+
"vs/base/common/lifecycle",
|
|
3448
|
+
"vs/editor/browser/core/markdownRenderer",
|
|
3449
3449
|
"vs/platform/instantiation/common/instantiation",
|
|
3450
|
-
"vs/platform/
|
|
3451
|
-
"vs/platform/
|
|
3452
|
-
"vs/platform/
|
|
3450
|
+
"vs/platform/opener/browser/link",
|
|
3451
|
+
"vs/platform/theme/common/iconRegistry",
|
|
3452
|
+
"vs/platform/theme/common/themeService",
|
|
3453
|
+
"vs/css!vs/editor/contrib/unicodeHighlighter/bannerController"
|
|
3453
3454
|
],
|
|
3454
|
-
"vs/nls!vs/editor/contrib/
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3455
|
+
"vs/nls!vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": [],
|
|
3456
|
+
"vs/platform/workspace/common/workspaceTrust": [
|
|
3457
|
+
"require",
|
|
3458
|
+
"exports",
|
|
3459
|
+
"vs/platform/instantiation/common/instantiation"
|
|
3458
3460
|
],
|
|
3459
|
-
"vs/editor/contrib/
|
|
3460
|
-
"vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
|
|
3461
|
-
"vs/nls!vs/editor/contrib/linkedEditing/linkedEditing": [],
|
|
3461
|
+
"vs/css!vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": [],
|
|
3462
3462
|
"===anonymous40===": [
|
|
3463
|
-
"vs/editor/contrib/
|
|
3464
|
-
"vs/editor/contrib/
|
|
3463
|
+
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls",
|
|
3464
|
+
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys"
|
|
3465
3465
|
],
|
|
3466
|
-
"vs/editor/contrib/
|
|
3467
|
-
"vs/editor/contrib/
|
|
3466
|
+
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls": [],
|
|
3467
|
+
"vs/editor/contrib/unicodeHighlighter/unicodeHighlighter.nls.keys": [],
|
|
3468
|
+
"vs/nls!vs/editor/contrib/unusualLineTerminators/unusualLineTerminators": [],
|
|
3469
|
+
"===anonymous41===": [
|
|
3470
|
+
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls",
|
|
3471
|
+
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls.keys"
|
|
3472
|
+
],
|
|
3473
|
+
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls": [],
|
|
3474
|
+
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls.keys": [],
|
|
3468
3475
|
"vs/editor/common/services/getSemanticTokens": [
|
|
3469
3476
|
"require",
|
|
3470
3477
|
"exports",
|
|
@@ -3514,13 +3521,6 @@
|
|
|
3514
3521
|
"vs/editor/common/model/tokensStore",
|
|
3515
3522
|
"vs/editor/common/services/modeService"
|
|
3516
3523
|
],
|
|
3517
|
-
"vs/nls!vs/editor/contrib/unusualLineTerminators/unusualLineTerminators": [],
|
|
3518
|
-
"===anonymous41===": [
|
|
3519
|
-
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls",
|
|
3520
|
-
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls.keys"
|
|
3521
|
-
],
|
|
3522
|
-
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls": [],
|
|
3523
|
-
"vs/editor/contrib/unusualLineTerminators/unusualLineTerminators.nls.keys": [],
|
|
3524
3524
|
"vs/nls!vs/editor/contrib/wordHighlighter/wordHighlighter": [],
|
|
3525
3525
|
"===anonymous42===": [
|
|
3526
3526
|
"vs/editor/contrib/wordHighlighter/wordHighlighter.nls",
|
|
@@ -4117,6 +4117,12 @@
|
|
|
4117
4117
|
"vs/platform/instantiation/common/extensions",
|
|
4118
4118
|
"vs/nls!vs/editor/browser/core/keybindingCancellation"
|
|
4119
4119
|
],
|
|
4120
|
+
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
4121
|
+
"require",
|
|
4122
|
+
"exports",
|
|
4123
|
+
"vs/editor/common/core/range",
|
|
4124
|
+
"vs/editor/common/core/selection"
|
|
4125
|
+
],
|
|
4120
4126
|
"vs/editor/browser/controller/pointerHandler": [
|
|
4121
4127
|
"require",
|
|
4122
4128
|
"exports",
|
|
@@ -4624,17 +4630,6 @@
|
|
|
4624
4630
|
"vs/editor/common/core/position",
|
|
4625
4631
|
"vs/editor/common/core/range"
|
|
4626
4632
|
],
|
|
4627
|
-
"vs/editor/contrib/colorPicker/color": [
|
|
4628
|
-
"require",
|
|
4629
|
-
"exports",
|
|
4630
|
-
"vs/base/common/cancellation",
|
|
4631
|
-
"vs/base/common/errors",
|
|
4632
|
-
"vs/base/common/uri",
|
|
4633
|
-
"vs/editor/common/core/range",
|
|
4634
|
-
"vs/editor/common/modes",
|
|
4635
|
-
"vs/editor/common/services/modelService",
|
|
4636
|
-
"vs/platform/commands/common/commands"
|
|
4637
|
-
],
|
|
4638
4633
|
"vs/base/common/lazy": [
|
|
4639
4634
|
"require",
|
|
4640
4635
|
"exports"
|
|
@@ -4692,6 +4687,34 @@
|
|
|
4692
4687
|
],
|
|
4693
4688
|
"vs/editor/contrib/codeAction/codeActionCommands.nls": [],
|
|
4694
4689
|
"vs/editor/contrib/codeAction/codeActionCommands.nls.keys": [],
|
|
4690
|
+
"vs/base/common/numbers": [
|
|
4691
|
+
"require",
|
|
4692
|
+
"exports"
|
|
4693
|
+
],
|
|
4694
|
+
"vs/editor/common/modes/languageSelector": [
|
|
4695
|
+
"require",
|
|
4696
|
+
"exports",
|
|
4697
|
+
"vs/base/common/glob",
|
|
4698
|
+
"vs/base/common/path"
|
|
4699
|
+
],
|
|
4700
|
+
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
4701
|
+
"require",
|
|
4702
|
+
"exports",
|
|
4703
|
+
"vs/base/browser/dom",
|
|
4704
|
+
"vs/base/common/codicons"
|
|
4705
|
+
],
|
|
4706
|
+
"vs/css!vs/editor/contrib/codelens/codelensWidget": [],
|
|
4707
|
+
"vs/editor/contrib/colorPicker/color": [
|
|
4708
|
+
"require",
|
|
4709
|
+
"exports",
|
|
4710
|
+
"vs/base/common/cancellation",
|
|
4711
|
+
"vs/base/common/errors",
|
|
4712
|
+
"vs/base/common/uri",
|
|
4713
|
+
"vs/editor/common/core/range",
|
|
4714
|
+
"vs/editor/common/modes",
|
|
4715
|
+
"vs/editor/common/services/modelService",
|
|
4716
|
+
"vs/platform/commands/common/commands"
|
|
4717
|
+
],
|
|
4695
4718
|
"vs/base/browser/dnd": [
|
|
4696
4719
|
"require",
|
|
4697
4720
|
"exports",
|
|
@@ -4705,12 +4728,6 @@
|
|
|
4705
4728
|
],
|
|
4706
4729
|
"vs/base/browser/ui/actionbar/actionViewItems.nls": [],
|
|
4707
4730
|
"vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
|
|
4708
|
-
"vs/editor/common/commands/surroundSelectionCommand": [
|
|
4709
|
-
"require",
|
|
4710
|
-
"exports",
|
|
4711
|
-
"vs/editor/common/core/range",
|
|
4712
|
-
"vs/editor/common/core/selection"
|
|
4713
|
-
],
|
|
4714
4731
|
"vs/nls!vs/base/common/actions": [],
|
|
4715
4732
|
"===anonymous60===": [
|
|
4716
4733
|
"vs/base/common/actions.nls",
|
|
@@ -4718,13 +4735,6 @@
|
|
|
4718
4735
|
],
|
|
4719
4736
|
"vs/base/common/actions.nls": [],
|
|
4720
4737
|
"vs/base/common/actions.nls.keys": [],
|
|
4721
|
-
"vs/base/browser/ui/findinput/findInputCheckboxes": [
|
|
4722
|
-
"require",
|
|
4723
|
-
"exports",
|
|
4724
|
-
"vs/base/browser/ui/checkbox/checkbox",
|
|
4725
|
-
"vs/base/common/codicons",
|
|
4726
|
-
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes"
|
|
4727
|
-
],
|
|
4728
4738
|
"vs/editor/contrib/find/findDecorations": [
|
|
4729
4739
|
"require",
|
|
4730
4740
|
"exports",
|
|
@@ -4744,6 +4754,13 @@
|
|
|
4744
4754
|
"exports",
|
|
4745
4755
|
"vs/base/common/search"
|
|
4746
4756
|
],
|
|
4757
|
+
"vs/base/browser/ui/findinput/findInputCheckboxes": [
|
|
4758
|
+
"require",
|
|
4759
|
+
"exports",
|
|
4760
|
+
"vs/base/browser/ui/checkbox/checkbox",
|
|
4761
|
+
"vs/base/common/codicons",
|
|
4762
|
+
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes"
|
|
4763
|
+
],
|
|
4747
4764
|
"vs/base/browser/ui/checkbox/checkbox": [
|
|
4748
4765
|
"require",
|
|
4749
4766
|
"exports",
|
|
@@ -4820,6 +4837,32 @@
|
|
|
4820
4837
|
"exports"
|
|
4821
4838
|
],
|
|
4822
4839
|
"vs/css!vs/editor/contrib/inlineCompletions/ghostText": [],
|
|
4840
|
+
"vs/base/common/idGenerator": [
|
|
4841
|
+
"require",
|
|
4842
|
+
"exports"
|
|
4843
|
+
],
|
|
4844
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
|
|
4845
|
+
"===anonymous63===": [
|
|
4846
|
+
"vs/editor/contrib/gotoSymbol/referencesModel.nls",
|
|
4847
|
+
"vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
|
|
4848
|
+
],
|
|
4849
|
+
"vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
|
|
4850
|
+
"vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
|
|
4851
|
+
"vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
|
|
4852
|
+
"===anonymous64===": [
|
|
4853
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
|
|
4854
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
|
|
4855
|
+
],
|
|
4856
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
|
|
4857
|
+
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
|
|
4858
|
+
"vs/nls!vs/editor/contrib/message/messageController": [],
|
|
4859
|
+
"vs/css!vs/editor/contrib/message/messageController": [],
|
|
4860
|
+
"===anonymous65===": [
|
|
4861
|
+
"vs/editor/contrib/message/messageController.nls",
|
|
4862
|
+
"vs/editor/contrib/message/messageController.nls.keys"
|
|
4863
|
+
],
|
|
4864
|
+
"vs/editor/contrib/message/messageController.nls": [],
|
|
4865
|
+
"vs/editor/contrib/message/messageController.nls.keys": [],
|
|
4823
4866
|
"vs/editor/contrib/zoneWidget/zoneWidget": [
|
|
4824
4867
|
"require",
|
|
4825
4868
|
"exports",
|
|
@@ -4857,12 +4900,37 @@
|
|
|
4857
4900
|
"vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
|
|
4858
4901
|
],
|
|
4859
4902
|
"vs/css!vs/editor/contrib/peekView/media/peekViewWidget": [],
|
|
4860
|
-
"===
|
|
4903
|
+
"===anonymous66===": [
|
|
4861
4904
|
"vs/editor/contrib/peekView/peekView.nls",
|
|
4862
4905
|
"vs/editor/contrib/peekView/peekView.nls.keys"
|
|
4863
4906
|
],
|
|
4864
4907
|
"vs/editor/contrib/peekView/peekView.nls": [],
|
|
4865
4908
|
"vs/editor/contrib/peekView/peekView.nls.keys": [],
|
|
4909
|
+
"vs/base/common/labels": [
|
|
4910
|
+
"require",
|
|
4911
|
+
"exports",
|
|
4912
|
+
"vs/base/common/extpath",
|
|
4913
|
+
"vs/base/common/network",
|
|
4914
|
+
"vs/base/common/platform",
|
|
4915
|
+
"vs/base/common/resources",
|
|
4916
|
+
"vs/base/common/uri"
|
|
4917
|
+
],
|
|
4918
|
+
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget": [],
|
|
4919
|
+
"vs/platform/severityIcon/common/severityIcon": [
|
|
4920
|
+
"require",
|
|
4921
|
+
"exports",
|
|
4922
|
+
"vs/base/common/codicons",
|
|
4923
|
+
"vs/base/common/severity",
|
|
4924
|
+
"vs/platform/theme/common/colorRegistry",
|
|
4925
|
+
"vs/platform/theme/common/themeService"
|
|
4926
|
+
],
|
|
4927
|
+
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
|
|
4928
|
+
"===anonymous67===": [
|
|
4929
|
+
"vs/editor/contrib/gotoError/gotoErrorWidget.nls",
|
|
4930
|
+
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
|
|
4931
|
+
],
|
|
4932
|
+
"vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
|
|
4933
|
+
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
|
|
4866
4934
|
"vs/base/browser/ui/hover/hoverWidget": [
|
|
4867
4935
|
"require",
|
|
4868
4936
|
"exports",
|
|
@@ -4957,16 +5025,6 @@
|
|
|
4957
5025
|
"vs/base/common/lifecycle",
|
|
4958
5026
|
"vs/base/common/platform"
|
|
4959
5027
|
],
|
|
4960
|
-
"vs/base/common/numbers": [
|
|
4961
|
-
"require",
|
|
4962
|
-
"exports"
|
|
4963
|
-
],
|
|
4964
|
-
"vs/editor/common/modes/languageSelector": [
|
|
4965
|
-
"require",
|
|
4966
|
-
"exports",
|
|
4967
|
-
"vs/base/common/glob",
|
|
4968
|
-
"vs/base/common/path"
|
|
4969
|
-
],
|
|
4970
5028
|
"vs/base/common/extpath": [
|
|
4971
5029
|
"require",
|
|
4972
5030
|
"exports",
|
|
@@ -4974,31 +5032,6 @@
|
|
|
4974
5032
|
"vs/base/common/platform",
|
|
4975
5033
|
"vs/base/common/strings"
|
|
4976
5034
|
],
|
|
4977
|
-
"vs/base/common/labels": [
|
|
4978
|
-
"require",
|
|
4979
|
-
"exports",
|
|
4980
|
-
"vs/base/common/extpath",
|
|
4981
|
-
"vs/base/common/network",
|
|
4982
|
-
"vs/base/common/platform",
|
|
4983
|
-
"vs/base/common/resources",
|
|
4984
|
-
"vs/base/common/uri"
|
|
4985
|
-
],
|
|
4986
|
-
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget": [],
|
|
4987
|
-
"vs/platform/severityIcon/common/severityIcon": [
|
|
4988
|
-
"require",
|
|
4989
|
-
"exports",
|
|
4990
|
-
"vs/base/common/codicons",
|
|
4991
|
-
"vs/base/common/severity",
|
|
4992
|
-
"vs/platform/theme/common/colorRegistry",
|
|
4993
|
-
"vs/platform/theme/common/themeService"
|
|
4994
|
-
],
|
|
4995
|
-
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
|
|
4996
|
-
"===anonymous64===": [
|
|
4997
|
-
"vs/editor/contrib/gotoError/gotoErrorWidget.nls",
|
|
4998
|
-
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
|
|
4999
|
-
],
|
|
5000
|
-
"vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
|
|
5001
|
-
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
|
|
5002
5035
|
"vs/editor/contrib/parameterHints/parameterHintsModel": [
|
|
5003
5036
|
"require",
|
|
5004
5037
|
"exports",
|
|
@@ -5012,22 +5045,14 @@
|
|
|
5012
5045
|
],
|
|
5013
5046
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget": [],
|
|
5014
5047
|
"vs/css!vs/editor/contrib/parameterHints/parameterHints": [],
|
|
5015
|
-
"===
|
|
5048
|
+
"===anonymous68===": [
|
|
5016
5049
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls",
|
|
5017
5050
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys"
|
|
5018
5051
|
],
|
|
5019
5052
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls": [],
|
|
5020
5053
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys": [],
|
|
5021
|
-
"vs/nls!vs/editor/contrib/message/messageController": [],
|
|
5022
|
-
"vs/css!vs/editor/contrib/message/messageController": [],
|
|
5023
|
-
"===anonymous66===": [
|
|
5024
|
-
"vs/editor/contrib/message/messageController.nls",
|
|
5025
|
-
"vs/editor/contrib/message/messageController.nls.keys"
|
|
5026
|
-
],
|
|
5027
|
-
"vs/editor/contrib/message/messageController.nls": [],
|
|
5028
|
-
"vs/editor/contrib/message/messageController.nls.keys": [],
|
|
5029
5054
|
"vs/nls!vs/platform/configuration/common/configurationRegistry": [],
|
|
5030
|
-
"===
|
|
5055
|
+
"===anonymous69===": [
|
|
5031
5056
|
"vs/platform/configuration/common/configurationRegistry.nls",
|
|
5032
5057
|
"vs/platform/configuration/common/configurationRegistry.nls.keys"
|
|
5033
5058
|
],
|
|
@@ -5035,7 +5060,7 @@
|
|
|
5035
5060
|
"vs/platform/configuration/common/configurationRegistry.nls.keys": [],
|
|
5036
5061
|
"vs/nls!vs/editor/contrib/rename/renameInputField": [],
|
|
5037
5062
|
"vs/css!vs/editor/contrib/rename/renameInputField": [],
|
|
5038
|
-
"===
|
|
5063
|
+
"===anonymous70===": [
|
|
5039
5064
|
"vs/editor/contrib/rename/renameInputField.nls",
|
|
5040
5065
|
"vs/editor/contrib/rename/renameInputField.nls.keys"
|
|
5041
5066
|
],
|
|
@@ -5048,7 +5073,7 @@
|
|
|
5048
5073
|
"vs/base/common/strings"
|
|
5049
5074
|
],
|
|
5050
5075
|
"vs/nls!vs/editor/contrib/suggest/suggest": [],
|
|
5051
|
-
"===
|
|
5076
|
+
"===anonymous71===": [
|
|
5052
5077
|
"vs/editor/contrib/suggest/suggest.nls",
|
|
5053
5078
|
"vs/editor/contrib/suggest/suggest.nls.keys"
|
|
5054
5079
|
],
|
|
@@ -5173,7 +5198,7 @@
|
|
|
5173
5198
|
"vs/editor/contrib/suggest/suggestWidgetDetails"
|
|
5174
5199
|
],
|
|
5175
5200
|
"vs/css!vs/editor/contrib/suggest/media/suggest": [],
|
|
5176
|
-
"===
|
|
5201
|
+
"===anonymous72===": [
|
|
5177
5202
|
"vs/editor/contrib/suggest/suggestWidget.nls",
|
|
5178
5203
|
"vs/editor/contrib/suggest/suggestWidget.nls.keys"
|
|
5179
5204
|
],
|
|
@@ -5184,7 +5209,7 @@
|
|
|
5184
5209
|
"require",
|
|
5185
5210
|
"exports"
|
|
5186
5211
|
],
|
|
5187
|
-
"===
|
|
5212
|
+
"===anonymous73===": [
|
|
5188
5213
|
"vs/editor/common/config/commonEditorConfig.nls",
|
|
5189
5214
|
"vs/editor/common/config/commonEditorConfig.nls.keys"
|
|
5190
5215
|
],
|
|
@@ -5200,7 +5225,7 @@
|
|
|
5200
5225
|
"vs/editor/common/modes"
|
|
5201
5226
|
],
|
|
5202
5227
|
"vs/nls!vs/editor/contrib/hover/markdownHoverParticipant": [],
|
|
5203
|
-
"===
|
|
5228
|
+
"===anonymous74===": [
|
|
5204
5229
|
"vs/editor/contrib/hover/markdownHoverParticipant.nls",
|
|
5205
5230
|
"vs/editor/contrib/hover/markdownHoverParticipant.nls.keys"
|
|
5206
5231
|
],
|
|
@@ -5220,31 +5245,6 @@
|
|
|
5220
5245
|
"vs/platform/theme/common/themeService"
|
|
5221
5246
|
],
|
|
5222
5247
|
"vs/css!vs/editor/contrib/unicodeHighlighter/bannerController": [],
|
|
5223
|
-
"vs/base/browser/ui/iconLabel/iconLabels": [
|
|
5224
|
-
"require",
|
|
5225
|
-
"exports",
|
|
5226
|
-
"vs/base/browser/dom",
|
|
5227
|
-
"vs/base/common/codicons"
|
|
5228
|
-
],
|
|
5229
|
-
"vs/css!vs/editor/contrib/codelens/codelensWidget": [],
|
|
5230
|
-
"vs/base/common/idGenerator": [
|
|
5231
|
-
"require",
|
|
5232
|
-
"exports"
|
|
5233
|
-
],
|
|
5234
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
|
|
5235
|
-
"===anonymous73===": [
|
|
5236
|
-
"vs/editor/contrib/gotoSymbol/referencesModel.nls",
|
|
5237
|
-
"vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
|
|
5238
|
-
],
|
|
5239
|
-
"vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
|
|
5240
|
-
"vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
|
|
5241
|
-
"vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
|
|
5242
|
-
"===anonymous74===": [
|
|
5243
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
|
|
5244
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
|
|
5245
|
-
],
|
|
5246
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
|
|
5247
|
-
"vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
|
|
5248
5248
|
"vs/editor/common/services/semanticTokensDto": [
|
|
5249
5249
|
"require",
|
|
5250
5250
|
"exports",
|
|
@@ -5722,6 +5722,11 @@
|
|
|
5722
5722
|
"vs/platform/theme/common/themeService",
|
|
5723
5723
|
"vs/css!vs/editor/contrib/codeAction/lightBulbWidget"
|
|
5724
5724
|
],
|
|
5725
|
+
"vs/base/common/search": [
|
|
5726
|
+
"require",
|
|
5727
|
+
"exports",
|
|
5728
|
+
"vs/base/common/strings"
|
|
5729
|
+
],
|
|
5725
5730
|
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes": [],
|
|
5726
5731
|
"===anonymous86===": [
|
|
5727
5732
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls",
|
|
@@ -5729,11 +5734,6 @@
|
|
|
5729
5734
|
],
|
|
5730
5735
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls": [],
|
|
5731
5736
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys": [],
|
|
5732
|
-
"vs/base/common/search": [
|
|
5733
|
-
"require",
|
|
5734
|
-
"exports",
|
|
5735
|
-
"vs/base/common/strings"
|
|
5736
|
-
],
|
|
5737
5737
|
"vs/css!vs/base/browser/ui/checkbox/checkbox": [],
|
|
5738
5738
|
"vs/base/browser/ui/findinput/findInput": [
|
|
5739
5739
|
"require",
|