monaco-editor-core 0.34.0-dev.20220507 → 0.34.0-dev.20220508

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dev/bundleInfo.json +331 -331
  2. package/dev/nls.metadata.json +146 -146
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
@@ -401,9 +401,6 @@
401
401
  "actions.clipboard.pasteLabel",
402
402
  "actions.clipboard.copyWithSyntaxHighlightingLabel"
403
403
  ],
404
- "vs/editor/contrib/codelens/browser/codelensController": [
405
- "showLensOnLine"
406
- ],
407
404
  "vs/editor/contrib/comment/browser/comment": [
408
405
  "comment.line",
409
406
  {
@@ -429,6 +426,27 @@
429
426
  "cursor.undo",
430
427
  "cursor.redo"
431
428
  ],
429
+ "vs/editor/contrib/folding/browser/folding": [
430
+ "maximum fold ranges",
431
+ "unfoldAction.label",
432
+ "unFoldRecursivelyAction.label",
433
+ "foldAction.label",
434
+ "toggleFoldAction.label",
435
+ "foldRecursivelyAction.label",
436
+ "foldAllBlockComments.label",
437
+ "foldAllMarkerRegions.label",
438
+ "unfoldAllMarkerRegions.label",
439
+ "foldAllExcept.label",
440
+ "unfoldAllExcept.label",
441
+ "foldAllAction.label",
442
+ "unfoldAllAction.label",
443
+ "gotoParentFold.label",
444
+ "gotoPreviousFold.label",
445
+ "gotoNextFold.label",
446
+ "foldLevelAction.label",
447
+ "foldBackgroundBackground",
448
+ "editorGutter.foldingControlForeground"
449
+ ],
432
450
  "vs/editor/contrib/find/browser/findController": [
433
451
  "startFindAction",
434
452
  {
@@ -455,35 +473,33 @@
455
473
  ]
456
474
  }
457
475
  ],
458
- "vs/editor/contrib/folding/browser/folding": [
459
- "maximum fold ranges",
460
- "unfoldAction.label",
461
- "unFoldRecursivelyAction.label",
462
- "foldAction.label",
463
- "toggleFoldAction.label",
464
- "foldRecursivelyAction.label",
465
- "foldAllBlockComments.label",
466
- "foldAllMarkerRegions.label",
467
- "unfoldAllMarkerRegions.label",
468
- "foldAllExcept.label",
469
- "unfoldAllExcept.label",
470
- "foldAllAction.label",
471
- "unfoldAllAction.label",
472
- "gotoParentFold.label",
473
- "gotoPreviousFold.label",
474
- "gotoNextFold.label",
475
- "foldLevelAction.label",
476
- "foldBackgroundBackground",
477
- "editorGutter.foldingControlForeground"
476
+ "vs/editor/contrib/fontZoom/browser/fontZoom": [
477
+ "EditorFontZoomIn.label",
478
+ "EditorFontZoomOut.label",
479
+ "EditorFontZoomReset.label"
478
480
  ],
479
481
  "vs/editor/contrib/format/browser/formatActions": [
480
482
  "formatDocument.label",
481
483
  "formatSelection.label"
482
484
  ],
483
- "vs/editor/contrib/fontZoom/browser/fontZoom": [
484
- "EditorFontZoomIn.label",
485
- "EditorFontZoomOut.label",
486
- "EditorFontZoomReset.label"
485
+ "vs/editor/contrib/codelens/browser/codelensController": [
486
+ "showLensOnLine"
487
+ ],
488
+ "vs/editor/contrib/hover/browser/hover": [
489
+ {
490
+ "key": "showHover",
491
+ "comment": [
492
+ "Label for action that will trigger the showing of a hover in the editor.",
493
+ "This allows for users to show the hover without using the mouse."
494
+ ]
495
+ },
496
+ {
497
+ "key": "showDefinitionPreviewHover",
498
+ "comment": [
499
+ "Label for action that will trigger the showing of definition preview hover in the editor.",
500
+ "This allows for users to show the definition preview hover without using the mouse."
501
+ ]
502
+ }
487
503
  ],
488
504
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
489
505
  "peek.submenu",
@@ -551,6 +567,22 @@
551
567
  ]
552
568
  }
553
569
  ],
570
+ "vs/editor/contrib/indentation/browser/indentation": [
571
+ "indentationToSpaces",
572
+ "indentationToTabs",
573
+ "configuredTabSize",
574
+ {
575
+ "key": "selectTabWidth",
576
+ "comment": [
577
+ "Tab corresponds to the tab key"
578
+ ]
579
+ },
580
+ "indentUsingTabs",
581
+ "indentUsingSpaces",
582
+ "detectIndentation",
583
+ "editor.reindentlines",
584
+ "editor.reindentselectedlines"
585
+ ],
554
586
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
555
587
  "multipleResults"
556
588
  ],
@@ -574,38 +606,6 @@
574
606
  ]
575
607
  }
576
608
  ],
577
- "vs/editor/contrib/hover/browser/hover": [
578
- {
579
- "key": "showHover",
580
- "comment": [
581
- "Label for action that will trigger the showing of a hover in the editor.",
582
- "This allows for users to show the hover without using the mouse."
583
- ]
584
- },
585
- {
586
- "key": "showDefinitionPreviewHover",
587
- "comment": [
588
- "Label for action that will trigger the showing of definition preview hover in the editor.",
589
- "This allows for users to show the definition preview hover without using the mouse."
590
- ]
591
- }
592
- ],
593
- "vs/editor/contrib/indentation/browser/indentation": [
594
- "indentationToSpaces",
595
- "indentationToTabs",
596
- "configuredTabSize",
597
- {
598
- "key": "selectTabWidth",
599
- "comment": [
600
- "Tab corresponds to the tab key"
601
- ]
602
- },
603
- "indentUsingTabs",
604
- "indentUsingSpaces",
605
- "detectIndentation",
606
- "editor.reindentlines",
607
- "editor.reindentselectedlines"
608
- ],
609
609
  "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
610
610
  "InPlaceReplaceAction.previous.label",
611
611
  "InPlaceReplaceAction.next.label"
@@ -1385,6 +1385,10 @@
1385
1385
  "vs/base/common/actions": [
1386
1386
  "submenu.empty"
1387
1387
  ],
1388
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
1389
+ "foldingExpandedIcon",
1390
+ "foldingCollapsedIcon"
1391
+ ],
1388
1392
  "vs/editor/contrib/find/browser/findWidget": [
1389
1393
  "findSelectionIcon",
1390
1394
  "findCollapsedIcon",
@@ -1413,10 +1417,6 @@
1413
1417
  "ariaSearchNoResultWithLineNumNoCurrentMatch",
1414
1418
  "ctrlEnter.keybindingChanged"
1415
1419
  ],
1416
- "vs/editor/contrib/folding/browser/foldingDecorations": [
1417
- "foldingExpandedIcon",
1418
- "foldingCollapsedIcon"
1419
- ],
1420
1420
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
1421
1421
  "inlineSuggestionVisible",
1422
1422
  "inlineSuggestionHasIndentation",
@@ -1431,6 +1431,17 @@
1431
1431
  "acceptInlineSuggestion",
1432
1432
  "inlineSuggestionFollows"
1433
1433
  ],
1434
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1435
+ "modesContentHover.loading",
1436
+ "too many characters"
1437
+ ],
1438
+ "vs/editor/contrib/hover/browser/markerHoverParticipant": [
1439
+ "view problem",
1440
+ "noQuickFixes",
1441
+ "checkingForQuickFixes",
1442
+ "noQuickFixes",
1443
+ "quick fixes"
1444
+ ],
1434
1445
  "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
1435
1446
  "aria.oneReference",
1436
1447
  {
@@ -1473,6 +1484,16 @@
1473
1484
  "peekViewEditorMatchHighlight",
1474
1485
  "peekViewEditorMatchHighlightBorder"
1475
1486
  ],
1487
+ "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
1488
+ "hint.dbl",
1489
+ "links.navigate.kb.meta.mac",
1490
+ "links.navigate.kb.meta",
1491
+ "links.navigate.kb.alt.mac",
1492
+ "links.navigate.kb.alt",
1493
+ "hint.defAndCommand",
1494
+ "hint.def",
1495
+ "hint.cmd"
1496
+ ],
1476
1497
  "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
1477
1498
  "Error",
1478
1499
  "Warning",
@@ -1489,27 +1510,6 @@
1489
1510
  "editorMarkerNavigationInfoHeaderBackground",
1490
1511
  "editorMarkerNavigationBackground"
1491
1512
  ],
1492
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
1493
- "modesContentHover.loading",
1494
- "too many characters"
1495
- ],
1496
- "vs/editor/contrib/hover/browser/markerHoverParticipant": [
1497
- "view problem",
1498
- "noQuickFixes",
1499
- "checkingForQuickFixes",
1500
- "noQuickFixes",
1501
- "quick fixes"
1502
- ],
1503
- "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
1504
- "hint.dbl",
1505
- "links.navigate.kb.meta.mac",
1506
- "links.navigate.kb.meta",
1507
- "links.navigate.kb.alt.mac",
1508
- "links.navigate.kb.alt",
1509
- "hint.defAndCommand",
1510
- "hint.def",
1511
- "hint.cmd"
1512
- ],
1513
1513
  "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
1514
1514
  "parameterHintsNextIcon",
1515
1515
  "parameterHintsPreviousIcon",
@@ -2382,9 +2382,6 @@
2382
2382
  "Paste",
2383
2383
  "Copy With Syntax Highlighting"
2384
2384
  ],
2385
- "vs/editor/contrib/codelens/browser/codelensController": [
2386
- "Show CodeLens Commands For Current Line"
2387
- ],
2388
2385
  "vs/editor/contrib/comment/browser/comment": [
2389
2386
  "Toggle Line Comment",
2390
2387
  "&&Toggle Line Comment",
@@ -2400,22 +2397,6 @@
2400
2397
  "Cursor Undo",
2401
2398
  "Cursor Redo"
2402
2399
  ],
2403
- "vs/editor/contrib/find/browser/findController": [
2404
- "Find",
2405
- "&&Find",
2406
- "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2407
- "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2408
- "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2409
- "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2410
- "Find With Arguments",
2411
- "Find With Selection",
2412
- "Find Next",
2413
- "Find Previous",
2414
- "Find Next Selection",
2415
- "Find Previous Selection",
2416
- "Replace",
2417
- "&&Replace"
2418
- ],
2419
2400
  "vs/editor/contrib/folding/browser/folding": [
2420
2401
  "The number of foldable regions is limited to a maximum of {0}. Increase configuration option ['Folding Maximum Regions'](command:workbench.action.openSettings?[\"editor.foldingMaximumRegions\"]) to enable more.",
2421
2402
  "Unfold",
@@ -2437,15 +2418,38 @@
2437
2418
  "Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations.",
2438
2419
  "Color of the folding control in the editor gutter."
2439
2420
  ],
2440
- "vs/editor/contrib/format/browser/formatActions": [
2441
- "Format Document",
2442
- "Format Selection"
2421
+ "vs/editor/contrib/find/browser/findController": [
2422
+ "Find",
2423
+ "&&Find",
2424
+ "Overrides \"Use Regular Expression\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2425
+ "Overrides \"Match Whole Word\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2426
+ "Overrides \"Math Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2427
+ "Overrides \"Preserve Case\" flag.\nThe flag will not be saved for the future.\n0: Do Nothing\n1: True\n2: False",
2428
+ "Find With Arguments",
2429
+ "Find With Selection",
2430
+ "Find Next",
2431
+ "Find Previous",
2432
+ "Find Next Selection",
2433
+ "Find Previous Selection",
2434
+ "Replace",
2435
+ "&&Replace"
2443
2436
  ],
2444
2437
  "vs/editor/contrib/fontZoom/browser/fontZoom": [
2445
2438
  "Editor Font Zoom In",
2446
2439
  "Editor Font Zoom Out",
2447
2440
  "Editor Font Zoom Reset"
2448
2441
  ],
2442
+ "vs/editor/contrib/format/browser/formatActions": [
2443
+ "Format Document",
2444
+ "Format Selection"
2445
+ ],
2446
+ "vs/editor/contrib/codelens/browser/codelensController": [
2447
+ "Show CodeLens Commands For Current Line"
2448
+ ],
2449
+ "vs/editor/contrib/hover/browser/hover": [
2450
+ "Show Hover",
2451
+ "Show Definition Preview Hover"
2452
+ ],
2449
2453
  "vs/editor/contrib/gotoSymbol/browser/goToCommands": [
2450
2454
  "Peek",
2451
2455
  "Definitions",
@@ -2487,6 +2491,17 @@
2487
2491
  "Go to &&Implementations",
2488
2492
  "Go to &&References"
2489
2493
  ],
2494
+ "vs/editor/contrib/indentation/browser/indentation": [
2495
+ "Convert Indentation to Spaces",
2496
+ "Convert Indentation to Tabs",
2497
+ "Configured Tab Size",
2498
+ "Select Tab Size for Current File",
2499
+ "Indent Using Tabs",
2500
+ "Indent Using Spaces",
2501
+ "Detect Indentation from Content",
2502
+ "Reindent Lines",
2503
+ "Reindent Selected Lines"
2504
+ ],
2490
2505
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
2491
2506
  "Click to show {0} definitions."
2492
2507
  ],
