Style new lsp log menu, add a test for it

This commit is contained in:
Max Brunsfeld 2023-06-07 16:55:29 -07:00
parent 66f215cd13
commit 817644eb20
7 changed files with 210 additions and 38 deletions

View file

@ -24,7 +24,9 @@ serde.workspace = true
anyhow.workspace = true
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
env_logger.workspace = true
unindent.workspace = true