Reference the right prelaunch task in i18n sample

This commit is contained in:
Dirk Baeumer
2018-05-31 15:41:25 +02:00
parent bff72f1ae5
commit 68290cdb44

View File

@ -11,7 +11,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
"preLaunchTask": "npm"
"preLaunchTask": "npm: watch"
}
]
}