Skip to content

Commit 0db81ee

Browse files
committed
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.
1 parent c185e7d commit 0db81ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"command": "./scripts/code.sh",
5656
"windows": {
5757
"command": ".\\scripts\\code.bat"
58-
}
58+
},
59+
"problemMatcher": []
5960
},
6061
{
6162
"type": "gulp",

0 commit comments

Comments
 (0)