Update devcontainer.json

This commit is contained in:
Edmundo Paulino 2022-09-11 12:24:55 +00:00
parent b73b94bfc5
commit 5788ba6beb

View File

@ -11,5 +11,5 @@
]
}
},
"postCreateCommand": ["rustup update", "cargo install --force --path ."]
"postCreateCommand": "cargo install --force --path ."
}