2022-08-12 12:15:51 +00:00
|
|
|
{
|
2023-10-19 11:24:33 +00:00
|
|
|
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
|
|
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"Orta.vscode-jest",
|
|
|
|
|
"GitHub.copilot"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
2022-08-12 12:15:51 +00:00
|
|
|
// Install JDK and Maven for testing purposes
|
|
|
|
|
"postCreateCommand": ".devcontainer/install_maven.sh",
|
|
|
|
|
"postStartCommand": "npm install"
|
|
|
|
|
}
|