We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4a296 commit 32f16b6Copy full SHA for 32f16b6
crates/pgls_workspace/src/workspace/server.rs
@@ -237,7 +237,7 @@ impl WorkspaceServer {
237
// `matched_path_or_any_parents` panics if `source` is not under the gitignore root.
238
// This checks excludes absolute paths that are not a prefix of the base root.
239
if !path.has_root() || path.starts_with(ignore.path()) {
240
- // Because Postgres Tools passes a list of paths,
+ // Because Postgres Language Server passes a list of paths,
241
// we use `matched_path_or_any_parents` instead of `matched`.
242
ignore
243
.matched_path_or_any_parents(path, path.is_dir())
0 commit comments