silence cargo build

This commit is contained in:
Jörn-Michael Miehe 2024-03-01 15:18:40 +00:00
parent 08229bc0e9
commit d13332c1b6

5
.vscode/tasks.json vendored
View file

@ -8,7 +8,10 @@
"$rustc"
],
"group": "build",
"label": "cargo build"
"label": "cargo build",
"presentation": {
"reveal": "silent",
}
}
]
}