@@ -2500,21 +2515,6 @@
2500
2515
  "Go to Previous Problem in Files (Error, Warning, Info)",
2501
2516
  "Previous &&Problem"
2502
2517
  ],
2503
- "vs/editor/contrib/hover/browser/hover": [
2504
- "Show Hover",
2505
- "Show Definition Preview Hover"
2506
- ],
2507
- "vs/editor/contrib/indentation/browser/indentation": [
2508
- "Convert Indentation to Spaces",
2509
- "Convert Indentation to Tabs",
2510
- "Configured Tab Size",
2511
- "Select Tab Size for Current File",
2512
- "Indent Using Tabs",
2513
- "Indent Using Spaces",
2514
- "Detect Indentation from Content",
2515
- "Reindent Lines",
2516
- "Reindent Selected Lines"
2517
- ],
2518
2518
  "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
2519
2519
  "Replace with Previous Value",
2520
2520
  "Replace with Next Value"
@@ -3188,6 +3188,10 @@
3188
3188
  "vs/base/common/actions": [
3189
3189
  "(empty)"
3190
3190
  ],
3191
+ "vs/editor/contrib/folding/browser/foldingDecorations": [
3192
+ "Icon for expanded ranges in the editor glyph margin.",
3193
+ "Icon for collapsed ranges in the editor glyph margin."
3194
+ ],
3191
3195
  "vs/editor/contrib/find/browser/findWidget": [
3192
3196
  "Icon for 'Find in Selection' in the editor find widget.",
3193
3197
  "Icon to indicate that the editor find widget is collapsed.",
@@ -3216,10 +3220,6 @@
3216
3220
  "{0} found for '{1}'",
3217
3221
  "Ctrl+Enter now inserts line break instead of replacing all. You can modify the keybinding for editor.action.replaceAll to override this behavior."
3218
3222
  ],
3219
- "vs/editor/contrib/folding/browser/foldingDecorations": [
3220
- "Icon for expanded ranges in the editor glyph margin.",
3221
- "Icon for collapsed ranges in the editor glyph margin."
3222
- ],
3223
3223
  "vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
3224
3224
  "Whether an inline suggestion is visible",
3225
3225
  "Whether the inline suggestion starts with whitespace",
@@ -3234,6 +3234,17 @@
3234
3234
  "Accept",
3235
3235
  "Suggestion:"
3236
3236
  ],
3237
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3238
+ "Loading...",
3239
+ "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
3240
+ ],
3241
+ "vs/editor/contrib/hover/browser/markerHoverParticipant": [
3242
+ "View Problem",
3243
+ "No quick fixes available",
3244
+ "Checking for quick fixes...",
3245
+ "No quick fixes available",
3246
+ "Quick Fix..."
3247
+ ],
3237
3248
  "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3238
3249
  "symbol in {0} on line {1} at column {2}",
3239
3250
  "symbol in {0} on line {1} at column {2}, {3}",
@@ -3271,6 +3282,16 @@
3271
3282
  "Match highlight color in the peek view editor.",
3272
3283
  "Match highlight border in the peek view editor."
3273
3284
  ],
3285
+ "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3286
+ "Double click to insert",
3287
+ "cmd + click",
3288
+ "ctrl + click",
3289
+ "option + click",
3290
+ "alt + click",
3291
+ "Go to Definition ({0}), right click for more",
3292
+ "Go to Definition ({0})",
3293
+ "Execute Command"
3294
+ ],
3274
3295
  "vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
