monaco-editor-core 0.34.0-dev.20220604 → 0.34.0-dev.20220605

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 +1495 -1495
  2. package/dev/nls.metadata.json +105 -105
  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
@@ -336,6 +336,9 @@
336
336
  "stickydesc",
337
337
  "removedCursor"
338
338
  ],
339
+ "vs/editor/browser/widget/codeEditorWidget": [
340
+ "cursors.maximum"
341
+ ],
339
342
  "vs/editor/browser/widget/diffEditorWidget": [
340
343
  "diffInsertIcon",
341
344
  "diffRemoveIcon",
@@ -611,6 +614,9 @@
611
614
  "InPlaceReplaceAction.previous.label",
612
615
  "InPlaceReplaceAction.next.label"
613
616
  ],
617
+ "vs/editor/contrib/lineSelection/browser/lineSelection": [
618
+ "expandLineSelection"
619
+ ],
614
620
  "vs/editor/contrib/linesOperations/browser/linesOperations": [
615
621
  "lines.copyUp",
616
622
  {
@@ -1226,12 +1232,6 @@
1226
1232
  "labelLoading",
1227
1233
  "metaTitle.N"
1228
1234
  ],
1229
- "vs/editor/browser/widget/codeEditorWidget": [
1230
- "cursors.maximum"
1231
- ],
1232
- "vs/editor/contrib/lineSelection/browser/lineSelection": [
1233
- "expandLineSelection"
1234
- ],
1235
1235
  "vs/platform/markers/common/markers": [
1236
1236
  "sev.error",
1237
1237
  "sev.warning",
@@ -1240,56 +1240,6 @@
1240
1240
  "vs/editor/common/languages/modesRegistry": [
1241
1241
  "plainText.alias"
1242
1242
  ],
1243
- "vs/editor/browser/widget/diffReview": [
1244
- "diffReviewInsertIcon",
1245
- "diffReviewRemoveIcon",
1246
- "diffReviewCloseIcon",
1247
- "label.close",
1248
- "no_lines_changed",
1249
- "one_line_changed",
1250
- "more_lines_changed",
1251
- {
1252
- "key": "header",
1253
- "comment": [
1254
- "This is the ARIA label for a git diff header.",
1255
- "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1256
- "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1257
- "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1258
- "Variables 2 and 4 will be numbers (a line number).",
1259
- "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
1260
- ]
1261
- },
1262
- "blankLine",
1263
- {
1264
- "key": "unchangedLine",
1265
- "comment": [
1266
- "The placeholders are contents of the line and should not be translated."
1267
- ]
1268
- },
1269
- "equalLine",
1270
- "insertLine",
1271
- "deleteLine",
1272
- "editor.action.diffReview.next",
1273
- "editor.action.diffReview.prev"
1274
- ],
1275
- "vs/editor/browser/widget/inlineDiffMargin": [
1276
- "diff.clipboard.copyDeletedLinesContent.label",
1277
- "diff.clipboard.copyDeletedLinesContent.single.label",
1278
- "diff.clipboard.copyChangedLinesContent.label",
1279
- "diff.clipboard.copyChangedLinesContent.single.label",
1280
- "diff.clipboard.copyDeletedLineContent.label",
1281
- "diff.clipboard.copyChangedLineContent.label",
1282
- "diff.inline.revertChange.label",
1283
- "diff.clipboard.copyDeletedLineContent.label",
1284
- "diff.clipboard.copyChangedLineContent.label"
1285
- ],
1286
- "vs/platform/theme/common/iconRegistry": [
1287
- "iconDefinition.fontId",
1288
- "iconDefinition.fontCharacter",
1289
- "widgetClose",
1290
- "previousChangeIcon",
1291
- "nextChangeIcon"
1292
- ],
1293
1243
  "vs/editor/common/core/editorColorRegistry": [
1294
1244
  "lineHighlight",
1295
1245
  "lineHighlightBorderBox",
@@ -1344,6 +1294,56 @@
1344
1294
  "editorUnicodeHighlight.border",
1345
1295
  "editorUnicodeHighlight.background"
1346
1296
  ],
1297
+ "vs/editor/browser/widget/diffReview": [
1298
+ "diffReviewInsertIcon",
1299
+ "diffReviewRemoveIcon",
1300
+ "diffReviewCloseIcon",
1301
+ "label.close",
1302
+ "no_lines_changed",
1303
+ "one_line_changed",
1304
+ "more_lines_changed",
1305
+ {
1306
+ "key": "header",
1307
+ "comment": [
1308
+ "This is the ARIA label for a git diff header.",
1309
+ "A git diff header looks like this: @@ -154,12 +159,39 @@.",
1310
+ "That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
1311
+ "Variables 0 and 1 refer to the diff index out of total number of diffs.",
1312
+ "Variables 2 and 4 will be numbers (a line number).",
1313
+ "Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
1314
+ ]
1315
+ },
1316
+ "blankLine",
1317
+ {
1318
+ "key": "unchangedLine",
1319
+ "comment": [
1320
+ "The placeholders are contents of the line and should not be translated."
1321
+ ]
1322
+ },
1323
+ "equalLine",
1324
+ "insertLine",
1325
+ "deleteLine",
1326
+ "editor.action.diffReview.next",
1327
+ "editor.action.diffReview.prev"
1328
+ ],
1329
+ "vs/editor/browser/widget/inlineDiffMargin": [
1330
+ "diff.clipboard.copyDeletedLinesContent.label",
1331
+ "diff.clipboard.copyDeletedLinesContent.single.label",
1332
+ "diff.clipboard.copyChangedLinesContent.label",
1333
+ "diff.clipboard.copyChangedLinesContent.single.label",
1334
+ "diff.clipboard.copyDeletedLineContent.label",
1335
+ "diff.clipboard.copyChangedLineContent.label",
1336
+ "diff.inline.revertChange.label",
1337
+ "diff.clipboard.copyDeletedLineContent.label",
1338
+ "diff.clipboard.copyChangedLineContent.label"
1339
+ ],
1340
+ "vs/platform/theme/common/iconRegistry": [
1341
+ "iconDefinition.fontId",
1342
+ "iconDefinition.fontCharacter",
1343
+ "widgetClose",
1344
+ "previousChangeIcon",
1345
+ "nextChangeIcon"
1346
+ ],
1347
1347
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
1348
1348
  "args.schema.kind",
1349
1349
  "args.schema.apply",
@@ -1765,6 +1765,10 @@
1765
1765
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
1766
1766
  "cancellableOperation"
1767
1767
  ],
1768
+ "vs/editor/browser/controller/textAreaHandler": [
1769
+ "editor",
1770
+ "accessibilityOffAriaLabel"
1771
+ ],
1768
1772
  "vs/editor/common/model/editStack": [
1769
1773
  "edit"
1770
1774
  ],
@@ -1851,10 +1855,6 @@
1851
1855
  "referenceCount",
1852
1856
  "treeAriaLabel"
1853
1857
  ],
