From 12c3e4e2c0d982d271a2b5695b542920fc8120cf Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 Mar 2025 11:17:44 +0000 Subject: [PATCH] chore(cursor): minor settings tweak --- cursor/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/settings.json b/cursor/settings.json index 7fa9728..ab6bf55 100644 --- a/cursor/settings.json +++ b/cursor/settings.json @@ -26,7 +26,6 @@ "window.nativeFullScreen": false, // Does not work with nativeTabs enabled. "window.nativeTabs": true, "window.title": "${rootName}${separator}${profileName}", - "workbench.activityBar.location": "top", // // =========================================================================== // MARK: Editor @@ -74,6 +73,7 @@ // =========================================================================== // // Activity Bar + "workbench.activityBar.location": "top", "workbench.activityBar.orientation": "horizontal", // // Command Palette