mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-14 11:22:55 +02:00
9 lines
247 B
JSON
9 lines
247 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
|
"updateContentCommand": ["cargo", "build"],
|
|
"postAttachCommand": ["rustlings", "watch"],
|
|
"remoteEnv": {
|
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
|
}
|
|
}
|