superlint/.devcontainer/README.md

11 lines
646 B
Markdown
Raw Normal View History

2020-06-26 14:55:11 -04:00
# Devcontainer
2020-07-21 13:08:05 -04:00
2020-06-26 14:55:11 -04:00
This file specifies to vscode how to run the container
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)
context: Sets the run context to one level up instead of the .devcontainer folder.
dockerFile: Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
2020-07-21 13:08:05 -04:00
settings: Set _default_ container specific settings.json values on container create.
extensions: Add the IDs of extensions you want installed when the container is created.