You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also try reproduce the issue using clean environment using the following command: M-x lsp-start-plain
Bug description
An error is return by phpactor when trying to rename a php class, saying that the expected new location/name of its file can not be found. Rename/move is never done.
Steps to reproduce
Using phpactor place the cursor in the class name and run lsp-rename and choose a new name.
Expected behavior
The file holding the class should be renamed/moved, but the error prevents it.
I notice there is a request between, willRenamefiles and the error, could phpactor expects the client has finished the renamed/move of the file by the next request? Unfortunetly I couldn't figure out who was sending that request before the move was made to stop it just to test. Actually is not a request but notice recieved my bad.
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
An error is return by phpactor when trying to rename a php class, saying that the expected new location/name of its file can not be found. Rename/move is never done.
Steps to reproduce
Using phpactor place the cursor in the class name and run lsp-rename and choose a new name.
Expected behavior
The file holding the class should be renamed/moved, but the error prevents it.
Which Language Server did you use?
phpactor/php using php-mode
OS
Linux
Error callstack
Anything else?
I notice there is a request between, willRenamefiles and the error, could phpactor expects the client has finished the renamed/move of the file by the next request? Unfortunetly I couldn't figure out who was sending that request before the move was made to stop it just to test.Actually is not a request but notice recieved my bad.I opened a ticket in phpactor's github as well: phpactor/phpactor#2879
I hope you guys can help me thank you.
The text was updated successfully, but these errors were encountered: