This pull request includes a significant change to the .devcontainer/devcontainer.json file. The change introduces a new ARO LZA Dev Container with specific features and customizations for the development environment.
The most important changes are:
Addition of a new dev container configuration named ARO LZA Dev Container. This container is based on the mcr.microsoft.com/devcontainers/base:ubuntu image.
Inclusion of several features to the dev container, such as azure-cli, azurebicep, terraform, terrascan, dotnet, kubectl-helm-minikube, and openshift-cli-homebrew. These features are provided by different contributors and are versioned.
Customizations for Visual Studio Code have been added, which include a long list of extensions that will be installed in the dev container. These extensions range from Azure tools, Git utilities, to various language support and formatting tools.
The forwardPorts field is included for potential local development needs, but no specific ports are forwarded at this time.
The postCreateCommand field is included but left empty, indicating there are no commands to be run after the creation of the dev container.
This pull request includes a significant change to the
.devcontainer/devcontainer.json
file. The change introduces a newARO LZA Dev Container
with specific features and customizations for the development environment.The most important changes are:
ARO LZA Dev Container
. This container is based on themcr.microsoft.com/devcontainers/base:ubuntu
image.azure-cli
,azurebicep
,terraform
,terrascan
,dotnet
,kubectl-helm-minikube
, andopenshift-cli-homebrew
. These features are provided by different contributors and are versioned.forwardPorts
field is included for potential local development needs, but no specific ports are forwarded at this time.postCreateCommand
field is included but left empty, indicating there are no commands to be run after the creation of the dev container.