Files
MentOS/.vscode/settings.json
T
2023-04-22 14:33:13 +02:00

14 lines
279 B
JSON

{
"files.associations": {
"*.h": "c",
"*.c": "c",
"limits": "c",
"compare": "c",
"type_traits": "c",
"typeinfo": "c",
"*.tcc": "c",
"bit": "c",
"cstdlib": "c"
},
"cmake.configureOnOpen": false,
}