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
{{ message }}
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
Occasionally I edit files in vendor which then triggers the auto save fix which can be frustrating, as it's usually unintentional. You can temporarily disable the fix on save, but this is fiddly as you have to go into the config every time.
It would be great to be able to configure a whitelist/blacklist of paths to enable triggering fix on save:
Matches are done in order, first match takes priority. Paths are matched from the workspace root path, so for example when a workspace is opened for C:\Sites\my-project and following the above examples, it would match for:
C:\Sites\my-project\vendor\allow-fix-on-save
C:\Sites\my-project\vendor
...etc
Is this an idea you would be open to adding?
The text was updated successfully, but these errors were encountered:
Maybe a setting to set --path-mode to intersection? See https://cs.symfony.com/doc/usage.html - as far as I understand it that should take into account the config finder rather than over-riding it.
Occasionally I edit files in
vendor
which then triggers the auto save fix which can be frustrating, as it's usually unintentional. You can temporarily disable the fix on save, but this is fiddly as you have to go into the config every time.It would be great to be able to configure a whitelist/blacklist of paths to enable triggering fix on save:
Matches are done in order, first match takes priority. Paths are matched from the workspace root path, so for example when a workspace is opened for
C:\Sites\my-project
and following the above examples, it would match for:...etc
Is this an idea you would be open to adding?
The text was updated successfully, but these errors were encountered: