From 1a4ad28b87ac8b6dca7a80dd77fabc14d554b5cb Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Thu, 26 Sep 2024 02:49:16 +0000
Subject: [PATCH] chore(config): add workspace configuration file for vscode

---
 gohugo-theme-ananke.code-workspace |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/gohugo-theme-ananke.code-workspace b/gohugo-theme-ananke.code-workspace
new file mode 100644
index 0000000..f84cdb9
--- /dev/null
+++ b/gohugo-theme-ananke.code-workspace
@@ -0,0 +1,11 @@
+{
+	"folders": [
+		{
+			"path": "."
+		},
+		{
+			"path": "../gohugo-theme-ananke.wiki"
+		}
+	],
+	"settings": {}
+}

--
Gitblit v1.10.0