aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json97
1 files changed, 0 insertions, 97 deletions
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/*"
- }
-}