Run your code with the command TCC: Run or use the shortcut "F10"
Build an executable with TCC: Compile or use the shortcut "F11"
Configure build args for projects with the workspace settings TCC.flags and TCC.args
Currently, this extension supports Win32 and Linux (x86_64) configurations of vscode.
The Tiny C Compiler is included for Windows plattforms.
For Linux you have to install tcc from a package repository. e.g. Ubuntu: sudo apt install tcc
Release Notes
Version 1.0.3
Pressing "F11" (compile) now also uses TCC.args for compilation.
License
MIT ... this extension
GNU Lesser General Public License (LGPL) ... Tiny-C Compiler