Visual Studio Code – How to permanently configure VSCode to use cl.exe without launching it from the Developer Command Prompt?
So compiling C on VS Code on Windows is an absolute nightmare. The only way I am able to "force" VSCode to compile and debug my C/C++ programs is by either: Starting VSCode through the Developer Command Prompt for VS…