We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea775a commit 27a72a4Copy full SHA for 27a72a4
.devcontainer/devcontainer.json
@@ -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