Files
QuadMeUp_Crossbow/.vscode/settings.json
2018-05-23 14:15:22 +02:00

35 lines
821 B
JSON

{
"files.associations": {
"variables.h": "c",
"arduino.h": "c",
"algorithm": "cpp",
"random": "cpp",
"type_traits": "cpp",
"iterator": "cpp",
"rope": "c",
"__locale": "c",
"string": "c",
"ios": "cpp",
"locale": "cpp",
"functional": "cpp",
"numeric": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"set": "cpp",
"array": "cpp",
"utility": "cpp",
"__bit_reference": "cpp",
"__functional_base": "cpp",
"atomic": "cpp",
"chrono": "cpp",
"limits": "cpp",
"memory": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"vector": "cpp"
},
"files.exclude": {
"**/build": true
}
}