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
We currently have an action in the UI that applies a WorkspaceEdit. However, it only applies text edits to files. The "new style" WorkspaceEdits can contain file level changes, we need to extend org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction
with support to do file (directory) level changes
The text was updated successfully, but these errors were encountered:
We currently have an action in the UI that applies a WorkspaceEdit. However, it only applies text edits to files. The "new style" WorkspaceEdits can contain file level changes, we need to extend
org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction
with support to do file (directory) level changes
The text was updated successfully, but these errors were encountered: