Add "remote.portsAttributes"

This commit is contained in:
Brigit Murtaugh
2021-03-09 11:55:16 -08:00
committed by GitHub
parent 529b8803c9
commit 8f273bd109

View File

@@ -10,7 +10,13 @@
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": { "settings": {
"terminal.integrated.shell.linux": "/bin/bash" "terminal.integrated.shell.linux": "/bin/bash",
"remote.portsAttributes": {
"3000": {
"label": "My Port",
"onAutoForward": "notify"
}
}
}, },
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.