Skip to content

Commit

Permalink
Update to make it work with new rename panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Apr 21, 2024
1 parent d6161e3 commit 1e3291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _render_rename_panel(
'commands': [
[
'lsp_apply_workspace_edit',
{'session_name': session_name, 'edit': workspace_edit}
{'session_name': session_name, 'edit': workspace_edit, 'is_refactoring': True}
],
[
'hide_panel',
Expand Down

0 comments on commit 1e3291b

Please sign in to comment.