Skip to content

Commit a12bcd6

Browse files
committed
dev-call build-artifacts
1 parent 3f2497e commit a12bcd6

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10604,7 +10604,7 @@ var require_yaml_intelligence_resources = __commonJS({
1060410604
string: {
1060510605
description: {
1060610606
short: "The date format to use when displaying dates (e.g. d-M-yyy).",
10607-
long: "The date format to use when displaying dates (e.g. d-M-yyy). \nLearn more about supported date formatting values [here](https://deno.land/[email protected]/datetime).\n"
10607+
long: "The date format to use when displaying dates (e.g. d-M-yyy). \nLearn more about supported date formatting values [here](https://quarto.org/docs/reference/dates.html).\n"
1060810608
}
1060910609
}
1061010610
},
@@ -24927,12 +24927,12 @@ var require_yaml_intelligence_resources = __commonJS({
2492724927
mermaid: "%%"
2492824928
},
2492924929
"handlers/mermaid/schema.yml": {
24930-
_internalId: 197539,
24930+
_internalId: 197477,
2493124931
type: "object",
2493224932
description: "be an object",
2493324933
properties: {
2493424934
"mermaid-format": {
24935-
_internalId: 197531,
24935+
_internalId: 197469,
2493624936
type: "enum",
2493724937
enum: [
2493824938
"png",
@@ -24948,7 +24948,7 @@ var require_yaml_intelligence_resources = __commonJS({
2494824948
exhaustiveCompletions: true
2494924949
},
2495024950
theme: {
24951-
_internalId: 197538,
24951+
_internalId: 197476,
2495224952
type: "anyOf",
2495324953
anyOf: [
2495424954
{

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3576,7 +3576,7 @@
35763576
"string": {
35773577
"description": {
35783578
"short": "The date format to use when displaying dates (e.g. d-M-yyy).",
3579-
"long": "The date format to use when displaying dates (e.g. d-M-yyy). \nLearn more about supported date formatting values [here](https://deno.land/[email protected]/datetime).\n"
3579+
"long": "The date format to use when displaying dates (e.g. d-M-yyy). \nLearn more about supported date formatting values [here](https://quarto.org/docs/reference/dates.html).\n"
35803580
}
35813581
}
35823582
},
@@ -17899,12 +17899,12 @@
1789917899
"mermaid": "%%"
1790017900
},
1790117901
"handlers/mermaid/schema.yml": {
17902-
"_internalId": 197539,
17902+
"_internalId": 197477,
1790317903
"type": "object",
1790417904
"description": "be an object",
1790517905
"properties": {
1790617906
"mermaid-format": {
17907-
"_internalId": 197531,
17907+
"_internalId": 197469,
1790817908
"type": "enum",
1790917909
"enum": [
1791017910
"png",
@@ -17920,7 +17920,7 @@
1792017920
"exhaustiveCompletions": true
1792117921
},
1792217922
"theme": {
17923-
"_internalId": 197538,
17923+
"_internalId": 197476,
1792417924
"type": "anyOf",
1792517925
"anyOf": [
1792617926
{

src/resources/types/schema-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ of field names. By default all fields of the listing will be used
745745
when filtering. */;
746746
"date-format"?:
747747
string /* The date format to use when displaying dates (e.g. d-M-yyy).
748-
Learn more about supported date formatting values [here](https://deno.land/[email protected]/datetime). */;
748+
Learn more about supported date formatting values [here](https://quarto.org/docs/reference/dates.html). */;
749749
"max-description-length"?:
750750
number /* The maximum length (in characters) of the description displayed in the listing.
751751
Defaults to 175. */;

0 commit comments

Comments
 (0)