usama8800 / VSCode-Tab-Groups

MIT License
37 stars 4 forks source link

[Feature Request] Do not restore groups after changing git branch #23

Closed lonix1 closed 3 years ago

lonix1 commented 3 years ago

The tab-groups.gitBranchGroups feature is really nice!

But it both saves AND restores. When switching branches, sometimes my vscode goes crazy, opening tabs, closing them, opening, closing, again, again. And then... the wrong ones are open. :smile:

Please add a feature so we can save automatically, BUT not restore (this can be done manually from the sidebar).

Perhaps "tab-groups.automaticRestoreOnGitBranchChange": true - this would make it a backward-compatible change. And if you want to disable that behavior, you set that to false.

usama8800 commented 3 years ago

Good idea