2022-12-01 13:05:10 +00:00
|
|
|
{
|
2023-02-25 16:56:00 +00:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
|
2022-12-01 13:05:10 +00:00
|
|
|
"waitFor": "onCreateCommand",
|
|
|
|
"onCreateCommand": ".devcontainer/setup.sh",
|
|
|
|
"updateContentCommand": "cargo build",
|
|
|
|
"postCreateCommand": "",
|
|
|
|
"postAttachCommand": {
|
|
|
|
"server": "rustlings watch"
|
|
|
|
},
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"rust-lang.rust-analyzer"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|