Bob Brown

Results 271 comments of Bob Brown

> @bobbrow I 'm not quite understand the failing CI result, is there any thing I need to do? Something changed in CI to make that test flaky. We'll rerun...

It would appear to have something to do with the Conan rules. We'll need to try this out. `clang-cl` works for me in a non-Conan project.

Sorry, no update yet. When this task is assigned a Milestone with a product version number, you will know that we are working on it.

You should be able to work around this by using the `"cmake.buildTask": true` setting to enable building in the terminal if you configure a default build task in `.vscode/tasks.json`. Something...

> * Breaks the ability to do a clean > * Breaks GCC warnings/errors being added to the "problems" tab > * Breaks hyperlinking of filenames mentioned in the GCC...

A potential workaround for this is using `"cmake.buildTask": true` setting which will run the default build task for you in the terminal instead of having output go to the Output...

@sketch34 can you open a new issue with some details about what you tried and we can troubleshoot it in that thread?

This extension currently has no integration with the python extension so it doesn't know about your python virtual environment. @esweet431 is this a scenario you are familiar with, or that...

Related discussion: https://github.com/microsoft/vscode-cmake-tools/issues/1652

Thanks for the feature idea. The closest thing I can think of, which may not be what you want here, is setting the "hidden" property of the presets. I'd be...