junstyle / vscode-php-cs-fixer

PHP CS Fixer extension for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-cs-fixer.exclude not working with format on save

jassMarok opened this issue · comments

I am trying to exclude a folder from the fixer but format on save still performs the action on these files, my exclude looks like this
"php-cs-fixer.pathMode": "override", "php-cs-fixer.exclude": [ "app/Http/folderToExclude/**/*.php", ]

"**/app/Http/folderToExclude/**/*.php"

Took me 30 mins of my live to find this. Cool project!