Garrett Campbell
Garrett Campbell
@billgan1024 Has the problem been solved for you? Is that why you say to close the issue?
@florenso What items are you saying are duplicate? We have two separate buttons, ones that debug, and ones that simply launch.
@0xemgy Just a heads up, we definitely want to review this and _likely_ take this in, but it will not be in the current release, so it may take a...
@khteh Also, we have settings that allow you to enable parallel execution for tests, which should significantly increase the speed of tests running. Besides that possibility, it would require more...
We have a couple of settings that might help you have tests run in parallel: `cmake.ctest.allowParallelJobs`, `cmake.ctest.parallelJobs`, also there is this option for the test explorer integration: `cmake.ctest.testExplorerIntegrationEnabled`. For the...
It's kind of hard to read, but this link seems to help someone who has a similar warning about the DartConfiguration.tcl file: https://cmake.org/pipermail/cmake/2015-January/059742.html
@khteh What version of the extension are you using? Could you try the most recent pre-release? I recognize the Regular expression bug and believe we put a fix into the...
@khteh Could you show me screenshots of the official release channel versus the pre-release? Looking at the changelog of the most recent pre-release, nothing should be changed that doesn't allow...
@khteh Got it, to recap. I think we've fixed the DartConfiguration issue? But in addition there are two items: 1. Having to retoggle the testExplorerIntegrationEnabled, possibly a bug. I also...
The only way to know what tests are present are if we configure your CMake project. There could be some improvement where we keep state from the last instance or...