Switch to using zed hosted copilot LSP (again)

co-authored-by: antonio <antionio@zed.dev>
This commit is contained in:
Mikayla Maki 2023-03-30 09:29:44 -07:00
parent 5b3b74345d
commit e46cd2def3
3 changed files with 31 additions and 20 deletions

View file

@ -21,6 +21,7 @@ util = { path = "../util" }
client = { path = "../client" }
workspace = { path = "../workspace" }
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
async-tar = "0.4.2"
anyhow = "1.0"
log = "0.4"
serde = { workspace = true }