-
Issue Type: Bug
1. Open a project under VCS (git)
2. Make some changes
3. The modified files don't appear with the corresponding colors in the tree view until a new file is created.
VS Code ve…
-
Issue Type: Bug
I updated VSCode to the latest insider version, and suddenly all my extensions were enabled. Many of them were deliberately disabled before, and now I have to clean up the mess...…
-
# Expected behaviour
Plugin should find lcov file, regardless of name
# Actual behaviour
If lcov file does not have an extension (for example if its name is just `lcov`, insted of `lcov.info`), t…
iMarv updated
6 years ago
-
- VSCode Version: 1.21.0
- OS Version: Ubuntu 16.04 and MacOS High Sierra
I apologize in advance because I'm having trouble reproducing this bug. I haven't been able to identify a reliable patter…
-
When using a multi root workspace I get the picker to choose from 3 lcov files. After choosing one of them the cpu goes crazy and I have to force quit the process which in turns terminates the extensi…
-
- VSCode Version: Code 1.19.1 (0759f77bb8d86658bc935a10a64f6182c5a1eeba, 2017-12-19T09:35:14.671Z)
- OS Version: Darwin x64 17.3.0
- Extensions:
Extension|Author (truncated)|Version
---|---|---…
-
![image](https://user-images.githubusercontent.com/2505474/29119069-f03d3f28-7d04-11e7-8677-0742477749e9.png)
- VSCode Version: Code 1.14.2 (cb82febafda0c8c199b9201ad274e25d9a76874e, 2017-07-19T23:…
-
Hi,
when I have a ternary operation and tests that only execute one code path, I would like an indication that only certain lines/columns were executed. Instead I see that the whole line is green.
…
-
- VSCode Version: Code 1.14.2 (cb82febafda0c8c199b9201ad274e25d9a76874e, 2017-07-19T23:34:09.706Z)
- OS Version: Windows_NT ia32 6.3.9600
- Extensions:
Extension|Author (truncated)|Version
---|…
-
Hi @ryanluker
Do you think it would be easy to add cobertura support using https://www.npmjs.com/package/cobertura-parse which should be compatible with `lcov-parse`?
I would like to use it with…