aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 6af30e3..6b01641 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
- "label": "Build c++",
+ "label": "Build C",
"type": "shell",
"command": "gcc",
"args": [
@@ -18,6 +18,14 @@
"group": {
"kind": "build",
"isDefault": true
+ },
+ "presentation": {
+ "echo": false,
+ "reveal": "always",
+ "focus": false,
+ "panel": "shared",
+ "showReuseMessage": false,
+ "clear": false
}
}
]