From ebe427ff0fc235e3952d04e357690747f0415a38 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Mon, 19 Jun 2017 00:15:48 -0700 Subject: [PATCH] Don't show test build status --- .vscode/tasks.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 18c0baf..787f062 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -18,6 +18,7 @@ "${workspaceRoot}/Tests/Tests.csproj" ], "isTestCommand": true, + "showOutput": "silent", "problemMatcher": { "owner": "external", "fileLocation": "absolute",