1
0
mirror of synced 2024-11-24 05:40:10 +01:00
lindbergh-loader/.vscode/settings.json
2023-12-12 21:51:34 -05:00

17 lines
410 B
JSON

{
"files.associations": {
"string.h": "c",
"rideboard.h": "c",
"serial.h": "c",
"jvs.h": "c",
"time.h": "c",
"stdarg.h": "c",
"ioctl.h": "c",
"segaeax.h": "c",
"passthrough.h": "c"
},
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.default.compilerPath": "/usr/bin/gcc"
}