Preparing for new location

This commit is contained in:
Peter Murray
2022-08-30 13:39:05 +00:00
committed by GitHub
parent b0ccd5d3fa
commit 411752e8de
28 changed files with 24074 additions and 1 deletions
+9
View File
@@ -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"
}