diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6f2d5d4..a6000b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,10 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers/features/git-lfs:1": {} + "ghcr.io/devcontainers/features/git-lfs:1": {}, + "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { + "packages": "git-flow" + } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. @@ -21,7 +24,8 @@ "customizations": { "vscode": { "extensions": [ - "esbenp.prettier-vscode" + "esbenp.prettier-vscode", + "mhutchie.git-graph" ] } }