forked from ember-tooling/ember-language-server
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use custom file watcher if it's not supported by client #251
Comments
related feature: #207 |
addon created - https://github.com/lifeart/els-addon-file-watcher |
found thad node_modules appears in project roots, looks like have to debug this logic, and likely we have to exclude els* addons from it |
closing this issue, because file-watcher addon created |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
example - https://github.com/paulmillr/chokidar
likely should be implemented as els-addon first
we should watch for all [js,ts,hbs,css] content of
Project.roots
except [tmp,dist,vendor,node_modules] folderThe text was updated successfully, but these errors were encountered: