CoolFace
Apppublic

dvc890/SignalServer

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
settings.json84 linesDownload Raw Back to .vscode
1{2    "files.associations": {3        "*.cc": "cpp",4        "__bit_reference": "cpp",5        "__bits": "cpp",6        "__config": "cpp",7        "__debug": "cpp",8        "__errc": "cpp",9        "__hash_table": "cpp",10        "__locale": "cpp",11        "__mutex_base": "cpp",12        "__node_handle": "cpp",13        "__nullptr": "cpp",14        "__split_buffer": "cpp",15        "__string": "cpp",16        "__threading_support": "cpp",17        "__tree": "cpp",18        "__tuple": "cpp",19        "array": "cpp",20        "atomic": "cpp",21        "bitset": "cpp",22        "cctype": "cpp",23        "chrono": "cpp",24        "clocale": "cpp",25        "cmath": "cpp",26        "compare": "cpp",27        "complex": "cpp",28        "concepts": "cpp",29        "cstdarg": "cpp",30        "cstddef": "cpp",31        "cstdint": "cpp",32        "cstdio": "cpp",33        "cstdlib": "cpp",34        "cstring": "cpp",35        "ctime": "cpp",36        "cwchar": "cpp",37        "cwctype": "cpp",38        "deque": "cpp",39        "exception": "cpp",40        "forward_list": "cpp",41        "initializer_list": "cpp",42        "ios": "cpp",43        "iosfwd": "cpp",44        "iostream": "cpp",45        "istream": "cpp",46        "limits": "cpp",47        "list": "cpp",48        "locale": "cpp",49        "map": "cpp",50        "memory": "cpp",51        "mutex": "cpp",52        "new": "cpp",53        "numeric": "cpp",54        "optional": "cpp",55        "ostream": "cpp",56        "queue": "cpp",57        "ratio": "cpp",58        "sstream": "cpp",59        "stdexcept": "cpp",60        "streambuf": "cpp",61        "string": "cpp",62        "string_view": "cpp",63        "system_error": "cpp",64        "tuple": "cpp",65        "type_traits": "cpp",66        "typeinfo": "cpp",67        "unordered_map": "cpp",68        "valarray": "cpp",69        "variant": "cpp",70        "vector": "cpp",71        "algorithm": "cpp",72        "shared_mutex": "cpp",73        "__memory": "cpp",74        "thread": "cpp",75        "bit": "cpp",76        "charconv": "cpp",77        "condition_variable": "cpp",78        "format": "cpp",79        "future": "cpp",80        "functional": "cpp",81        "memory_resource": "cpp",82        "utility": "cpp"83    }84}