Skip to content

Commit

Permalink
Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Jul 28, 2023
1 parent 1cbf3f6 commit 498971c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"configTemplate": {
"run": {
"command": {
"value": "cargo run --manifest-path=~/project/Cargo.toml"
"value": "cargo run --manifest-path ~/project/Cargo.toml\n"
}
},
"commands": {
"0": {
"cmd": "cargo install --manifest-path=~/project/Cargo.toml",
"cmd": "cargo install --manifest-path ~/project/Cargo.toml",
"mode": "once"
}
}
Expand Down

0 comments on commit 498971c

Please sign in to comment.