fix: show refactored success msg (#3233)

This commit is contained in:
Rubin Bhandari 2024-05-19 21:30:36 +05:45 committed by GitHub
parent 93c156a0a5
commit 4a41012483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,8 @@ return {
},
printf_statements = {},
print_var_statements = {},
show_success_message = true, -- shows a message with information about the refactor on success
-- i.e. [Refactor] Inlined 3 variable occurrences
},
config = function(_, opts)
require("refactoring").setup(opts)