diff --git a/worksheet_two/.vscode/settings.json b/worksheet_two/.vscode/settings.json new file mode 100644 index 0000000000000000000000000000000000000000..e8129ca05ba5ccb1a7719d81e831fa02ee9108e8 --- /dev/null +++ b/worksheet_two/.vscode/settings.json @@ -0,0 +1,78 @@ +{ + "files.associations": { + "iostream": "cpp", + "algorithm": "cpp", + "array": "cpp", + "atomic": "cpp", + "bit": "cpp", + "bitset": "cpp", + "cctype": "cpp", + "chrono": "cpp", + "cmath": "cpp", + "complex": "cpp", + "cstdarg": "cpp", + "cstddef": "cpp", + "cstdint": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cstring": "cpp", + "ctime": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "exception": "cpp", + "functional": "cpp", + "initializer_list": "cpp", + "ios": "cpp", + "iosfwd": "cpp", + "istream": "cpp", + "iterator": "cpp", + "limits": "cpp", + "locale": "cpp", + "memory": "cpp", + "mutex": "cpp", + "new": "cpp", + "optional": "cpp", + "ostream": "cpp", + "ratio": "cpp", + "sstream": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "string": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "typeinfo": "cpp", + "unordered_map": "cpp", + "utility": "cpp", + "vector": "cpp", + "deque": "cpp", + "fstream": "cpp", + "iomanip": "cpp", + "stack": "cpp", + "any": "cpp", + "clocale": "cpp", + "codecvt": "cpp", + "condition_variable": "cpp", + "csignal": "cpp", + "coroutine": "cpp", + "forward_list": "cpp", + "future": "cpp", + "list": "cpp", + "map": "cpp", + "numeric": "cpp", + "queue": "cpp", + "random": "cpp", + "regex": "cpp", + "thread": "cpp", + "valarray": "cpp", + "compare": "cpp", + "concepts": "cpp", + "ranges": "cpp", + "variant": "cpp", + "*.tcc": "cpp", + "memory_resource": "cpp", + "numbers": "cpp" + }, + "C_Cpp.default.cppStandard": "c++20" +}