2020-02-22 09:29:45 +00:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"*.ipp": "cpp",
|
|
|
|
"strstream": "cpp",
|
|
|
|
"cerrno": "cpp",
|
|
|
|
"csetjmp": "cpp",
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
"rope": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
2020-08-20 09:13:04 +00:00
|
|
|
"regex": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"bit": "cpp",
|
|
|
|
"bitset": "cpp",
|
|
|
|
"cassert": "cpp",
|
|
|
|
"cctype": "cpp",
|
|
|
|
"cfloat": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"ciso646": "cpp",
|
|
|
|
"climits": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"complex": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"cstring": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"map": "cpp",
|
|
|
|
"set": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"memory_resource": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"random": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"ios": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"locale": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"queue": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"thread": "cpp",
|
|
|
|
"cfenv": "cpp",
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
"typeindex": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"variant": "cpp"
|
2021-07-23 13:55:58 +00:00
|
|
|
},
|
2022-02-11 21:15:39 +00:00
|
|
|
"svn.ignoreMissingSvnWarning": true,
|
|
|
|
"editor.tokenColorCustomizations": {
|
|
|
|
"textMateRules": [
|
|
|
|
{
|
|
|
|
"scope": "googletest.failed",
|
|
|
|
"settings": {
|
|
|
|
"foreground": "#f00"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scope": "googletest.passed",
|
|
|
|
"settings": {
|
|
|
|
"foreground": "#0f0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scope": "googletest.run",
|
|
|
|
"settings": {
|
|
|
|
"foreground": "#0f0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gtest-adapter.debugConfig": "Run ELFIO Tests",
|
2022-06-11 05:59:51 +00:00
|
|
|
"gtest-adapter.supportLocation": true,
|
|
|
|
"sonarlint.pathToCompileCommands": "${workspaceFolder}/build/compile_commands.json"
|
2020-02-22 09:29:45 +00:00
|
|
|
}
|