1
0
mirror of synced 2025-02-24 14:13:17 +01:00
lindbergh-loader/.vscode/settings.json
2024-12-23 14:41:01 +00:00

17 lines
420 B
JSON

{
"files.associations": {
"input.h": "c",
"stddef.h": "c",
"ioctl.h": "c",
"array": "c",
"__tuple": "c",
"evdevinput.h": "c",
"input-event-codes.h": "c",
"pthread.h": "c",
"xf86vmode.h": "c"
},
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.default.compilerPath": "/usr/bin/gcc"
}