bmxviewer/.vscode/settings.json
2023-11-17 12:34:15 -08:00

16 lines
No EOL
292 B
JSON

{
"files.associations": {
"cx16.h": "c",
"stdbool.h": "c",
"stdint.h": "c",
"conio.h": "c",
"stdio.h": "c",
"string.h": "c",
"mouse.h": "c",
"stdlib.h": "c",
"cbm.h": "c",
"vera.h": "c"
},
"C_Cpp.default.compilerPath": "",
"C_Cpp.intelliSenseEngine": "default"
}