-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
23 lines (23 loc) · 2.32 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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.validate.enable.desc": "Enable/disable JSON5 validation.",
"json5.tracing.desc": "Traces the communication between VS Code and the JSON5 language server.",
"json5.colorDecorators.enable.desc": "Enables or disables color decorators",
"json5.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.",
"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.command.clearCache": "Clear Schema Cache",
"json5.command.sort": "Sort Document"
}