Skip to content

Commit d950177

Browse files
committed
chore: restore from main
1 parent 054981f commit d950177

File tree

3 files changed

+15
-30
lines changed

3 files changed

+15
-30
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16646,11 +16646,6 @@ var require_yaml_intelligence_resources = __commonJS({
1664616646
},
1664716647
{
1664816648
name: "number-offset",
16649-
tags: {
16650-
formats: [
16651-
"$html-all"
16652-
]
16653-
},
1665416649
schema: {
1665516650
maybeArrayOf: "number"
1665616651
},
@@ -22969,7 +22964,6 @@ var require_yaml_intelligence_resources = __commonJS({
2296922964
"The light theme name, theme scss file, or a mix of both.",
2297022965
"The dark theme name, theme scss file, or a mix of both.",
2297122966
"The dark theme name, theme scss file, or a mix of both.",
22972-
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>",
2297322967
"Classes to apply to the body of the document.",
2297422968
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
2297522969
"Enables inclusion of Pandoc default CSS for this document.",
@@ -24074,7 +24068,8 @@ var require_yaml_intelligence_resources = __commonJS({
2407424068
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2407524069
"Manuscript configuration",
2407624070
"internal-schema-hack",
24077-
"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."
24071+
"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.",
24072+
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>"
2407824073
],
2407924074
"schema/external-schemas.yml": [
2408024075
{
@@ -24303,12 +24298,12 @@ var require_yaml_intelligence_resources = __commonJS({
2430324298
mermaid: "%%"
2430424299
},
2430524300
"handlers/mermaid/schema.yml": {
24306-
_internalId: 195005,
24301+
_internalId: 194632,
2430724302
type: "object",
2430824303
description: "be an object",
2430924304
properties: {
2431024305
"mermaid-format": {
24311-
_internalId: 194997,
24306+
_internalId: 194624,
2431224307
type: "enum",
2431324308
enum: [
2431424309
"png",
@@ -24324,7 +24319,7 @@ var require_yaml_intelligence_resources = __commonJS({
2432424319
exhaustiveCompletions: true
2432524320
},
2432624321
theme: {
24327-
_internalId: 195004,
24322+
_internalId: 194631,
2432824323
type: "anyOf",
2432924324
anyOf: [
2433024325
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9618,11 +9618,6 @@
96189618
},
96199619
{
96209620
"name": "number-offset",
9621-
"tags": {
9622-
"formats": [
9623-
"$html-all"
9624-
]
9625-
},
96269621
"schema": {
96279622
"maybeArrayOf": "number"
96289623
},
@@ -15941,7 +15936,6 @@
1594115936
"The light theme name, theme scss file, or a mix of both.",
1594215937
"The dark theme name, theme scss file, or a mix of both.",
1594315938
"The dark theme name, theme scss file, or a mix of both.",
15944-
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>",
1594515939
"Classes to apply to the body of the document.",
1594615940
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
1594715941
"Enables inclusion of Pandoc default CSS for this document.",
@@ -17046,7 +17040,8 @@
1704617040
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1704717041
"Manuscript configuration",
1704817042
"internal-schema-hack",
17049-
"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’."
17043+
"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’.",
17044+
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>"
1705017045
],
1705117046
"schema/external-schemas.yml": [
1705217047
{
@@ -17275,12 +17270,12 @@
1727517270
"mermaid": "%%"
1727617271
},
1727717272
"handlers/mermaid/schema.yml": {
17278-
"_internalId": 195005,
17273+
"_internalId": 194632,
1727917274
"type": "object",
1728017275
"description": "be an object",
1728117276
"properties": {
1728217277
"mermaid-format": {
17283-
"_internalId": 194997,
17278+
"_internalId": 194624,
1728417279
"type": "enum",
1728517280
"enum": [
1728617281
"png",
@@ -17296,7 +17291,7 @@
1729617291
"exhaustiveCompletions": true
1729717292
},
1729817293
"theme": {
17299-
"_internalId": 195004,
17294+
"_internalId": 194631,
1730017295
"type": "anyOf",
1730117296
"anyOf": [
1730217297
{

0 commit comments

Comments
 (0)