burrow/.devcontainer.json
2023-04-10 16:49:23 -04:00

8 lines
151 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/rust",
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
}
}