diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json index b57615b2..4ee26d04 100644 --- a/src/.vscode/settings.json +++ b/src/.vscode/settings.json @@ -1,70 +1,31 @@ { "files.associations": { + "fstream": "cpp", + "thread": "cpp", + "complex": "cpp", "bitset": "cpp", "chrono": "cpp", "algorithm": "cpp", - "fstream": "cpp", - "deque": "cpp", - "list": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "system_error": "cpp", - "complex": "cpp", - "variant": "cpp", - "thread": "cpp", "typeinfo": "cpp", - "qpushbutton": "cpp", - "condition_variable": "cpp", "array": "cpp", - "string_view": "cpp", - "initializer_list": "cpp", - "utility": "cpp", - "optional": "cpp", + "functional": "cpp", "istream": "cpp", "ostream": "cpp", "ratio": "cpp", - "functional": "cpp", "tuple": "cpp", "type_traits": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cstdint": "cpp", - "map": "cpp", - "set": "cpp", - "exception": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "random": "cpp", - "future": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "new": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "cinttypes": "cpp", - "qmouseevent": "cpp", - "qpainter": "cpp", - "qdebug": "cpp", - "qcoreapplication": "cpp", - "qsqlerror": "cpp", - "qsqlquery": "cpp" + "utility": "cpp", + "variant": "cpp", + "condition_variable": "cpp", + "string_view": "cpp", + "initializer_list": "cpp", + "list": "cpp", + "optional": "cpp", + "system_error": "cpp", + "string": "cpp", + "hash_map": "cpp", + "hash_set": "cpp", + "deque": "cpp", + "vector": "cpp" } } \ No newline at end of file