Added git status to the project panel, added worktree test

This commit is contained in:
Mikayla Maki 2023-05-09 14:42:51 -07:00 committed by Mikayla Maki
parent 93f57430da
commit e98507d8bf
No known key found for this signature in database
4 changed files with 246 additions and 19 deletions

View file

@ -74,5 +74,6 @@ lsp = { path = "../lsp", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
git2 = { version = "0.15", default-features = false }
tempdir.workspace = true
unindent.workspace = true