1{ 2 "files.associations": { 3 "copyright": "json", 4 "*.ipp": "cpp", 5 "strstream": "cpp", 6 "cerrno": "cpp", 7 "csetjmp": "cpp", 8 "cstdarg": "cpp", 9 "rope": "cpp", 10 "iostream": "cpp", 11 "streambuf": "cpp", 12 "*.tcc": "cpp", 13 "regex": "cpp", 14 "algorithm": "cpp", 15 "array": "cpp", 16 "atomic": "cpp", 17 "bit": "cpp", 18 "bitset": "cpp", 19 "cassert": "cpp", 20 "cctype": "cpp", 21 "cfloat": "cpp", 22 "chrono": "cpp", 23 "ciso646": "cpp", 24 "climits": "cpp", 25 "clocale": "cpp", 26 "cmath": "cpp", 27 "complex": "cpp", 28 "cstddef": "cpp", 29 "cstdint": "cpp", 30 "cstdio": "cpp", 31 "cstdlib": "cpp", 32 "cstring": "cpp", 33 "ctime": "cpp", 34 "cwchar": "cpp", 35 "cwctype": "cpp", 36 "deque": "cpp", 37 "list": "cpp", 38 "map": "cpp", 39 "set": "cpp", 40 "string": "cpp", 41 "unordered_map": "cpp", 42 "vector": "cpp", 43 "exception": "cpp", 44 "functional": "cpp", 45 "iterator": "cpp", 46 "memory": "cpp", 47 "memory_resource": "cpp", 48 "numeric": "cpp", 49 "optional": "cpp", 50 "random": "cpp", 51 "ratio": "cpp", 52 "string_view": "cpp", 53 "system_error": "cpp", 54 "tuple": "cpp", 55 "type_traits": "cpp", 56 "utility": "cpp", 57 "fstream": "cpp", 58 "initializer_list": "cpp", 59 "iomanip": "cpp", 60 "ios": "cpp", 61 "iosfwd": "cpp", 62 "istream": "cpp", 63 "limits": "cpp", 64 "locale": "cpp", 65 "new": "cpp", 66 "ostream": "cpp", 67 "queue": "cpp", 68 "sstream": "cpp", 69 "stdexcept": "cpp", 70 "thread": "cpp", 71 "cfenv": "cpp", 72 "cinttypes": "cpp", 73 "typeindex": "cpp", 74 "typeinfo": "cpp", 75 "variant": "cpp", 76 "compare": "cpp" 77 }, 78 "svn.ignoreMissingSvnWarning": true, 79 "editor.tokenColorCustomizations": { 80 "textMateRules": [ 81 { 82 "scope": "googletest.failed", 83 "settings": { 84 "foreground": "#f00" 85 } 86 }, 87 { 88 "scope": "googletest.passed", 89 "settings": { 90 "foreground": "#0f0" 91 } 92 }, 93 { 94 "scope": "googletest.run", 95 "settings": { 96 "foreground": "#0f0" 97 } 98 } 99 ] 100 }, 101 "gtest-adapter.debugConfig": "Run ELFIO Tests", 102 "gtest-adapter.supportLocation": true, 103 "sonarlint.pathToCompileCommands": "${workspaceFolder}/build/compile_commands.json" 104}