From d13332c1b60ee2fbeaee897ed13739aca1a2b8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael?= <40151420+ldericher@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:18:40 +0000 Subject: [PATCH] silence cargo build --- .vscode/tasks.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 69bb247..bda51d2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,7 +8,10 @@ "$rustc" ], "group": "build", - "label": "cargo build" + "label": "cargo build", + "presentation": { + "reveal": "silent", + } } ] } \ No newline at end of file