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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16791,6 +16791,13 @@ var require_yaml_intelligence_resources = __commonJS({
16791
16791
},
16792
16792
description: "Theme name, theme scss file, or a mix of both."
16793
16793
},
16794
+
{
16795
+
name: "renderings",
16796
+
schema: {
16797
+
arrayOf: "string"
16798
+
},
16799
+
description: "Array of rendering names, e.g. `[light, dark]`"
16800
+
},
16794
16801
{
16795
16802
name: "body-classes",
16796
16803
tags: {
@@ -23341,7 +23348,7 @@ var require_yaml_intelligence_resources = __commonJS({
23341
23348
"Print a list of figures in the document.",
23342
23349
"Print a list of tables in the document.",
23343
23350
"Setting this to false prevents this document from being included in\nsearches.",
23344
-
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page.",
23351
+
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page. Other possible values are <code>none</code> or\none or more of <code>edit</code>, <code>source</code>, and\n<code>issue</code>, <em>e.g.</em>\n<code>[edit, source, issue]</code>.",
23345
23352
{
23346
23353
short: "Links to source repository actions",
23347
23354
long: "Links to source repository actions (<code>none</code> or one or more\nof <code>edit</code>, <code>source</code>, <code>issue</code>)"
@@ -24061,7 +24068,8 @@ var require_yaml_intelligence_resources = __commonJS({
24061
24068
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24062
24069
"Manuscript configuration",
24063
24070
"internal-schema-hack",
24064
-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
24071
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
24072
+
"Array of rendering names, e.g. <code>[light, dark]</code>"
24065
24073
],
24066
24074
"schema/external-schemas.yml": [
24067
24075
{
@@ -24290,12 +24298,12 @@ var require_yaml_intelligence_resources = __commonJS({
24290
24298
mermaid: "%%"
24291
24299
},
24292
24300
"handlers/mermaid/schema.yml": {
24293
-
_internalId: 194627,
24301
+
_internalId: 194632,
24294
24302
type: "object",
24295
24303
description: "be an object",
24296
24304
properties: {
24297
24305
"mermaid-format": {
24298
-
_internalId: 194619,
24306
+
_internalId: 194624,
24299
24307
type: "enum",
24300
24308
enum: [
24301
24309
"png",
@@ -24311,7 +24319,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9763,6 +9763,13 @@
9763
9763
},
9764
9764
"description": "Theme name, theme scss file, or a mix of both."
9765
9765
},
9766
+
{
9767
+
"name": "renderings",
9768
+
"schema": {
9769
+
"arrayOf": "string"
9770
+
},
9771
+
"description": "Array of rendering names, e.g. `[light, dark]`"
9772
+
},
9766
9773
{
9767
9774
"name": "body-classes",
9768
9775
"tags": {
@@ -16313,7 +16320,7 @@
16313
16320
"Print a list of figures in the document.",
16314
16321
"Print a list of tables in the document.",
16315
16322
"Setting this to false prevents this document from being included in\nsearches.",
16316
-
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page.",
16323
+
"Setting this to false prevents the <code>repo-actions</code> from\nappearing on this page. Other possible values are <code>none</code> or\none or more of <code>edit</code>, <code>source</code>, and\n<code>issue</code>, <em>e.g.</em>\n<code>[edit, source, issue]</code>.",
16317
16324
{
16318
16325
"short": "Links to source repository actions",
16319
16326
"long": "Links to source repository actions (<code>none</code> or one or more\nof <code>edit</code>, <code>source</code>, <code>issue</code>)"
@@ -17033,7 +17040,8 @@
17033
17040
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
17034
17041
"Manuscript configuration",
17035
17042
"internal-schema-hack",
17036
-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
17043
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
17044
+
"Array of rendering names, e.g. <code>[light, dark]</code>"
0 commit comments