123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "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"
- }
- }
- }
|