I have created a folder with a .code-workspace file with 3 folders inside, each a different project. In the agent manager, I started a chat in the main workspace. but every time, I try to open a new chat from history, it keeps giving me 4 options: current window and the 3 projects (calling them workspaces?!). Is there a way to default to the last selected workspace?
If I choose one of the other projects, it completely opens it in a new window.
Also, a bug is that if I move a project to a different folder or rename its folder, chat history is still suggesting the old deleted folder and when I select it, it says folder doesn’t exists.
This is quite annoying when you want to switch between different chats.
Each folder in a .code-workspace is treated as its own workspace context, so restoring a chat asks you where to open it. There’s currently no way to default to the last selected workspace.
We suggest you to reopen the project from its new location to create a fresh entry. We’ve noted this as a UX improvement area.