Update devcontainer.json

This commit is contained in:
Matt Kilgore
2025-01-18 15:03:32 -05:00
committed by GitHub
parent e79300c646
commit 918618b720

View File

@@ -4,12 +4,6 @@
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 18, 16, 14.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"args": {
"VARIANT": "18-bullseye"
}
},
// Configure tool-specific properties.