You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have PHP directory on my PATH when I start code. I Add this setting to my user settings: "phpfmt.php_bin": "C:/Program Files/php/7_2-nts/php.exe", yet your plugin keeps complaing phpfmt: cannot find php bin.
Why is that? Does the plugin try to evaluate the path to php.exe somehow?
Best,
Bernhard
The text was updated successfully, but these errors were encountered:
No, it just means the path is calling php error.
path like Program Files with spaces may not work well.
You can try "phpfmt.php_bin": "'C:/Program Files/php/7_2-nts/php.exe'".
See last comment in #1.
Hi,
I don't have PHP directory on my
PATH
when I startcode
. I Add this setting to my user settings:"phpfmt.php_bin": "C:/Program Files/php/7_2-nts/php.exe"
, yet your plugin keeps complaingphpfmt: cannot find php bin
.Why is that? Does the plugin try to evaluate the path to
php.exe
somehow?Best,
Bernhard
The text was updated successfully, but these errors were encountered: