Fixed task.json for webview sample

This commit is contained in:
Dirk Baeumer
2018-06-26 22:15:29 +02:00
parent 2dc720d056
commit f1d57cecd7
3 changed files with 22 additions and 27 deletions

View File

@ -13,7 +13,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "${workspaceRoot}/out/src",
"preLaunchTask": "npm"
"preLaunchTask": "npm: watch"
}
]
}