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
I keep seeing multiple entries of the following message in the Error Log (Eclipse IDE 2024-06 M2)
[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)
Probably. The LS are usually shut down when you close a file (if this is the last file open in the project), and restarted when opening a new file from project.
Maybe there is a bug here that makes that the LS restarts more frequently than expected; maybe the LS is now capable of handling multiple projects and could be started only once for all files. But both questions require more analysis.
Can you please provide steps to reproduce what you think is an issue? Are you aware of the eslint-ls now capable of supporting multiple projects?
The "ESLint server running in node" message seems to randomly reoccur even within the same Eclipse project, and without closing any files. Sometimes, they were only a few seconds apart.
I keep seeing multiple entries of the following message in the Error Log (Eclipse IDE 2024-06 M2)
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)
The text was updated successfully, but these errors were encountered: