mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-15 10:55:37 +00:00
Added VSCode project template
This commit is contained in:
16
projects/VSCode/main.code-workspace
Normal file
16
projects/VSCode/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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user