smhxx
smhxx
[atom/github](https://github.com/atom/github) "gets around it" by never attempting to activate itself in its tests, the only package it activates is `language-git`. (I'm guessing that makes a difference... somehow?) I haven't been...
For the record, @ayapi's workaround works great. Perhaps a potential solution is simply to have `atom-mocha-test-runner` do this automatically?
Ah, good point. It would hang on the installation, not the linting step, so these changes wouldn't introduce any issues that wouldn't be happening already.
Good feedback, I'll try to cut out a slice of time tonight to make these changes. 👍
In theory, it should be possible. To be entirely honest, I've never actually liked this package for that exact reason. It certainly has its uses, but forcing the user to...
Reading the discussion in the other thread, I now see what the issue is. I'm not sure how this would be fixed from within atom-ts-transpiler, although there is probably a...
Actually, that first option is what [markdown-preview-plus does](https://github.com/atom-community/markdown-preview-plus/blob/master/loader.js). Might be worth considering.
I don't think that there's much that can be done to ease this sort of usage on our end, at least from a code standpoint, but I'm going to leave...