3275
3296
  "Error",
3276
3297
  "Warning",
@@ -3287,27 +3308,6 @@
3287
3308
  "Editor marker navigation widget info heading background.",
3288
3309
  "Editor marker navigation widget background."
3289
3310
  ],
3290
- "vs/editor/contrib/hover/browser/markdownHoverParticipant": [
3291
- "Loading...",
3292
- "Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
3293
- ],
3294
- "vs/editor/contrib/hover/browser/markerHoverParticipant": [
3295
- "View Problem",
3296
- "No quick fixes available",
3297
- "Checking for quick fixes...",
3298
- "No quick fixes available",
3299
- "Quick Fix..."
3300
- ],
3301
- "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3302
- "Double click to insert",
3303
- "cmd + click",
3304
- "ctrl + click",
3305
- "option + click",
3306
- "alt + click",
3307
- "Go to Definition ({0}), right click for more",
3308
- "Go to Definition ({0})",
3309
- "Execute Command"
3310
- ],
3311
3311
  "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3312
3312
  "Icon for show next parameter hint.",
3313
3313
  "Icon for show previous parameter hint.",
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
package/dev/vs/loader.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220507(d9e91c33351c051876c731485a0c47a5852b904b)
3
+ * Version: 0.34.0-dev.20220508(d9e91c33351c051876c731485a0c47a5852b904b)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/vscode/blob/main/LICENSE.txt
6
6
  *-----------------------------------------------------------*/(function(){var X=["require","exports","vs/base/common/strings","vs/editor/common/core/position","vs/editor/common/core/range","vs/base/common/platform","vs/base/common/event","vs/base/common/types","vs/base/common/lifecycle","vs/base/common/uri","vs/base/common/errors","vs/base/common/stopwatch","vs/base/common/diff/diff","vs/base/common/uint","vs/editor/common/core/characterClassifier","vs/editor/common/core/wordHelper","vs/base/common/arrays","vs/base/common/cache","vs/base/common/codicons","vs/base/common/diff/diffChange","vs/base/common/functional","vs/base/common/iterator","vs/base/common/keyCodes","vs/base/common/lazy","vs/base/common/linkedList","vs/base/common/process","vs/base/common/path","vs/base/common/cancellation","vs/base/common/hash","vs/base/common/objects","vs/editor/common/core/selection","vs/editor/common/core/wordCharacterClassifier","vs/editor/common/diff/diffComputer","vs/editor/common/languages/linkComputer","vs/editor/common/languages/supports/inplaceReplaceSupport","vs/editor/common/model","vs/editor/common/model/prefixSumComputer","vs/editor/common/model/mirrorTextModel","vs/editor/common/model/textModelSearch","vs/editor/common/services/unicodeTextModelHighlighter","vs/editor/common/standalone/standaloneEnums","vs/editor/common/tokenizationRegistry","vs/editor/common/languages","vs/editor/common/services/editorBaseApi","vs/base/common/worker/simpleWorker","vs/editor/common/services/editorSimpleWorker"],Z=function(T){for(var r=[],E=0,e=T.length;E<e;E++)r[E]=X[T[E]];return r},Le=this,Ae=typeof global=="object"?global:{},re;(function(T){T.global=Le;var r=function(){function E(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(E.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),E.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=E._isWindows(),this._isNode=typeof module!="undefined"&&!!module.exports,this._isElectronRenderer=typeof process!="undefined"&&typeof process.versions!="undefined"&&typeof process.versions.electron!="undefined"&&process.type==="renderer",this._isWebWorker=typeof T.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process!="undefined"&&typeof process.versions!="undefined"&&typeof process.versions.electron!="undefined"&&process.type==="worker")},E._isWindows=function(){return typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process!="undefined"?process.platform==="win32":!1},E}();T.Environment=r})(re||(re={}));var re;(function(T){var r=function(){function A(a,w,b){this.type=a,this.detail=w,this.timestamp=b}return A}();T.LoaderEvent=r;var E=function(){function A(a){this._events=[new r(1,"",a)]}return A.prototype.record=function(a,w){this._events.push(new r(a,w,T.Utilities.getHighPerformanceTimestamp()))},A.prototype.getEvents=function(){return this._events},A}();T.LoaderEventRecorder=E;var e=function(){function A(){}return A.prototype.record=function(a,w){},A.prototype.getEvents=function(){return[]},A.INSTANCE=new A,A}();T.NullLoaderEventRecorder=e})(re||(re={}));var re;(function(T){var r=function(){function E(){}return E.fileUriToFilePath=function(e,A){if(A=decodeURI(A).replace(/%23/g,"#"),e){if(/^file:\/\/\//.test(A))return A.substr(8);if(/^file:\/\//.test(A))return A.substr(5)}else if(/^file:\/\//.test(A))return A.substr(7);return A},E.startsWith=function(e,A){return e.length>=A.length&&e.substr(0,A.length)===A},E.endsWith=function(e,A){return e.length>=A.length&&e.substr(e.length-A.length)===A},E.containsQueryString=function(e){return/^[^\#]*\?/gi.test(e)},E.isAbsolutePath=function(e){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(e)},E.forEachProperty=function(e,A){if(e){var a=void 0;for(a in e)e.hasOwnProperty(a)&&A(a,e[a])}},E.isEmpty=function(e){var A=!0;return E.forEachProperty(e,function(){A=!1}),A},E.recursiveClone=function(e){if(!e||typeof e!="object"||e instanceof RegExp||!Array.isArray(e)&&Object.getPrototypeOf(e)!==Object.prototype)return e;var A=Array.isArray(e)?[]:{};return E.forEachProperty(e,function(a,w){w&&typeof w=="object"?A[a]=E.recursiveClone(w):A[a]=w}),A},E.generateAnonymousModule=function(){return"===anonymous"+E.NEXT_ANONYMOUS_ID+++"==="},E.isAnonymousModule=function(e){return E.startsWith(e,"===anonymous")},E.getHighPerformanceTimestamp=function(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=T.global.performance&&typeof T.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?T.global.performance.now():Date.now()},E.NEXT_ANONYMOUS_ID=1,E.PERFORMANCE_NOW_PROBED=!1,E.HAS_PERFORMANCE_NOW=!1,E}();T.Utilities=r})(re||(re={}));var re;(function(T){function r(A){if(A instanceof Error)return A;var a=new Error(A.message||String(A)||"Unknown Error");return A.stack&&(a.stack=A.stack),a}T.ensureError=r;var E=function(){function A(){}return A.validateConfigurationOptions=function(a){function w(c){if(c.phase==="loading"){console.error('Loading "'+c.moduleId+'" failed'),console.error(c),console.error("Here are the modules that depend on it:"),console.error(c.neededBy);return}if(c.phase==="factory"){console.error('The factory method of "'+c.moduleId+'" has thrown an exception'),console.error(c);return}}if(a=a||{},typeof a.baseUrl!="string"&&(a.baseUrl=""),typeof a.isBuild!="boolean"&&(a.isBuild=!1),typeof a.paths!="object"&&(a.paths={}),typeof a.config!="object"&&(a.config={}),typeof a.catchError=="undefined"&&(a.catchError=!1),typeof a.recordStats=="undefined"&&(a.recordStats=!1),typeof a.urlArgs!="string"&&(a.urlArgs=""),typeof a.onError!="function"&&(a.onError=w),Array.isArray(a.ignoreDuplicateModules)||(a.ignoreDuplicateModules=[]),a.baseUrl.length>0&&(T.Utilities.endsWith(a.baseUrl,"/")||(a.baseUrl+="/")),typeof a.cspNonce!="string"&&(a.cspNonce=""),typeof a.preferScriptTags=="undefined"&&(a.preferScriptTags=!1),Array.isArray(a.nodeModules)||(a.nodeModules=[]),a.nodeCachedData&&typeof a.nodeCachedData=="object"&&(typeof a.nodeCachedData.seed!="string"&&(a.nodeCachedData.seed="seed"),(typeof a.nodeCachedData.writeDelay!="number"||a.nodeCachedData.writeDelay<0)&&(a.nodeCachedData.writeDelay=1e3*7),!a.nodeCachedData.path||typeof a.nodeCachedData.path!="string")){var b=r(new Error("INVALID cached data configuration, 'path' MUST be set"));b.phase="configuration",a.onError(b),a.nodeCachedData=void 0}return a},A.mergeConfigurationOptions=function(a,w){a===void 0&&(a=null),w===void 0&&(w=null);var b=T.Utilities.recursiveClone(w||{});return T.Utilities.forEachProperty(a,function(c,d){c==="ignoreDuplicateModules"&&typeof b.ignoreDuplicateModules!="undefined"?b.ignoreDuplicateModules=b.ignoreDuplicateModules.concat(d):c==="paths"&&typeof b.paths!="undefined"?T.Utilities.forEachProperty(d,function(y,t){return b.paths[y]=t}):c==="config"&&typeof b.config!="undefined"?T.Utilities.forEachProperty(d,function(y,t){return b.config[y]=t}):b[c]=T.Utilities.recursiveClone(d)}),A.validateConfigurationOptions(b)},A}();T.ConfigurationOptionsUtil=E;var e=function(){function A(a,w){if(this._env=a,this.options=E.mergeConfigurationOptions(w),this._createIgnoreDuplicateModulesMap(),this._createNodeModulesMap(),this._createSortedPathsRules(),this.options.baseUrl===""){if(this.options.nodeRequire&&this.options.nodeRequire.main&&this.options.nodeRequire.main.filename&&this._env.isNode){var b=this.options.nodeRequire.main.filename,c=Math.max(b.lastIndexOf("/"),b.lastIndexOf("\\"));this.options.baseUrl=b.substring(0,c+1)}if(this.options.nodeMain&&this._env.isNode){var b=this.options.nodeMain,c=Math.max(b.lastIndexOf("/"),b.lastIndexOf("\\"));this.options.baseUrl=b.substring(0,c+1)}}}return A.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var a=0;a<this.options.ignoreDuplicateModules.length;a++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[a]]=!0},A.prototype._createNodeModulesMap=function(){this.nodeModulesMap=Object.create(null);for(var a=0,w=this.options.nodeModules;a<w.length;a++){var b=w[a];this.nodeModulesMap[b]=!0}},A.prototype._createSortedPathsRules=function(){var a=this;this.sortedPathsRules=[],T.Utilities.forEachProperty(this.options.paths,function(w,b){Array.isArray(b)?a.sortedPathsRules.push({from:w,to:b}):a.sortedPathsRules.push({from:w,to:[b]})}),this.sortedPathsRules.sort(function(w,b){return b.from.length-w.from.length})},A.prototype.cloneAndMerge=function(a){return new A(this._env,E.mergeConfigurationOptions(a,this.options))},A.prototype.getOptionsLiteral=function(){return this.options},A.prototype._applyPaths=function(a){for(var w,b=0,c=this.sortedPathsRules.length;b<c;b++)if(w=this.sortedPathsRules[b],T.Utilities.startsWith(a,w.from)){for(var d=[],y=0,t=w.to.length;y<t;y++)d.push(w.to[y]+a.substr(w.from.length));return d}return[a]},A.prototype._addUrlArgsToUrl=function(a){return T.Utilities.containsQueryString(a)?a+"&"+this.options.urlArgs:a+"?"+this.options.urlArgs},A.prototype._addUrlArgsIfNecessaryToUrl=function(a){return this.options.urlArgs?this._addUrlArgsToUrl(a):a},A.prototype._addUrlArgsIfNecessaryToUrls=function(a){if(this.options.urlArgs)for(var w=0,b=a.length;w<b;w++)a[w]=this._addUrlArgsToUrl(a[w]);return a},A.prototype.moduleIdToPaths=function(a){if(this._env.isNode){var w=this.nodeModulesMap[a]===!0||this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(a);if(w)return this.isBuild()?["empty:"]:["node|"+a]}var b=a,c;if(!T.Utilities.endsWith(b,".js")&&!T.Utilities.isAbsolutePath(b)){c=this._applyPaths(b);for(var d=0,y=c.length;d<y;d++)this.isBuild()&&c[d]==="empty:"||(T.Utilities.isAbsolutePath(c[d])||(c[d]=this.options.baseUrl+c[d]),!T.Utilities.endsWith(c[d],".js")&&!T.Utilities.containsQueryString(c[d])&&(c[d]=c[d]+".js"))}else!T.Utilities.endsWith(b,".js")&&!T.Utilities.containsQueryString(b)&&(b=b+".js"),c=[b];return this._addUrlArgsIfNecessaryToUrls(c)},A.prototype.requireToUrl=function(a){var w=a;return T.Utilities.isAbsolutePath(w)||(w=this._applyPaths(w)[0],T.Utilities.isAbsolutePath(w)||(w=this.options.baseUrl+w)),this._addUrlArgsIfNecessaryToUrl(w)},A.prototype.isBuild=function(){return this.options.isBuild},A.prototype.isDuplicateMessageIgnoredFor=function(a){return this.ignoreDuplicateModulesMap.hasOwnProperty(a)},A.prototype.getConfigForModule=function(a){if(this.options.config)return this.options.config[a]},A.prototype.shouldCatchError=function(){return this.options.catchError},A.prototype.shouldRecordStats=function(){return this.options.recordStats},A.prototype.onError=function(a){this.options.onError(a)},A}();T.Configuration=e})(re||(re={}));var re;(function(T){var r=function(){function c(d){this._env=d,this._scriptLoader=null,this._callbackMap={}}return c.prototype.load=function(d,y,t,h){var m=this;if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new A;else if(this._env.isElectronRenderer){var C=d.getConfig().getOptionsLiteral().preferScriptTags;C?this._scriptLoader=new E:this._scriptLoader=new a(this._env)}else this._env.isNode?this._scriptLoader=new a(this._env):this._scriptLoader=new E;var L={callback:t,errorback:h};if(this._callbackMap.hasOwnProperty(y)){this._callbackMap[y].push(L);return}this._callbackMap[y]=[L],this._scriptLoader.load(d,y,function(){return m.triggerCallback(y)},function(v){return m.triggerErrorback(y,v)})},c.prototype.triggerCallback=function(d){var y=this._callbackMap[d];delete this._callbackMap[d];for(var t=0;t<y.length;t++)y[t].callback()},c.prototype.triggerErrorback=function(d,y){var t=this._callbackMap[d];delete this._callbackMap[d];for(var h=0;h<t.length;h++)t[h].errorback(y)},c}(),E=function(){function c(){}return c.prototype.attachListeners=function(d,y,t){var h=function(){d.removeEventListener("load",m),d.removeEventListener("error",C)},m=function(L){h(),y()},C=function(L){h(),t(L)};d.addEventListener("load",m),d.addEventListener("error",C)},c.prototype.load=function(d,y,t,h){if(/^node\|/.test(y)){var m=d.getConfig().getOptionsLiteral(),C=w(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=y.split("|"),v=null;try{v=C(L[1])}catch(i){h(i);return}d.enqueueDefineAnonymousModule([],function(){return v}),t()}else{var S=document.createElement("script");S.setAttribute("async","async"),S.setAttribute("type","text/javascript"),this.attachListeners(S,t,h);var p=d.getConfig().getOptionsLiteral().trustedTypesPolicy;p&&(y=p.createScriptURL(y)),S.setAttribute("src",y);var o=d.getConfig().getOptionsLiteral().cspNonce;o&&S.setAttribute("nonce",o),document.getElementsByTagName("head")[0].appendChild(S)}},c}();function e(c){var d=c.getConfig().getOptionsLiteral().trustedTypesPolicy;try{var y=d?self.eval(d.createScript("","true")):new Function("true");return y.call(self),!0}catch{return!1}}var A=function(){function c(){this._cachedCanUseEval=null}return c.prototype._canUseEval=function(d){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=e(d)),this._cachedCanUseEval},c.prototype.load=function(d,y,t,h){if(/^node\|/.test(y)){var m=d.getConfig().getOptionsLiteral(),C=w(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=y.split("|"),v=null;try{v=C(L[1])}catch(o){h(o);return}d.enqueueDefineAnonymousModule([],function(){return v}),t()}else{var S=d.getConfig().getOptionsLiteral().trustedTypesPolicy,p=/^((http:)|(https:)|(file:))/.test(y)&&y.substring(0,self.origin.length)!==self.origin;if(!p&&this._canUseEval(d)){fetch(y).then(function(o){if(o.status!==200)throw new Error(o.statusText);return o.text()}).then(function(o){o=o+`