We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f4d4e commit 006ca5dCopy full SHA for 006ca5d
1 file changed
crates/pgls_fs/src/path.rs
@@ -160,7 +160,7 @@ impl PgLSPath {
160
/// Returns the contents of a file, if it exists
161
///
162
/// ## Error
163
- /// If Postgres Tools doesn't have permissions to read the file
+ /// If Postgres Language Server doesn't have permissions to read the file
164
pub fn get_buffer_from_file(&mut self) -> String {
165
// we assume we have permissions
166
read_to_string(&self.path).expect("cannot read the file to format")
0 commit comments