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
+27-31Lines changed: 27 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -8016,7 +8016,17 @@ var require_yaml_intelligence_resources = __commonJS({
8016
8016
]
8017
8017
},
8018
8018
schema: {
8019
-
ref: "output-location-schema"
8019
+
enum: [
8020
+
"default",
8021
+
"fragment",
8022
+
"slide",
8023
+
"column",
8024
+
"column-fragment"
8025
+
]
8026
+
},
8027
+
description: {
8028
+
short: "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
8029
+
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
8020
8030
}
8021
8031
},
8022
8032
{
@@ -11092,22 +11102,6 @@ var require_yaml_intelligence_resources = __commonJS({
11092
11102
}
11093
11103
}
11094
11104
}
11095
-
},
11096
-
{
11097
-
id: "output-location-schema",
11098
-
schema: {
11099
-
enum: [
11100
-
"default",
11101
-
"fragment",
11102
-
"slide",
11103
-
"column",
11104
-
"column-fragment"
11105
-
],
11106
-
description: {
11107
-
short: "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
11108
-
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
11109
-
}
11110
-
}
11111
11105
}
11112
11106
],
11113
11107
"schema/document-about.yml": [
@@ -15686,7 +15680,17 @@ var require_yaml_intelligence_resources = __commonJS({
15686
15680
]
15687
15681
},
15688
15682
schema: {
15689
-
ref: "output-location-schema"
15683
+
enum: [
15684
+
"default",
15685
+
"fragment",
15686
+
"slide",
15687
+
"column",
15688
+
"column-fragment"
15689
+
]
15690
+
},
15691
+
description: {
15692
+
short: "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
15693
+
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
15690
15694
}
15691
15695
}
15692
15696
],
@@ -19410,10 +19414,6 @@ var require_yaml_intelligence_resources = __commonJS({
19410
19414
"Include errors in the output (note that this implies that errors\nexecuting code will not halt processing of the document).",
19411
19415
"Catch all for preventing any output (code or results) from being\nincluded in output.",
19412
19416
"Panel type for cell output (<code>tabset</code>, <code>input</code>,\n<code>sidebar</code>, <code>fill</code>, <code>center</code>)",
19413
-
{
19414
-
short: "Location of output relative to the code that generated it\n(<code>default</code>, <code>fragment</code>, <code>slide</code>,\n<code>column</code>, or <code>column-location</code>)",
19415
-
long: "Location of output relative to the code that generated it. The\npossible values are as follows:"
19416
-
},
19417
19417
"Include messages in rendered output.",
19418
19418
{
19419
19419
short: "How to display text results",
@@ -19663,7 +19663,7 @@ var require_yaml_intelligence_resources = __commonJS({
19663
19663
},
19664
19664
{
19665
19665
short: "Default height for figures generated by Matplotlib or R graphics",
19666
-
long: "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
19666
+
long: "Default height for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
19667
19667
},
19668
19668
"Default format for figures generated by Matplotlib or R graphics\n(<code>retina</code>, <code>png</code>, <code>jpeg</code>,\n<code>svg</code>, or <code>pdf</code>)",
19669
19669
{
@@ -21030,11 +21030,7 @@ var require_yaml_intelligence_resources = __commonJS({
21030
21030
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
21031
21031
},
21032
21032
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
21033
-
"internal-schema-hack",
21034
-
{
21035
-
short: "Location of output relative to the code that generated it\n(<code>default</code>, <code>fragment</code>, <code>slide</code>,\n<code>column</code>, or <code>column-location</code>)",
21036
-
long: "Location of output relative to the code that generated it. The\npossible values are as follows:"
21037
-
}
21033
+
"internal-schema-hack"
21038
21034
],
21039
21035
"schema/external-schemas.yml": [
21040
21036
{
@@ -21259,12 +21255,12 @@ var require_yaml_intelligence_resources = __commonJS({
21259
21255
mermaid: "%%"
21260
21256
},
21261
21257
"handlers/mermaid/schema.yml": {
21262
-
_internalId: 152009,
21258
+
_internalId: 151940,
21263
21259
type: "object",
21264
21260
description: "be an object",
21265
21261
properties: {
21266
21262
"mermaid-format": {
21267
-
_internalId: 152001,
21263
+
_internalId: 151932,
21268
21264
type: "enum",
21269
21265
enum: [
21270
21266
"png",
@@ -21280,7 +21276,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+27-31Lines changed: 27 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -992,7 +992,17 @@
992
992
]
993
993
},
994
994
"schema": {
995
-
"ref": "output-location-schema"
995
+
"enum": [
996
+
"default",
997
+
"fragment",
998
+
"slide",
999
+
"column",
1000
+
"column-fragment"
1001
+
]
1002
+
},
1003
+
"description": {
1004
+
"short": "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
1005
+
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
996
1006
}
997
1007
},
998
1008
{
@@ -4068,22 +4078,6 @@
4068
4078
}
4069
4079
}
4070
4080
}
4071
-
},
4072
-
{
4073
-
"id": "output-location-schema",
4074
-
"schema": {
4075
-
"enum": [
4076
-
"default",
4077
-
"fragment",
4078
-
"slide",
4079
-
"column",
4080
-
"column-fragment"
4081
-
],
4082
-
"description": {
4083
-
"short": "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
4084
-
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
4085
-
}
4086
-
}
4087
4081
}
4088
4082
],
4089
4083
"schema/document-about.yml": [
@@ -8662,7 +8656,17 @@
8662
8656
]
8663
8657
},
8664
8658
"schema": {
8665
-
"ref": "output-location-schema"
8659
+
"enum": [
8660
+
"default",
8661
+
"fragment",
8662
+
"slide",
8663
+
"column",
8664
+
"column-fragment"
8665
+
]
8666
+
},
8667
+
"description": {
8668
+
"short": "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
8669
+
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
8666
8670
}
8667
8671
}
8668
8672
],
@@ -12386,10 +12390,6 @@
12386
12390
"Include errors in the output (note that this implies that errors\nexecuting code will not halt processing of the document).",
12387
12391
"Catch all for preventing any output (code or results) from being\nincluded in output.",
12388
12392
"Panel type for cell output (<code>tabset</code>, <code>input</code>,\n<code>sidebar</code>, <code>fill</code>, <code>center</code>)",
12389
-
{
12390
-
"short": "Location of output relative to the code that generated it\n(<code>default</code>, <code>fragment</code>, <code>slide</code>,\n<code>column</code>, or <code>column-location</code>)",
12391
-
"long": "Location of output relative to the code that generated it. The\npossible values are as follows:"
12392
-
},
12393
12393
"Include messages in rendered output.",
12394
12394
{
12395
12395
"short": "How to display text results",
@@ -12639,7 +12639,7 @@
12639
12639
},
12640
12640
{
12641
12641
"short": "Default height for figures generated by Matplotlib or R graphics",
12642
-
"long": "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
12642
+
"long": "Default height for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
12643
12643
},
12644
12644
"Default format for figures generated by Matplotlib or R graphics\n(<code>retina</code>, <code>png</code>, <code>jpeg</code>,\n<code>svg</code>, or <code>pdf</code>)",
12645
12645
{
@@ -14006,11 +14006,7 @@
14006
14006
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
14007
14007
},
14008
14008
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
14009
-
"internal-schema-hack",
14010
-
{
14011
-
"short": "Location of output relative to the code that generated it\n(<code>default</code>, <code>fragment</code>, <code>slide</code>,\n<code>column</code>, or <code>column-location</code>)",
14012
-
"long": "Location of output relative to the code that generated it. The\npossible values are as follows:"
0 commit comments