Skip to content

Commit a2a6a36

Browse files
committed
Add devcontainer.json
1 parent 67ceb2c commit a2a6a36

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.devcontainer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2+
// https://github.com/microsoft/vscode-dev-containers/tree/main/containers/javascript-node
3+
{
4+
"name": "coajs",
5+
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node",
6+
"extensions": [
7+
"mutantdino.resourcemonitor",
8+
"dbaeumer.vscode-eslint",
9+
"esbenp.prettier-vscode",
10+
"eamodio.gitlens",
11+
],
12+
}

0 commit comments

Comments
 (0)