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
+32-8Lines changed: 32 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25075,7 +25075,11 @@ var require_yaml_intelligence_resources = __commonJS({
25075
25075
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
25076
25076
"Manuscript configuration",
25077
25077
"internal-schema-hack",
25078
-
"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."
25078
+
"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.",
25079
+
{
25080
+
short: "Email format version",
25081
+
long: "Specifies which email format version to use."
25082
+
}
25079
25083
],
25080
25084
"schema/external-schemas.yml": [
25081
25085
{
@@ -25305,12 +25309,12 @@ var require_yaml_intelligence_resources = __commonJS({
25305
25309
mermaid: "%%"
25306
25310
},
25307
25311
"handlers/mermaid/schema.yml": {
25308
-
_internalId: 221789,
25312
+
_internalId: 221792,
25309
25313
type: "object",
25310
25314
description: "be an object",
25311
25315
properties: {
25312
25316
"mermaid-format": {
25313
-
_internalId: 221781,
25317
+
_internalId: 221784,
25314
25318
type: "enum",
25315
25319
enum: [
25316
25320
"png",
@@ -25326,7 +25330,7 @@ var require_yaml_intelligence_resources = __commonJS({
25326
25330
exhaustiveCompletions: true
25327
25331
},
25328
25332
theme: {
25329
-
_internalId: 221788,
25333
+
_internalId: 221791,
25330
25334
type: "anyOf",
25331
25335
anyOf: [
25332
25336
{
@@ -25463,6 +25467,26 @@ var require_yaml_intelligence_resources = __commonJS({
25463
25467
long: "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
25464
25468
}
25465
25469
}
25470
+
],
25471
+
"schema/document-email.yml": [
25472
+
{
25473
+
name: "email-version",
25474
+
tags: {
25475
+
formats: [
25476
+
"email"
25477
+
]
25478
+
},
25479
+
schema: {
25480
+
enum: [
25481
+
1,
25482
+
2
25483
+
]
25484
+
},
25485
+
description: {
25486
+
short: "Email format version",
25487
+
long: "Specifies which email format version to use.\n\n- `1`: Legacy email format with document-level metadata (compatible with older Connect versions)\n- `2`: New email format with multiple individual emails and v2 markers (requires Posit Connect 2026.03 or later)\n"
25488
+
}
25489
+
}
25466
25490
]
25467
25491
};
25468
25492
}
@@ -25623,7 +25647,7 @@ function locationString(loc) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18047,7 +18047,11 @@
18047
18047
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
18048
18048
"Manuscript configuration",
18049
18049
"internal-schema-hack",
18050
-
"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’."
18050
+
"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’.",
18051
+
{
18052
+
"short": "Email format version",
18053
+
"long": "Specifies which email format version to use."
18054
+
}
18051
18055
],
18052
18056
"schema/external-schemas.yml": [
18053
18057
{
@@ -18277,12 +18281,12 @@
18277
18281
"mermaid": "%%"
18278
18282
},
18279
18283
"handlers/mermaid/schema.yml": {
18280
-
"_internalId": 221789,
18284
+
"_internalId": 221792,
18281
18285
"type": "object",
18282
18286
"description": "be an object",
18283
18287
"properties": {
18284
18288
"mermaid-format": {
18285
-
"_internalId": 221781,
18289
+
"_internalId": 221784,
18286
18290
"type": "enum",
18287
18291
"enum": [
18288
18292
"png",
@@ -18298,7 +18302,7 @@
18298
18302
"exhaustiveCompletions": true
18299
18303
},
18300
18304
"theme": {
18301
-
"_internalId": 221788,
18305
+
"_internalId": 221791,
18302
18306
"type": "anyOf",
18303
18307
"anyOf": [
18304
18308
{
@@ -18435,5 +18439,25 @@
18435
18439
"long": "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
18436
18440
}
18437
18441
}
18442
+
],
18443
+
"schema/document-email.yml": [
18444
+
{
18445
+
"name": "email-version",
18446
+
"tags": {
18447
+
"formats": [
18448
+
"email"
18449
+
]
18450
+
},
18451
+
"schema": {
18452
+
"enum": [
18453
+
1,
18454
+
2
18455
+
]
18456
+
},
18457
+
"description": {
18458
+
"short": "Email format version",
18459
+
"long": "Specifies which email format version to use.\n\n- `1`: Legacy email format with document-level metadata (compatible with older Connect versions)\n- `2`: New email format with multiple individual emails and v2 markers (requires Posit Connect 2026.03 or later)\n"
0 commit comments