-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESLint stops functioning after updating vscode-langservers-extracted
to 4.10.0
#3146
Comments
Thanks for your report. The configs in this repo are unsupported and provided only as a starting point. We depend on users (like you) to troubleshoot issues with their specific LSP setups and send improvements. If you have a usage question, try asking it at: If you found a bug in the core Nvim
|
@justinmk hey, I appreciate your time and apologize for mistakenly posting this issue in the incorrect repo. Will try to fix it and report it properly. Thanks! |
Do you have any clues on how to fix the setup for version 4.10? I am looking, but I haven't found anything so far. |
Im also encountering this, and @jackpinto @mguellsegarra what behavior are you experiencing? For me, the diagnostics just dont show at all, however if i run |
Workaround:
|
|
@9mm same here, it only doesn't show the diagnostics. |
Diagnostics don't show up, sadly. I ended up putting all my |
Installing like @when-harry-met-sally suggested it, works for me |
Description
Hello,
I've encountered an issue with ESLint after updating the vscode-langservers-extracted package from version 4.8.0 to versions 4.9.0 and 4.10.0. Upon updating, ESLint functionality appears to break. Tested in different OS's and different node versions.
Before the update (at version 4.8.0), ESLint was functioning as expected within my projects, providing linting feedback and error/warning highlights in my code.
After updating to 4.9.0 and then 4.10.0, ESLint no longer provides linting feedback.
I'm unsure if this is the correct place to report this issue, but I wanted to bring it to your attention in case others are experiencing similar problems. Thank you for your help and for maintaining this important tool.
The text was updated successfully, but these errors were encountered: