You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
We are updating this template to support new features in Azd Devcontainer.
For the Azd Devcontainer feature: We will add the following code in devcontainer.json file.
"ghcr.io/azure/azure-dev/azd:latest": {}
And remove the relevant code for installing azd in Dockerfile under .devcontainer folder.
RUN curl -fsSL https://aka.ms/install-azd.sh | bash \
This issue is for a: (mark with an
x
)We are updating this template to support new features in
Azd Devcontainer
.For the Azd Devcontainer feature: We will add the following code in
devcontainer.json
file.And remove the relevant code for installing
azd
inDockerfile
under.devcontainer
folder.@rajeshkamal5050 , @paulyuk for notification.
The text was updated successfully, but these errors were encountered: