I program in C in Visual Studio code, but I cannot compile it, because VSC offers only three built-in compilers - Node.js, C # Mono and Extension. After a little digging, I came across the Visual Studio Marketplace . This seemed correct, but there were only four unusual languages.
I can only assume that C debugging support is built-in, I just can't find it, or I'm wrong about that. I tried to create a new launch.json file (a manifest that appears to contain compilation / debugging options for each file) and manually enter the GCC binaries that I have, but that did not finish the job. I am currently stuck manually by compiling the C source file that I am working on the command line.
It would really help if someone could point me in the right direction what to do.
tl; dr - help from any C debugging in Visual Studio code
Windows 8 if it matters
Hooray!
c gcc visual-studio visual-studio-code
Thomas woods
source share