Visual Studio Code – Run C/C++ code in terminal instead of debug console in VSCode on MacOS?
I am trying to set up VSCode as a C/C++ development environment using gcc/g++ installed from homebrew on my MacBook. It all works fine. When I run a file, it finds gcc which I installed with homebrew. However, the output…