Relative Content

Tag Archive for visual-studio-code

How do I configure vs for c?

I have been learning c language lately. To Run my programs I’ve been using an online compiler but i wanted to try out vs code. Hence I started by installing Vs code and all the extensions for c which include(c/c++, code runner, cmake, ctools, c/c++ extension pack). After this I installed MingGW from sourceforge which I have added to my path. So i am able to compile and run programs from cmd. But I am not able to do so from Vs code. I have attached a screen shot below. Please help me configure it, as I am unable to figure out the issue.