c-cpp-codelens READMEA rough and ready extension to add codelens buttons for C/C++ files which call a build task in the .vscode folder FeaturesAdds codelens buttons to C or C++ files to run build scripts. Adds buttons for compile, run, compile and run, and debug. If there is an int main function in the file the codelens appears above this. If there is no main function the codelens appears at the top of the file. RequirementsRequires build tasks to be defined in tasks.json in a .vscode folder. At the moment the names of the tasks are hard coded:
I'll try and make these settings at some point. Extension SettingsNone Known IssuesNone Release NotesNone at the moment Internal Notes
|