Merge pull request #32390 from dlech/run-dev-problem-matcher

Add empty problem matcher to "Run Dev" task
This commit is contained in:
Dirk Bäumer 2017-08-14 11:07:22 +02:00 committed by GitHub
commit 062a918396

3
.vscode/tasks.json vendored
View file

@ -55,7 +55,8 @@
"command": "./scripts/code.sh",
"windows": {
"command": ".\\scripts\\code.bat"
}
},
"problemMatcher": []
},
{
"type": "gulp",