diff --git a/.vscode/settings.json b/.vscode/settings.json index a81875b73ed..ed2db5534c7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,87 +5,13 @@ "pylint.args": [ "--rcfile=tox.ini" ], + "C_Cpp.autoAddFileAssociations": false, "files.associations": { - "Make.*": "makefile", - "vector": "cpp", - "__bit_reference": "cpp", - "__config": "cpp", - "__debug": "cpp", - "__errc": "cpp", - "__hash_table": "cpp", - "__locale": "cpp", - "__mutex_base": "cpp", - "__node_handle": "cpp", - "__split_buffer": "cpp", - "__threading_support": "cpp", - "__tree": "cpp", - "__verbose_abort": "cpp", - "array": "cpp", - "atomic": "cpp", - "bitset": "cpp", - "cctype": "cpp", - "charconv": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "complex": "cpp", - "condition_variable": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "exception": "cpp", - "fstream": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "list": "cpp", - "locale": "cpp", - "map": "cpp", - "mutex": "cpp", - "new": "cpp", - "optional": "cpp", - "ostream": "cpp", - "ratio": "cpp", - "regex": "cpp", - "set": "cpp", - "sstream": "cpp", - "stack": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "thread": "cpp", - "tuple": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "variant": "cpp", - "algorithm": "cpp", - "xtree": "cpp", - "execution": "cpp", - "type_traits": "cpp", - "cassert": "cpp", - "span": "cpp", - "functional": "cpp", - "__memory": "cpp", - "chrono": "cpp", - "queue": "cpp" + "Make.*": "makefile" }, "C_Cpp.default.cppStandard": "c++20", "cSpell.words": [ "Upcall" ], + "gradle.nestedProjects": true }