rib-test-code/.vscode/settings.json
2023-09-01 17:26:52 -05:00

9 lines
174 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"cmath": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"ranges": "cpp"
}
}