{
"name": "nsip",
"image": "mcr.microsoft.com/devcontainers/rust:1-bookworm",
"postCreateCommand": "cargo install cargo-deny cargo-tarpaulin cargo-watch just && cargo fetch",
"customizations": {
"vscode": {
"settings": {
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.extraArgs": ["--all-targets", "--all-features"],
"editor.formatOnSave": true,
"editor.rulers": [100]
},
"extensions": [
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates",
"usernamehw.errorlens",
"vadimcn.vscode-lldb"
]
}
}
}