123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "folders": [
- {
- "path": "webrtcinterop"
- },
- {
- "path": "common"
- },
- {
- "path": "updator"
- },
- {
- "path": "EgoSystem"
- }
- ],
- "settings": {
- "files.associations": {
- "__atomic": "cpp",
- "filesystem": "cpp",
- "thread": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "csignal": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "hash_map": "cpp",
- "hash_set": "cpp",
- "*.tcc": "cpp",
- "bitset": "cpp",
- "chrono": "cpp",
- "codecvt": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "cstdint": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "functional": "cpp",
- "iterator": "cpp",
- "map": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "numeric": "cpp",
- "optional": "cpp",
- "random": "cpp",
- "ratio": "cpp",
- "set": "cpp",
- "string": "cpp",
- "string_view": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "fstream": "cpp",
- "future": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "ostream": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "cinttypes": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "forward_list": "cpp",
- "regex": "cpp",
- "variant": "cpp",
- "__nullptr": "cpp",
- "*.ipp": "cpp",
- "__hash_table": "cpp",
- "bit": "cpp",
- "any": "cpp",
- "strstream": "cpp",
- "shared_mutex": "cpp",
- "cfenv": "cpp",
- "core": "cpp",
- "xstring": "cpp",
- "xutility": "cpp"
- },
- "makefile.extensionOutputFolder": "./.vscode",
- "git.ignoreLimitWarning": true,
- "ros.distro": "noetic"
- },
- "extensions": {
- "recommendations": [
- "ms-vscode.cpptools"
- ]
- }
- }
|