Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple patterns in file_watcher client configuration #1859

Merged
merged 2 commits into from
Sep 26, 2021

Conversation

rchl
Copy link
Member

@rchl rchl commented Sep 23, 2021

I've realized that supporting only one pattern doesn't allow to handle the use-case of eslint which needs three patterns that are not possible to handle with a single pattern and braces:

  • **/.eslintr{c.js,c.yaml,c.yml,c,c.json}
  • **/.eslintignore
  • **/package.json

@rwols rwols merged commit 62bb32a into main Sep 26, 2021
@rwols rwols deleted the fix/multiple-pattern-watcher branch September 26, 2021 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants