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

11 lines
322 B
JSON
Raw Normal View History

2020-01-11 19:20:44 +01:00
{
"extensions": [
"rust-lang.rust",
2020-03-02 00:55:53 +01:00
"webfreak.debug",
"matklad.rust-analyzer"
2020-01-11 19:20:44 +01:00
],
"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
}