Add PHP formatter to extensions

This commit is contained in:
patrick 2025-01-30 03:42:52 +00:00
parent c3b0df9b94
commit 4b6e9abefe

View File

@ -10,13 +10,19 @@
// "features": {},
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [80, 3306]
"forwardPorts": [80, 3306],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"extensions": [
"lkrms.pretty-php"
]
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"