diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 95a434d8..78d531ae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,5 +10,6 @@ "serayuzgur.crates" ] } - } + }, + "postCreateCommand": ["rustup update", "cargo install --force --path ."] }