You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Does not execute pint inside a docker php container with pint installed manually with php composer
To reproduce
Steps to reproduce the behavior:
1 - Create a docker php container
2 - With vscode installed on windows, install the laravel pint extension
3 - Configure the vscode settings with:
Describe the bug
Does not execute pint inside a docker php container with pint installed manually with php composer
To reproduce
Steps to reproduce the behavior:
1 - Create a docker php container
2 - With vscode installed on windows, install the laravel pint extension
3 - Configure the vscode settings with:
{ "laravel-pint.configPath": "D:\\Github\\Repository\\ProjetName\\pint.json", "laravel-pint.executablePath" : "D:\\Github\\Repository\\ProjetName\\server\\php\\php.bat'", //"laravel-pint.executablePath": "docker exec --user root php-arkama php '/app/ProjetName/vendor/bin/pint'" }
Expected behavior
Run the command as if it were run manually in the windows terminal
Screenshots
no applicable.
Environment:
{ "laravel-pint.configPath": "D:\\Github\\Repository\\ProjetName\\pint.json", "laravel-pint.executablePath" : "D:\\Github\\Repository\\ProjetName\\server\\php\\php.bat'", //"laravel-pint.executablePath": "docker exec --user root php-arkama php '/app/ProjetName/vendor/bin/pint'" }
Additional Context
error that occurs and does not generate more log details
["ERROR" - 02:52:31] Executable not readable or lacks permissions for Laravel Pint.
The text was updated successfully, but these errors were encountered: