tcc-based vscode project for windows (#1191)

Signed-off-by: misterpah <misterpah@gmail.com>
This commit is contained in:
pah arif 2020-04-11 17:23:00 +08:00 committed by GitHub
parent cc816345bf
commit 17ee57c458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 168 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"raylib.h": "c",
"math.h": "c",
"blocks.h": "c",
"stdio.h": "c",
"*.m": "c"
}
}
}