ended3월 22일· 1 sources
VSCode doesn't save your open tabs and positions when you switch Git branches. I made a fix. (Open Source)
VSCode에서 Git 브랜치 전환 시 열린 탭과 커서 위치가 사라지는 문제, 직접 해결했습니다 (오픈소스)
Why it matters
The author built Branch Workspaces, an open-source VSCode extension that automatically saves and restores open tabs, cursor positions, scroll positions, and editor layout when switching Git branches. It monitors .git/HEAD directly, so it works regardless of how branches are switched (terminal, UI, or other tools), and stores all state locally with no configuration required.
1
Sources
+0
24h
—
Growth
182d
Active
Branch WorkspacesVSCode ExtensionGit brancheseditor statecursor positions