This extension was created to automate the creation of the launch.json, tasks.json files and a simple makefile for c projects. It Also generates the c_cpp_properties.json that includes the mingw include paths in windows.
Generates a launch.json that enables VSCode to launch a C application and generates a task in tasks.json that compiles the source code.
This extension has only one command: Generate Configurations and it overwrites the 4 files.
You need MinGW or other fork in Windows and the C/C++ extension for VSCode.
This extension contributes the following settings:
configure-c-compiling.mingwPath
: Sets the full path to MinGW folder in Windows
Generation of the c_cpp_properties.json with MinGW include paths.
Correction of task command in Linux
Initial Release