Show the last in-progress task from language servers

This commit is contained in:
Antonio Scandurra 2022-03-11 09:59:13 +01:00
parent 5157b42896
commit 7a454003fe
4 changed files with 20 additions and 7 deletions

View file

@ -24,6 +24,7 @@ futures = "0.3"
log = "0.4"
parking_lot = "0.11.1"
postage = { version = "0.4.1", features = ["futures-traits"] }
smallvec = { version = "1.6", features = ["union"] }
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }