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
+51-29Lines changed: 51 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -13916,6 +13916,15 @@ var require_yaml_intelligence_resources = __commonJS({
13916
13916
object: {
13917
13917
closed: true,
13918
13918
properties: {
13919
+
"content-mode": {
13920
+
enum: [
13921
+
"auto",
13922
+
"standard",
13923
+
"full",
13924
+
"slim"
13925
+
],
13926
+
description: "Defines whether to use the standard, slim, or full content grid or to automatically select the most appropriate content grid."
13927
+
},
13919
13928
"sidebar-width": {
13920
13929
string: {
13921
13930
description: "The base width of the sidebar (left) column in an HTML page."
@@ -19258,10 +19267,6 @@ var require_yaml_intelligence_resources = __commonJS({
19258
19267
"Specify a default profile and profile groups",
19259
19268
"Default profile to apply if QUARTO_PROFILE is not defined.",
19260
19269
"Define a profile group for which at least one profile is always\nactive.",
19261
-
{
19262
-
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>)",
19263
-
long: "Location of output relative to the code that generated it. The\npossible values are as follows:"
19264
-
},
19265
19270
{
19266
19271
short: "Unique label for code cell",
19267
19272
long: "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g. for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
@@ -19414,6 +19419,10 @@ var require_yaml_intelligence_resources = __commonJS({
19414
19419
"Include errors in the output (note that this implies that errors\nexecuting code will not halt processing of the document).",
19415
19420
"Catch all for preventing any output (code or results) from being\nincluded in output.",
19416
19421
"Panel type for cell output (<code>tabset</code>, <code>input</code>,\n<code>sidebar</code>, <code>fill</code>, <code>center</code>)",
19422
+
{
19423
+
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>)",
19424
+
long: "Location of output relative to the code that generated it. The\npossible values are as follows:"
19425
+
},
19417
19426
"Include messages in rendered output.",
19418
19427
{
19419
19428
short: "How to display text results",
@@ -19930,6 +19939,7 @@ var require_yaml_intelligence_resources = __commonJS({
19930
19939
short: "Properties of the grid system used to layout Quarto HTML pages.",
19931
19940
long: ""
19932
19941
},
19942
+
"Defines whether to use the standard, slim, or full content grid or to\nautomatically select the most appropriate content grid.",
19933
19943
"The base width of the sidebar (left) column in an HTML page.",
19934
19944
"The base width of the margin (right) column in an HTML page.",
19935
19945
"The base width of the body (center) column in an HTML page.",
@@ -20233,6 +20243,10 @@ var require_yaml_intelligence_resources = __commonJS({
20233
20243
short: "Use a smaller default font for slide content",
20234
20244
long: "<code>true</code> to use a smaller default font for slide content.\nThis can also be set per-slide by including the <code>.smaller</code>\nclass on the slide title."
20235
20245
},
20246
+
{
20247
+
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>)",
20248
+
long: "Location of output relative to the code that generated it. The\npossible values are as follows:"
20249
+
},
20236
20250
"Flags if the presentation is running in an embedded mode",
20237
20251
"The display mode that will be used to show slides",
20238
20252
"For slides with a single top-level image, automatically stretch it to\nfill the slide.",
@@ -21255,12 +21269,12 @@ var require_yaml_intelligence_resources = __commonJS({
21255
21269
mermaid: "%%"
21256
21270
},
21257
21271
"handlers/mermaid/schema.yml": {
21258
-
_internalId: 151940,
21272
+
_internalId: 152136,
21259
21273
type: "object",
21260
21274
description: "be an object",
21261
21275
properties: {
21262
21276
"mermaid-format": {
21263
-
_internalId: 151932,
21277
+
_internalId: 152128,
21264
21278
type: "enum",
21265
21279
enum: [
21266
21280
"png",
@@ -21276,7 +21290,7 @@ var require_yaml_intelligence_resources = __commonJS({
21276
21290
exhaustiveCompletions: true
21277
21291
},
21278
21292
theme: {
21279
-
_internalId: 151939,
21293
+
_internalId: 152135,
21280
21294
type: "anyOf",
21281
21295
anyOf: [
21282
21296
{
@@ -30377,36 +30391,44 @@ function parseShortcodeCapture(capture) {
0 commit comments