Skip to content

Commit 74cbacf

Browse files
comment
1 parent 1971f6c commit 74cbacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_completions/src/relevance/filtering.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl CompletionFilter<'_> {
146146

147147
// we should never allow schema suggestions if there already was one.
148148
CompletionRelevanceData::Schema(_) => false,
149-
// no aliases and schemas for policies
149+
// no policy comletion if user typed a schema node first.
150150
CompletionRelevanceData::Policy(_) => false,
151151
};
152152

0 commit comments

Comments
 (0)