There is an issue with the behavior of this extension when we try to switch from a group tabs (say A) to another group tabs (say B) when a file in the current group tabs (A) is unsaved. A window is showed, and we can choose between:
Save current work: This should save the file and close all tabs of the group A, then open all tabs of the group B. This behavior works.
Don't save current work: This should close the file without saving and close all tabs of the group A, then open all tabs of the group B. This behavior doesn't work. The file is saved before switching.
Cancel: This should stop the switch without closing any tabs of the group A. This behavior doesn't work. All the current tabs remains opened and the tabs of the group B are opened too.
Here is my configuration:
{
"tab-groups.sidebarRestoreStyle": "Update current; Close others",
"tab-groups.gitBranchGroups": "Nothing",
}
I save a lot of time with this extension, but this issue is really frustrating on a daily basis.
There is an issue with the behavior of this extension when we try to switch from a group tabs (say A) to another group tabs (say B) when a file in the current group tabs (A) is unsaved. A window is showed, and we can choose between:
Here is my configuration:
I save a lot of time with this extension, but this issue is really frustrating on a daily basis.