We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93cc93 commit 5a7038aCopy full SHA for 5a7038a
lua/claudecode/diff.lua
@@ -756,6 +756,8 @@ function M._setup_blocking_diff(params, resolution_callback)
756
message = "Failed to discard unsaved changes before creating diff",
757
data = discard_err,
758
})
759
+ else
760
+ logger.warn("diff", "Discarded unsaved changes in " .. params.old_file_path)
761
end
762
763
0 commit comments