Skip to content

LiHRaM/vscode-tcc-compiler

Repository files navigation

TCC Compiler

Build Status

Quickly compile and run your C applications with the Tiny C Compiler integrated with VSCode!

Install

ext install vscode-tcc-compiler

Features

  • Completely independent.
  • Instantly run the program by using palette command TCC: Run
  • Compile to executable file with palette command TCC: Compile
  • Configure build args for projects with the workspace settings TCC.flags and TCC.args
  • Currently, this extension only supports Win32 configurations of vscode. The Tiny C Compiler can be downloaded for Linux and Mac configurations as well.

License

MIT - Extension GNU Lesser General Public License (LGPL) - Tiny C Compiler