Files
node/.devcontainer/devcontainer.json

9 lines
181 B
JSON
Raw Normal View History

2019-04-16 19:41:33 -07:00
{
"name": "Node.js Sample",
"dockerFile": "Dockerfile",
"appPort": 3000,
"extensions": [
"ms-vscode.vscode-typescript-tslint-plugin"
2019-04-25 10:24:38 -07:00
],
"postCreateCommand": "yarn install"
2019-04-16 19:41:33 -07:00
}