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
+33-3Lines changed: 33 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13272,7 +13272,7 @@ var require_yaml_intelligence_resources = __commonJS({
13272
13272
default: false,
13273
13273
description: {
13274
13274
short: "Whether to use document class settings for indentation.",
13275
-
long: "Wheher to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
13275
+
long: "Whether to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
13276
13276
}
13277
13277
},
13278
13278
{
@@ -17095,7 +17095,7 @@ var require_yaml_intelligence_resources = __commonJS({
17095
17095
"The text describing the creator or contributor (for example, creator\nname).",
17096
17096
{
17097
17097
short: "The role of this creator or contributor.",
17098
-
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. \u2018author\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
17098
+
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. \uFFFD\uFFFD\uFFFDauthor\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
17099
17099
},
17100
17100
"An alternate version of the creator or contributor text used for\nalphabatizing.",
17101
17101
"The text describing the creator or contributor (for example, creator\nname).",
@@ -18008,7 +18008,7 @@ var require_yaml_intelligence_resources = __commonJS({
18008
18008
},
18009
18009
{
18010
18010
short: "Whether to use document class settings for indentation.",
18011
-
long: "Wheher to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
18011
+
long: "Whether to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
18012
18012
},
18013
18013
{
18014
18014
short: "Make <code>\\paragraph</code> and <code>\\subparagraph</code>\nfree-standing rather than run-in.",
@@ -18987,6 +18987,36 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+33-3Lines changed: 33 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6251,7 +6251,7 @@
6251
6251
"default": false,
6252
6252
"description": {
6253
6253
"short": "Whether to use document class settings for indentation.",
6254
-
"long": "Wheher to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
6254
+
"long": "Whether to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
6255
6255
}
6256
6256
},
6257
6257
{
@@ -10074,7 +10074,7 @@
10074
10074
"The text describing the creator or contributor (for example, creator\nname).",
10075
10075
{
10076
10076
"short": "The role of this creator or contributor.",
10077
-
"long": "The role of this creator or contributor using <a href=\"https://loc.gov/marc/relators/relaterm.html\">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. ‘author’,\n‘editor’) will attempt to be automatically translated."
10077
+
"long": "The role of this creator or contributor using <a href=\"https://loc.gov/marc/relators/relaterm.html\">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. ���author’,\n‘editor’) will attempt to be automatically translated."
10078
10078
},
10079
10079
"An alternate version of the creator or contributor text used for\nalphabatizing.",
10080
10080
"The text describing the creator or contributor (for example, creator\nname).",
@@ -10987,7 +10987,7 @@
10987
10987
},
10988
10988
{
10989
10989
"short": "Whether to use document class settings for indentation.",
10990
-
"long": "Wheher to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
10990
+
"long": "Whether to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
10991
10991
},
10992
10992
{
10993
10993
"short": "Make <code>\\paragraph</code> and <code>\\subparagraph</code>\nfree-standing rather than run-in.",
0 commit comments