1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-04-30 20:49:44 +02:00
Files
rustlings/.devcontainer/devcontainer.json
T

9 lines
247 B
JSON
Raw Normal View History

2022-12-01 14:05:10 +01:00
{
"image": "mcr.microsoft.com/devcontainers/rust:1",
2024-03-09 23:18:31 +00:00
"updateContentCommand": ["cargo", "build"],
"postAttachCommand": ["rustlings", "watch"],
2024-03-09 20:07:51 +00:00
"remoteEnv": {
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
2022-12-01 14:05:10 +01:00
}
}