yujinakayama / atom-auto-update-packages

Keep your Atom packages up to date.
https://atom.io/packages/auto-update-packages
MIT License
33 stars 11 forks source link

:racehorse: Scope observed config by namespace #37

Closed ypresto closed 8 years ago

ypresto commented 8 years ago

This hits performance when many default configs loaded, e.g. when package with a lot of config keys is activated.

atom-beautify has configs per supported language and causes onDidChange to be called so many times. https://github.com/Glavin001/atom-beautify/issues/679

yujinakayama commented 8 years ago

Thanks!

ypresto commented 8 years ago

:tada: :tada: