borg_public/.vscode/settings.json
2023-05-29 10:41:03 +02:00

104 lines
2.2 KiB
JSON

{
"editor.formatOnSave": true,
"C_Cpp.default.compilerPath": "g++",
"C_Cpp.default.includePath": [
"${workspaceFolder}",
"${workspaceFolder}/extra/**",
"${env:ARES_BUILD}",
"${env:ARES_BUILD}/external_build/eigen-prefix/src/eigen",
"${env:ARES_BUILD/ext_install/include"
],
"cmake.configureOnOpen": false,
"files.associations": {
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"*.ipp": "cpp",
"array": "cpp",
"atomic": "cpp",
"strstream": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "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",
"thread": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"valarray": "cpp",
"variant": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"codecvt": "cpp",
"regex": "cpp",
"hash_map": "cpp",
"rope": "cpp",
"slist": "cpp",
"future": "cpp",
"shared_mutex": "cpp",
"hash_set": "cpp",
"scoped_allocator": "cpp",
"any": "cpp",
"compare": "cpp",
"concepts": "cpp",
"coroutine": "cpp",
"source_location": "cpp",
"ranges": "cpp",
"span": "cpp",
"stop_token": "cpp"
},
"python.formatting.provider": "yapf",
"C_Cpp.dimInactiveRegions": false,
"C_Cpp.errorSquiggles": "Enabled",
"python.linting.enabled": false,
"restructuredtext.confPath": ""
}