wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
760 stars 45 forks source link

Running Quokka and Wallaby simultaneously coverage markers #1919

Open dandevs opened 6 years ago

dandevs commented 6 years ago

I'm running wallaby on my project but sometimes I might want to use quokka to do some tinkering before I write a test, but wallaby's code coverage markers take precedence over quokka. Is there a solution for this?

smcenlly commented 6 years ago

We have not designed Wallaby and Quokka to be used together at the same time. This previous post describes how/when to use each product.

If you're using Quokka, we recommend first stopping Wallaby. When you've finished with Quokka, you can start Wallaby again.

smcenlly commented 6 years ago

We have a similar issue with gutter icons overriding breakpoints for VS Code (https://github.com/Microsoft/vscode/issues/5923).

We'll investigate adding a feature so that Wallaby can suppress gutter icons in VS Code.