Skip to content

Commit 3391da4

Browse files
authored
Create .devcontainer.json
1 parent 4796467 commit 3391da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
"postCreateCommand": "yarn",
7+
"extensions": ["mutantdino.resourcemonitor", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "eamodio.gitlens"]
8+
}

0 commit comments

Comments
 (0)