Skip to content

Commit 32f16b6

Browse files
authored
chore: naming (#717)
1 parent 0f4a296 commit 32f16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_workspace/src/workspace/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl WorkspaceServer {
237237
// `matched_path_or_any_parents` panics if `source` is not under the gitignore root.
238238
// This checks excludes absolute paths that are not a prefix of the base root.
239239
if !path.has_root() || path.starts_with(ignore.path()) {
240-
// Because Postgres Tools passes a list of paths,
240+
// Because Postgres Language Server passes a list of paths,
241241
// we use `matched_path_or_any_parents` instead of `matched`.
242242
ignore
243243
.matched_path_or_any_parents(path, path.is_dir())

0 commit comments

Comments
 (0)