DTLib/DtsodC/.vscode/settings.json
2022-02-14 23:24:33 +03:00

13 lines
285 B
JSON

{
"files.associations": {
"*.h": "c",
"cstdint": "c",
"limits": "c",
"cstdio": "c",
"cwchar": "c",
"compare": "c",
"type_traits": "c"
},
"C_Cpp.default.defines": [],
"C_Cpp.intelliSenseCacheSize": 10
}