Skip to content

Commit

Permalink
Editor option to run the language server from cargo project
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed May 3, 2023
1 parent 802101c commit de72a40
Show file tree
Hide file tree
Showing 14 changed files with 389 additions and 138 deletions.
2 changes: 1 addition & 1 deletion crates/rune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bench = []
workspace = ["toml", "semver", "relative-path", "serde-hashkey"]
doc = ["rust-embed", "handlebars", "pulldown-cmark", "syntect"]
cli = ["doc", "bincode", "atty", "tracing-subscriber", "anyhow/std", "clap", "webbrowser", "capture-io", "disable-io", "languageserver", "fmt"]
languageserver = ["lsp", "ropey", "percent-encoding", "url", "serde_json", "tokio", "workspace", "doc"]
languageserver = ["lsp", "ropey", "percent-encoding", "url", "serde_json", "tokio", "tokio/macros", "tokio/io-std", "workspace", "doc"]
capture-io = ["parking_lot"]
disable-io = []
fmt = []
Expand Down
Loading

0 comments on commit de72a40

Please sign in to comment.