junstyle

Results 36 comments of junstyle

@Hakihiro add settings.json to .vscode folder ``` { "php-cs-fixer.executablePath": "/path/of/your/php/file", } ```

@Hakihiro if you use phar, you can add settings.json to ``` { "php.validate.executablePath": "/path/of/your/php/file", } ``` it will use this php binary to execute php-cs-fixer phar

> I have multiple projects that require different versions of PHP. For the VS Code terminal, I added the following code in .zshrc file > > ```shell > PROJECT_BASHRC=$(pwd)/.project_bashrc >...

menu: help -> developer tool, you can get the args and error infos

you should make sure path existing in your os where installed vscode. wsl or window?

how to reproduce this issue?

can you paste your develop tools logs menu: about ->develop tools

I want to see the log generated by version newer then 0.1.143 or >0.1.143 there are no logs like these? `[Extension Host]% (6) ["c:\Users\Simon\.vscode-insiders\extensions\junstyle.php-cs-fixer-0.1.143\php-cs-fixer.phar", "fix", "--using-cache=no",`

not found this file: C:\Users\Simon\AppData\Local\Temp/ReportesController.php this extension generated a tmp file, write to tmp directory failed? can you find this file?

@jdeniau no need vender code files, use phar , if you config executablePath