{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
"postCreateCommand": "rustup default stable && cargo install cargo-edit && rustup component add rustfmt clippy",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
"serayuzgur.crates",
"editorconfig.editorconfig",
"humao.rest-client"
],
"settings": {
"editor.inlayHints.enabled": "off"
}
}
},
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11"
}
}
}