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

17 lines
420 B
JSON
Raw Normal View History

2022-07-28 12:43:10 +01:00
{
"files.associations": {
2024-12-23 14:41:01 +00:00
"input.h": "c",
"stddef.h": "c",
2022-11-22 10:43:53 +00:00
"ioctl.h": "c",
2024-12-23 14:41:01 +00:00
"array": "c",
"__tuple": "c",
"evdevinput.h": "c",
"input-event-codes.h": "c",
"pthread.h": "c",
"xf86vmode.h": "c"
2023-12-04 02:08:38 -05:00
},
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
"C_Cpp.default.compilerPath": "/usr/bin/gcc"
2022-07-28 12:43:10 +01:00
}