vscode-gitlens
vscode-gitlens copied to clipboard
Persistent View State and Pinning
It would be great if GitLens could remember the open views and keep them pinned in their exact locations when I open a new instance of Visual Studio Code. Currently, all views start collapsed by default, as shown below. As a result, I have to manually uncollapse and rearrange the views that I find useful one by one every time when I open a new VSCode
Unfortunately, GitLens can't control this -- we only get to set the desired defaults. I opened https://github.com/microsoft/vscode/issues/188221 to track this.