This commit is contained in:
Antonio Scandurra 2023-04-03 13:18:16 +02:00
parent 75ecf92ae4
commit b26d4f4f62
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -1,3 +0,0 @@
use gpui::MutableAppContext;
fn init(cx: &mut MutableAppContext) {}