We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f759ce1 + ba4649d commit c7def41Copy full SHA for c7def41
.devcontainer/devcontainer.json
@@ -16,7 +16,7 @@
16
]
17
}
18
},
19
- "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash",
+ "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash && chmod +x ./scripts/quota_check_params.sh",
20
"remoteUser": "vscode",
21
"hostRequirements": {
22
"memory": "4gb"
0 commit comments