1854
- "vs/editor/browser/controller/textAreaHandler": [
1855
- "editor",
1856
- "accessibilityOffAriaLabel"
1857
- ],
1858
1858
  "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
1859
1859
  "preferredcodeActionWithKb",
1860
1860
  "codeActionWithKb",
@@ -2345,6 +2345,9 @@
2345
2345
  "Stick to the end even when going to longer lines",
2346
2346
  "Removed secondary cursors"
2347
2347
  ],
2348
+ "vs/editor/browser/widget/codeEditorWidget": [
2349
+ "The number of cursors has been limited to {0}."
2350
+ ],
2348
2351
  "vs/editor/browser/widget/diffEditorWidget": [
2349
2352
  "Line decoration for inserts in the diff editor.",
2350
2353
  "Line decoration for removals in the diff editor.",
@@ -2528,6 +2531,9 @@
2528
2531
  "Replace with Previous Value",
2529
2532
  "Replace with Next Value"
2530
2533
  ],
2534
+ "vs/editor/contrib/lineSelection/browser/lineSelection": [
2535
+ "Expand Line Selection"
2536
+ ],
2531
2537
  "vs/editor/contrib/linesOperations/browser/linesOperations": [
2532
2538
  "Copy Line Up",
2533
2539
  "&&Copy Line Up",
@@ -3058,12 +3064,6 @@
3058
3064
  "Loading...",
3059
3065
  "{0} ({1})"
3060
3066
  ],
