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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10604,7 +10604,7 @@ var require_yaml_intelligence_resources = __commonJS({
10604
10604
string: {
10605
10605
description: {
10606
10606
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/std@0.125.0/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"
10608
10608
}
10609
10609
}
10610
10610
},
@@ -24927,12 +24927,12 @@ var require_yaml_intelligence_resources = __commonJS({
24927
24927
mermaid: "%%"
24928
24928
},
24929
24929
"handlers/mermaid/schema.yml": {
24930
-
_internalId: 197539,
24930
+
_internalId: 197477,
24931
24931
type: "object",
24932
24932
description: "be an object",
24933
24933
properties: {
24934
24934
"mermaid-format": {
24935
-
_internalId: 197531,
24935
+
_internalId: 197469,
24936
24936
type: "enum",
24937
24937
enum: [
24938
24938
"png",
@@ -24948,7 +24948,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3576,7 +3576,7 @@
3576
3576
"string": {
3577
3577
"description": {
3578
3578
"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/std@0.125.0/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"
0 commit comments