chat_proto/rust/.devcontainer/devcontainer.json

12 lines
238 B
JSON
Raw Normal View History

2025-06-25 15:29:04 -07:00
{
2025-07-11 13:49:33 -07:00
"name": "Rust-WapTypes",
2025-06-25 15:29:04 -07:00
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"customizations": {
"vscode": {
"extensions": [
"pbkit.vscode-pbkit"
]
}
},
"postCreateCommand": "bash -i .devcontainer/postcreate.sh"
}