Add customizations (#19)

This commit is contained in:
Brigit Murtaugh
2022-05-17 12:42:03 -07:00
committed by GitHub
parent 994b28a803
commit ddb82035e0

View File

@@ -13,6 +13,10 @@
}
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"php.validate.executablePath": "/usr/local/bin/php"
@@ -23,7 +27,9 @@
"felixfbecker.php-debug",
"bmewburn.vscode-intelephense-client",
"mrmlnc.vscode-apache"
],
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [8080],