mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
|
|
"waitFor": "onCreateCommand",
|
|
"onCreateCommand": ".devcontainer/setup.sh",
|
|
"updateContentCommand": "cargo build",
|
|
"postCreateCommand": "",
|
|
"postAttachCommand": {
|
|
"server": "rustlings watch"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer"
|
|
]
|
|
}
|
|
}
|
|
}
|