From 22bf64ce9a015688d46e1c1da5efa2ab65bf4b76 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 15 Sep 2025 03:33:46 +0800 Subject: Remove vscode dir. --- .vscode/settings.json | 97 --------------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e6e504c6..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "files.associations": { - "algorithm": "cpp", - "array": "cpp", - "cctype": "cpp", - "chrono": "cpp", - "cmath": "cpp", - "concepts": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "exception": "cpp", - "forward_list": "cpp", - "functional": "cpp", - "initializer_list": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "iterator": "cpp", - "limits": "cpp", - "list": "cpp", - "map": "cpp", - "memory": "cpp", - "new": "cpp", - "optional": "cpp", - "ostream": "cpp", - "ratio": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "utility": "cpp", - "vector": "cpp", - "xfacet": "cpp", - "xhash": "cpp", - "xiosbase": "cpp", - "xlocale": "cpp", - "xlocinfo": "cpp", - "xlocnum": "cpp", - "xmemory": "cpp", - "xstddef": "cpp", - "xstring": "cpp", - "xtr1common": "cpp", - "xtree": "cpp", - "xutility": "cpp", - "atomic": "cpp", - "clocale": "cpp", - "condition_variable": "cpp", - "mutex": "cpp", - "shared_mutex": "cpp", - "thread": "cpp", - "bitset": "cpp", - "iomanip": "cpp", - "set": "cpp", - "sstream": "cpp", - "xlocmon": "cpp", - "xloctime": "cpp", - "string_view": "cpp", - "cassert": "cpp", - "gsl_util": "cpp", - "multi_span": "cpp", - "span": "cpp", - "string_span": "cpp", - "numeric": "cpp", - "pointers": "cpp", - "gsl_assert": "cpp", - "cstdarg": "cpp", - "locale": "cpp", - "xlocbuf": "cpp", - "xlocmes": "cpp", - "codecvt": "cpp", - "deque": "cpp", - "filesystem": "cpp", - "fstream": "cpp", - "future": "cpp", - "random": "cpp", - "regex": "cpp", - "stack": "cpp", - "unordered_set": "cpp", - "variant": "cpp", - "gsl": "cpp" - }, - "cmake.generator": "Ninja", - "yaml.schemas": { - "https://raw.githubusercontent.com/gitpod-io/gitpod/main/components/gitpod-protocol/data/gitpod-schema.json": ".gitpod.yml", - "https://json.schemastore.org/github-workflow.json": ".github/workflows/*" - } -} -- cgit v1.2.3