Update to latest definition for node

This commit is contained in:
Chuck Lantz
2019-06-20 23:30:08 +00:00
parent 76a07b48f7
commit 5049f5084e
2 changed files with 26 additions and 22 deletions

View File

@@ -5,5 +5,8 @@
"extensions": [
"dbaeumer.vscode-eslint"
],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"postCreateCommand": "yarn install"
}