NESpire/.vscode/settings.json

8 lines
150 B
JSON
Raw Normal View History

2024-05-20 21:39:33 +01:00
{
2024-05-20 23:42:37 +01:00
"makefile.makefilePath": "",
"files.associations": {
"platform-nspire.h": "c",
"*.inc": "c",
"stdint.h": "c"
2024-05-20 23:42:37 +01:00
}
2024-05-20 21:39:33 +01:00
}