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
5 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true
}
}