From b26d4f4f62283ac7ab9ec50810277bc4fa34e44c Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 3 Apr 2023 13:18:16 +0200 Subject: [PATCH] :fire: --- crates/copilot/Cargo.toml | 1 - crates/copilot/src/editor.rs | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 crates/copilot/src/editor.rs 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) {}