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
2021-11-24 14:36:30 +01:00

10 lines
No EOL
147 B
JSON

{
"C_Cpp.default.defines": [
"__DEBUG"
],
"files.associations": {
"*.lock": "yarnlock",
"monogram.h": "c",
"*.m": "cpp"
}
}