Fixes terminal launch issues and adds tests for queries

This commit is contained in:
Mikayla Maki 2022-07-12 17:45:11 -07:00
parent 0bcd209a3f
commit 41e83b6be2
4 changed files with 235 additions and 119 deletions

View file

@ -27,4 +27,6 @@ dirs = "4.0.0"
gpui = { path = "../gpui", features = ["test-support"] }
client = { path = "../client", features = ["test-support"]}
project = { path = "../project", features = ["test-support"]}
workspace = { path = "../workspace", features = ["test-support"] }