diff --git a/crates/copilot/Cargo.toml b/crates/copilot/Cargo.toml index 5c9ef2d7c4..343186c526 100644 --- a/crates/copilot/Cargo.toml +++ b/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" diff --git a/crates/copilot/src/editor.rs b/crates/copilot/src/editor.rs deleted file mode 100644 index 7fc4204449..0000000000 --- a/crates/copilot/src/editor.rs +++ /dev/null @@ -1,3 +0,0 @@ -use gpui::MutableAppContext; - -fn init(cx: &mut MutableAppContext) {}