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
+6-48Lines changed: 6 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -22964,7 +22964,6 @@ var require_yaml_intelligence_resources = __commonJS({
22964
22964
"The light theme name, theme scss file, or a mix of both.",
22965
22965
"The dark theme name, theme scss file, or a mix of both.",
22966
22966
"The dark theme name, theme scss file, or a mix of both.",
22967
-
"Array of rendering names, e.g. <code>[light, dark]</code>",
22968
22967
"Classes to apply to the body of the document.",
22969
22968
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
22970
22969
"Enables inclusion of Pandoc default CSS for this document.",
@@ -23716,14 +23715,6 @@ var require_yaml_intelligence_resources = __commonJS({
23716
23715
"Manuscript configuration",
23717
23716
"internal-schema-hack",
23718
23717
"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.",
23719
-
{
23720
-
short: "Include an automatically generated table of contents",
23721
-
long: ""
23722
-
},
23723
-
{
23724
-
short: "Use smart quotes in document output. Defaults to true.",
23725
-
long: ""
23726
-
},
23727
23718
"Project configuration.",
23728
23719
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
23729
23720
"Files to render (defaults to all files)",
@@ -24298,12 +24289,12 @@ var require_yaml_intelligence_resources = __commonJS({
24298
24289
mermaid: "%%"
24299
24290
},
24300
24291
"handlers/mermaid/schema.yml": {
24301
-
_internalId: 195e3,
24292
+
_internalId: 193834,
24302
24293
type: "object",
24303
24294
description: "be an object",
24304
24295
properties: {
24305
24296
"mermaid-format": {
24306
-
_internalId: 194992,
24297
+
_internalId: 193826,
24307
24298
type: "enum",
24308
24299
enum: [
24309
24300
"png",
@@ -24319,7 +24310,7 @@ var require_yaml_intelligence_resources = __commonJS({
24319
24310
exhaustiveCompletions: true
24320
24311
},
24321
24312
theme: {
24322
-
_internalId: 194999,
24313
+
_internalId: 193833,
24323
24314
type: "anyOf",
24324
24315
anyOf: [
24325
24316
{
@@ -24359,42 +24350,7 @@ var require_yaml_intelligence_resources = __commonJS({
24359
24350
"case-detection": true
24360
24351
},
24361
24352
$id: "handlers/mermaid"
24362
-
},
24363
-
"schema/document-typst.yml": [
24364
-
{
24365
-
name: "page-numbering",
24366
-
tags: {
24367
-
formats: [
24368
-
"typst"
24369
-
]
24370
-
},
24371
-
schema: {
24372
-
anyOf: [
24373
-
"string",
24374
-
{
24375
-
enum: [
24376
-
false
24377
-
]
24378
-
}
24379
-
]
24380
-
},
24381
-
description: {
24382
-
short: "Include an automatically generated table of contents"
24383
-
}
24384
-
},
24385
-
{
24386
-
name: "smart",
24387
-
tags: {
24388
-
formats: [
24389
-
"typst"
24390
-
]
24391
-
},
24392
-
schema: "boolean",
24393
-
description: {
24394
-
short: "Use smart quotes in document output. Defaults to true."
24395
-
}
24396
-
}
24397
-
]
24353
+
}
24398
24354
};
24399
24355
}
24400
24356
});
@@ -31317,6 +31273,8 @@ function locateCursor(annotation, position) {
0 commit comments