bring back vscode-colorize-tests

This commit is contained in:
João Moreno
2021-01-19 11:38:43 +01:00
parent 0e7f3d0d8c
commit af2bcd4d46
186 changed files with 160339 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"command": "npm",
"type": "shell",
"presentation": {
"reveal": "silent"
},
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"
}