:fire:

Antonio Scandurra created

Change summary

crates/copilot/Cargo.toml    | 1 -
crates/copilot/src/editor.rs | 3 ---
2 files changed, 4 deletions(-)

Detailed changes

crates/copilot/Cargo.toml 🔗

@@ -19,7 +19,6 @@ lsp = { path = "../lsp" }
 node_runtime = { path = "../node_runtime"}
 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"