We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b19a3 commit c8f8d6aCopy full SHA for c8f8d6a
1 file changed
crates/pgls_treesitter/src/context/ancestors.rs
@@ -30,7 +30,7 @@ impl ScopeTracker {
30
31
self.scopes
32
.last_mut()
33
- .unwrap_or_else(|| panic!("No top-level grammar-rule found. Please create an issue with the entire Postgres file, noting where you've hovered."))
+ .unwrap_or_else(|| panic!("No top-level grammar-rule found. Please create an issue with the entire Postgres file, noting cursor/hover position."))
34
.ancestors
35
.register(node, position);
36
}
0 commit comments