From 0db81eeff40a10b097bad6e424116850009aa9ec Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 12 Aug 2017 14:21:09 -0500 Subject: [PATCH] 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. --- .vscode/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5f25b2786a7..45d4995aa65 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -55,7 +55,8 @@ "command": "./scripts/code.sh", "windows": { "command": ".\\scripts\\code.bat" - } + }, + "problemMatcher": [] }, { "type": "gulp",