You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: