Pull up diagnostic and cursor position status bar items creation

This commit is contained in:
Antonio Scandurra 2021-11-24 16:04:24 +01:00
parent 9bb195e177
commit 03bd6d6c33
3 changed files with 18 additions and 12 deletions

View file

@ -27,6 +27,7 @@ tree-sitter-rust = { version = "0.19.0", optional = true }
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
tree-sitter = "0.19.5"