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

Temp dir should be configurable #187

Closed JoelFeiner closed 2 years ago

JoelFeiner commented 2 years ago

In a shared server environment, whichever user runs php-cs-fixer first will create and own /tmp/php-cs-fixer. Other users will be locked out. It should be possible to set this temp directory in the configuration so that a user-specific override location can be used, or the tempdir should be randomly generated.

junstyle commented 2 years ago

a new setting tmpDir added, enjoy

JoelFeiner commented 2 years ago

Thank you! Much appreciated.