-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
27 lines (27 loc) · 3.09 KB
/
package.nls.json
File metadata and controls
27 lines (27 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"json5.schemas.desc": "Associate schemas to JSON5 files in the current project.",
"json5.schemas.url.desc": "A URL or absolute file path to a schema. Can be a relative path (starting with `./`) in workspace and workspace folder settings.",
"json5.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON5 files to schemas. `*` and `**` can be used as a wildcard. Exclusion patterns can also be defined and start with `!`. A file matches when there is at least one matching pattern and the last matching pattern is not an exclusion pattern.",
"json5.schemas.fileMatch.item.desc": "A file pattern that can contain `*` and `**` to match against when resolving JSON5 files to schemas. When beginning with `!`, it defines an exclusion pattern.",
"json5.schemas.schema.desc": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL.",
"json5.format.enable.desc": "Enable/disable default JSON5 formatter",
"json5.format.keepLines.desc": "Keep all existing new lines when formatting.",
"json5.format.trailingCommas.desc": "Controls whether trailing commas are added when formatting.",
"json5.format.keyQuotes.desc": "Controls which quotes are used for object keys when formatting.",
"json5.format.stringQuotes.desc": "Controls which quotes are used for strings other than keys when formatting.",
"json5.format.tabSize.desc": "Overrides the number of spaces used for indentation when formatting. Can be a number or boolean value `true` to use tab character. When unset or set to `false`, the editor's tab size is used.",
"json5.format.startIgnoreDirective.desc": "The start of ignore directive for formatting. Default to `json5-fmt: off`. Only works for `//` line comments.",
"json5.format.endIgnoreDirective.desc": "The end of ignore directive for formatting. Default to `json5-fmt: on`. Only works for `//` line comments.",
"json5.validate.enable.desc": "Enable/disable JSON5 validation.",
"json5.tracing.desc": "Traces the communication between VS Code and the JSON5 language server.",
"json5.decorateAllColors.desc": "Try to decorate all colors in JSON5 files instead of schema-specified colors.",
"json5.schemaResolutionErrorMessage": "Unable to resolve schema.",
"json5.clickToRetry": "Click to retry.",
"json5.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",
"json5.maxItemsExceededInformation.desc": "Show notification when exceeding the maximum number of outline symbols and folding regions.",
"json5.enableSchemaDownload.desc": "When enabled, JSON schemas can be fetched from http and https locations.",
"json5.schemaDownload.trustedDomains.desc": "A list of URLs and domains that are trusted for downloading JSON schemas. Use `*` as a wildcard for subdomains. A value of `true` means the domain/URL is trusted, `false` means it's blocked.",
"json5.workspaceTrust": "Downloading schemas is disabled in untrusted workspaces. Only local schemas bundled with extensions are used.",
"json5.command.clearCache": "Clear Schema Cache",
"json5.command.sort": "Sort Document"
}