You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in the project diff view, you can collapse and expand folders, but if you have collapsed folders, it will expand ALL of them when you stage a change, meaning that you have to go and collapse them again.
You can see this in the clip below with the "Staged changes" and the "Changes > build" directory. I stage the GitService.groovy file and you can see all the folders expand.
Screen.Recording.2025-06-19.at.13.42.34.mov
The same thing happens when unstaging files too.
nvim --version output:
❯ nvim -v
NVIM v0.12.0-dev-2566+g5fd03508aa-Homebrew
Build type: Release
LuaJIT 2.1.1748459687
Run "nvim -V1 -v" for more info
Description
When in the project diff view, you can collapse and expand folders, but if you have collapsed folders, it will expand ALL of them when you stage a change, meaning that you have to go and collapse them again.
You can see this in the clip below with the "Staged changes" and the "Changes > build" directory. I stage the
GitService.groovyfile and you can see all the folders expand.Screen.Recording.2025-06-19.at.13.42.34.mov
The same thing happens when unstaging files too.
❯ nvim -v
NVIM v0.12.0-dev-2566+g5fd03508aa-Homebrew
Build type: Release
LuaJIT 2.1.1748459687
Run "nvim -V1 -v" for more info