-
When changing the source code of a file, it would be nice if coverage for that particular file could be reset until it has been built and run again. Or perhaps marked with yellow to indicate that it i…
-
Hi,
I created a devcontainer using
```
{
"dockerComposeFile": "docker-compose.yml",
"service": "krypton-c-env",
"workspaceFolder": "/work/libaos",
"shutdownAction": "stopCo…
-
I tried to uninstall / Reinstall `Code Insider` because of a recurring Error/Crash at "startup/reloaded" (Update / Reboot / proper exit), disabling extensions and remove all custom settings did not fi…
-
Type: Bug
VSCode supports settings, which apply to all profiles. It also has language-specific settings.
Unfortunately, both don't work well together. Consider the following user settings :
`…
-
**Is your feature request related to a problem? Please describe.**
Currently the extension shows coverage as an overlay at the top of the file which is useful, however this means to see the coverag…
-
Hello all. First off, thanks for the extension, has been very useful to me for some time now. This is not an issue per se, just wanted to start a discussion to gauge interest in merging some of the ch…
-
When I use this plug-in, I see the red/blue colors of code coverage. Is it possible to display the "number of times" each line is invoked/executed as part of code coverage ?
Example in html format…
-
would be nice if the netbeans integration would also be implemented, as netbeans provides some features that are only available in paid licenses in e.g. pycharm like "real" coverage (where it shows wh…
-
The source control functionality currently renders nice coloured markers down the gutter. It'd be nice if this functionality was available to extensions that aren't source control (for example code co…
-
Can we combine mocha execution with coverage update?