You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for your template. I use it in all my C++ projects now.
By default visual studio builds the "Debug" preset and I haven't been able to find a way to use the other presets. It seems you can change this in VS code but my vscode builds keep failing.
I have searched everywhere for how to do this. Maybe I'm missing something stupid.
There is a way to build using cmake like in the yaml file, but this seems to always reconfigure everything and doesn't use cached packages.
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered:
@trebla64 thanks for the suggestion, the configuration selection was definitively missing when using IDEs. Let me know if you have more suggestions, thanks!
Hi,
Firstly, thanks for your template. I use it in all my C++ projects now.
By default visual studio builds the "Debug" preset and I haven't been able to find a way to use the other presets. It seems you can change this in VS code but my vscode builds keep failing.
I have searched everywhere for how to do this. Maybe I'm missing something stupid.
There is a way to build using cmake like in the yaml file, but this seems to always reconfigure everything and doesn't use cached packages.
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: