Start of 5.X work

This commit is contained in:
Sebastien L
2025-03-18 17:38:34 -04:00
parent c0ddf0a997
commit 73bd096f37
442 changed files with 227862 additions and 21075 deletions

125
test/test.code-workspace Normal file
View File

@@ -0,0 +1,125 @@
{
"folders": [
{
"path": "."
},
{
"path": ".."
}
],
"settings": {
"files.associations": {
"*.cps": "javascript",
"coroutine": "c",
"xmemory": "c",
"atomic": "c",
"w5500.h": "c",
"array": "c",
"bitset": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"regex": "cpp",
"utility": "cpp",
"*.ipp": "c",
"deque": "c",
"list": "cpp",
"string": "c",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "c",
"*.tcc": "cpp",
"fstream": "cpp",
"strstream": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "c",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "c",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"set": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"future": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"*.inc": "c",
"*.cmake": "makefile",
"network_manager.h": "c",
"platform_esp32.h": "c",
"improv.h": "c",
"esp_err.h": "c",
"esp_bt.h": "c",
"improv_server.h": "c",
"esp_bt_defs.h": "c",
"variant": "c",
"*.h": "cpp",
"any": "cpp",
"bit": "cpp",
"charconv": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"filesystem": "cpp",
"format": "cpp",
"forward_list": "cpp",
"ios": "cpp",
"locale": "cpp",
"queue": "cpp",
"ranges": "cpp",
"span": "cpp",
"stack": "cpp",
"stop_token": "cpp",
"typeindex": "cpp",
"valarray": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xstddef": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
}
}
}