-
-
Notifications
You must be signed in to change notification settings - Fork 30
File tree structure not shown on Windows (11) #121
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
File tree doesn't show a tree on Windows 11 (untested on other OSs).
I tested this on a fresh empty .gitconfig file too. My diffnav config can be found below:
ui:
hideHeader: false
hideFooter: false
showFileTree: true
fileTreeWidth: 30
searchTreeWidth: 60
icons: nerd-fonts-full
colorFileNames: false
showDiffStats: true
sideBySide: trueTo Reproduce
Steps to reproduce the behavior:
- Install diffnav on Windows (0.11.0 from releases), not a linux version through WSL
- run
git diff <branch> | diffnavor equivalent (to get a diff) - See that the file tree is a file list
Expected behavior
The file tree should show sub-directories and not just show the files in a list.
Screenshots
- OS: Windows
- Version: 0.11.0
- Terminal Emulator: Wezterm (also happens on Windows terminal)
- Using tmux? No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working