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 226d76f commit 89ac03aCopy full SHA for 89ac03a
crates/pg_cli/src/commands/daemon.rs
@@ -111,7 +111,6 @@ pub(crate) fn lsp_proxy(
111
log_file_name_prefix: Option<String>,
112
) -> Result<(), CliDiagnostic> {
113
let rt = Runtime::new()?;
114
- println!("Starting LSP Proxy…");
115
rt.block_on(start_lsp_proxy(
116
&rt,
117
config_path,
crates/pg_lsp_new/src/main.rs
0 commit comments