We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aac65 commit 4579400Copy full SHA for 4579400
crates/pgt_workspace/src/workspace/server/parsed_document.rs
@@ -25,7 +25,7 @@ pub struct ParsedDocument {
25
ast_db: PgQueryStore,
26
cst_db: TreeSitterStore,
27
sql_fn_db: SQLFunctionBodyStore,
28
- annoation_db: AnnotationStore,
+ annotation_db: AnnotationStore,
29
}
30
31
impl ParsedDocument {
0 commit comments