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
This way, editors can attach to the running process in port 5005 and enable debugging the language server.
I have successfully managed to do it from vscode by modifying the command manually.
The text was updated successfully, but these errors were encountered:
Currently, the language server is started with the command:
I suggest adding a boolean flag to the gradle plugin's configuration called development:
that when enabled adds the following jvm configuration to the language server process:
This way, editors can attach to the running process in port 5005 and enable debugging the language server.
I have successfully managed to do it from vscode by modifying the command manually.
The text was updated successfully, but these errors were encountered: