Tobias Bieniek
Tobias Bieniek
@jbryson3 there are some changes necessary in this repository before we can release it. mainly we need to update the current `ember-cli-mocha` blueprint to adjust to the new APIs while...
@jbryson3 i think that is exactly what is needed, but we will need to test if the new test-helper implementation is still compatible with the old APIs. it might also...
@blimmer as far as I'm aware all that is needed is https://github.com/ember-cli/ember-cli-mocha/issues/259#issuecomment-401281027 updating Mocha to a newer version and other refactorings are unrelated to that and not blocking the release...
2016.2.4-0 is a very old version, that does not support IntelliJ 2021.1. Support for this IntelliJ version is still work-in-progress here.
I think with the whole new module system I might have to rethink a lot of the current concepts anyway. I'd be happy to review any PRs in that direction...
I've actually found out by now that all the files in the `app` folder are added to the container as e.g. `router:main` and `app:main`, so we should probably modify our...
sorry, I can't answer this question without more information. did it work when you ran the same thing on the command line?
it's still needed
> The intellij plugin docs are pretty lacking :( oh yes... đ
@makepanic I'm not sure why we need a custom grammer for this. I've tried to implement it using a regular ReferenceContributor, but for some reason the references were not clickable...