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
When integration JDT-LS as a thread in an Eclipse application, we enter an infinite loop of logging: JDT-LS will create some log event, Eclipse LSP4E will generate an Eclipse log event for this, that JDT-LS will catch and send as a log event and so on.
To avoid that, JDT-LS should provide some way to skip logging. Something like a system property could be good enough.
The text was updated successfully, but these errors were encountered:
When integration JDT-LS as a thread in an Eclipse application, we enter an infinite loop of logging: JDT-LS will create some log event, Eclipse LSP4E will generate an Eclipse log event for this, that JDT-LS will catch and send as a log event and so on.
To avoid that, JDT-LS should provide some way to skip logging. Something like a system property could be good enough.
The text was updated successfully, but these errors were encountered: