In Cursor, Search is always in the sidebar and cannot be moved to the bottom panel; in VSCode, it can be done by drag and drop.
In VSCode, it is possible to move it by drag-and-drop.
2 Likes
You can go to the VSC settings and set workbench.activityBar.orientation
to vertical
. This will give you VSC’s original UI back.
1 Like