Refactor out git status into FileName component
Integrate file name component into the editor's tab content
This commit is contained in:
parent
e1c1100c7b
commit
41bef2e444
6 changed files with 98 additions and 26 deletions
|
@ -10,6 +10,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
gpui = { path = "../gpui" }
|
||||
fs = { path = "../fs" }
|
||||
anyhow.workspace = true
|
||||
indexmap = "1.6.2"
|
||||
parking_lot.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue