Skip to content

Commit fcd7eab

Browse files
authored
Merge pull request #49 from advanced-security/missing-dependencies-with-output-directory
Missing dependencies with output directory
2 parents da1586f + 2c7d8d5 commit fcd7eab

File tree

8 files changed

+28971
-5468
lines changed

8 files changed

+28971
-5468
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"image": "ghcr.io/octodemo/container-nodejs-development:base-20220830",
3-
"extensions": [
4-
"Orta.vscode-jest",
5-
],
2+
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
3+
"customizations": {
4+
"vscode": {
5+
"extensions": [
6+
"Orta.vscode-jest",
7+
"GitHub.copilot"
8+
]
9+
}
10+
},
11+
612
// Install JDK and Maven for testing purposes
713
"postCreateCommand": ".devcontainer/install_maven.sh",
814
"postStartCommand": "npm install"

0 commit comments

Comments
 (0)