Files
QuadMeUp_Crossbow/.vscode/settings.json
2018-05-23 11:45:48 +02:00

23 lines
497 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"
},
"files.exclude": {
"**/build": true
}
}