Skip to content

Commit fb21d2c

Browse files
artifacts
1 parent 20ff237 commit fb21d2c

File tree

3 files changed

+39
-15
lines changed

3 files changed

+39
-15
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16791,6 +16791,13 @@ var require_yaml_intelligence_resources = __commonJS({
1679116791
},
1679216792
description: "Theme name, theme scss file, or a mix of both."
1679316793
},
16794+
{
16795+
name: "renderings",
16796+
schema: {
16797+
arrayOf: "string"
16798+
},
16799+
description: "Array of rendering names, e.g. `[light, dark]`"
16800+
},
1679416801
{
1679516802
name: "body-classes",
1679616803
tags: {
@@ -23341,7 +23348,7 @@ var require_yaml_intelligence_resources = __commonJS({
2334123348
"Print a list of figures in the document.",
2334223349
"Print a list of tables in the document.",
2334323350
"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>.",
2334523352
{
2334623353
short: "Links to source repository actions",
2334723354
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({
2406124068
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2406224069
"Manuscript configuration",
2406324070
"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.&nbsp;<code>[light, dark]</code>"
2406524073
],
2406624074
"schema/external-schemas.yml": [
2406724075
{
@@ -24290,12 +24298,12 @@ var require_yaml_intelligence_resources = __commonJS({
2429024298
mermaid: "%%"
2429124299
},
2429224300
"handlers/mermaid/schema.yml": {
24293-
_internalId: 194627,
24301+
_internalId: 194632,
2429424302
type: "object",
2429524303
description: "be an object",
2429624304
properties: {
2429724305
"mermaid-format": {
24298-
_internalId: 194619,
24306+
_internalId: 194624,
2429924307
type: "enum",
2430024308
enum: [
2430124309
"png",
@@ -24311,7 +24319,7 @@ var require_yaml_intelligence_resources = __commonJS({
2431124319
exhaustiveCompletions: true
2431224320
},
2431324321
theme: {
24314-
_internalId: 194626,
24322+
_internalId: 194631,
2431524323
type: "anyOf",
2431624324
anyOf: [
2431724325
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9763,6 +9763,13 @@
97639763
},
97649764
"description": "Theme name, theme scss file, or a mix of both."
97659765
},
9766+
{
9767+
"name": "renderings",
9768+
"schema": {
9769+
"arrayOf": "string"
9770+
},
9771+
"description": "Array of rendering names, e.g. `[light, dark]`"
9772+
},
97669773
{
97679774
"name": "body-classes",
97689775
"tags": {
@@ -16313,7 +16320,7 @@
1631316320
"Print a list of figures in the document.",
1631416321
"Print a list of tables in the document.",
1631516322
"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>.",
1631716324
{
1631816325
"short": "Links to source repository actions",
1631916326
"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 @@
1703317040
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1703417041
"Manuscript configuration",
1703517042
"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.&nbsp;<code>[light, dark]</code>"
1703717045
],
1703817046
"schema/external-schemas.yml": [
1703917047
{
@@ -17262,12 +17270,12 @@
1726217270
"mermaid": "%%"
1726317271
},
1726417272
"handlers/mermaid/schema.yml": {
17265-
"_internalId": 194627,
17273+
"_internalId": 194632,
1726617274
"type": "object",
1726717275
"description": "be an object",
1726817276
"properties": {
1726917277
"mermaid-format": {
17270-
"_internalId": 194619,
17278+
"_internalId": 194624,
1727117279
"type": "enum",
1727217280
"enum": [
1727317281
"png",
@@ -17283,7 +17291,7 @@
1728317291
"exhaustiveCompletions": true
1728417292
},
1728517293
"theme": {
17286-
"_internalId": 194626,
17294+
"_internalId": 194631,
1728717295
"type": "anyOf",
1728817296
"anyOf": [
1728917297
{

0 commit comments

Comments
 (0)