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
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16582,7 +16582,7 @@ var require_yaml_intelligence_resources = __commonJS({
16582
16582
},
16583
16583
{
16584
16584
name: "number-offset",
16585
-
ags: {
16585
+
tags: {
16586
16586
formats: [
16587
16587
"$html-all"
16588
16588
]
@@ -19892,6 +19892,13 @@ var require_yaml_intelligence_resources = __commonJS({
19892
19892
},
19893
19893
errorMessage: "type key not supported at project type-level. Use `project: type: ...` instead.",
19894
19894
description: "internal-schema-hack"
19895
+
},
19896
+
{
19897
+
name: "engines",
19898
+
schema: {
19899
+
arrayOf: "string"
19900
+
},
19901
+
description: "List execution engines you want to give priority when determining which engine should render a notebook. If two engines have support for a notebook, the one listed earlier will be chosen. Quarto's default order is 'knitr', 'jupyter', 'markdown', 'julia'."
19895
19902
}
19896
19903
],
19897
19904
"schema/schema.yml": [
@@ -23972,7 +23979,8 @@ var require_yaml_intelligence_resources = __commonJS({
23972
23979
},
23973
23980
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23974
23981
"Manuscript configuration",
23975
-
"internal-schema-hack"
23982
+
"internal-schema-hack",
23983
+
"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."
23976
23984
],
23977
23985
"schema/external-schemas.yml": [
23978
23986
{
@@ -24201,12 +24209,12 @@ var require_yaml_intelligence_resources = __commonJS({
24201
24209
mermaid: "%%"
24202
24210
},
24203
24211
"handlers/mermaid/schema.yml": {
24204
-
_internalId: 194269,
24212
+
_internalId: 194322,
24205
24213
type: "object",
24206
24214
description: "be an object",
24207
24215
properties: {
24208
24216
"mermaid-format": {
24209
-
_internalId: 194261,
24217
+
_internalId: 194314,
24210
24218
type: "enum",
24211
24219
enum: [
24212
24220
"png",
@@ -24222,7 +24230,7 @@ var require_yaml_intelligence_resources = __commonJS({
24222
24230
exhaustiveCompletions: true
24223
24231
},
24224
24232
theme: {
24225
-
_internalId: 194268,
24233
+
_internalId: 194321,
24226
24234
type: "anyOf",
24227
24235
anyOf: [
24228
24236
{
@@ -33258,11 +33266,22 @@ var jupyterEngineSchema = defineCached(
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
@@ -9554,7 +9554,7 @@
9554
9554
},
9555
9555
{
9556
9556
"name": "number-offset",
9557
-
"ags": {
9557
+
"tags": {
9558
9558
"formats": [
9559
9559
"$html-all"
9560
9560
]
@@ -12864,6 +12864,13 @@
12864
12864
},
12865
12865
"errorMessage": "type key not supported at project type-level. Use `project: type: ...` instead.",
12866
12866
"description": "internal-schema-hack"
12867
+
},
12868
+
{
12869
+
"name": "engines",
12870
+
"schema": {
12871
+
"arrayOf": "string"
12872
+
},
12873
+
"description": "List execution engines you want to give priority when determining which engine should render a notebook. If two engines have support for a notebook, the one listed earlier will be chosen. Quarto's default order is 'knitr', 'jupyter', 'markdown', 'julia'."
12867
12874
}
12868
12875
],
12869
12876
"schema/schema.yml": [
@@ -16944,7 +16951,8 @@
16944
16951
},
16945
16952
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16946
16953
"Manuscript configuration",
16947
-
"internal-schema-hack"
16954
+
"internal-schema-hack",
16955
+
"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’."
0 commit comments