aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-18 23:52:33 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-19 00:06:08 +0200
commit9e529f8e88fdce04118a5bd7eb3b53369ea72421 (patch)
tree37f097570ba58c162808792adfd55e33a21291a7 /.vscode/settings.json
parent16f091d587d6e16cecb468e041e4a2f138901be0 (diff)
WIP: FIX p2p
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 34ba634..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "files.associations": {
- "*.ipp": "cpp",
- "hash_map": "cpp",
- "hash_set": "cpp",
- "*.tcc": "cpp",
- "string_view": "cpp",
- "typeindex": "cpp",
- "typeinfo": "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",
- "__config": "cpp",
- "__nullptr": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "strstream": "cpp",
- "bitset": "cpp",
- "chrono": "cpp",
- "cinttypes": "cpp",
- "codecvt": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "cstdint": "cpp",
- "deque": "cpp",
- "forward_list": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "fstream": "cpp",
- "functional": "cpp",
- "future": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "numeric": "cpp",
- "optional": "cpp",
- "ostream": "cpp",
- "ratio": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "system_error": "cpp",
- "thread": "cpp",
- "type_traits": "cpp",
- "tuple": "cpp",
- "utility": "cpp",
- "variant": "cpp"
- },
- "cquery.cacheDirectory": "${workspaceFolder}/.vscode/cquery_cached_index/"
-} \ No newline at end of file