Skip to content

Commit

Permalink
reverting one change and adding another
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-glotfelty committed Jan 11, 2020
1 parent aa1958f commit cb38036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rust-lang.rust",
"webfreak.debug"
],
"postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf -o ~/rustup.sh https://sh.rustup.rs && /bin/bash ~/rustup.sh -y && cargo build",
"workspaceFolder": "strum",
"postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf -o ~/rustup.sh https://sh.rustup.rs && /bin/bash ~/rustup.sh -y",
"image":"docker.io/library/rust:1-buster"
}

0 comments on commit cb38036

Please sign in to comment.