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
As a developer, while developing extensions, I often need to scan Classes/, Configuration/ and Tests/ (and maybe Resources), but not the complete directory, as I need to not scan vendor/ (or .Build/vendor/in my case) as those contains 3rd-party classes I have no influence over. I would like to scan multiple directory at once in order to save time, e.g., like this:
As a developer, while developing extensions, I often need to scan
Classes/
,Configuration/
andTests/
(and maybeResources
), but not the complete directory, as I need to not scanvendor/
(or.Build/vendor/
in my case) as those contains 3rd-party classes I have no influence over. I would like to scan multiple directory at once in order to save time, e.g., like this:Currently, this command results in the following error message:
The text was updated successfully, but these errors were encountered: