1
0
mirror of synced 2024-11-28 06:50:50 +01:00
lindbergh-loader/.vscode/settings.json

17 lines
410 B
JSON
Raw Normal View History

2022-07-28 13:43:10 +02:00
{
"files.associations": {
"string.h": "c",
"rideboard.h": "c",
"serial.h": "c",
"jvs.h": "c",
"time.h": "c",
"stdarg.h": "c",
2022-11-22 11:43:53 +01:00
"ioctl.h": "c",
2023-11-13 23:45:51 +01:00
"segaeax.h": "c",
"passthrough.h": "c"
2023-12-04 08:08:38 +01:00
},
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.default.compilerPath": "/usr/bin/gcc"
2022-07-28 13:43:10 +02:00
}