In the typescript extension for example:
"taskDefinitions": [
{
"type": "typescript",
"required": [
"tsconfig"
],
"properties": {
"tsconfig": {
"type": "string",
"description": "The tsconfig file that defines the TS build"
},
"option": {
"type": "string"
}
}
}
],
The tsconfig property's description field is not localized. Seems to be true for all taskDefinitions in the builtin extensions
In the typescript extension for example:
The
tsconfigproperty's description field is not localized. Seems to be true for alltaskDefinitionsin the builtin extensions