mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
|
|
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"vadimcn.vscode-lldb",
|
|
"rust-lang.rust-analyzer"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "cargo install --force --path ."
|
|
}
|