David Spigarelli
David Spigarelli
Follow up: is the fix just wrapping the `this.owner.factoryFor(...)` in an `async/await/run`, like this? ``` // tests/unit/component/bogus-component/component-test.js import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit';...
I found that not setting `ember-cli-content-security-policy`'s `contentSecurityPolicyMeta` to `true` and ensuring `"'unsafe-inline'"` was in the list of options for `contentSecurityPolicy['script-src']` when running `COVERAGE=true ember test` fixed it for me.
> @kasecato is there any way to disable that feature after updating to v1.5.11? I want to keep the cursor on the same line after applying a one-line-comment I also...
Thanks for the suggestion, @ivan-nosar. However, it didn't seem to work for me when I added it to `~/Library/Application Support/Code/User/keybindings.json`. For now I've downgraded to 1.5.10 and will probably stay...
@close2 It seems like the functionality as implemented in this PR doesn't behave exactly like intellij. If this change behaved like intellij for commenting both an empty line (i.e. stay...