Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong behavior when working on an unsaved file #62

Open
antoineozenne-at-leocare opened this issue Sep 8, 2023 · 0 comments
Open

Wrong behavior when working on an unsaved file #62

antoineozenne-at-leocare opened this issue Sep 8, 2023 · 0 comments

Comments

@antoineozenne-at-leocare

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant