Chris Bain
Chris Bain
I submitted this as a pull request in the new project being maintained: https://github.com/pixilz/custom-window-title/pull/7
Thank you for the quick response! There is definitely a significant cost to a major API change like this, however I feel the justification would be the improvement of test...
> For everyone who wants to have this feature, could you please answer the following question to help us better understand the use case? > > * What's the coverage...
It is possible to get code coverage reports from tests run in VS Code, however it does require some manual configuration, manual steps, and additional extensions: 1. Create a [Java...
I'm excited to hear that there is a test coverage API (https://github.com/microsoft/vscode/issues/123713) in the works. Knowing this is on deck, I think manually generating the Jacoco report is fine for...
I put together [this script](https://gist.github.com/baincd/93c2f6814b30734db1ad476dcfe50d44) that runs continuously, creating the Jacoco reports (XML, HTML) when jacoco.exec changes. This can be used to do step 2 [above](https://github.com/microsoft/vscode-java-test/issues/387#issuecomment-1126769444) automatically.
One use case is creating a checklist that I don't want to see in the My Tasks view, such as a grocery list, or a list just for work todos....
Of course that would be an option, but then I would have to recreate that filter if I create a new tag I want hidden. I personally found this feature...
Although running `mvn install` first would work, I prefer not to do that because it's easy to forget to do. For example, if I previously had run `mvn install` but...
@Eskibear @Melody618 , > > It would be helpful if there was a way to filter (or search) dependencies.. > > VS Code actually provides filtering on every explorer. When...