15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"Orta.vscode-jest",
|
|
"GitHub.copilot"
|
|
]
|
|
}
|
|
},
|
|
|
|
// Install JDK and Maven for testing purposes
|
|
"postCreateCommand": "sudo .devcontainer/install_maven.sh",
|
|
"postStartCommand": "npm install"
|
|
} |