Skip to content

Commit

Permalink
chore: setup devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinoaldo authored Apr 30, 2021
1 parent 2ea775a commit 27a72a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.162.0/containers/javascript-node
{
"name": "Node.js",
"extensions": [
"howardzuo.vscode-npm-dependency",
"streetsidesoftware.code-spell-checker",
"VisualStudioExptTeam.vscodeintellicode",
"wayou.vscode-todo-highlight",
],
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
"postCreateCommand": "npm i",
"remoteUser": "node" // empty for root
}

0 comments on commit 27a72a4

Please sign in to comment.