mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Fixes #37565: taskDefinitions property descriptions are not localized
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
"properties": {
|
||||
"tsconfig": {
|
||||
"type": "string",
|
||||
"description": "The tsconfig file that defines the TS build"
|
||||
"description": "%taskDefinition.tsconfig.description%"
|
||||
},
|
||||
"option": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user