Skip to content
lihram edited this page Nov 7, 2017 · 2 revisions

Welcome to the vscode-tcc-compiler wiki!

If you would like to know how to install/use the extension, please refer to the readme! This wiki is directed towards those who are interested in contributing to this little project.

Setting up for testing

If you would like to propose some changes, we recommend forking this repo and creating a pull request when you are satisfied with your changes. The following guide is based on the repository we have, but can be adjusted to whichever fork you create.

Open up your projects folder, and use the following command (change the git link to whichever fork you have):

git clone https://github.com/LiHRaM/vscode-tcc-compiler.git
cd vscode-tcc-compiler
npm install
code .

Press F5 to test the extension, and you're ready!

All code is in the extension.ts, functions.ts and package.json files.

Clone this wiki locally