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
This file specifies to vscode how to run the container
3
+
The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment.
4
4
5
-
For format details, see [documentation](https://aka.ms/vscode-remote/devcontainer.json) or this file's [README](https://github.com/microsoft/vscode-dev-containers/tree/v0.123.0/containers/docker-existing-dockerfile)
6
-
7
-
context: Sets the run context to one level up instead of the .devcontainer folder.
8
-
dockerFile: Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9
-
settings: Set _default_ container specific settings.json values on container create.
10
-
extensions: Add the IDs of extensions you want installed when the container is created.
5
+
> More information: <https://code.visualstudio.com/docs/devcontainers/containers>
0 commit comments