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/settings.json

10 lines
147 B
JSON
Raw Normal View History

2021-11-18 13:25:50 +01:00
{
"C_Cpp.default.defines": [
"__DEBUG"
2021-11-24 14:36:30 +01:00
],
"files.associations": {
"*.lock": "yarnlock",
"monogram.h": "c",
"*.m": "cpp"
}
2021-11-18 13:25:50 +01:00
}