shoot2/.vscode/settings.json
2025-10-10 22:21:33 +08:00

10 lines
201 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"pid.h": "c",
"main.h": "c",
"motor_rm.h": "c",
"filter.h": "c",
"user_math.h": "c"
}
}