open-southeners / vscode-laravel-pint

🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting
https://marketplace.visualstudio.com/items?itemName=open-southeners.laravel-pint
MIT License
82 stars 17 forks source link

[Feature request] Whitelist/blacklist file extensions or set to only PHP #48

Open sneakylenny opened 11 months ago

sneakylenny commented 11 months ago

When not in a composer project with pint the status indicator blinks with an error when navigating through files:

pint-error

Error log after navigating files:

image

I wish I could disable the extension for certain file types or just non-php files altogether.

d8vjork commented 11 months ago

Good one! 👍 Open to PRs if urgent otherwise I'll leave it to after final v1 release

d8vjork commented 10 months ago

Now that I check this again, this could mostly be related to #43