mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
8 lines
247 B
JSON
8 lines
247 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
|
"updateContentCommand": ["cargo", "build"],
|
|
"postAttachCommand": ["rustlings", "watch"],
|
|
"remoteEnv": {
|
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
|
}
|
|
}
|