1 2 3 4 5 6 7 8
{ "image": "mcr.microsoft.com/devcontainers/rust:latest", "tasks": { "test": "cargo test", "build": "cargo build", "launch": "cargo fmt --check" } }