This repository has been archived on 2021-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
raylib-test/.vscode/raylibTest.code-workspace

22 lines
286 B
Text
Raw Normal View History

{
"folders": [
{
"path": ".."
}
],
"extensions": {
"recommendations": [
"ms-vscode.cpptools"
]
2021-11-29 16:43:21 +01:00
},
"settings": {
"files.associations": {
"*.lock": "yarnlock",
"*.m": "cpp",
"cstdlib": "cpp",
"raylib.h": "c",
2021-11-30 16:41:03 +01:00
"math.h": "c",
"raymath.h": "c"
2021-11-29 16:43:21 +01:00
}
}
}