junstyle / vscode-php-cs-fixer

PHP CS Fixer extension for VS Code
https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer
MIT License
357 stars 45 forks source link

Since 0.3.14 PHP CS Fixer does not work properly in Windows 10 if the user name contains spaces #223

Open BartolomeSintes opened 1 month ago

BartolomeSintes commented 1 month ago

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:

imagen

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,