We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb1019 commit 4c8b942Copy full SHA for 4c8b942
crates/pg_lsp/src/server.rs
@@ -99,10 +99,7 @@ impl Server {
99
100
connection.initialize_finish(id, serde_json::to_value(result)?)?;
101
102
- let client_flags = Arc::new(from_proto::client_flags(
103
- params.capabilities,
104
- params.client_info,
105
- ));
+ let client_flags = Arc::new(from_proto::client_flags(params.capabilities));
106
107
let pool = Arc::new(threadpool::Builder::new().build());
108
0 commit comments