mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
16 lines
406 B
JSON
16 lines
406 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",
|
|
"tamasfe.even-better-toml",
|
|
"serayuzgur.crates"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "cargo install --force --path ."
|
|
}
|