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
auto - automatically switches between displaying files as a tree or list based on the gitlens.gitExplorer.files.threshold setting and the number of files at each nesting level
list - displays files as a list
tree - displays files as a tree
Adds gitlens.gitExplorer.files.layout setting to specify how the GitLens custom view will display files
Adds gitlens.gitExplorer.files.compact setting to specify whether or not to compact (flatten) unnecessary file nesting in the GitLens custom view
Adds gitlens.gitExplorer.files.threshold setting to specify when to switch between displaying files as a tree or list based on the number of files in a nesting level in the GitLens custom view
Adds ${directory} token to the file formatting settings
Changed
Changes ${path} token to be the full file path in the file formatting settings
Fixed
Fixes #153 - New folders treated as files in "Changed Files" section of the sidebar component