summaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index d1709f7..fc33950 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -17,7 +17,8 @@
"command": "clear && cd build && make",
"presentation": {
"echo": true,
- "reveal": "always",
+ //"reveal": "always",
+ "reveal": "silent",
"focus": false,
"panel": "shared"
},