{
"name": "tygr development",
"image": "ubuntu:24.04",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"version": "stable",
"profile": "minimal",
"components": "rustfmt,clippy"
}
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
],
"settings": {
"rust-analyzer.check.command": "clippy",
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}
}
},
"postCreateCommand": "cargo fetch"
}