{
"name": "Rust",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "bullseye"
}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
],
"postCreateCommand": "cargo install cross typos-cli cargo-expand cargo-insta",
"customizations": {
"vscode": {
"extensions": [
"bmuskalla.vscode-tldr",
"christian-kohler.path-intellisense",
"citreae535.sparse-crates",
"foxundermoon.shell-format",
"gruntfuggly.todo-tree",
"mutantdino.resourcemonitor",
"redhat.vscode-yaml",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"timonwong.shellcheck",
"vadimcn.vscode-lldb"
],
"settings": {
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": {
"**/target/**": true
}
}
}
},
"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": false
},
"ghcr.io/devcontainers/features/git:1": {
"version": "os-provided"
}
}
}