In Windows 10 if the name of the user contains one or more spaces, PHP CS Fixer does not work.
When I try to format a PHP file, VSCode 1.93.1 shows the following message:
In this screenshot, the name of the User is "Barto IAW" (with a space between the two words). The file path is truncated precisely in the space character.
If the name of the user does not contain spaces, PHP CS Fixer works OK and the file is formatted as expected.
I have tried previous versions of this extension. If I install version 0.3.13, PHP CS Fixer works OK as expected but if I install version 0.3.14 or later, PHP CS Fixer does not work.
I hope this information is enough for solving this bug. If you need more information or testing, I would be glad to provide it.
In Windows 10 if the name of the user contains one or more spaces, PHP CS Fixer does not work.
When I try to format a PHP file, VSCode 1.93.1 shows the following message:
In this screenshot, the name of the User is "Barto IAW" (with a space between the two words). The file path is truncated precisely in the space character.
If the name of the user does not contain spaces, PHP CS Fixer works OK and the file is formatted as expected.
I have tried previous versions of this extension. If I install version 0.3.13, PHP CS Fixer works OK as expected but if I install version 0.3.14 or later, PHP CS Fixer does not work.
I hope this information is enough for solving this bug. If you need more information or testing, I would be glad to provide it.
Thanks for your work,