I am a beginner and i used a YouTube video as my guide to install mingw and gcc and gdb and created a hello.c file and as per the instructions I clicked on "configure default built task" and then closed and reopened vscode and then again i clicked on "Run Build task".
in the terminal it said
Starting build...
C:\msys64\mingw64\bin\gcc.exe -fdiagnostics-color=always -g -Wall C:\Users\chait\Desktop\cp\programs\HelloWorld\hello.c -o C:\Users\chait\Desktop\cp\programs\HelloWorld\hello.exe
'cmd' is not recognized as an internal or external command,
operable program or batch file.
Build finished with warning(s).
Terminal will be reused by tasks, press any key to close it.