-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make initial config file generation easier. #15
Comments
can plugins interact w/ the file system? Would be cool if there was a tab in ember inspector that allowed you to diff your current |
Definitely agree. We could add to emberjs/ember-inspector#430. |
@rwjblue simple way to make this better on one dimension easily, is print out instructions in the console post test run for |
@jakehow - I'm game. |
another thing to make it easier would be if already registered deprecations would not be listed or get added to the list. use case beeing not having a test suite which collects all deprecations at once and instead scraping them from several pages. it would help when regexps were added manually which catch several deprecations e.g. |
Copy and paste from the console kinda sucks. We can do better.
How?
The text was updated successfully, but these errors were encountered: