mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Update devcontainer.json
This commit is contained in:
parent
1afc7ed8c5
commit
351e4e2460
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
|
||||||
"waitFor": "onCreateCommand",
|
"waitFor": "onCreateCommand",
|
||||||
"onCreateCommand": ".devcontainer/setup.sh",
|
"onCreateCommand": ".devcontainer/setup.sh",
|
||||||
"updateContentCommand": "cargo build",
|
"updateContentCommand": "cargo build",
|
||||||
|
|
Loading…
Reference in a new issue