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
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17992,7 +17992,7 @@ var require_yaml_intelligence_resources = __commonJS({
17992
17992
"Sets the date metadata for the document",
17993
17993
{
17994
17994
short: "Number section headings",
17995
-
long: "Number section headings rendered ouptut. By default, sections are not\nnumbered. Sections with class <code>.unnumbered</code> will never be\nnumbered, even if <code>number-sections</code> is specified."
17995
+
long: "Number section headings rendered output. By default, sections are not\nnumbered. Sections with class <code>.unnumbered</code> will never be\nnumbered, even if <code>number-sections</code> is specified."
17996
17996
},
17997
17997
{
17998
17998
short: "The depth to which sections should be numbered.",
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10968,7 +10968,7 @@
10968
10968
"Sets the date metadata for the document",
10969
10969
{
10970
10970
"short": "Number section headings",
10971
-
"long": "Number section headings rendered ouptut. By default, sections are not\nnumbered. Sections with class <code>.unnumbered</code> will never be\nnumbered, even if <code>number-sections</code> is specified."
10971
+
"long": "Number section headings rendered output. By default, sections are not\nnumbered. Sections with class <code>.unnumbered</code> will never be\nnumbered, even if <code>number-sections</code> is specified."
10972
10972
},
10973
10973
{
10974
10974
"short": "The depth to which sections should be numbered.",
0 commit comments