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
The menu item to select and run OpenRewrite recipes is broken and throws exceptions if there is no language server around. We should probably start a language server in case there is no language server running when selecting the menu item or executing a recipe from the dialog.
The text was updated successfully, but these errors were encountered:
It should have worked in the case of VSCode. This commit should address this issue for VSCode: 5b5ac91
As for the Eclipse, I don't think there is anything in LSP4E to start LS on an action execution... Therefore i think our best bet is the solution to #880.
The menu item to select and run OpenRewrite recipes is broken and throws exceptions if there is no language server around. We should probably start a language server in case there is no language server running when selecting the menu item or executing a recipe from the dialog.
The text was updated successfully, but these errors were encountered: