Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment
  • Loading branch information
juleswritescode committed Apr 1, 2025
commit f59cc2e3e5c953a69db3e190aee63f79ba103190
2 changes: 0 additions & 2 deletions crates/pgt_lsp/src/handlers/code_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ pub async fn execute_command(
/*
* Updating all diagnostics: the changes caused by the statement execution
* might affect many files.
*
* TODO: in test.sql, this seems to work after create table, but not after drop table.
*/
session.update_all_diagnostics().await;

Expand Down
Loading