Files
firmware/.vscode/settings.json

82 lines
2.0 KiB
JSON
Raw Normal View History

{
"files.associations": {
"type_traits": "cpp",
"array": "cpp",
"*.tcc": "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",
"deque": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"memory": "cpp",
"new": "cpp",
"ostream": "cpp",
"numeric": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"utility": "cpp",
2020-02-02 09:59:00 -08:00
"typeinfo": "cpp",
2020-02-07 14:52:45 -08:00
"string": "cpp",
"*.xbm": "cpp",
"list": "cpp",
"atomic": "cpp",
"memory_resource": "cpp",
"optional": "cpp",
"string_view": "cpp",
2020-07-10 18:46:33 -07:00
"cassert": "cpp",
2020-09-04 17:23:17 -07:00
"iterator": "cpp",
"shared_mutex": "cpp",
"iostream": "cpp"
2020-02-15 09:10:35 -08:00
},
"cSpell.words": [
2020-05-04 11:15:05 -07:00
"Blox",
2020-09-24 14:36:43 -07:00
"EINK",
2020-05-24 16:08:58 -07:00
"HFSR",
"Meshtastic",
2020-05-04 17:39:57 -07:00
"NEMAGPS",
2020-10-01 09:11:54 -07:00
"NMEAGPS",
"RDEF",
2020-05-04 11:15:05 -07:00
"Ublox",
2020-05-24 16:08:58 -07:00
"bkpt",
"cfsr",
2020-03-05 18:39:24 -08:00
"descs",
"ocrypto",
"protobufs",
"wifi"
2020-07-06 10:45:55 +02:00
],
2021-02-07 09:17:46 +08:00
"C_Cpp.dimInactiveRegions": true,
"cmake.configureOnOpen": true,
2021-02-16 15:41:52 +08:00
"protoc": {
"compile_on_save": false,
"compile_all_path": "/home/kevinh/development/meshtastic/meshtastic-esp32/proto",
"options": [
"--java_out=/tmp",
"-I=/home/kevinh/development/meshtastic/meshtastic-esp32/proto"
]
},
"editor.formatOnSave": true
}