File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "image" : " mcr.microsoft.com/devcontainers/python:3.11-bullseye" ,
44 "forwardPorts" : [50505 ],
55 "features" : {
6- "ghcr.io/azure/azure-dev/azd:latest" : {}
6+ "ghcr.io/azure/azure-dev/azd:latest" : {},
7+ "ghcr.io/devcontainers/features/azure-cli:1" : {
8+ "installBicep" : true ,
9+ "version" : " latest" ,
10+ "bicepVersion" : " latest"
11+ }
712 },
813 "customizations" : {
914 "vscode" : {
1015 "extensions" : [
1116 " ms-azuretools.azure-dev" ,
17+ " ms-azuretools.vscode-azcli" ,
1218 " ms-azuretools.vscode-bicep" ,
1319 " ms-python.python" ,
1420 " ms-toolsai.jupyter" ,
1521 " GitHub.vscode-github-actions"
1622 ]
1723 }
1824 },
25+ "postCreateCommand" : " sudo chmod +x ./scripts/quota_check_params.sh" ,
1926 "postStartCommand" : " git pull origin main && python3 -m pip install -r ./src/frontend/requirements.txt && python3 -m pip install -r ./src/backend/requirements.txt" ,
2027 "remoteUser" : " vscode" ,
2128 "hostRequirements" : {
You can’t perform that action at this time.
0 commit comments