3061
- "vs/editor/browser/widget/codeEditorWidget": [
3062
- "The number of cursors has been limited to {0}."
3063
- ],
3064
- "vs/editor/contrib/lineSelection/browser/lineSelection": [
3065
- "Expand Line Selection"
3066
- ],
3067
3067
  "vs/platform/markers/common/markers": [
3068
3068
  "Error",
3069
3069
  "Warning",
@@ -3072,41 +3072,6 @@
3072
3072
  "vs/editor/common/languages/modesRegistry": [
3073
3073
  "Plain Text"
3074
3074
  ],
3075
- "vs/editor/browser/widget/diffReview": [
3076
- "Icon for 'Insert' in diff review.",
3077
- "Icon for 'Remove' in diff review.",
3078
- "Icon for 'Close' in diff review.",
3079
- "Close",
3080
- "no lines changed",
3081
- "1 line changed",
3082
- "{0} lines changed",
3083
- "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
3084
- "blank",
3085
- "{0} unchanged line {1}",
3086
- "{0} original line {1} modified line {2}",
3087
- "+ {0} modified line {1}",
3088
- "- {0} original line {1}",
3089
- "Go to Next Difference",
3090
- "Go to Previous Difference"
3091
- ],
3092
- "vs/editor/browser/widget/inlineDiffMargin": [
3093
- "Copy deleted lines",
3094
- "Copy deleted line",
3095
- "Copy changed lines",
3096
- "Copy changed line",
3097
- "Copy deleted line ({0})",
3098
- "Copy changed line ({0})",
3099
- "Revert this change",
3100
- "Copy deleted line ({0})",
3101
- "Copy changed line ({0})"
3102
- ],
3103
- "vs/platform/theme/common/iconRegistry": [
3104
- "The id of the font to use. If not set, the font that is defined first is used.",
3105
- "The font character associated with the icon definition.",
3106
- "Icon for the close action in widgets.",
3107
- "Icon for goto previous editor location.",
3108
- "Icon for goto next editor location."
3109
- ],
3110
3075
  "vs/editor/common/core/editorColorRegistry": [
3111
3076
  "Background color for the highlight of line at the cursor position.",
3112
3077
  "Background color for the border around the line at the cursor position.",
@@ -3161,6 +3126,41 @@
3161
3126
  "Border color used to highlight unicode characters.",
3162
3127
  "Background color used to highlight unicode characters."
3163
3128
  ],
3129
+ "vs/editor/browser/widget/diffReview": [
3130
+ "Icon for 'Insert' in diff review.",
3131
+ "Icon for 'Remove' in diff review.",
3132
+ "Icon for 'Close' in diff review.",
3133
+ "Close",
3134
+ "no lines changed",
3135
+ "1 line changed",
3136
+ "{0} lines changed",
3137
+ "Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
3138
+ "blank",
3139
+ "{0} unchanged line {1}",
3140
+ "{0} original line {1} modified line {2}",
3141
+ "+ {0} modified line {1}",
3142
+ "- {0} original line {1}",
3143
+ "Go to Next Difference",
3144
+ "Go to Previous Difference"
3145
+ ],
3146
+ "vs/editor/browser/widget/inlineDiffMargin": [
3147
+ "Copy deleted lines",
3148
+ "Copy deleted line",
3149
+ "Copy changed lines",
3150
+ "Copy changed line",
3151
+ "Copy deleted line ({0})",
3152
+ "Copy changed line ({0})",
3153
+ "Revert this change",
3154
+ "Copy deleted line ({0})",
3155
+ "Copy changed line ({0})"
3156
+ ],
3157
+ "vs/platform/theme/common/iconRegistry": [
3158
+ "The id of the font to use. If not set, the font that is defined first is used.",
3159
+ "The font character associated with the icon definition.",
3160
+ "Icon for the close action in widgets.",
3161
+ "Icon for goto previous editor location.",
3162
+ "Icon for goto next editor location."
3163
+ ],
3164
3164
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
3165
3165
  "Kind of the code action to run.",
3166
3166
  "Controls when the returned actions are applied.",
@@ -3480,6 +3480,10 @@
3480
3480
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
3481
3481
  "Whether the editor runs a cancellable operation, e.g. like 'Peek References'"
3482
3482
  ],
3483
+ "vs/editor/browser/controller/textAreaHandler": [
3484
+ "editor",
3485
+ "The editor is not accessible at this time. Press {0} for options."
3486
+ ],
3483
3487
  "vs/editor/common/model/editStack": [
3484
3488
  "Typing"
3485
3489
  ],
@@ -3566,10 +3570,6 @@
3566
3570
  "{0} reference",
3567
3571
  "References"
3568
3572
  ],
3569
- "vs/editor/browser/controller/textAreaHandler": [
3570
- "editor",
3571
- "The editor is not accessible at this time. Press {0} for options."
3572
- ],
3573
3573
  "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
3574
3574
  "Show Code Actions. Preferred Quick Fix Available ({0})",
