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
Tobias Berger 51c33581e2 AAA
2021-12-06 08:41:02 +01:00

22 lines
No EOL
286 B
Text

{
"folders": [
{
"path": ".."
}
],
"extensions": {
"recommendations": [
"ms-vscode.cpptools"
]
},
"settings": {
"files.associations": {
"*.lock": "yarnlock",
"*.m": "cpp",
"cstdlib": "cpp",
"raylib.h": "c",
"math.h": "c",
"raymath.h": "c"
}
}
}