Skip to content

Commit

Permalink
Add empty problem matcher to "Run Dev" task
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dlech committed Aug 12, 2017
1 parent c185e7d commit 0db81ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"command": "./scripts/code.sh",
"windows": {
"command": ".\\scripts\\code.bat"
}
},
"problemMatcher": []
},
{
"type": "gulp",
Expand Down

0 comments on commit 0db81ee

Please sign in to comment.