Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.2.0](v1.1.0...v1.2.0) (2022-02-09) ### Bug Fixes * update debounce implementation ([lifeart#250](https://github.com/suchitadoshi1987/ember-language-server/issues/250)) ([4675e19](4675e19)) ### Features * ability to ignore LS initialization on unneeded projects ([lifeart#242](https://github.com/suchitadoshi1987/ember-language-server/issues/242)) ([fc5acf4](fc5acf4)) * add has block params into builtin helper, extended in-repo-addons support ([lifeart#224](https://github.com/suchitadoshi1987/ember-language-server/issues/224)) ([acd71a0](acd71a0)) * add support for multinamespaced components ([lifeart#212](https://github.com/suchitadoshi1987/ember-language-server/issues/212)) ([6b03c83](6b03c83)) * ember-template-lint severity converter (support different severity kinds) ([be3e923](be3e923)) * Improve linting speed & ability to disable default linting ([lifeart#244](https://github.com/suchitadoshi1987/ember-language-server/issues/244)) ([472c0fe](472c0fe)) * improve template-completion caching ([lifeart#248](https://github.com/suchitadoshi1987/ember-language-server/issues/248)) ([afb2d8d](afb2d8d)) * Namespace components (batman syntax) ([2ea63d9](2ea63d9)) * Support `workspace/didChangeConfiguration` event ([lifeart#254](https://github.com/suchitadoshi1987/ember-language-server/issues/254)) ([05d97cb](05d97cb)) * Support jump to definition from parent to child app and tests ([lifeart#234](https://github.com/suchitadoshi1987/ember-language-server/issues/234)) ([24f33e5](24f33e5))
- Loading branch information