{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "watch", "problemMatcher": "$gulp-tsc", "group": { "kind": "build", "isDefault": true }, "isBackground": true }, { "type": "gulp", "task": "i18n-import", "problemMatcher": [] }, { "type": "gulp", "task": "add-i18n", "problemMatcher": [] } ] }