From 9f9d98bad5114f34b2872b9b7935064e8a345d24 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 12 Aug 2025 12:39:27 +0100 Subject: [PATCH] fix(cursor): ensure AI chat pane tabs display correctly With `workbench.activityBar.location` set to `top`, tabs became small icons, and the close button for the tabs were the same size as the icon. Meaning you couldn't switch to a tab by clicking on it, cause you'd be clicking the close button. --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index ee13539..104dfce 100644 --- a/settings.json +++ b/settings.json @@ -102,7 +102,7 @@ // =========================================================================== // // Activity Bar - "workbench.activityBar.location": "top", + "workbench.activityBar.location": "default", "workbench.activityBar.orientation": "horizontal", // // Command Palette