Skip to content

Commit 27a72a4

Browse files
authored
chore: setup devcontainer
1 parent 2ea775a commit 27a72a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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/v0.162.0/containers/javascript-node
3+
{
4+
"name": "Node.js",
5+
"extensions": [
6+
"howardzuo.vscode-npm-dependency",
7+
"streetsidesoftware.code-spell-checker",
8+
"VisualStudioExptTeam.vscodeintellicode",
9+
"wayou.vscode-todo-highlight",
10+
],
11+
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
12+
"postCreateCommand": "npm i",
13+
"remoteUser": "node" // empty for root
14+
}

0 commit comments

Comments
 (0)