Preparing for new location
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"image": "ghcr.io/octodemo/container-nodejs-development:base-20220830",
|
||||
"extensions": [
|
||||
"Orta.vscode-jest",
|
||||
],
|
||||
// Install JDK and Maven for testing purposes
|
||||
"postCreateCommand": ".devcontainer/install_maven.sh",
|
||||
"postStartCommand": "npm install"
|
||||
}
|
||||
Reference in New Issue
Block a user