ESPMegaPRO-v3-SDK/Template Project/.vscode/settings.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2023-01-22 16:09:48 +00:00
{
"files.associations": {
2023-12-28 07:08:10 +00:00
"*.cps": "javascript",
2023-01-22 16:09:48 +00:00
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
2023-09-09 15:44:08 +00:00
"initializer_list": "cpp",
2023-12-28 07:08:10 +00:00
"adafruit_ads1x15.h": "c",
"*.tcc": "cpp",
"memory": "cpp",
2023-12-28 12:01:37 +00:00
"random": "cpp",
2023-12-29 16:43:12 +00:00
"functional": "cpp",
"atomic": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
2023-12-30 06:49:37 +00:00
"typeinfo": "cpp",
"bitset": "cpp",
"regex": "cpp"
2023-09-09 15:44:08 +00:00
},
2023-10-12 12:36:47 +00:00
"cmake.configureOnOpen": true,
2023-12-29 16:43:12 +00:00
"cmake.sourceDirectory": "D:/Git/ESPMegaPRO-v3-SDK/Template Project/.pio/libdeps/wt32-eth01/Adafruit BusIO",
"editor.tokenColorCustomizations": {
"comments": "",
"textMateRules": []
}
2023-01-22 16:09:48 +00:00
}