chore: add git and testing tools out of the box in devcontainers

This commit is contained in:
Davide Cafaro 2025-05-10 23:57:55 +00:00 committed by Johannes Millan
parent 9008bfd04a
commit 046b21a2ee
2 changed files with 12 additions and 0 deletions

View file

@ -9,5 +9,12 @@
"label": "Angular Dev Server",
"onAutoForward": "openBrowser"
}
},
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/kreemer/features/chrometesting:1": {}
},
"containerEnv": {
"CHROME_BIN": "/opt/chrome/chrome"
}
}

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"lucono.karma-test-explorer"
]
}