blob: f884a10b5d49ebfceb57c8ab0bf5c65ac136dde5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
},
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"]
}
|