mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
tcc-based vscode project for windows (#1191)
Signed-off-by: misterpah <misterpah@gmail.com>
This commit is contained in:
10
projects/VSCode_tcc_win/.vscode/settings.json
vendored
Normal file
10
projects/VSCode_tcc_win/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/*.o": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user