Minor cleanup

This commit is contained in:
2023-12-31 10:29:30 -08:00
parent 0856908bec
commit e0d54f8e79
4 changed files with 36 additions and 42 deletions

View File

@ -14,7 +14,12 @@
"xstddef": "c",
"type_traits": "c",
"utility": "c",
"ranges": "c"
"ranges": "c",
"compare": "c",
"cstdint": "c",
"chrono": "c",
"typeindex": "c",
"typeinfo": "c"
},
"C_Cpp.errorSquiggles": "disabled",
}