Skip to content

Commit 81bb5a2

Browse files
artifacts
1 parent 97f5d25 commit 81bb5a2

File tree

3 files changed

+102
-18
lines changed

3 files changed

+102
-18
lines changed

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

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16694,10 +16694,35 @@ var require_yaml_intelligence_resources = __commonJS({
1669416694
"boolean",
1669516695
{
1669616696
ref: "brand"
16697+
},
16698+
{
16699+
object: {
16700+
closed: true,
16701+
properties: {
16702+
light: {
16703+
anyOf: [
16704+
"string",
16705+
{
16706+
ref: "brand"
16707+
}
16708+
],
16709+
description: "The path to a light brand file or an inline light brand definition.\n"
16710+
},
16711+
dark: {
16712+
anyOf: [
16713+
"string",
16714+
{
16715+
ref: "brand"
16716+
}
16717+
],
16718+
description: "The path to a dark brand file or an inline dark brand definition.\n"
16719+
}
16720+
}
16721+
}
1669716722
}
1669816723
]
1669916724
},
16700-
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
16725+
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
1670116726
},
1670216727
{
1670316728
name: "theme",
@@ -21915,6 +21940,7 @@ var require_yaml_intelligence_resources = __commonJS({
2191521940
long: "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g.&nbsp;for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
2191621941
},
2191721942
"Classes to apply to cell container",
21943+
"Array of rendering names",
2191821944
"Array of tags for notebook cell",
2191921945
{
2192021946
short: "Notebook cell identifier",
@@ -22879,7 +22905,9 @@ var require_yaml_intelligence_resources = __commonJS({
2287922905
},
2288022906
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
2288122907
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22882-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition.",
22908+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22909+
"The path to a light brand file or an inline light brand\ndefinition.",
22910+
"The path to a dark brand file or an inline dark brand definition.",
2288322911
"Theme name, theme scss file, or a mix of both.",
2288422912
"The light theme name, theme scss file, or a mix of both.",
2288522913
"The light theme name, theme scss file, or a mix of both.",
@@ -23630,6 +23658,7 @@ var require_yaml_intelligence_resources = __commonJS({
2363023658
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2363123659
"Manuscript configuration",
2363223660
"internal-schema-hack",
23661+
"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.",
2363323662
{
2363423663
short: "Include an automatically generated table of contents",
2363523664
long: ""
@@ -23982,7 +24011,6 @@ var require_yaml_intelligence_resources = __commonJS({
2398224011
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2398324012
"Manuscript configuration",
2398424013
"internal-schema-hack",
23985-
"Array of rendering names",
2398624014
"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."
2398724015
],
2398824016
"schema/external-schemas.yml": [
@@ -24212,12 +24240,12 @@ var require_yaml_intelligence_resources = __commonJS({
2421224240
mermaid: "%%"
2421324241
},
2421424242
"handlers/mermaid/schema.yml": {
24215-
_internalId: 194327,
24243+
_internalId: 196088,
2421624244
type: "object",
2421724245
description: "be an object",
2421824246
properties: {
2421924247
"mermaid-format": {
24220-
_internalId: 194319,
24248+
_internalId: 196080,
2422124249
type: "enum",
2422224250
enum: [
2422324251
"png",
@@ -24233,7 +24261,7 @@ var require_yaml_intelligence_resources = __commonJS({
2423324261
exhaustiveCompletions: true
2423424262
},
2423524263
theme: {
24236-
_internalId: 194326,
24264+
_internalId: 196087,
2423724265
type: "anyOf",
2423824266
anyOf: [
2423924267
{

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

Lines changed: 34 additions & 6 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: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9666,10 +9666,35 @@
96669666
"boolean",
96679667
{
96689668
"ref": "brand"
9669+
},
9670+
{
9671+
"object": {
9672+
"closed": true,
9673+
"properties": {
9674+
"light": {
9675+
"anyOf": [
9676+
"string",
9677+
{
9678+
"ref": "brand"
9679+
}
9680+
],
9681+
"description": "The path to a light brand file or an inline light brand definition.\n"
9682+
},
9683+
"dark": {
9684+
"anyOf": [
9685+
"string",
9686+
{
9687+
"ref": "brand"
9688+
}
9689+
],
9690+
"description": "The path to a dark brand file or an inline dark brand definition.\n"
9691+
}
9692+
}
9693+
}
96699694
}
96709695
]
96719696
},
9672-
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
9697+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
96739698
},
96749699
{
96759700
"name": "theme",
@@ -14887,6 +14912,7 @@
1488714912
"long": "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g.&nbsp;for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
1488814913
},
1488914914
"Classes to apply to cell container",
14915+
"Array of rendering names",
1489014916
"Array of tags for notebook cell",
1489114917
{
1489214918
"short": "Notebook cell identifier",
@@ -15851,7 +15877,9 @@
1585115877
},
1585215878
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
1585315879
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
15854-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition.",
15880+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
15881+
"The path to a light brand file or an inline light brand\ndefinition.",
15882+
"The path to a dark brand file or an inline dark brand definition.",
1585515883
"Theme name, theme scss file, or a mix of both.",
1585615884
"The light theme name, theme scss file, or a mix of both.",
1585715885
"The light theme name, theme scss file, or a mix of both.",
@@ -16602,6 +16630,7 @@
1660216630
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1660316631
"Manuscript configuration",
1660416632
"internal-schema-hack",
16633+
"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’.",
1660516634
{
1660616635
"short": "Include an automatically generated table of contents",
1660716636
"long": ""
@@ -16954,7 +16983,6 @@
1695416983
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1695516984
"Manuscript configuration",
1695616985
"internal-schema-hack",
16957-
"Array of rendering names",
1695816986
"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’."
1695916987
],
1696016988
"schema/external-schemas.yml": [
@@ -17184,12 +17212,12 @@
1718417212
"mermaid": "%%"
1718517213
},
1718617214
"handlers/mermaid/schema.yml": {
17187-
"_internalId": 194327,
17215+
"_internalId": 196088,
1718817216
"type": "object",
1718917217
"description": "be an object",
1719017218
"properties": {
1719117219
"mermaid-format": {
17192-
"_internalId": 194319,
17220+
"_internalId": 196080,
1719317221
"type": "enum",
1719417222
"enum": [
1719517223
"png",
@@ -17205,7 +17233,7 @@
1720517233
"exhaustiveCompletions": true
1720617234
},
1720717235
"theme": {
17208-
"_internalId": 194326,
17236+
"_internalId": 196087,
1720917237
"type": "anyOf",
1721017238
"anyOf": [
1721117239
{

0 commit comments

Comments
 (0)