1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-07-27 05:59:13 +02:00

Update devcontainer.json

This commit is contained in:
Emmanuel Roullit 2023-02-25 17:56:00 +01:00 committed by GitHub
parent 1afc7ed8c5
commit 351e4e2460
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"waitFor": "onCreateCommand",
"onCreateCommand": ".devcontainer/setup.sh",
"updateContentCommand": "cargo build",