From b73b94bfc5b157786a14ef28de4ed87509202c99 Mon Sep 17 00:00:00 2001 From: Edmundo Paulino <60408300+mdmundo@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:59:05 -0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ."] }