add git-flow and git-graph

This commit is contained in:
Jörn-Michael Miehe 2023-12-30 03:35:09 +00:00
parent 7c0fd1c5c8
commit fd04f4024f

View file

@ -7,7 +7,10 @@
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
"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. // Use 'forwardPorts' to make a list of ports inside the container available locally.
@ -21,7 +24,8 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"esbenp.prettier-vscode" "esbenp.prettier-vscode",
"mhutchie.git-graph"
] ]
} }
} }