Update port info in readme, devcontainer.json

This commit is contained in:
bamurtaugh
2021-03-10 00:34:17 +00:00
parent 34e28c194a
commit dd57cb39ad
2 changed files with 17 additions and 11 deletions

View File

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