From 1dfb89ef5511eeb096b8f7e0efa006b36b80eda8 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 --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 7fa9728..ab6bf55 100644 --- a/settings.json +++ b/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