bmxviewer/.vscode/settings.json

16 lines
292 B
JSON
Raw Normal View History

2023-11-17 12:33:33 -08:00
{
"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"
}