Guide-Vest/.vscode/settings.json

105 lines
2.8 KiB
JSON

{
"editor.snippetSuggestions": "bottom",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"python.languageServer": "Jedi",
"files.associations": {
"*.cpp": "cpp",
"*.cu": "cpp",
"*.cuh": "cpp",
"unordered_map": "cpp",
"chrono": "cpp",
"thread": "cpp",
"future": "cpp",
"type_traits": "cpp",
"tuple": "cpp",
"__functional_03": "cpp",
"functional": "cpp",
"__nullptr": "cpp",
"cstddef": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"new": "cpp",
"optional": "cpp",
"typeinfo": "cpp",
"array": "cpp",
"atomic": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"filesystem": "cpp",
"ratio": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"memory": "cpp",
"mutex": "cpp",
"ostream": "cpp",
"numeric": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"utility": "cpp",
"__config": "cpp",
"variant": "cpp",
"forward_list": "cpp",
"typeindex": "cpp",
"valarray": "cpp",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"iterator": "cpp",
"locale": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"__locale": "cpp",
"ios": "cpp",
"queue": "cpp",
"random": "cpp",
"stack": "cpp",
"__atomic": "cpp",
"__debug": "cpp",
"__node_handle": "cpp",
"__mutex_base": "cpp",
"__functional_base": "cpp",
"__memory": "cpp",
"__atomic_generated": "cpp",
"__functional_base_03": "cpp",
"__tuple": "cpp",
"*.inc": "cpp",
"memory_resource": "cpp",
"csignal": "cpp",
"strstream": "cpp",
"cfenv": "cpp",
"imuprocessor,h": "cpp",
"core": "cpp",
"numericaldiff": "cpp",
"bit": "cpp",
"*.ipp": "cpp"
}
}