monaco-editor-core 0.33.0-dev.20220206 → 0.33.0-dev.20220207
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 +1236 -1236
- package/dev/nls.metadata.json +199 -199
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +1 -1
- package/dev/vs/editor/editor.main.nls.de.js +1 -1
- package/dev/vs/editor/editor.main.nls.es.js +1 -1
- package/dev/vs/editor/editor.main.nls.fr.js +1 -1
- package/dev/vs/editor/editor.main.nls.it.js +1 -1
- package/dev/vs/editor/editor.main.nls.ja.js +1 -1
- package/dev/vs/editor/editor.main.nls.js +1 -1
- package/dev/vs/editor/editor.main.nls.ko.js +1 -1
- package/dev/vs/editor/editor.main.nls.ru.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/dev/vs/loader.js +1 -1
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/editor/editor.main.nls.de.js +1 -1
- package/min/vs/editor/editor.main.nls.es.js +1 -1
- package/min/vs/editor/editor.main.nls.fr.js +1 -1
- package/min/vs/editor/editor.main.nls.it.js +1 -1
- package/min/vs/editor/editor.main.nls.ja.js +1 -1
- package/min/vs/editor/editor.main.nls.js +1 -1
- package/min/vs/editor/editor.main.nls.ko.js +1 -1
- package/min/vs/editor/editor.main.nls.ru.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
package/dev/nls.metadata.json
CHANGED
|
@@ -324,6 +324,9 @@
|
|
|
324
324
|
"stickydesc",
|
|
325
325
|
"removedCursor"
|
|
326
326
|
],
|
|
327
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
328
|
+
"cursors.maximum"
|
|
329
|
+
],
|
|
327
330
|
"vs/editor/browser/widget/diffEditorWidget": [
|
|
328
331
|
"diffInsertIcon",
|
|
329
332
|
"diffRemoveIcon",
|
|
@@ -355,24 +358,6 @@
|
|
|
355
358
|
"vs/editor/contrib/caretOperations/browser/transpose": [
|
|
356
359
|
"transposeLetters.label"
|
|
357
360
|
],
|
|
358
|
-
"vs/editor/contrib/comment/browser/comment": [
|
|
359
|
-
"comment.line",
|
|
360
|
-
{
|
|
361
|
-
"key": "miToggleLineComment",
|
|
362
|
-
"comment": [
|
|
363
|
-
"&& denotes a mnemonic"
|
|
364
|
-
]
|
|
365
|
-
},
|
|
366
|
-
"comment.line.add",
|
|
367
|
-
"comment.line.remove",
|
|
368
|
-
"comment.block",
|
|
369
|
-
{
|
|
370
|
-
"key": "miToggleBlockComment",
|
|
371
|
-
"comment": [
|
|
372
|
-
"&& denotes a mnemonic"
|
|
373
|
-
]
|
|
374
|
-
}
|
|
375
|
-
],
|
|
376
361
|
"vs/editor/contrib/clipboard/browser/clipboard": [
|
|
377
362
|
{
|
|
378
363
|
"key": "miCut",
|
|
@@ -405,10 +390,34 @@
|
|
|
405
390
|
"actions.clipboard.pasteLabel",
|
|
406
391
|
"actions.clipboard.copyWithSyntaxHighlightingLabel"
|
|
407
392
|
],
|
|
393
|
+
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
394
|
+
"showLensOnLine"
|
|
395
|
+
],
|
|
396
|
+
"vs/editor/contrib/comment/browser/comment": [
|
|
397
|
+
"comment.line",
|
|
398
|
+
{
|
|
399
|
+
"key": "miToggleLineComment",
|
|
400
|
+
"comment": [
|
|
401
|
+
"&& denotes a mnemonic"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
"comment.line.add",
|
|
405
|
+
"comment.line.remove",
|
|
406
|
+
"comment.block",
|
|
407
|
+
{
|
|
408
|
+
"key": "miToggleBlockComment",
|
|
409
|
+
"comment": [
|
|
410
|
+
"&& denotes a mnemonic"
|
|
411
|
+
]
|
|
412
|
+
}
|
|
413
|
+
],
|
|
408
414
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
409
415
|
"cursor.undo",
|
|
410
416
|
"cursor.redo"
|
|
411
417
|
],
|
|
418
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
419
|
+
"action.showContextMenu.label"
|
|
420
|
+
],
|
|
412
421
|
"vs/editor/contrib/find/browser/findController": [
|
|
413
422
|
"startFindAction",
|
|
414
423
|
{
|
|
@@ -461,6 +470,10 @@
|
|
|
461
470
|
"EditorFontZoomOut.label",
|
|
462
471
|
"EditorFontZoomReset.label"
|
|
463
472
|
],
|
|
473
|
+
"vs/editor/contrib/format/browser/formatActions": [
|
|
474
|
+
"formatDocument.label",
|
|
475
|
+
"formatSelection.label"
|
|
476
|
+
],
|
|
464
477
|
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
|
|
465
478
|
"peek.submenu",
|
|
466
479
|
"def.title",
|
|
@@ -530,10 +543,6 @@
|
|
|
530
543
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
|
|
531
544
|
"multipleResults"
|
|
532
545
|
],
|
|
533
|
-
"vs/editor/contrib/format/browser/formatActions": [
|
|
534
|
-
"formatDocument.label",
|
|
535
|
-
"formatSelection.label"
|
|
536
|
-
],
|
|
537
546
|
"vs/editor/contrib/gotoError/browser/gotoError": [
|
|
538
547
|
"markerAction.next.label",
|
|
539
548
|
"nextMarkerIcon",
|
|
@@ -570,9 +579,6 @@
|
|
|
570
579
|
]
|
|
571
580
|
}
|
|
572
581
|
],
|
|
573
|
-
"vs/editor/browser/widget/codeEditorWidget": [
|
|
574
|
-
"cursors.maximum"
|
|
575
|
-
],
|
|
576
582
|
"vs/editor/contrib/indentation/browser/indentation": [
|
|
577
583
|
"indentationToSpaces",
|
|
578
584
|
"indentationToTabs",
|
|
@@ -589,12 +595,6 @@
|
|
|
589
595
|
"editor.reindentlines",
|
|
590
596
|
"editor.reindentselectedlines"
|
|
591
597
|
],
|
|
592
|
-
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
593
|
-
"showLensOnLine"
|
|
594
|
-
],
|
|
595
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
596
|
-
"action.showContextMenu.label"
|
|
597
|
-
],
|
|
598
598
|
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
|
|
599
599
|
"InPlaceReplaceAction.previous.label",
|
|
600
600
|
"InPlaceReplaceAction.next.label"
|
|
@@ -1215,56 +1215,6 @@
|
|
|
1215
1215
|
"vs/editor/common/languages/modesRegistry": [
|
|
1216
1216
|
"plainText.alias"
|
|
1217
1217
|
],
|
|
1218
|
-
"vs/editor/browser/widget/diffReview": [
|
|
1219
|
-
"diffReviewInsertIcon",
|
|
1220
|
-
"diffReviewRemoveIcon",
|
|
1221
|
-
"diffReviewCloseIcon",
|
|
1222
|
-
"label.close",
|
|
1223
|
-
"no_lines_changed",
|
|
1224
|
-
"one_line_changed",
|
|
1225
|
-
"more_lines_changed",
|
|
1226
|
-
{
|
|
1227
|
-
"key": "header",
|
|
1228
|
-
"comment": [
|
|
1229
|
-
"This is the ARIA label for a git diff header.",
|
|
1230
|
-
"A git diff header looks like this: @@ -154,12 +159,39 @@.",
|
|
1231
|
-
"That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
|
|
1232
|
-
"Variables 0 and 1 refer to the diff index out of total number of diffs.",
|
|
1233
|
-
"Variables 2 and 4 will be numbers (a line number).",
|
|
1234
|
-
"Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
|
|
1235
|
-
]
|
|
1236
|
-
},
|
|
1237
|
-
"blankLine",
|
|
1238
|
-
{
|
|
1239
|
-
"key": "unchangedLine",
|
|
1240
|
-
"comment": [
|
|
1241
|
-
"The placeholders are contents of the line and should not be translated."
|
|
1242
|
-
]
|
|
1243
|
-
},
|
|
1244
|
-
"equalLine",
|
|
1245
|
-
"insertLine",
|
|
1246
|
-
"deleteLine",
|
|
1247
|
-
"editor.action.diffReview.next",
|
|
1248
|
-
"editor.action.diffReview.prev"
|
|
1249
|
-
],
|
|
1250
|
-
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
1251
|
-
"diff.clipboard.copyDeletedLinesContent.label",
|
|
1252
|
-
"diff.clipboard.copyDeletedLinesContent.single.label",
|
|
1253
|
-
"diff.clipboard.copyChangedLinesContent.label",
|
|
1254
|
-
"diff.clipboard.copyChangedLinesContent.single.label",
|
|
1255
|
-
"diff.clipboard.copyDeletedLineContent.label",
|
|
1256
|
-
"diff.clipboard.copyChangedLineContent.label",
|
|
1257
|
-
"diff.inline.revertChange.label",
|
|
1258
|
-
"diff.clipboard.copyDeletedLineContent.label",
|
|
1259
|
-
"diff.clipboard.copyChangedLineContent.label"
|
|
1260
|
-
],
|
|
1261
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
1262
|
-
"iconDefinition.fontId",
|
|
1263
|
-
"iconDefinition.fontCharacter",
|
|
1264
|
-
"widgetClose",
|
|
1265
|
-
"previousChangeIcon",
|
|
1266
|
-
"nextChangeIcon"
|
|
1267
|
-
],
|
|
1268
1218
|
"vs/editor/common/core/editorColorRegistry": [
|
|
1269
1219
|
"lineHighlight",
|
|
1270
1220
|
"lineHighlightBorderBox",
|
|
@@ -1318,6 +1268,56 @@
|
|
|
1318
1268
|
"editorBracketPairGuide.activeBackground6",
|
|
1319
1269
|
"editorUnicodeHighlight.border"
|
|
1320
1270
|
],
|
|
1271
|
+
"vs/editor/browser/widget/diffReview": [
|
|
1272
|
+
"diffReviewInsertIcon",
|
|
1273
|
+
"diffReviewRemoveIcon",
|
|
1274
|
+
"diffReviewCloseIcon",
|
|
1275
|
+
"label.close",
|
|
1276
|
+
"no_lines_changed",
|
|
1277
|
+
"one_line_changed",
|
|
1278
|
+
"more_lines_changed",
|
|
1279
|
+
{
|
|
1280
|
+
"key": "header",
|
|
1281
|
+
"comment": [
|
|
1282
|
+
"This is the ARIA label for a git diff header.",
|
|
1283
|
+
"A git diff header looks like this: @@ -154,12 +159,39 @@.",
|
|
1284
|
+
"That encodes that at original line 154 (which is now line 159), 12 lines were removed/changed with 39 lines.",
|
|
1285
|
+
"Variables 0 and 1 refer to the diff index out of total number of diffs.",
|
|
1286
|
+
"Variables 2 and 4 will be numbers (a line number).",
|
|
1287
|
+
"Variables 3 and 5 will be \"no lines changed\", \"1 line changed\" or \"X lines changed\", localized separately."
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
"blankLine",
|
|
1291
|
+
{
|
|
1292
|
+
"key": "unchangedLine",
|
|
1293
|
+
"comment": [
|
|
1294
|
+
"The placeholders are contents of the line and should not be translated."
|
|
1295
|
+
]
|
|
1296
|
+
},
|
|
1297
|
+
"equalLine",
|
|
1298
|
+
"insertLine",
|
|
1299
|
+
"deleteLine",
|
|
1300
|
+
"editor.action.diffReview.next",
|
|
1301
|
+
"editor.action.diffReview.prev"
|
|
1302
|
+
],
|
|
1303
|
+
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
1304
|
+
"diff.clipboard.copyDeletedLinesContent.label",
|
|
1305
|
+
"diff.clipboard.copyDeletedLinesContent.single.label",
|
|
1306
|
+
"diff.clipboard.copyChangedLinesContent.label",
|
|
1307
|
+
"diff.clipboard.copyChangedLinesContent.single.label",
|
|
1308
|
+
"diff.clipboard.copyDeletedLineContent.label",
|
|
1309
|
+
"diff.clipboard.copyChangedLineContent.label",
|
|
1310
|
+
"diff.inline.revertChange.label",
|
|
1311
|
+
"diff.clipboard.copyDeletedLineContent.label",
|
|
1312
|
+
"diff.clipboard.copyChangedLineContent.label"
|
|
1313
|
+
],
|
|
1314
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
1315
|
+
"iconDefinition.fontId",
|
|
1316
|
+
"iconDefinition.fontCharacter",
|
|
1317
|
+
"widgetClose",
|
|
1318
|
+
"previousChangeIcon",
|
|
1319
|
+
"nextChangeIcon"
|
|
1320
|
+
],
|
|
1321
1321
|
"vs/editor/contrib/codeAction/browser/codeActionCommands": [
|
|
1322
1322
|
"args.schema.kind",
|
|
1323
1323
|
"args.schema.apply",
|
|
@@ -1349,6 +1349,18 @@
|
|
|
1349
1349
|
"autoFix.label",
|
|
1350
1350
|
"editor.action.autoFix.noneMessage"
|
|
1351
1351
|
],
|
|
1352
|
+
"vs/base/browser/ui/actionbar/actionViewItems": [
|
|
1353
|
+
{
|
|
1354
|
+
"key": "titleLabel",
|
|
1355
|
+
"comment": [
|
|
1356
|
+
"action title",
|
|
1357
|
+
"action keybinding"
|
|
1358
|
+
]
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"vs/base/common/actions": [
|
|
1362
|
+
"submenu.empty"
|
|
1363
|
+
],
|
|
1352
1364
|
"vs/editor/contrib/find/browser/findWidget": [
|
|
1353
1365
|
"findSelectionIcon",
|
|
1354
1366
|
"findCollapsedIcon",
|
|
@@ -1381,6 +1393,20 @@
|
|
|
1381
1393
|
"foldingExpandedIcon",
|
|
1382
1394
|
"foldingCollapsedIcon"
|
|
1383
1395
|
],
|
|
1396
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
1397
|
+
"inlineSuggestionVisible",
|
|
1398
|
+
"inlineSuggestionHasIndentation",
|
|
1399
|
+
"inlineSuggestionHasIndentationLessThanTabSize",
|
|
1400
|
+
"action.inlineSuggest.showNext",
|
|
1401
|
+
"action.inlineSuggest.showPrevious",
|
|
1402
|
+
"action.inlineSuggest.trigger"
|
|
1403
|
+
],
|
|
1404
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
1405
|
+
"showNextInlineSuggestion",
|
|
1406
|
+
"showPreviousInlineSuggestion",
|
|
1407
|
+
"acceptInlineSuggestion",
|
|
1408
|
+
"inlineSuggestionFollows"
|
|
1409
|
+
],
|
|
1384
1410
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
1385
1411
|
"aria.oneReference",
|
|
1386
1412
|
{
|
|
@@ -1423,20 +1449,6 @@
|
|
|
1423
1449
|
"peekViewEditorMatchHighlight",
|
|
1424
1450
|
"peekViewEditorMatchHighlightBorder"
|
|
1425
1451
|
],
|
|
1426
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
1427
|
-
"showNextInlineSuggestion",
|
|
1428
|
-
"showPreviousInlineSuggestion",
|
|
1429
|
-
"acceptInlineSuggestion",
|
|
1430
|
-
"inlineSuggestionFollows"
|
|
1431
|
-
],
|
|
1432
|
-
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
1433
|
-
"inlineSuggestionVisible",
|
|
1434
|
-
"inlineSuggestionHasIndentation",
|
|
1435
|
-
"inlineSuggestionHasIndentationLessThanTabSize",
|
|
1436
|
-
"action.inlineSuggest.showNext",
|
|
1437
|
-
"action.inlineSuggest.showPrevious",
|
|
1438
|
-
"action.inlineSuggest.trigger"
|
|
1439
|
-
],
|
|
1440
1452
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
1441
1453
|
"Error",
|
|
1442
1454
|
"Warning",
|
|
@@ -1453,6 +1465,10 @@
|
|
|
1453
1465
|
"editorMarkerNavigationInfoHeaderBackground",
|
|
1454
1466
|
"editorMarkerNavigationBackground"
|
|
1455
1467
|
],
|
|
1468
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
1469
|
+
"modesContentHover.loading",
|
|
1470
|
+
"too many characters"
|
|
1471
|
+
],
|
|
1456
1472
|
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
1457
1473
|
"view problem",
|
|
1458
1474
|
"noQuickFixes",
|
|
@@ -1460,22 +1476,6 @@
|
|
|
1460
1476
|
"noQuickFixes",
|
|
1461
1477
|
"quick fixes"
|
|
1462
1478
|
],
|
|
1463
|
-
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
1464
|
-
"modesContentHover.loading",
|
|
1465
|
-
"too many characters"
|
|
1466
|
-
],
|
|
1467
|
-
"vs/base/browser/ui/actionbar/actionViewItems": [
|
|
1468
|
-
{
|
|
1469
|
-
"key": "titleLabel",
|
|
1470
|
-
"comment": [
|
|
1471
|
-
"action title",
|
|
1472
|
-
"action keybinding"
|
|
1473
|
-
]
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"vs/base/common/actions": [
|
|
1477
|
-
"submenu.empty"
|
|
1478
|
-
],
|
|
1479
1479
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
1480
1480
|
"parameterHintsNextIcon",
|
|
1481
1481
|
"parameterHintsPreviousIcon",
|
|
@@ -1723,6 +1723,10 @@
|
|
|
1723
1723
|
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
1724
1724
|
"cancellableOperation"
|
|
1725
1725
|
],
|
|
1726
|
+
"vs/editor/browser/controller/textAreaHandler": [
|
|
1727
|
+
"editor",
|
|
1728
|
+
"accessibilityOffAriaLabel"
|
|
1729
|
+
],
|
|
1726
1730
|
"vs/editor/common/model/editStack": [
|
|
1727
1731
|
"edit"
|
|
1728
1732
|
],
|
|
@@ -1738,10 +1742,6 @@
|
|
|
1738
1742
|
"titleAndKb",
|
|
1739
1743
|
"titleAndKb"
|
|
1740
1744
|
],
|
|
1741
|
-
"vs/editor/browser/controller/textAreaHandler": [
|
|
1742
|
-
"editor",
|
|
1743
|
-
"accessibilityOffAriaLabel"
|
|
1744
|
-
],
|
|
1745
1745
|
"vs/editor/contrib/snippet/browser/snippetVariables": [
|
|
1746
1746
|
"Sunday",
|
|
1747
1747
|
"Monday",
|
|
@@ -2289,6 +2289,9 @@
|
|
|
2289
2289
|
"Stick to the end even when going to longer lines",
|
|
2290
2290
|
"Removed secondary cursors"
|
|
2291
2291
|
],
|
|
2292
|
+
"vs/editor/browser/widget/codeEditorWidget": [
|
|
2293
|
+
"The number of cursors has been limited to {0}."
|
|
2294
|
+
],
|
|
2292
2295
|
"vs/editor/browser/widget/diffEditorWidget": [
|
|
2293
2296
|
"Line decoration for inserts in the diff editor.",
|
|
2294
2297
|
"Line decoration for removals in the diff editor.",
|
|
@@ -2315,14 +2318,6 @@
|
|
|
2315
2318
|
"vs/editor/contrib/caretOperations/browser/transpose": [
|
|
2316
2319
|
"Transpose Letters"
|
|
2317
2320
|
],
|
|
2318
|
-
"vs/editor/contrib/comment/browser/comment": [
|
|
2319
|
-
"Toggle Line Comment",
|
|
2320
|
-
"&&Toggle Line Comment",
|
|
2321
|
-
"Add Line Comment",
|
|
2322
|
-
"Remove Line Comment",
|
|
2323
|
-
"Toggle Block Comment",
|
|
2324
|
-
"Toggle &&Block Comment"
|
|
2325
|
-
],
|
|
2326
2321
|
"vs/editor/contrib/clipboard/browser/clipboard": [
|
|
2327
2322
|
"Cu&&t",
|
|
2328
2323
|
"Cut",
|
|
@@ -2340,10 +2335,24 @@
|
|
|
2340
2335
|
"Paste",
|
|
2341
2336
|
"Copy With Syntax Highlighting"
|
|
2342
2337
|
],
|
|
2338
|
+
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
2339
|
+
"Show CodeLens Commands For Current Line"
|
|
2340
|
+
],
|
|
2341
|
+
"vs/editor/contrib/comment/browser/comment": [
|
|
2342
|
+
"Toggle Line Comment",
|
|
2343
|
+
"&&Toggle Line Comment",
|
|
2344
|
+
"Add Line Comment",
|
|
2345
|
+
"Remove Line Comment",
|
|
2346
|
+
"Toggle Block Comment",
|
|
2347
|
+
"Toggle &&Block Comment"
|
|
2348
|
+
],
|
|
2343
2349
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
2344
2350
|
"Cursor Undo",
|
|
2345
2351
|
"Cursor Redo"
|
|
2346
2352
|
],
|
|
2353
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2354
|
+
"Show Editor Context Menu"
|
|
2355
|
+
],
|
|
2347
2356
|
"vs/editor/contrib/find/browser/findController": [
|
|
2348
2357
|
"Find",
|
|
2349
2358
|
"&&Find",
|
|
@@ -2386,6 +2395,10 @@
|
|
|
2386
2395
|
"Editor Font Zoom Out",
|
|
2387
2396
|
"Editor Font Zoom Reset"
|
|
2388
2397
|
],
|
|
2398
|
+
"vs/editor/contrib/format/browser/formatActions": [
|
|
2399
|
+
"Format Document",
|
|
2400
|
+
"Format Selection"
|
|
2401
|
+
],
|
|
2389
2402
|
"vs/editor/contrib/gotoSymbol/browser/goToCommands": [
|
|
2390
2403
|
"Peek",
|
|
2391
2404
|
"Definitions",
|
|
@@ -2430,10 +2443,6 @@
|
|
|
2430
2443
|
"vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [
|
|
2431
2444
|
"Click to show {0} definitions."
|
|
2432
2445
|
],
|
|
2433
|
-
"vs/editor/contrib/format/browser/formatActions": [
|
|
2434
|
-
"Format Document",
|
|
2435
|
-
"Format Selection"
|
|
2436
|
-
],
|
|
2437
2446
|
"vs/editor/contrib/gotoError/browser/gotoError": [
|
|
2438
2447
|
"Go to Next Problem (Error, Warning, Info)",
|
|
2439
2448
|
"Icon for goto next marker.",
|
|
@@ -2448,9 +2457,6 @@
|
|
|
2448
2457
|
"Show Hover",
|
|
2449
2458
|
"Show Definition Preview Hover"
|
|
2450
2459
|
],
|
|
2451
|
-
"vs/editor/browser/widget/codeEditorWidget": [
|
|
2452
|
-
"The number of cursors has been limited to {0}."
|
|
2453
|
-
],
|
|
2454
2460
|
"vs/editor/contrib/indentation/browser/indentation": [
|
|
2455
2461
|
"Convert Indentation to Spaces",
|
|
2456
2462
|
"Convert Indentation to Tabs",
|
|
@@ -2462,12 +2468,6 @@
|
|
|
2462
2468
|
"Reindent Lines",
|
|
2463
2469
|
"Reindent Selected Lines"
|
|
2464
2470
|
],
|
|
2465
|
-
"vs/editor/contrib/codelens/browser/codelensController": [
|
|
2466
|
-
"Show CodeLens Commands For Current Line"
|
|
2467
|
-
],
|
|
2468
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2469
|
-
"Show Editor Context Menu"
|
|
2470
|
-
],
|
|
2471
2471
|
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [
|
|
2472
2472
|
"Replace with Previous Value",
|
|
2473
2473
|
"Replace with Next Value"
|
|
@@ -3003,41 +3003,6 @@
|
|
|
3003
3003
|
"vs/editor/common/languages/modesRegistry": [
|
|
3004
3004
|
"Plain Text"
|
|
3005
3005
|
],
|
|
3006
|
-
"vs/editor/browser/widget/diffReview": [
|
|
3007
|
-
"Icon for 'Insert' in diff review.",
|
|
3008
|
-
"Icon for 'Remove' in diff review.",
|
|
3009
|
-
"Icon for 'Close' in diff review.",
|
|
3010
|
-
"Close",
|
|
3011
|
-
"no lines changed",
|
|
3012
|
-
"1 line changed",
|
|
3013
|
-
"{0} lines changed",
|
|
3014
|
-
"Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
|
|
3015
|
-
"blank",
|
|
3016
|
-
"{0} unchanged line {1}",
|
|
3017
|
-
"{0} original line {1} modified line {2}",
|
|
3018
|
-
"+ {0} modified line {1}",
|
|
3019
|
-
"- {0} original line {1}",
|
|
3020
|
-
"Go to Next Difference",
|
|
3021
|
-
"Go to Previous Difference"
|
|
3022
|
-
],
|
|
3023
|
-
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
3024
|
-
"Copy deleted lines",
|
|
3025
|
-
"Copy deleted line",
|
|
3026
|
-
"Copy changed lines",
|
|
3027
|
-
"Copy changed line",
|
|
3028
|
-
"Copy deleted line ({0})",
|
|
3029
|
-
"Copy changed line ({0})",
|
|
3030
|
-
"Revert this change",
|
|
3031
|
-
"Copy deleted line ({0})",
|
|
3032
|
-
"Copy changed line ({0})"
|
|
3033
|
-
],
|
|
3034
|
-
"vs/platform/theme/common/iconRegistry": [
|
|
3035
|
-
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
3036
|
-
"The font character associated with the icon definition.",
|
|
3037
|
-
"Icon for the close action in widgets.",
|
|
3038
|
-
"Icon for goto previous editor location.",
|
|
3039
|
-
"Icon for goto next editor location."
|
|
3040
|
-
],
|
|
3041
3006
|
"vs/editor/common/core/editorColorRegistry": [
|
|
3042
3007
|
"Background color for the highlight of line at the cursor position.",
|
|
3043
3008
|
"Background color for the border around the line at the cursor position.",
|
|
@@ -3091,6 +3056,41 @@
|
|
|
3091
3056
|
"Background color of active bracket pair guides (6). Requires enabling bracket pair guides.",
|
|
3092
3057
|
"Border color used to highlight unicode characters."
|
|
3093
3058
|
],
|
|
3059
|
+
"vs/editor/browser/widget/diffReview": [
|
|
3060
|
+
"Icon for 'Insert' in diff review.",
|
|
3061
|
+
"Icon for 'Remove' in diff review.",
|
|
3062
|
+
"Icon for 'Close' in diff review.",
|
|
3063
|
+
"Close",
|
|
3064
|
+
"no lines changed",
|
|
3065
|
+
"1 line changed",
|
|
3066
|
+
"{0} lines changed",
|
|
3067
|
+
"Difference {0} of {1}: original line {2}, {3}, modified line {4}, {5}",
|
|
3068
|
+
"blank",
|
|
3069
|
+
"{0} unchanged line {1}",
|
|
3070
|
+
"{0} original line {1} modified line {2}",
|
|
3071
|
+
"+ {0} modified line {1}",
|
|
3072
|
+
"- {0} original line {1}",
|
|
3073
|
+
"Go to Next Difference",
|
|
3074
|
+
"Go to Previous Difference"
|
|
3075
|
+
],
|
|
3076
|
+
"vs/editor/browser/widget/inlineDiffMargin": [
|
|
3077
|
+
"Copy deleted lines",
|
|
3078
|
+
"Copy deleted line",
|
|
3079
|
+
"Copy changed lines",
|
|
3080
|
+
"Copy changed line",
|
|
3081
|
+
"Copy deleted line ({0})",
|
|
3082
|
+
"Copy changed line ({0})",
|
|
3083
|
+
"Revert this change",
|
|
3084
|
+
"Copy deleted line ({0})",
|
|
3085
|
+
"Copy changed line ({0})"
|
|
3086
|
+
],
|
|
3087
|
+
"vs/platform/theme/common/iconRegistry": [
|
|
3088
|
+
"The id of the font to use. If not set, the font that is defined first is used.",
|
|
3089
|
+
"The font character associated with the icon definition.",
|
|
3090
|
+
"Icon for the close action in widgets.",
|
|
3091
|
+
"Icon for goto previous editor location.",
|
|
3092
|
+
"Icon for goto next editor location."
|
|
3093
|
+
],
|
|
3094
3094
|
"vs/editor/contrib/codeAction/browser/codeActionCommands": [
|
|
3095
3095
|
"Kind of the code action to run.",
|
|
3096
3096
|
"Controls when the returned actions are applied.",
|
|
@@ -3122,6 +3122,12 @@
|
|
|
3122
3122
|
"Auto Fix...",
|
|
3123
3123
|
"No auto fixes available"
|
|
3124
3124
|
],
|
|
3125
|
+
"vs/base/browser/ui/actionbar/actionViewItems": [
|
|
3126
|
+
"{0} ({1})"
|
|
3127
|
+
],
|
|
3128
|
+
"vs/base/common/actions": [
|
|
3129
|
+
"(empty)"
|
|
3130
|
+
],
|
|
3125
3131
|
"vs/editor/contrib/find/browser/findWidget": [
|
|
3126
3132
|
"Icon for 'Find in Selection' in the editor find widget.",
|
|
3127
3133
|
"Icon to indicate that the editor find widget is collapsed.",
|
|
@@ -3154,6 +3160,20 @@
|
|
|
3154
3160
|
"Icon for expanded ranges in the editor glyph margin.",
|
|
3155
3161
|
"Icon for collapsed ranges in the editor glyph margin."
|
|
3156
3162
|
],
|
|
3163
|
+
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
3164
|
+
"Whether an inline suggestion is visible",
|
|
3165
|
+
"Whether the inline suggestion starts with whitespace",
|
|
3166
|
+
"Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
|
|
3167
|
+
"Show Next Inline Suggestion",
|
|
3168
|
+
"Show Previous Inline Suggestion",
|
|
3169
|
+
"Trigger Inline Suggestion"
|
|
3170
|
+
],
|
|
3171
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
3172
|
+
"Next",
|
|
3173
|
+
"Previous",
|
|
3174
|
+
"Accept",
|
|
3175
|
+
"Suggestion:"
|
|
3176
|
+
],
|
|
3157
3177
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3158
3178
|
"symbol in {0} on line {1} at column {2}",
|
|
3159
3179
|
"symbol in {0} on line {1} at column {2}, {3}",
|
|
@@ -3191,20 +3211,6 @@
|
|
|
3191
3211
|
"Match highlight color in the peek view editor.",
|
|
3192
3212
|
"Match highlight border in the peek view editor."
|
|
3193
3213
|
],
|
|
3194
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
3195
|
-
"Next",
|
|
3196
|
-
"Previous",
|
|
3197
|
-
"Accept",
|
|
3198
|
-
"Suggestion:"
|
|
3199
|
-
],
|
|
3200
|
-
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
3201
|
-
"Whether an inline suggestion is visible",
|
|
3202
|
-
"Whether the inline suggestion starts with whitespace",
|
|
3203
|
-
"Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab",
|
|
3204
|
-
"Show Next Inline Suggestion",
|
|
3205
|
-
"Show Previous Inline Suggestion",
|
|
3206
|
-
"Trigger Inline Suggestion"
|
|
3207
|
-
],
|
|
3208
3214
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
3209
3215
|
"Error",
|
|
3210
3216
|
"Warning",
|
|
@@ -3221,6 +3227,10 @@
|
|
|
3221
3227
|
"Editor marker navigation widget info heading background.",
|
|
3222
3228
|
"Editor marker navigation widget background."
|
|
3223
3229
|
],
|
|
3230
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
3231
|
+
"Loading...",
|
|
3232
|
+
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
3233
|
+
],
|
|
3224
3234
|
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
3225
3235
|
"View Problem",
|
|
3226
3236
|
"No quick fixes available",
|
|
@@ -3228,16 +3238,6 @@
|
|
|
3228
3238
|
"No quick fixes available",
|
|
3229
3239
|
"Quick Fix..."
|
|
3230
3240
|
],
|
|
3231
|
-
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
3232
|
-
"Loading...",
|
|
3233
|
-
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
3234
|
-
],
|
|
3235
|
-
"vs/base/browser/ui/actionbar/actionViewItems": [
|
|
3236
|
-
"{0} ({1})"
|
|
3237
|
-
],
|
|
3238
|
-
"vs/base/common/actions": [
|
|
3239
|
-
"(empty)"
|
|
3240
|
-
],
|
|
3241
3241
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
|
|
3242
3242
|
"Icon for show next parameter hint.",
|
|
3243
3243
|
"Icon for show previous parameter hint.",
|
|
@@ -3394,6 +3394,10 @@
|
|
|
3394
3394
|
"vs/editor/contrib/editorState/browser/keybindingCancellation": [
|
|
3395
3395
|
"Whether the editor runs a cancellable operation, e.g. like 'Peek References'"
|
|
3396
3396
|
],
|
|
3397
|
+
"vs/editor/browser/controller/textAreaHandler": [
|
|
3398
|
+
"editor",
|
|
3399
|
+
"The editor is not accessible at this time. Press {0} for options."
|
|
3400
|
+
],
|
|
3397
3401
|
"vs/editor/common/model/editStack": [
|
|
3398
3402
|
"Typing"
|
|
3399
3403
|
],
|
|
@@ -3409,10 +3413,6 @@
|
|
|
3409
3413
|
"{0} ({1})",
|
|
3410
3414
|
"{0} ({1})"
|
|
3411
3415
|
],
|
|
3412
|
-
"vs/editor/browser/controller/textAreaHandler": [
|
|
3413
|
-
"editor",
|
|
3414
|
-
"The editor is not accessible at this time. Press {0} for options."
|
|
3415
|
-
],
|
|
3416
3416
|
"vs/editor/contrib/snippet/browser/snippetVariables": [
|
|
3417
3417
|
"Sunday",
|
|
3418
3418
|
"Monday",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
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.33.0-dev.
|
|
3
|
+
* Version: 0.33.0-dev.20220207(e485dc292f8a7c4b5b478db5746f795e1b321aaf)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|