diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 78d531ae..d751a6b5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,5 +11,5 @@ ] } }, - "postCreateCommand": ["rustup update", "cargo install --force --path ."] + "postCreateCommand": "cargo install --force --path ." }