Build outputs and presets in VS Code
Hi,
I’m trying to understand how the build setup works in VS Code.
Could you advise where and how to configure VS Code so that .bin and .hex files are always generated when building both Debug and Release configurations?
Is this controlled via CMake, or through one of the .json configuration files?
Whichever approach is correct, could you also share the specific scripts or commands that need to be used?
Thank you :)
