Show full path for file worktrees or when there is more than 1 worktree

This commit is contained in:
Antonio Scandurra 2022-04-02 16:10:10 +02:00
parent 9225629208
commit c39de1f9dc
5 changed files with 48 additions and 27 deletions

View file

@ -12,6 +12,7 @@ collections = { path = "../collections" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }
language = { path = "../language" }
project = { path = "../project" }
search = { path = "../search" }
theme = { path = "../theme" }
workspace = { path = "../workspace" }