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
+49-16Lines changed: 49 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -8215,6 +8215,24 @@ var require_yaml_intelligence_resources = __commonJS({
8215
8215
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
8216
8216
}
8217
8217
},
8218
+
{
8219
+
name: "warning",
8220
+
tags: {
8221
+
engine: "knitr"
8222
+
},
8223
+
schema: {
8224
+
enum: [
8225
+
true,
8226
+
false,
8227
+
"NA"
8228
+
]
8229
+
},
8230
+
default: true,
8231
+
description: {
8232
+
short: "Include warning in rendered output.",
8233
+
long: "Include warnings in rendered output. Possible values are `true`, `false`, or `NA`. \nIf `true`, messages are included in the output. If `false`, messages are not included. \nIf `NA`, messages are not included in output but shown in the knitr log to console.\n"
8234
+
}
8235
+
},
8218
8236
{
8219
8237
name: "message",
8220
8238
tags: {
@@ -21651,7 +21669,7 @@ var require_yaml_intelligence_resources = __commonJS({
21651
21669
"Short/abbreviated form of container-title;",
21652
21670
"A minor contributor to the item; typically cited using \u201Cwith\u201D before\nthe name when listed in a bibliography.",
21653
21671
"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.",
21672
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
21655
21673
"Director (e.g. of a film).",
21656
21674
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
21657
21675
"(Container) edition holding the item (e.g. \u201C3\u201D when citing a chapter\nin the third edition of a book).",
@@ -24196,12 +24214,12 @@ var require_yaml_intelligence_resources = __commonJS({
24196
24214
mermaid: "%%"
24197
24215
},
24198
24216
"handlers/mermaid/schema.yml": {
24199
-
_internalId: 194269,
24217
+
_internalId: 194272,
24200
24218
type: "object",
24201
24219
description: "be an object",
24202
24220
properties: {
24203
24221
"mermaid-format": {
24204
-
_internalId: 194261,
24222
+
_internalId: 194264,
24205
24223
type: "enum",
24206
24224
enum: [
24207
24225
"png",
@@ -24217,7 +24235,7 @@ var require_yaml_intelligence_resources = __commonJS({
24217
24235
exhaustiveCompletions: true
24218
24236
},
24219
24237
theme: {
24220
-
_internalId: 194268,
24238
+
_internalId: 194271,
24221
24239
type: "anyOf",
24222
24240
anyOf: [
24223
24241
{
@@ -24817,8 +24835,8 @@ function mappedIndexToLineCol(eitherText) {
24817
24835
};
24818
24836
}
24819
24837
function mappedLines(str2, keepNewLines = false) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1187,6 +1187,24 @@
1187
1187
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
1188
1188
}
1189
1189
},
1190
+
{
1191
+
"name": "warning",
1192
+
"tags": {
1193
+
"engine": "knitr"
1194
+
},
1195
+
"schema": {
1196
+
"enum": [
1197
+
true,
1198
+
false,
1199
+
"NA"
1200
+
]
1201
+
},
1202
+
"default": true,
1203
+
"description": {
1204
+
"short": "Include warning in rendered output.",
1205
+
"long": "Include warnings in rendered output. Possible values are `true`, `false`, or `NA`. \nIf `true`, messages are included in the output. If `false`, messages are not included. \nIf `NA`, messages are not included in output but shown in the knitr log to console.\n"
1206
+
}
1207
+
},
1190
1208
{
1191
1209
"name": "message",
1192
1210
"tags": {
@@ -14623,7 +14641,7 @@
14623
14641
"Short/abbreviated form of container-title;",
14624
14642
"A minor contributor to the item; typically cited using “with” before\nthe name when listed in a bibliography.",
14625
14643
"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.",
14644
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
14627
14645
"Director (e.g. of a film).",
14628
14646
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
14629
14647
"(Container) edition holding the item (e.g. “3” when citing a chapter\nin the third edition of a book).",
0 commit comments