2022-12-27 13:20:23 -08:00
|
|
|
{
|
|
|
|
|
//"files.exclude": {
|
|
|
|
|
// "**/.build": true,
|
|
|
|
|
// "**/*.hex": true,
|
|
|
|
|
// "**/*.bin": true,
|
|
|
|
|
// "**/*.uf2": true
|
|
|
|
|
//},
|
|
|
|
|
"files.associations": {
|
|
|
|
|
"*.h": "c",
|
|
|
|
|
"*.c": "c",
|
|
|
|
|
"*.inc": "c",
|
|
|
|
|
"*.cpp": "cpp",
|
|
|
|
|
"*.hpp": "cpp",
|
|
|
|
|
"xstddef": "c",
|
|
|
|
|
"type_traits": "c",
|
|
|
|
|
"utility": "c",
|
2023-12-31 10:29:30 -08:00
|
|
|
"ranges": "c",
|
|
|
|
|
"compare": "c",
|
|
|
|
|
"cstdint": "c",
|
|
|
|
|
"chrono": "c",
|
|
|
|
|
"typeindex": "c",
|
2025-05-27 08:49:16 -07:00
|
|
|
"typeinfo": "c",
|
|
|
|
|
"unordered_map": "c"
|
2022-12-27 13:20:23 -08:00
|
|
|
},
|
|
|
|
|
"C_Cpp.errorSquiggles": "disabled",
|
|
|
|
|
}
|