raylib/projects/VSCode/main.code-workspace

16 lines
183 B
Plaintext
Raw Normal View History

2018-07-31 12:26:52 +03:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"raylib.h": "c",
"math.h": "c",
"blocks.h": "c",
"stdio.h": "c",
"*.m": "c"
}
}
}