silence cargo build
This commit is contained in:
parent
08229bc0e9
commit
d13332c1b6
1 changed files with 4 additions and 1 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -8,7 +8,10 @@
|
||||||
"$rustc"
|
"$rustc"
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"label": "cargo build"
|
"label": "cargo build",
|
||||||
|
"presentation": {
|
||||||
|
"reveal": "silent",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue