Update devcontainer.json (#55)

This commit is contained in:
Brigit Murtaugh
2022-05-17 12:41:33 -07:00
committed by GitHub
parent 198b283ede
commit 66661d7bf4

View File

@@ -10,13 +10,19 @@
"args": { "VARIANT": "16-bullseye" } "args": { "VARIANT": "16-bullseye" }
}, },
// Set *default* container specific settings.json values on container create. // Configure tool-specific properties.
"settings": {}, "customizations": {
// Configure properties specific to VS Code.
// Add the IDs of extensions you want installed when the container is created. "vscode": {
"extensions": [ // Set *default* container specific settings.json values on container create.
"dbaeumer.vscode-eslint" "settings": {},
],
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [3000], // "forwardPorts": [3000],