Skip to content

Commit 150046b

Browse files
artifacts
1 parent db2f058 commit 150046b

File tree

3 files changed

+9
-30
lines changed

3 files changed

+9
-30
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16798,13 +16798,6 @@ var require_yaml_intelligence_resources = __commonJS({
1679816798
},
1679916799
description: "Theme name, theme scss file, or a mix of both."
1680016800
},
16801-
{
16802-
name: "renderings",
16803-
schema: {
16804-
arrayOf: "string"
16805-
},
16806-
description: "Array of rendering names, e.g. `[light, dark]`"
16807-
},
1680816801
{
1680916802
name: "body-classes",
1681016803
tags: {
@@ -24305,12 +24298,12 @@ var require_yaml_intelligence_resources = __commonJS({
2430524298
mermaid: "%%"
2430624299
},
2430724300
"handlers/mermaid/schema.yml": {
24308-
_internalId: 195005,
24301+
_internalId: 195e3,
2430924302
type: "object",
2431024303
description: "be an object",
2431124304
properties: {
2431224305
"mermaid-format": {
24313-
_internalId: 194997,
24306+
_internalId: 194992,
2431424307
type: "enum",
2431524308
enum: [
2431624309
"png",
@@ -24326,7 +24319,7 @@ var require_yaml_intelligence_resources = __commonJS({
2432624319
exhaustiveCompletions: true
2432724320
},
2432824321
theme: {
24329-
_internalId: 195004,
24322+
_internalId: 194999,
2433024323
type: "anyOf",
2433124324
anyOf: [
2433224325
{

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

Lines changed: 3 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: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9770,13 +9770,6 @@
97709770
},
97719771
"description": "Theme name, theme scss file, or a mix of both."
97729772
},
9773-
{
9774-
"name": "renderings",
9775-
"schema": {
9776-
"arrayOf": "string"
9777-
},
9778-
"description": "Array of rendering names, e.g. `[light, dark]`"
9779-
},
97809773
{
97819774
"name": "body-classes",
97829775
"tags": {
@@ -17277,12 +17270,12 @@
1727717270
"mermaid": "%%"
1727817271
},
1727917272
"handlers/mermaid/schema.yml": {
17280-
"_internalId": 195005,
17273+
"_internalId": 195000,
1728117274
"type": "object",
1728217275
"description": "be an object",
1728317276
"properties": {
1728417277
"mermaid-format": {
17285-
"_internalId": 194997,
17278+
"_internalId": 194992,
1728617279
"type": "enum",
1728717280
"enum": [
1728817281
"png",
@@ -17298,7 +17291,7 @@
1729817291
"exhaustiveCompletions": true
1729917292
},
1730017293
"theme": {
17301-
"_internalId": 195004,
17294+
"_internalId": 194999,
1730217295
"type": "anyOf",
1730317296
"anyOf": [
1730417297
{

0 commit comments

Comments
 (0)