Files
Cpp-in-Embedded-Systems/Chapter07/error_handling/.vscode/settings.json
2024-07-03 00:29:35 +02:00

8 lines
153 B
JSON

{
"files.associations": {
"span": "cpp",
"array": "cpp",
"string_view": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}