Update devcontainer.json

This commit is contained in:
James Ives 2021-03-25 22:42:32 -04:00 committed by GitHub
parent 23b9a031b2
commit 176796a2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,8 @@
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "14"
"VARIANT": "12"
}
},
"settings": {