From 94706803b0ad1aae2d624222ad3ff9c413d6c8db Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Thu, 5 Aug 2021 11:56:48 -0500 Subject: [PATCH] Removed unnecessary settings.json file --- .../web/CivetServer/.vscode/settings.json | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 trick_source/web/CivetServer/.vscode/settings.json diff --git a/trick_source/web/CivetServer/.vscode/settings.json b/trick_source/web/CivetServer/.vscode/settings.json deleted file mode 100644 index 913525ce..00000000 --- a/trick_source/web/CivetServer/.vscode/settings.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "files.associations": { - "iostream": "cpp", - "ostream": "cpp", - "string": "cpp", - "string_view": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "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", - "cstdint": "cpp", - "deque": "cpp", - "map": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "fstream": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "new": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp" - } -} \ No newline at end of file