xavgru12

Results 39 comments of xavgru12

I have the same issue. I think clang-format itself has issues with .clang-format-ignore as well since it does not recognize simple patterns like src/**/* to ignore all its subdirectories. The...

I am having the same problem. cmake --fresh essentially does it for the cmake project, however it ignores fetchcontent. Is there any cmake command which does this functionality for fetchcontent?

@stertingen Deleting CMakeCache.txt inside _deps is enough.

@gcampbell-msft I have not tried that, but this suggests deleting the entire build dir. This seems to be overkill. I would need to have CMakeFiles and CMakeCache.txt deleted inside the...

@gcampbell-msft One use case is when I rename the root folder. This breaks something using -G Visual Studio (Windows). Using cmake --fresh (reconfigure) this would be fixed. However fetchcontent content...

@gcampbell-msft What I am saying is that cmake --fresh is doing the same as delete cache and reconfigure. However this still does not resolve the issue with fetchcontent using 3.31....

@gcampbell-msft Deleting the build directory has a huge impact if the build directory contains obj/binary files which is the case for many people. Can we make sure to push through...

@gcampbell-msft I have done tests with cmake --fresh and cmake does not require to build again. This is a difference to reconfigure. It would be good to investigate in the...

Hey, can you tell me how to install this branch of the plugin inside vscode?

This would be a major step forward for Embedded Swift/Linux. Would love to see this!