From 71ed8c18d305018db653590763eac1b1b08a2c5a Mon Sep 17 00:00:00 2001
From: DTTerastar
Date: Wed, 1 Nov 2023 21:27:23 -0400
Subject: [PATCH] Misc
---
ESPresense.code-workspace | 71 ---------------------------------------
1 file changed, 71 deletions(-)
delete mode 100644 ESPresense.code-workspace
diff --git a/ESPresense.code-workspace b/ESPresense.code-workspace
deleted file mode 100644
index 5d6017f..0000000
--- a/ESPresense.code-workspace
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "folders": [
- {
- "path": "."
- }
- ],
- "settings": {
- "files.associations": {
- "iterator": "cpp",
- "functional": "cpp",
- "*.tcc": "cpp",
- "array": "cpp",
- "cctype": "cpp",
- "chrono": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "complex": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "ratio": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "fstream": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "ostream": "cpp",
- "numeric": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "cinttypes": "cpp",
- "utility": "cpp",
- "typeinfo": "cpp",
- "string": "cpp",
- "set": "cpp",
- "atomic": "cpp",
- "bitset": "cpp",
- "condition_variable": "cpp",
- "csignal": "cpp",
- "map": "cpp",
- "memory_resource": "cpp",
- "optional": "cpp",
- "random": "cpp",
- "regex": "cpp",
- "string_view": "cpp",
- "thread": "cpp"
- }
- }
-}
\ No newline at end of file