VSCode shows in the status line which branch of git repository we are in. But switching the branch does nothing to the open editors.
My branches are usually working with different set of files and once I switch branches, I have to close all editors, and manually open the files for the another branch. Repeat for each git switch
...
Is there a plugin for VSCode which can help with this?