activationHooks prevent ide-typescript from activating when using language-babel package
Closed this issue · 2 comments
Sergeeeek commented
I'm using language-babel
for my syntax highlighting and ide-typescript
stopped working with it since 0.9.0.
I managed to fix that problem by manually removing activationHooks
which are hardcoded to use language-javascript
. They were added in #103
Aerijo commented
@Sergeeeek Ahh, sorry about that. I'll make them package-agnostic.