template/.devcontainer/devcontainer.json
Thomas Klaehn a9b9d462bc Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2024-03-12 10:15:16 +01:00

20 lines
600 B
JSON

{
"name": "rust",
"image": "mcr.microsoft.com/devcontainers/rust:latest"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}