usama8800 / VSCode-Tab-Groups

MIT License
37 stars 4 forks source link

Feature Request: Tabs saved on branch change #7

Closed Jared-Dev closed 4 years ago

Jared-Dev commented 4 years ago

Feature Request

I would love to see is to automate this plugin a bit in regards to its functionality surrounding git branches.

Ideally this would look something like...

When leaving a branch

  1. If you have five tabs open
  2. You switch branches
  3. Open tabs are all saved (bonus points if the groups/layout could be saved)
  4. Have a setting that designates if all tabs should close or stay open. I see two options ATM, Close All, Leave All Open (if you are switching to a branch that was previously saved the tabs should close and open the previous group)

When loading a branch

  1. Checks for existing branches with saved tabs.
  2. If the branch has saved tabs -> Open them all
usama8800 commented 4 years ago

That's an awesome idea! I'll try to implement it but no bonus points are possible currently, unfortunately

usama8800 commented 4 years ago

Blocked on this issue

usama8800 commented 4 years ago

I just published a change. I changed the extension to activate on startup until the issue is fixed