Skip to content

Commit

Permalink
rune-languagserver: Add language-server compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 22, 2024
1 parent 4fb1b82 commit 037c3e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rune-languageserver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ fn main() -> Result<()> {
println!("Rune language server {}", VERSION);
return Ok(());
}
"language-server" => {
// ignore
}
other => {
bail!("Unsupported option: {}", other);
}
Expand Down

0 comments on commit 037c3e9

Please sign in to comment.