1
0
mirror of https://github.com/danog/strum.git synced 2024-12-03 09:57:55 +01:00
strum/.devcontainer/devcontainer.json

10 lines
289 B
JSON
Raw Normal View History

2020-01-11 19:20:44 +01:00
{
"extensions": [
"rust-lang.rust",
"webfreak.debug"
],
"workspaceFolder": "strum",
"postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf -o ~/rustup.sh https://sh.rustup.rs && /bin/bash ~/rustup.sh -y",
2020-01-11 19:40:29 +01:00
"image":"docker.io/library/rust:1-buster"
2020-01-11 19:20:44 +01:00
}