Added VSCode project template

This commit is contained in:
Ray
2018-07-31 11:26:52 +02:00
parent b6f2fb613e
commit d999e5a016
9 changed files with 803 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"
}
}
}