From 43456c6ed5c50ba83b45e27c1ae780098de01ff1 Mon Sep 17 00:00:00 2001
From: KyleKlenk <kyle.c.klenk@gmail.com>
Date: Wed, 5 Oct 2022 15:13:08 +0000
Subject: [PATCH] removed file that was from VS-code

---
 Summa-Actors.code-workspace | 88 -------------------------------------
 1 file changed, 88 deletions(-)
 delete mode 100644 Summa-Actors.code-workspace

diff --git a/Summa-Actors.code-workspace b/Summa-Actors.code-workspace
deleted file mode 100644
index 563f06c..0000000
--- a/Summa-Actors.code-workspace
+++ /dev/null
@@ -1,88 +0,0 @@
-{
-	"folders": [
-		{
-			"path": "."
-		},
-		{
-			"path": "../gladwell"
-		}
-	],
-	"settings": {
-		"files.associations": {
-			"any": "cpp",
-			"array": "cpp",
-			"atomic": "cpp",
-			"bit": "cpp",
-			"*.tcc": "cpp",
-			"bitset": "cpp",
-			"cctype": "cpp",
-			"cfenv": "cpp",
-			"charconv": "cpp",
-			"chrono": "cpp",
-			"cinttypes": "cpp",
-			"clocale": "cpp",
-			"cmath": "cpp",
-			"codecvt": "cpp",
-			"complex": "cpp",
-			"condition_variable": "cpp",
-			"csetjmp": "cpp",
-			"csignal": "cpp",
-			"cstdarg": "cpp",
-			"cstddef": "cpp",
-			"cstdint": "cpp",
-			"cstdio": "cpp",
-			"cstdlib": "cpp",
-			"cstring": "cpp",
-			"ctime": "cpp",
-			"cuchar": "cpp",
-			"cwchar": "cpp",
-			"cwctype": "cpp",
-			"deque": "cpp",
-			"forward_list": "cpp",
-			"list": "cpp",
-			"map": "cpp",
-			"set": "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",
-			"ratio": "cpp",
-			"regex": "cpp",
-			"string": "cpp",
-			"string_view": "cpp",
-			"system_error": "cpp",
-			"tuple": "cpp",
-			"type_traits": "cpp",
-			"utility": "cpp",
-			"fstream": "cpp",
-			"future": "cpp",
-			"initializer_list": "cpp",
-			"iomanip": "cpp",
-			"iosfwd": "cpp",
-			"iostream": "cpp",
-			"istream": "cpp",
-			"limits": "cpp",
-			"mutex": "cpp",
-			"new": "cpp",
-			"ostream": "cpp",
-			"scoped_allocator": "cpp",
-			"shared_mutex": "cpp",
-			"sstream": "cpp",
-			"stdexcept": "cpp",
-			"streambuf": "cpp",
-			"thread": "cpp",
-			"typeindex": "cpp",
-			"typeinfo": "cpp",
-			"valarray": "cpp",
-			"variant": "cpp"
-		}
-	}
-}
\ No newline at end of file
-- 
GitLab