From b6d43f844ac1cc70d4b86d739870ad17deeaf736 Mon Sep 17 00:00:00 2001 From: pk4wt2yal <1330800687@qq.com> Date: Mon, 25 Nov 2024 12:11:22 +0800 Subject: [PATCH] Delete 'src/my-online-judge-master/MYOJ/.vscode/settings.json' --- .../MYOJ/.vscode/settings.json | 75 ------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/my-online-judge-master/MYOJ/.vscode/settings.json diff --git a/src/my-online-judge-master/MYOJ/.vscode/settings.json b/src/my-online-judge-master/MYOJ/.vscode/settings.json deleted file mode 100644 index 329d3d0..0000000 --- a/src/my-online-judge-master/MYOJ/.vscode/settings.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "cmake.sourceDirectory": "/home/zzy1/2024/my-online-judge/MYOJ", - "files.associations": { - "chrono": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "array": "cpp", - "atomic": "cpp", - "bit": "cpp", - "*.tcc": "cpp", - "bitset": "cpp", - "compare": "cpp", - "concepts": "cpp", - "condition_variable": "cpp", - "cstdint": "cpp", - "deque": "cpp", - "list": "cpp", - "map": "cpp", - "set": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "random": "cpp", - "ratio": "cpp", - "regex": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "fstream": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "new": "cpp", - "numbers": "cpp", - "ostream": "cpp", - "semaphore": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "stop_token": "cpp", - "streambuf": "cpp", - "thread": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp", - "complex": "cpp", - "optional": "cpp", - "typeindex": "cpp", - "variant": "cpp", - "unordered_set": "cpp", - "shared_mutex": "cpp" - } -} \ No newline at end of file