Add empty problem matcher to "Run Dev" task

Without this, vscode always asks you what to do. When you select an option, it edits this file, so we might as well put a configuration here so it doesn't keep asking.
This commit is contained in:
David Lechner 2017-08-12 14:21:09 -05:00
parent c185e7d44e
commit 0db81eeff4

3
.vscode/tasks.json vendored
View file

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