linuxOS_AP05/kernel/.vscode/settings.json

20 lines
454 B
JSON
Raw Permalink Normal View History

2025-06-02 05:59:07 +00:00
{
"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"
}
}