Skip to content

Commit

Permalink
fix some lsp deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 19, 2024
1 parent faeb109 commit d9db808
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 286 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ lockfree = {version = "0.5.1", optional = true}
clap = {version = "4", optional = true, features = ["derive"]}
color-backtrace = {version = "0.6.1", optional = true}
ctrlc = {version = "=3.4.4", optional = true}
futures = {version = "0.3.30", optional = true}
notify = {version = "6", optional = true}
rustyline = {version = "14.0.0", optional = true}
terminal-light = {version = "1.4.0", optional = true}
Expand Down Expand Up @@ -130,7 +129,7 @@ ffi = ["libffi", "libloading"]
fft = ["rustfft"]
gif = ["dep:gif", "image", "color_quant"]
invoke = ["open"]
lsp = ["tower-lsp", "tokio", "native_sys", "futures"]
lsp = ["tower-lsp", "tokio", "native_sys"]
native_sys = []
profile = ["serde_yaml"]
raw_mode = ["rawrrr", "native_sys"]
Expand Down
Loading

0 comments on commit d9db808

Please sign in to comment.