3575
3575
  "Show Code Actions ({0})",
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.34.0-dev.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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.20220604(2260d7cca34384a2838c728850afdd38113ddb47)
3
+ * Version: 0.34.0-dev.20220605(2260d7cca34384a2838c728850afdd38113ddb47)
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/iterator","vs/base/common/linkedList","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/keyCodes","vs/base/common/lazy","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=[],A=0,e=T.length;A<e;A++)r[A]=X[T[A]];return r},Le=this,Ae=typeof global=="object"?global:{},re;(function(T){T.global=Le;var r=function(){function A(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(A.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),A.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=A._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")},A._isWindows=function(){return typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process!="undefined"?process.platform==="win32":!1},A}();T.Environment=r})(re||(re={}));var re;(function(T){var r=function(){function N(l,v,C){this.type=l,this.detail=v,this.timestamp=C}return N}();T.LoaderEvent=r;var A=function(){function N(l){this._events=[new r(1,"",l)]}return N.prototype.record=function(l,v){this._events.push(new r(l,v,T.Utilities.getHighPerformanceTimestamp()))},N.prototype.getEvents=function(){return this._events},N}();T.LoaderEventRecorder=A;var e=function(){function N(){}return N.prototype.record=function(l,v){},N.prototype.getEvents=function(){return[]},N.INSTANCE=new N,N}();T.NullLoaderEventRecorder=e})(re||(re={}));var re;(function(T){var r=function(){function A(){}return A.fileUriToFilePath=function(e,N){if(N=decodeURI(N).replace(/%23/g,"#"),e){if(/^file:\/\/\//.test(N))return N.substr(8);if(/^file:\/\//.test(N))return N.substr(5)}else if(/^file:\/\//.test(N))return N.substr(7);return N},A.startsWith=function(e,N){return e.length>=N.length&&e.substr(0,N.length)===N},A.endsWith=function(e,N){return e.length>=N.length&&e.substr(e.length-N.length)===N},A.containsQueryString=function(e){return/^[^\#]*\?/gi.test(e)},A.isAbsolutePath=function(e){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(e)},A.forEachProperty=function(e,N){if(e){var l=void 0;for(l in e)e.hasOwnProperty(l)&&N(l,e[l])}},A.isEmpty=function(e){var N=!0;return A.forEachProperty(e,function(){N=!1}),N},A.recursiveClone=function(e){if(!e||typeof e!="object"||e instanceof RegExp||!Array.isArray(e)&&Object.getPrototypeOf(e)!==Object.prototype)return e;var N=Array.isArray(e)?[]:{};return A.forEachProperty(e,function(l,v){v&&typeof v=="object"?N[l]=A.recursiveClone(v):N[l]=v}),N},A.generateAnonymousModule=function(){return"===anonymous"+A.NEXT_ANONYMOUS_ID+++"==="},A.isAnonymousModule=function(e){return A.startsWith(e,"===anonymous")},A.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()},A.NEXT_ANONYMOUS_ID=1,A.PERFORMANCE_NOW_PROBED=!1,A.HAS_PERFORMANCE_NOW=!1,A}();T.Utilities=r})(re||(re={}));var re;(function(T){function r(N){if(N instanceof Error)return N;var l=new Error(N.message||String(N)||"Unknown Error");return N.stack&&(l.stack=N.stack),l}T.ensureError=r;var A=function(){function N(){}return N.validateConfigurationOptions=function(l){function v(u){if(u.phase==="loading"){console.error('Loading "'+u.moduleId+'" failed'),console.error(u),console.error("Here are the modules that depend on it:"),console.error(u.neededBy);return}if(u.phase==="factory"){console.error('The factory function of "'+u.moduleId+'" has thrown an exception'),console.error(u),console.error("Here are the modules that depend on it:"),console.error(u.neededBy);return}}if(l=l||{},typeof l.baseUrl!="string"&&(l.baseUrl=""),typeof l.isBuild!="boolean"&&(l.isBuild=!1),typeof l.paths!="object"&&(l.paths={}),typeof l.config!="object"&&(l.config={}),typeof l.catchError=="undefined"&&(l.catchError=!1),typeof l.recordStats=="undefined"&&(l.recordStats=!1),typeof l.urlArgs!="string"&&(l.urlArgs=""),typeof l.onError!="function"&&(l.onError=v),Array.isArray(l.ignoreDuplicateModules)||(l.ignoreDuplicateModules=[]),l.baseUrl.length>0&&(T.Utilities.endsWith(l.baseUrl,"/")||(l.baseUrl+="/")),typeof l.cspNonce!="string"&&(l.cspNonce=""),typeof l.preferScriptTags=="undefined"&&(l.preferScriptTags=!1),Array.isArray(l.nodeModules)||(l.nodeModules=[]),l.nodeCachedData&&typeof l.nodeCachedData=="object"&&(typeof l.nodeCachedData.seed!="string"&&(l.nodeCachedData.seed="seed"),(typeof l.nodeCachedData.writeDelay!="number"||l.nodeCachedData.writeDelay<0)&&(l.nodeCachedData.writeDelay=1e3*7),!l.nodeCachedData.path||typeof l.nodeCachedData.path!="string")){var C=r(new Error("INVALID cached data configuration, 'path' MUST be set"));C.phase="configuration",l.onError(C),l.nodeCachedData=void 0}return l},N.mergeConfigurationOptions=function(l,v){l===void 0&&(l=null),v===void 0&&(v=null);var C=T.Utilities.recursiveClone(v||{});return T.Utilities.forEachProperty(l,function(u,d){u==="ignoreDuplicateModules"&&typeof C.ignoreDuplicateModules!="undefined"?C.ignoreDuplicateModules=C.ignoreDuplicateModules.concat(d):u==="paths"&&typeof C.paths!="undefined"?T.Utilities.forEachProperty(d,function(p,t){return C.paths[p]=t}):u==="config"&&typeof C.config!="undefined"?T.Utilities.forEachProperty(d,function(p,t){return C.config[p]=t}):C[u]=T.Utilities.recursiveClone(d)}),N.validateConfigurationOptions(C)},N}();T.ConfigurationOptionsUtil=A;var e=function(){function N(l,v){if(this._env=l,this.options=A.mergeConfigurationOptions(v),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 C=this.options.nodeRequire.main.filename,u=Math.max(C.lastIndexOf("/"),C.lastIndexOf("\\"));this.options.baseUrl=C.substring(0,u+1)}if(this.options.nodeMain&&this._env.isNode){var C=this.options.nodeMain,u=Math.max(C.lastIndexOf("/"),C.lastIndexOf("\\"));this.options.baseUrl=C.substring(0,u+1)}}}return N.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var l=0;l<this.options.ignoreDuplicateModules.length;l++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[l]]=!0},N.prototype._createNodeModulesMap=function(){this.nodeModulesMap=Object.create(null);for(var l=0,v=this.options.nodeModules;l<v.length;l++){var C=v[l];this.nodeModulesMap[C]=!0}},N.prototype._createSortedPathsRules=function(){var l=this;this.sortedPathsRules=[],T.Utilities.forEachProperty(this.options.paths,function(v,C){Array.isArray(C)?l.sortedPathsRules.push({from:v,to:C}):l.sortedPathsRules.push({from:v,to:[C]})}),this.sortedPathsRules.sort(function(v,C){return C.from.length-v.from.length})},N.prototype.cloneAndMerge=function(l){return new N(this._env,A.mergeConfigurationOptions(l,this.options))},N.prototype.getOptionsLiteral=function(){return this.options},N.prototype._applyPaths=function(l){for(var v,C=0,u=this.sortedPathsRules.length;C<u;C++)if(v=this.sortedPathsRules[C],T.Utilities.startsWith(l,v.from)){for(var d=[],p=0,t=v.to.length;p<t;p++)d.push(v.to[p]+l.substr(v.from.length));return d}return[l]},N.prototype._addUrlArgsToUrl=function(l){return T.Utilities.containsQueryString(l)?l+"&"+this.options.urlArgs:l+"?"+this.options.urlArgs},N.prototype._addUrlArgsIfNecessaryToUrl=function(l){return this.options.urlArgs?this._addUrlArgsToUrl(l):l},N.prototype._addUrlArgsIfNecessaryToUrls=function(l){if(this.options.urlArgs)for(var v=0,C=l.length;v<C;v++)l[v]=this._addUrlArgsToUrl(l[v]);return l},N.prototype.moduleIdToPaths=function(l){if(this._env.isNode){var v=this.nodeModulesMap[l]===!0||this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(l);if(v)return this.isBuild()?["empty:"]:["node|"+l]}var C=l,u;if(!T.Utilities.endsWith(C,".js")&&!T.Utilities.isAbsolutePath(C)){u=this._applyPaths(C);for(var d=0,p=u.length;d<p;d++)this.isBuild()&&u[d]==="empty:"||(T.Utilities.isAbsolutePath(u[d])||(u[d]=this.options.baseUrl+u[d]),!T.Utilities.endsWith(u[d],".js")&&!T.Utilities.containsQueryString(u[d])&&(u[d]=u[d]+".js"))}else!T.Utilities.endsWith(C,".js")&&!T.Utilities.containsQueryString(C)&&(C=C+".js"),u=[C];return this._addUrlArgsIfNecessaryToUrls(u)},N.prototype.requireToUrl=function(l){var v=l;return T.Utilities.isAbsolutePath(v)||(v=this._applyPaths(v)[0],T.Utilities.isAbsolutePath(v)||(v=this.options.baseUrl+v)),this._addUrlArgsIfNecessaryToUrl(v)},N.prototype.isBuild=function(){return this.options.isBuild},N.prototype.isDuplicateMessageIgnoredFor=function(l){return this.ignoreDuplicateModulesMap.hasOwnProperty(l)},N.prototype.getConfigForModule=function(l){if(this.options.config)return this.options.config[l]},N.prototype.shouldCatchError=function(){return this.options.catchError},N.prototype.shouldRecordStats=function(){return this.options.recordStats},N.prototype.onError=function(l){this.options.onError(l)},N}();T.Configuration=e})(re||(re={}));var re;(function(T){var r=function(){function u(d){this._env=d,this._scriptLoader=null,this._callbackMap={}}return u.prototype.load=function(d,p,t,f){var m=this;if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new N;else if(this._env.isElectronRenderer){var w=d.getConfig().getOptionsLiteral().preferScriptTags;w?this._scriptLoader=new A:this._scriptLoader=new l(this._env)}else this._env.isNode?this._scriptLoader=new l(this._env):this._scriptLoader=new A;var L={callback:t,errorback:f};if(this._callbackMap.hasOwnProperty(p)){this._callbackMap[p].push(L);return}this._callbackMap[p]=[L],this._scriptLoader.load(d,p,function(){return m.triggerCallback(p)},function(y){return m.triggerErrorback(p,y)})},u.prototype.triggerCallback=function(d){var p=this._callbackMap[d];delete this._callbackMap[d];for(var t=0;t<p.length;t++)p[t].callback()},u.prototype.triggerErrorback=function(d,p){var t=this._callbackMap[d];delete this._callbackMap[d];for(var f=0;f<t.length;f++)t[f].errorback(p)},u}(),A=function(){function u(){}return u.prototype.attachListeners=function(d,p,t){var f=function(){d.removeEventListener("load",m),d.removeEventListener("error",w)},m=function(L){f(),p()},w=function(L){f(),t(L)};d.addEventListener("load",m),d.addEventListener("error",w)},u.prototype.load=function(d,p,t,f){if(/^node\|/.test(p)){var m=d.getConfig().getOptionsLiteral(),w=v(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=p.split("|"),y=null;try{y=w(L[1])}catch(a){f(a);return}d.enqueueDefineAnonymousModule([],function(){return y}),t()}else{var S=document.createElement("script");S.setAttribute("async","async"),S.setAttribute("type","text/javascript"),this.attachListeners(S,t,f);var b=d.getConfig().getOptionsLiteral().trustedTypesPolicy;b&&(p=b.createScriptURL(p)),S.setAttribute("src",p);var s=d.getConfig().getOptionsLiteral().cspNonce;s&&S.setAttribute("nonce",s),document.getElementsByTagName("head")[0].appendChild(S)}},u}();function e(u){var d=u.getConfig().getOptionsLiteral().trustedTypesPolicy;try{var p=d?self.eval(d.createScript("","true")):new Function("true");return p.call(self),!0}catch{return!1}}var N=function(){function u(){this._cachedCanUseEval=null}return u.prototype._canUseEval=function(d){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=e(d)),this._cachedCanUseEval},u.prototype.load=function(d,p,t,f){if(/^node\|/.test(p)){var m=d.getConfig().getOptionsLiteral(),w=v(d.getRecorder(),m.nodeRequire||T.global.nodeRequire),L=p.split("|"),y=null;try{y=w(L[1])}catch(s){f(s);return}d.enqueueDefineAnonymousModule([],function(){return y}),t()}else{var S=d.getConfig().getOptionsLiteral().trustedTypesPolicy,b=/^((http:)|(https:)|(file:))/.test(p)&&p.substring(0,self.origin.length)!==self.origin;if(!b&&this._canUseEval(d)){fetch(p).then(function(s){if(s.status!==200)throw new Error(s.statusText);return s.text()}).then(function(s){s=s+`