mirror of
https://github.com/OMGeeky/rust-codespace.git
synced 2025-12-26 17:02:31 +01:00
21 lines
526 B
JSON
21 lines
526 B
JSON
{
|
|
"name": "Rust",
|
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
|
"image": "mcr.microsoft.com/devcontainers/rust:bullseye",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"GitHub.copilot-chat",
|
|
"tamasfe.even-better-toml",
|
|
"GitHub.copilot-labs",
|
|
"GitHub.copilot",
|
|
"yzhang.markdown-all-in-one",
|
|
"alexcvzz.vscode-sqlite"
|
|
]
|
|
}
|
|
}
|
|
} |