Files
Rader_IQ/.vscode/settings.json

9 lines
179 B
JSON
Raw Normal View History

2025-12-15 09:19:47 +08:00
{
"files.associations": {
"cmath": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}