From 311fa83eb6ef48dcec79ef3aa9c2c6ad502aab84 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Thu, 24 Oct 2019 11:44:21 -0500 Subject: [PATCH] VSCode: Make sure to display compile progress --- .vscode/tasks.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7798b490..94d87659 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -14,9 +14,6 @@ "args": ["CONFIG=ShapeokoDualY", "VERBOSE=2", "COLOR=0", "DEBUG=2", "RECORD=1"], "group": "build", - "presentation": { - "reveal": "never" - }, "problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/g2core"]