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.
This commit is contained in:
2025-08-12 12:39:27 +01:00
parent 1972c4350d
commit 9f9d98bad5

View File

@@ -102,7 +102,7 @@
// ===========================================================================
//
// Activity Bar
"workbench.activityBar.location": "top",
"workbench.activityBar.location": "default",
"workbench.activityBar.orientation": "horizontal",
//
// Command Palette