update exceptions example

This commit is contained in:
Amar Mahmutbegovic
2024-07-04 00:28:31 +02:00
parent 161c765a01
commit ada1e2d80e
2 changed files with 19 additions and 15 deletions

View File

@@ -44,7 +44,8 @@
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp"
"typeinfo": "cpp",
"csignal": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}