eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
57 stars 54 forks source link

"[Info] ESLint server running in node v18.18.2" keeps showing up in logs #992

Closed kohlschuetter closed 2 months ago

kohlschuetter commented 2 months ago

I keep seeing multiple entries of the following message in the Error Log

[Info]  ESLint server running in node v18.18.2

Does this mean that the server gets restarted? Why? I don't see a corresponding error message. If there was an error, it should be shown. If there was no error, the message should not appear again in the logs.

(I use the error log to check for new messages coming from a specific Maven plugin, and this repetitive noise is quite annoying)

eclipse.buildId=4.32.0.20240502-0721
java.version=21.0.3
java.vendor=Eclipse Adoptium
BootLoader constants: OS=macosx, ARCH=aarch64, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring /Users/ck/.eclipse_keyring
Command-line arguments:  -os macosx -ws cocoa -arch aarch64 -product org.eclipse.epp.package.jee.product -keyring /Users/ck/.eclipse_keyring
sebthom commented 2 months ago

LSP4E does not provide ESLint server. If you have an actual issues with it please open a ticket in the corresponding repo at https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper

kohlschuetter commented 2 months ago

following up with https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issues/1549