Update devcontainer.json

This commit is contained in:
Edmundo Paulino 2022-09-11 08:59:05 -03:00 committed by GitHub
parent ac3fc4a672
commit b73b94bfc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,6 @@
"serayuzgur.crates"
]
}
}
},
"postCreateCommand": ["rustup update", "cargo install --force --path ."]
}