Skip to content

Commit 058c1ec

Browse files
Update crates/pg_lsp_new/src/session.rs
Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
1 parent 02c4c9e commit 058c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_lsp_new/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl Session {
251251
if self.configuration_status().is_error() && !self.notified_broken_configuration() {
252252
self.set_notified_broken_configuration();
253253
self.client
254-
.show_message(MessageType::WARNING, "The configuration file has errors. Biome will report only parsing errors until the configuration is fixed.")
254+
.show_message(MessageType::WARNING, "The configuration file has errors. PgLSP will report only parsing errors until the configuration is fixed.")
255255
.await;
256256
}
257257

0 commit comments

Comments
 (0)