Skip to content

Commit 92c6815

Browse files
committed
progress
1 parent ba3defd commit 92c6815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_lsp/src/handlers/code_actions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub async fn execute_command(
122122
Ok(None)
123123
}
124124
"pgls.invalidateSchemaCache" => {
125-
session.workspace.invalidate_schema_cache(false)?;
125+
session.workspace.invalidate_schema_cache(true)?;
126126

127127
session
128128
.client

0 commit comments

Comments
 (0)