fix: add php-cs-fixer executable path to VSCode settings for improved code formatting

This commit is contained in:
Zack Spear
2025-04-03 16:42:54 -07:00
parent f1692d3e3f
commit 16732d6a75

View File

@@ -82,5 +82,6 @@
],
"search.exclude": {
"emhttp/webGui/**/*": true,
}
},
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar"
}