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

3
webview-sample/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsc.autoDetect": "off"
}