mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -102,7 +102,7 @@
|
||||
// ===========================================================================
|
||||
//
|
||||
// Activity Bar
|
||||
"workbench.activityBar.location": "top",
|
||||
"workbench.activityBar.location": "default",
|
||||
"workbench.activityBar.orientation": "horizontal",
|
||||
//
|
||||
// Command Palette
|
||||
|
||||
Reference in New Issue
Block a user