ember-tooling / ember-language-server

Language Server Protocol implementation for Ember.js projects
MIT License
98 stars 39 forks source link

chore: fix many roots lookup case #371

Closed lifeart closed 3 years ago

lifeart commented 3 years ago

This mr fixes behavour there in project roots we have els addons and addons, located inside node_modules, we should not rely on it, because there is no use-case where we edit node_modules internals, and els addons should not side on behavour, related to project.roots

fixes https://github.com/lifeart/ember-language-server/issues/264