https://github.com/trick-17/vscode-clang-build
vscode extension for clang-build https://github.com/Trick-17/clang-build
https://github.com/trick-17/vscode-clang-build
build-system clang vscode-extension
Last synced: 3 months ago
JSON representation
vscode extension for clang-build https://github.com/Trick-17/clang-build
- Host: GitHub
- URL: https://github.com/trick-17/vscode-clang-build
- Owner: Trick-17
- Created: 2019-10-06T17:43:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:48:53.000Z (over 2 years ago)
- Last Synced: 2025-01-13T03:44:48.748Z (4 months ago)
- Topics: build-system, clang, vscode-extension
- Language: TypeScript
- Size: 111 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)