} angular ‰,
For information on getting started, head over to the documentation for your IDE. For WebStorm, you can check out these sections: Angular.
This plugin is bundled in WebStorm and some other IntelliJ-based IDEs.
]]>
Development containers provide fully functional, reproducible development environments along with an IDE.
This saves a lot of time, especially during the onboarding of new employees to a project,
by reducing the amount of documentation that they need to read about setting up a development environment.
When using a dev container, developers do not need to figure out which dependencies are required.
When you connect to a dev container, your developer experience is the same as when working locally.
A very fast and efficient Remote Development protocol ensures a smooth connection
between the IDE server running inside the dev container and the lightweight local client.
The Put the Requires Docker installed on the local machine.
Remote Development may require some dependencies in the dev container,
such as
If your dev container does not start, try installing the missing dependencies in the OS of the dev container in devcontainer.json.
We are working to reduce the number of Remote Development dependencies in future releases.
How to create a Dev Container
devcontainer.json file in your project instructs the IDE how to create a development
container with a predefined tool and runtime stack.
devcontainer.json file in the project root or one directory deep:
.devcontainer.json.devcontainer/devcontainer.json.devcontainer/<dir>/devcontainer.jsonHow to build and run a Dev Container
Dependencies
curl, unzip, ps, libxext,
libxrender, libxtst, libxi, freetype,
procps, gcompat.
To configure, open Settings | Build, Execution, Deployment | Docker.