mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 04:17:37 +00:00
Fixes #37565: taskDefinitions property descriptions are not localized
This commit is contained in:
parent
b000e715e5
commit
3c73a2d465
2 changed files with 3 additions and 2 deletions
|
@ -528,7 +528,7 @@
|
|||
"properties": {
|
||||
"tsconfig": {
|
||||
"type": "string",
|
||||
"description": "The tsconfig file that defines the TS build"
|
||||
"description": "%taskDefinition.tsconfig.description%"
|
||||
},
|
||||
"option": {
|
||||
"type": "string"
|
||||
|
|
|
@ -49,5 +49,6 @@
|
|||
"typescript.locale": "Sets the locale used to report TypeScript errors. Requires TypeScript >= 2.6.0. Default of 'null' uses VS Code's locale for TypeScript errors.",
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": "Enable/disable 'experimentalDecorators' for JavaScript files that are not part of a project. Existing jsconfig.json or tsconfig.json files override this setting. Requires TypeScript >=2.3.1.",
|
||||
"typescript.autoImportSuggestions.enabled": "Enable/disable auto import suggestions. Requires TypeScript >=2.6.1",
|
||||
"typescript.experimental.syntaxFolding": "Enables/disables syntax aware folding markers."
|
||||
"typescript.experimental.syntaxFolding": "Enables/disables syntax aware folding markers.",
|
||||
"taskDefinition.tsconfig.description": "The tsconfig file that defines the TS build."
|
||||
}
|
Loading…
Reference in a new issue