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

problem with path with space on windows. #171

Closed bokunodev closed 2 years ago

bokunodev commented 2 years ago

it can't format if my working directory has space in it.

junstyle commented 2 years ago

do you mean folder name and file name? but i tested it's ok. so close.

bokunodev commented 2 years ago

hi, not folder/project path. but program path. i installed php using scoop. so the php binary is placed under user home dir, instead of C:\php...... which may contain space. i put the phar file next to the php. its happen on my office pc (windows)

bokunodev commented 2 years ago

i'm currently doing remote work, i can provide more information once i get back to the office.