Files
reboot_temperature/.vscode/settings.json

12 lines
264 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"reboot_temperature.h": "c",
"stdio.h": "c",
"resource.h": "c",
"ctype.h": "c",
"unistd.h": "c",
"syscall.h": "c",
"reboot.h": "c"
}
}