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 at the top of a C or C++ file to run build scripts. Adds buttons for compile, run, compile and run, and debug. 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 |