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
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12806,9 +12806,6 @@ var require_yaml_intelligence_resources = __commonJS({
12806
12806
},
12807
12807
{
12808
12808
ref: "brand-font-system"
12809
-
},
12810
-
{
12811
-
ref: "brand-font-common"
12812
12809
}
12813
12810
]
12814
12811
},
@@ -12910,7 +12907,10 @@ var require_yaml_intelligence_resources = __commonJS({
12910
12907
"system"
12911
12908
]
12912
12909
}
12913
-
}
12910
+
},
12911
+
required: [
12912
+
"source"
12913
+
]
12914
12914
}
12915
12915
},
12916
12916
{
@@ -12927,7 +12927,10 @@ var require_yaml_intelligence_resources = __commonJS({
12927
12927
"google"
12928
12928
]
12929
12929
}
12930
-
}
12930
+
},
12931
+
required: [
12932
+
"source"
12933
+
]
12931
12934
}
12932
12935
},
12933
12936
{
@@ -12944,7 +12947,10 @@ var require_yaml_intelligence_resources = __commonJS({
12944
12947
"bunny"
12945
12948
]
12946
12949
}
12947
-
}
12950
+
},
12951
+
required: [
12952
+
"source"
12953
+
]
12948
12954
}
12949
12955
},
12950
12956
{
@@ -21908,7 +21914,7 @@ var require_yaml_intelligence_resources = __commonJS({
21908
21914
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
21909
21915
{
21910
21916
short: "The date format to use when displaying dates (e.g. d-M-yyy).",
21911
-
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://deno.land/std@0.125.0/datetime">here</a>.'
21917
+
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://quarto.org/docs/reference/dates.html">here</a>.'
21912
21918
},
21913
21919
{
21914
21920
short: "The maximum length (in characters) of the description displayed in\nthe listing.",
@@ -24927,12 +24933,12 @@ var require_yaml_intelligence_resources = __commonJS({
24927
24933
mermaid: "%%"
24928
24934
},
24929
24935
"handlers/mermaid/schema.yml": {
24930
-
_internalId: 197477,
24936
+
_internalId: 197474,
24931
24937
type: "object",
24932
24938
description: "be an object",
24933
24939
properties: {
24934
24940
"mermaid-format": {
24935
-
_internalId: 197469,
24941
+
_internalId: 197466,
24936
24942
type: "enum",
24937
24943
enum: [
24938
24944
"png",
@@ -24948,7 +24954,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5778,9 +5778,6 @@
5778
5778
},
5779
5779
{
5780
5780
"ref": "brand-font-system"
5781
-
},
5782
-
{
5783
-
"ref": "brand-font-common"
5784
5781
}
5785
5782
]
5786
5783
},
@@ -5882,7 +5879,10 @@
5882
5879
"system"
5883
5880
]
5884
5881
}
5885
-
}
5882
+
},
5883
+
"required": [
5884
+
"source"
5885
+
]
5886
5886
}
5887
5887
},
5888
5888
{
@@ -5899,7 +5899,10 @@
5899
5899
"google"
5900
5900
]
5901
5901
}
5902
-
}
5902
+
},
5903
+
"required": [
5904
+
"source"
5905
+
]
5903
5906
}
5904
5907
},
5905
5908
{
@@ -5916,7 +5919,10 @@
5916
5919
"bunny"
5917
5920
]
5918
5921
}
5919
-
}
5922
+
},
5923
+
"required": [
5924
+
"source"
5925
+
]
5920
5926
}
5921
5927
},
5922
5928
{
@@ -14880,7 +14886,7 @@
14880
14886
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
14881
14887
{
14882
14888
"short": "The date format to use when displaying dates (e.g. d-M-yyy).",
14883
-
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://deno.land/std@0.125.0/datetime\">here</a>."
14889
+
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://quarto.org/docs/reference/dates.html\">here</a>."
14884
14890
},
14885
14891
{
14886
14892
"short": "The maximum length (in characters) of the description displayed in\nthe listing.",
0 commit comments