Quickly compile and run your C applications with the Tiny C Compiler integrated with VSCode!
ext install vscode-tcc-compiler
- 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
andTCC.args
- Currently, this extension only supports Win32 configurations of vscode. The Tiny C Compiler can be downloaded for Linux and Mac configurations as well.
MIT - Extension GNU Lesser General Public License (LGPL) - Tiny C Compiler