mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
11 lines
322 B
JSON
11 lines
322 B
JSON
{
|
|
"extensions": [
|
|
"rust-lang.rust",
|
|
"webfreak.debug",
|
|
"matklad.rust-analyzer"
|
|
],
|
|
"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"
|
|
}
|