Simple extension to sync tabs between open editors/tab groups
This is a super awful way to work around microsoft/vscode#143024
screenrecording_2023-03-09_H21M20S37.mp4
I've done a terrible thing
- Resets back to whatever the current file is on any split, closing all other files.
- Will sometimes focus whatever file was opened in all editors
Find it in the marketplace, or:
npm run compile
npx vsce package
code --install-extension tabgroup-sync-0.1.0.vsix
If you are at all familiar with typescript then you probably have me beat, please fork this or reimplement so that it no longer is terrible. Please.