1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23{
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
"features": {
"ghcr.io/azure/azure-dev/azd:0": {},
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true
},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
"version": "4"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-azurefunctions",
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
]
}
},
"postCreateCommand": "rustup install"
}