usama8800 / VSCode-Tab-Groups

MIT License
37 stars 4 forks source link

Wrong behavior when working on an unsaved file #62

Open antoineozenne-at-leocare opened 1 year ago

antoineozenne-at-leocare commented 1 year ago

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:

{
    "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.