We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto format on save is not working when there are spaces (ex. 'Coders Lab') in directory or folder name.
❌ The following does not work:
["DEBUG" - 9:07:05 PM] No config matches for workspace "c:\\Users\\sadda\\Desktop\\Projects\\Coders Lab\\php\\bm-autogas-backend" ["DEBUG" - 9:07:05 PM] Formatting file(s) using Pint { "command": "php vendor/bin/pint c:\\Users\\sadda\\Desktop\\Projects\\Coders Lab\\php\\bm-autogas-backend\\app\\Http\\Controllers\\Admin\\Station\\StationController.php" } ["INFO" - 9:07:05 PM] Formatting completed in 433ms.
When there aren't any spaces it is working fine.
✅ The following works:
["DEBUG" - 8:59:35 PM] No config matches for workspace "c:\\Users\\sadda\\Herd\\permission" ["DEBUG" - 8:59:35 PM] Formatting file(s) using Pint { "command": "php vendor/bin/pint c:\\Users\\sadda\\Herd\\permission\\app\\Http\\Controllers\\LoginController.php" } ["INFO" - 8:59:35 PM] Formatting completed in 340ms.
Environment:
The text was updated successfully, but these errors were encountered:
Nice discovery! I'll try to solve this one asap
Sorry, something went wrong.
d8vjork
No branches or pull requests
Auto format on save is not working when there are spaces (ex. 'Coders Lab') in directory or folder name.
❌ The following does not work:
When there aren't any spaces it is working fine.
✅ The following works:
Environment:
The text was updated successfully, but these errors were encountered: