error handling and icmp decode on verbose error

This commit is contained in:
2025-05-16 10:19:08 -04:00
parent fad9f5068b
commit 4465e8bfd0
4 changed files with 106 additions and 28 deletions

View File

@@ -1,6 +1,13 @@
{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"ip.h": "c"
"ip.h": "c",
"system_error": "c",
"array": "c",
"compare": "c",
"functional": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c"
}
}