mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
chore: add git and testing tools out of the box in devcontainers
This commit is contained in:
parent
9008bfd04a
commit
046b21a2ee
2 changed files with 12 additions and 0 deletions
|
|
@ -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
5
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"lucono.karma-test-explorer"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue