Skip to content

Commit c6a75f0

Browse files
authored
Dev container init (#91)
1 parent 83b63a8 commit c6a75f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "testparser project",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": ["hbenl.vscode-mocha-test-adapter"]
7+
}
8+
},
9+
"postCreateCommand": "npm install"
10+
}

0 commit comments

Comments
 (0)