atom/ide-typescript

activationHooks prevent ide-typescript from activating when using language-babel package

Closed this issue · 2 comments

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

@Sergeeeek Ahh, sorry about that. I'll make them package-agnostic.

@Aerijo Didn't expect you to fix it so fast 😃 Awesome, thanks!