Update visual configuration

This commit is contained in:
jbnadal
2018-04-03 14:48:22 +02:00
parent 505a0285b8
commit d8b5d21001
3 changed files with 59 additions and 7 deletions

54
.vscode/settings.json vendored
View File

@@ -2,5 +2,57 @@
"files.exclude": {
"**/_builds/dl": true,
"**/_builds/*/buildroot/build": true
}
},
"files.associations": {
"*.ipp": "cpp",
"functional": "cpp",
"rope": "cpp",
"typeinfo": "cpp",
"typeindex": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"cmath": "cpp",
"complex": "cpp",
"cstdint": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"chrono": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cctype": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"utility": "cpp",
"clocale": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"atomic": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"slist": "cpp",
"future": "cpp",
"limits": "cpp",
"memory": "cpp",
"mutex": "cpp",
"ratio": "cpp",
"scoped_allocator": "cpp",
"thread": "cpp"
}
}