update exceptions example

This commit is contained in:
Amar Mahmutbegovic
2024-07-03 00:29:35 +02:00
parent 980a57cdfe
commit 463abf4a81
2 changed files with 24 additions and 21 deletions

View File

@@ -1,6 +1,8 @@
{
"files.associations": {
"span": "cpp"
"span": "cpp",
"array": "cpp",
"string_view": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}