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/workspace.code-workspace

21 lines
265 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",
"math.h": "c"
}
}
}