From e88ab995cda3208f24a6ec98b633b45e18d852f2 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sun, 5 Jan 2025 16:32:02 +0700 Subject: [PATCH] chore(setup): update workspace configuration --- dotfiles.code-workspace | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles.code-workspace b/dotfiles.code-workspace index 377e6956..8cb037a4 100644 --- a/dotfiles.code-workspace +++ b/dotfiles.code-workspace @@ -4,7 +4,7 @@ "path": "." }, { - "path": "../binaries" + "path": "../configurations" } ], "settings": { @@ -28,6 +28,6 @@ "titleBar.inactiveBackground": "#21573299", "titleBar.inactiveForeground": "#e7e7e799" }, - "peacock.color": "#215732" + //"peacock.color": "#215732" } -} \ No newline at end of file +}