tcc-based vscode project for windows (#1191)
Signed-off-by: misterpah <misterpah@gmail.com>
This commit is contained in:
parent
cc816345bf
commit
17ee57c458
5 changed files with 168 additions and 0 deletions
16
projects/VSCode_tcc_win/main.code-workspace
Normal file
16
projects/VSCode_tcc_win/main.code-workspace
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"raylib.h": "c",
|
||||
"math.h": "c",
|
||||
"blocks.h": "c",
|
||||
"stdio.h": "c",
|
||||
"*.m": "c"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue