Skip to content

Trick-17/vscode-clang-build

Repository files navigation

vscode-clang-build

This is a vscode extension to run clang-build. It removes the need to use the CLI and makes it even easier to run builds.

Features

  • choose the build type (release, debug etc.)
  • choose the target(s) to be built
  • trigger builds

Requirements

  • clang-build (make sure it is in your system PATH)