extraPlugins configuration option should allow whitespaces between values #1712
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Milestone
Feature Request
After pulling my hair out trying to debug why I could only add one external plugin at a time, I realized that the config option
extraPlugins
doesn't accept whitespace between values.Not a huge deal, but no other config options seem to have that requirement, and there is no documentation around this required format.
I feel like this is confusing, as
removePlugins
is fine with whitespace, butextraPlugins
isnt:Accepting whitespace would be the better solution, but a note in the docs would be the quicker one, I'm assuming.
Happy to open a PR to trim the whitespace.
The text was updated successfully, but these errors were encountered: