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
include is the most important option option for the plugins and we have to support it properly. include can either be a simple string, an IncludeEntry or an array with a mixture of strings and entries. Ideally, we normalize the given user option into an internal option and take it from there.
include
is the most important option option for the plugins and we have to support it properly.include
can either be a simple string, anIncludeEntry
or an array with a mixture of strings and entries. Ideally, we normalize the given user option into an internal option and take it from there.Prework:
Options
type #66Sub-options to support that deal with file collection:
paths
andext
options ) (feat: Implementpaths
andext
options forinclude
#73)ignore
(feat(core): Addignore
option #79)ignoreFile
(feat(core): AddignoreFile
option #80)EDIT: moved
include
file modification options to separate issue (#81)ref #50
The text was updated successfully, but these errors were encountered: