Skip to content

Commit 0512d8b

Browse files
committed
Update tasks.json.
1 parent c683eb3 commit 0512d8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,10 @@
219219
{
220220
"type": "shell",
221221
"label": "cargo fix & fmt",
222-
"command": "cargo fix && cargo fmt",
222+
"command": "cargo fix --all && cargo clippy --fix --allow-dirty --all && cargo fmt --all",
223223
"problemMatcher": [
224224
"$rustc"
225225
],
226-
"presentation": {
227-
"panel": "dedicated",
228-
"clear": true,
229-
}
230226
},
231227
{
232228
"type": "shell",

0 commit comments

Comments
 (0)