Move html extension: setup & scanner

This commit is contained in:
Martin Aeschlimann
2016-08-17 11:37:22 +02:00
parent 2ed511ea28
commit cb5a6e77db
25 changed files with 2428 additions and 862 deletions

View File

@@ -0,0 +1,9 @@
{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "silent",
"args": ["run", "watch"],
"isWatching": true,
"problemMatcher": "$tsc-watch"
}