generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Use case:
When renaming a symbol, a set of files should be renamed.
Flow:
- Client sends textDocument/rename request to LS.
- LS responds with WorkspaceEdit containing RenameFile ResourceOperation.
- Client applies the operation in com.redhat.devtools.lsp4ij.LSPIJUtils#applyWorkspaceEdit(org.eclipse.lsp4j.WorkspaceEdit, java.lang.String)
Actual result:
Client doesn’t send workspace/didRenameFiles notification for files from RenameFile operation.
Expected result:
As in VS Code, the client should send workspace/didRenameFiles notification for files from RenameFile operation.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In Progress