Skip to content

Commit

Permalink
attempt to catch panics in lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 18, 2024
1 parent df54499 commit 6007f8a
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 246 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ 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 @@ -129,7 +130,7 @@ ffi = ["libffi", "libloading"]
fft = ["rustfft"]
gif = ["dep:gif", "image", "color_quant"]
invoke = ["open"]
lsp = ["tower-lsp", "tokio", "native_sys"]
lsp = ["tower-lsp", "tokio", "native_sys", "futures"]
native_sys = []
profile = ["serde_yaml"]
raw_mode = ["rawrrr", "native_sys"]
Expand Down
Loading

0 comments on commit 6007f8a

Please sign in to comment.