Found a hack to get them both on the same side.
- Change the activity bar orientation to vertical
- Now you can drag the Chat from the sidepanel to the main panel
- Revert the activity bar to horizontal
Optional: Change the CMD+L Shortcut to not open the sidepanel anymore by adding this to keybindings.json
[
// Open a new AI chat and close the sidebar
{
"key": "cmd+l",
"command": "runCommands",
"args": {
"commands": [
"aichat.newchataction",
"aichat.close-sidebar"
]
}
},
]
Would be great to see an official option to support the chat on the main sidebar like most VSCode things