configure-c-compiling READMEThis 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. FeaturesGenerates a the 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. RequirementsYou need MinGW or other fork in Windows and the C/C++ extension for VSCode. Extension SettingsThis extension contributes the following settings:
Release Notes0.2.0Generation of the c_cpp_properties.json with MinGW include paths. 0.1.1Correction of task command in Linux 0.1.0Initial Release |