fixed path to php

This commit is contained in:
Alexander Gabriel 2026-06-28 14:33:47 +00:00
parent 15b790605c
commit 1d78dcc6ca

View File

@ -26,7 +26,7 @@
"bradlc.vscode-tailwindcss"
],
"settings": {
"php.validate.executablePath": "/usr/local/bin/php",
"php.validate.executablePath": "/usr/bin/php",
"intelephense.environment.phpVersion": "8.5",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",