We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dba4f8 commit 72f4d4eCopy full SHA for 72f4d4e
crates/pgls_workspace/src/configuration.rs
@@ -338,7 +338,7 @@ impl PartialConfigurationExt for PartialConfiguration {
338
err.to_string(),
339
)
340
.with_verbose_advice(markup! {
341
- "Postgres Tools tried to load the configuration file \""<Emphasis>{
+ "Postgres Language Server tried to load the configuration file \""<Emphasis>{
342
extend_configuration_file_path.display().to_string()
343
}</Emphasis>"\" in \"extends\" using \""<Emphasis>{
344
external_resolution_base_path.display().to_string()
0 commit comments