vscode-phpsab icon indicating copy to clipboard operation
vscode-phpsab copied to clipboard

Fix php not found

Open yCodeTech opened this issue 10 months ago • 1 comments

Fixes #57 and #156 by using the open PR's #142 and #155.

Adds new phpExecutablePath setting to specify the path to PHP executable, which injects the php path into Node's process environment path before running the sniffer and fixer, and adds an error message to show to the user if the fixer returns with an stderr as "php is not recognized".

yCodeTech avatar Jan 23 '25 10:01 yCodeTech