[json] split json extension (for #45900)

This commit is contained in:
Martin Aeschlimann
2018-03-17 15:46:04 +01:00
parent d4841fd59c
commit 5b23587f08
28 changed files with 137 additions and 118 deletions

View File

@@ -0,0 +1,20 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "compile",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}