mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-03 13:33:12 +00:00
12 lines
240 B
JSON
12 lines
240 B
JSON
|
|
{
|
||
|
|
"name": "Rust-UmbraTypes",
|
||
|
|
"image": "mcr.microsoft.com/devcontainers/rust:latest",
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [
|
||
|
|
"pbkit.vscode-pbkit"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"postCreateCommand": "bash -i .devcontainer/postcreate.sh"
|
||
|
|
}
|