mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
🔥
This commit is contained in:
parent
75ecf92ae4
commit
b26d4f4f62
@ -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"
|
||||
|
@ -1,3 +0,0 @@
|
||||
use gpui::MutableAppContext;
|
||||
|
||||
fn init(cx: &mut MutableAppContext) {}
|
Loading…
Reference in New Issue
Block a user