Fixes #37565: taskDefinitions property descriptions are not localized

This commit is contained in:
Dirk Baeumer
2018-03-01 12:58:59 +01:00
parent b000e715e5
commit 3c73a2d465
2 changed files with 3 additions and 2 deletions

View File

@@ -528,7 +528,7 @@
"properties": {
"tsconfig": {
"type": "string",
"description": "The tsconfig file that defines the TS build"
"description": "%taskDefinition.tsconfig.description%"
},
"option": {
"type": "string"