vscode-phpsab
vscode-phpsab copied to clipboard
Fails if Path contains Spaces on Mac
Hey,
somehow recently i get the following error when trying to format a file in a path containing a Space:
SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid JSON
["ERROR" - 10:25:58] ERROR: The file "Sites/xxx/app/public/... does not exist.
The file i am trying to format is in "/Local Sites/xxx/app/public/..." so i am rather sure that it is a problem passing the space to the formatter.
This used to work before.
Cheers, Dennis