We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1971f6c commit 74cbacfCopy full SHA for 74cbacf
crates/pgt_completions/src/relevance/filtering.rs
@@ -146,7 +146,7 @@ impl CompletionFilter<'_> {
146
147
// we should never allow schema suggestions if there already was one.
148
CompletionRelevanceData::Schema(_) => false,
149
- // no aliases and schemas for policies
+ // no policy comletion if user typed a schema node first.
150
CompletionRelevanceData::Policy(_) => false,
151
};
152
0 commit comments