bme680-ttn/.vscode/settings.json

13 lines
280 B
JSON
Raw Normal View History

2020-11-20 23:00:21 +01:00
{
"files.associations": {
"*.ino": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"regex": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
}