From efcff0d5110088b2c0c8d4ae0079e00210ed7def Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 27 Dec 2020 16:16:08 +0100 Subject: [PATCH] #54 clean up editor files --- .vscode/extensions.json | 7 ------ .vscode/settings.json | 48 ----------------------------------------- 2 files changed, 55 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index e80666b..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b8cd1e2..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "files.associations": { - "*.tcc": "cpp", - "fstream": "cpp", - "istream": "cpp", - "ostream": "cpp", - "sstream": "cpp", - "functional": "cpp", - "array": "cpp", - "bitset": "cpp", - "initializer_list": "cpp", - "regex": "cpp", - "utility": "cpp", - "deque": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "vector": "cpp", - "cstdint": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "limits": "cpp", - "memory": "cpp", - "new": "cpp", - "numeric": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp" - } -} \ No newline at end of file