linuxOS_AP05/kernel/.vscode/settings.json
2025-06-02 13:59:07 +08:00

20 lines
454 B
JSON

{
"files.associations": {
"sitronix_ts.h": "c",
"sitronix_ts_custom_func.h": "c",
"delay.h": "c",
"string.h": "c",
"uaccess.h": "c",
"gt9xx.h": "c",
"system_error": "c",
"tuple": "c",
"array": "c",
"functional": "c",
"type_traits": "c",
"utility": "c",
"*.tcc": "c",
"optional": "c",
"istream": "c",
"ostream": "c"
}
}