1 2 3 4 5 6 7 8 9 10 11
{ "name": "Rust", "image": "mcr.microsoft.com/vscode/devcontainers/rust:1", "customizations": { "vscode": { "extensions": ["rust-lang.rust-analyzer"] } }, "postCreateCommand": "cargo install cargo-insta", "remoteUser": "vscode" }