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 02c4c9e commit 058c1ecCopy full SHA for 058c1ec
crates/pg_lsp_new/src/session.rs
@@ -251,7 +251,7 @@ impl Session {
251
if self.configuration_status().is_error() && !self.notified_broken_configuration() {
252
self.set_notified_broken_configuration();
253
self.client
254
- .show_message(MessageType::WARNING, "The configuration file has errors. Biome will report only parsing errors until the configuration is fixed.")
+ .show_message(MessageType::WARNING, "The configuration file has errors. PgLSP will report only parsing errors until the configuration is fixed.")
255
.await;
256
}
257
0 commit comments