mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 14:59:18 +00:00
8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
|
"updateContentCommand": "cargo build",
|
|
"remoteEnv": {
|
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
|
}
|
|
}
|