You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -19346,7 +19346,7 @@ var require_yaml_intelligence_resources = __commonJS({
19346
19346
"$html-doc"
19347
19347
]
19348
19348
},
19349
-
description: "Setting this to false prevents the `repo-actions` from appearing on this page."
19349
+
description: "Setting this to false prevents the `repo-actions` from appearing on this page.\nPossible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`.\n"
19350
19350
},
19351
19351
{
19352
19352
name: "aliases",
@@ -21651,7 +21651,7 @@ var require_yaml_intelligence_resources = __commonJS({
21651
21651
"Short/abbreviated form of container-title;",
21652
21652
"A minor contributor to the item; typically cited using \u201Cwith\u201D before\nthe name when listed in a bibliography.",
21653
21653
"Curator of an exhibit or collection (e.g. in a museum).",
21654
-
"Physical (e.g. size) or temporal (e.g.\uFFFD\uFFFDrunning time) dimensions of\nthe item.",
21654
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
21655
21655
"Director (e.g. of a film).",
21656
21656
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
21657
21657
"(Container) edition holding the item (e.g. \u201C3\u201D when citing a chapter\nin the third edition of a book).",
@@ -23251,7 +23251,7 @@ var require_yaml_intelligence_resources = __commonJS({
23251
23251
"Print a list of figures in the document.",
23252
23252
"Print a list of tables in the document.",
23253
23253
"Setting this to false prevents this document from being included in\nsearches.",
23254
-
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page.",
23254
+
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page. Possible values are <code>none</code> or one or\nmore of <code>edit</code>, <code>source</code>, and <code>issue</code>,\n<em>e.g.</em> <code>[edit, source, issue]</code>.",
23255
23255
{
23256
23256
short: "Links to source repository actions",
23257
23257
long: "Links to source repository actions (<code>none</code> or one or more\nof <code>edit</code>, <code>source</code>, <code>issue</code>)"
@@ -24817,8 +24817,8 @@ function mappedIndexToLineCol(eitherText) {
24817
24817
};
24818
24818
}
24819
24819
function mappedLines(str2, keepNewLines = false) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12318,7 +12318,7 @@
12318
12318
"$html-doc"
12319
12319
]
12320
12320
},
12321
-
"description": "Setting this to false prevents the `repo-actions` from appearing on this page."
12321
+
"description": "Setting this to false prevents the `repo-actions` from appearing on this page.\nPossible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`.\n"
12322
12322
},
12323
12323
{
12324
12324
"name": "aliases",
@@ -14623,7 +14623,7 @@
14623
14623
"Short/abbreviated form of container-title;",
14624
14624
"A minor contributor to the item; typically cited using “with” before\nthe name when listed in a bibliography.",
14625
14625
"Curator of an exhibit or collection (e.g. in a museum).",
14626
-
"Physical (e.g. size) or temporal (e.g.��running time) dimensions of\nthe item.",
14626
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
14627
14627
"Director (e.g. of a film).",
14628
14628
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
14629
14629
"(Container) edition holding the item (e.g. “3” when citing a chapter\nin the third edition of a book).",
@@ -16223,7 +16223,7 @@
16223
16223
"Print a list of figures in the document.",
16224
16224
"Print a list of tables in the document.",
16225
16225
"Setting this to false prevents this document from being included in\nsearches.",
16226
-
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page.",
16226
+
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page. Possible values are <code>none</code> or one or\nmore of <code>edit</code>, <code>source</code>, and <code>issue</code>,\n<em>e.g.</em> <code>[edit, source, issue]</code>.",
16227
16227
{
16228
16228
"short": "Links to source repository actions",
16229
16229
"long": "Links to source repository actions (<code>none</code> or one or more\nof <code>edit</code>, <code>source</code>, <code>issue</code>)"
0 commit comments