We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca6a5bf + f8389bf commit 7d8b8a5Copy full SHA for 7d8b8a5
crates/lsp-async-stub/src/listen.rs
@@ -64,8 +64,6 @@ impl<W: Clone + 'static> Server<W> {
64
drop(output);
65
drop(input);
66
break;
67
- } else if msg.method.as_ref().map(|m| m == "shutdown").unwrap_or(false) {
68
- continue;
69
}
70
71
let task_fut = self.handle_message(
0 commit comments