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
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10597,6 +10597,12 @@ var require_yaml_intelligence_resources = __commonJS({
10597
10597
description: "The default image to use if an item in the listing doesn't have an image."
10598
10598
}
10599
10599
},
10600
+
"image-lazy-loading": {
10601
+
boolean: {
10602
+
description: "If false, images in the listing will be loaded immediately. If true, images will be loaded as they come into view.",
10603
+
default: true
10604
+
}
10605
+
},
10600
10606
"image-align": {
10601
10607
enum: [
10602
10608
"left",
@@ -18472,6 +18478,20 @@ var require_yaml_intelligence_resources = __commonJS({
18472
18478
]
18473
18479
},
18474
18480
description: "The alt text for preview image on this page."
18481
+
},
18482
+
{
18483
+
name: "image-lazy-loading",
18484
+
schema: "boolean",
18485
+
tags: {
18486
+
formats: [
18487
+
"$html-doc"
18488
+
]
18489
+
},
18490
+
description: {
18491
+
short: "If true, the preview image will only load when it comes into view.",
18492
+
long: 'Enables lazy loading for the preview image. If true, the preview image element \nwill have `loading="lazy"`, and will only load when it comes into view.\n\nIf false, the preview image will load immediately.\n'
18493
+
},
18494
+
default: true
18475
18495
}
18476
18496
],
18477
18497
"schema/extension.yml": [
@@ -21151,6 +21171,7 @@ var require_yaml_intelligence_resources = __commonJS({
21151
21171
"The name to display in the UI.",
21152
21172
"The name of the language the kernel implements.",
21153
21173
"The name of the kernel.",
21174
+
"Configures the Julia engine.",
21154
21175
"Arguments to pass to the Julia worker process.",
21155
21176
"Environment variables to pass to the Julia worker process.",
21156
21177
"Set Knitr options.",
@@ -22744,7 +22765,11 @@ var require_yaml_intelligence_resources = __commonJS({
22744
22765
},
22745
22766
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
22746
22767
"Manuscript configuration",
22747
-
"internal-schema-hack"
22768
+
"internal-schema-hack",
22769
+
{
22770
+
short: "If true, the preview image will only load when it comes into\nview.",
22771
+
long: 'Enables lazy loading for the preview image. If true, the preview\nimage element will have <code>loading="lazy"</code>, and will only load\nwhen it comes into view.\nIf false, the preview image will load immediately.'
22772
+
}
22748
22773
],
22749
22774
"schema/external-schemas.yml": [
22750
22775
{
@@ -22973,12 +22998,12 @@ var require_yaml_intelligence_resources = __commonJS({
22973
22998
mermaid: "%%"
22974
22999
},
22975
23000
"handlers/mermaid/schema.yml": {
22976
-
_internalId: 183687,
23001
+
_internalId: 186197,
22977
23002
type: "object",
22978
23003
description: "be an object",
22979
23004
properties: {
22980
23005
"mermaid-format": {
22981
-
_internalId: 183679,
23006
+
_internalId: 186189,
22982
23007
type: "enum",
22983
23008
enum: [
22984
23009
"png",
@@ -22994,7 +23019,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3569,6 +3569,12 @@
3569
3569
"description": "The default image to use if an item in the listing doesn't have an image."
3570
3570
}
3571
3571
},
3572
+
"image-lazy-loading": {
3573
+
"boolean": {
3574
+
"description": "If false, images in the listing will be loaded immediately. If true, images will be loaded as they come into view.",
3575
+
"default": true
3576
+
}
3577
+
},
3572
3578
"image-align": {
3573
3579
"enum": [
3574
3580
"left",
@@ -11444,6 +11450,20 @@
11444
11450
]
11445
11451
},
11446
11452
"description": "The alt text for preview image on this page."
11453
+
},
11454
+
{
11455
+
"name": "image-lazy-loading",
11456
+
"schema": "boolean",
11457
+
"tags": {
11458
+
"formats": [
11459
+
"$html-doc"
11460
+
]
11461
+
},
11462
+
"description": {
11463
+
"short": "If true, the preview image will only load when it comes into view.",
11464
+
"long": "Enables lazy loading for the preview image. If true, the preview image element \nwill have `loading=\"lazy\"`, and will only load when it comes into view.\n\nIf false, the preview image will load immediately.\n"
11465
+
},
11466
+
"default": true
11447
11467
}
11448
11468
],
11449
11469
"schema/extension.yml": [
@@ -14123,6 +14143,7 @@
14123
14143
"The name to display in the UI.",
14124
14144
"The name of the language the kernel implements.",
14125
14145
"The name of the kernel.",
14146
+
"Configures the Julia engine.",
14126
14147
"Arguments to pass to the Julia worker process.",
14127
14148
"Environment variables to pass to the Julia worker process.",
14128
14149
"Set Knitr options.",
@@ -15716,7 +15737,11 @@
15716
15737
},
15717
15738
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
15718
15739
"Manuscript configuration",
15719
-
"internal-schema-hack"
15740
+
"internal-schema-hack",
15741
+
{
15742
+
"short": "If true, the preview image will only load when it comes into\nview.",
15743
+
"long": "Enables lazy loading for the preview image. If true, the preview\nimage element will have <code>loading=\"lazy\"</code>, and will only load\nwhen it comes into view.\nIf false, the preview image will load immediately."
0 commit comments