-
-
Notifications
You must be signed in to change notification settings - Fork 961
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
Latest release commit (8909a94) broke coc_global_extensions #1881
Comments
wow good to see this as I've spent the last 2 hours trying to figure out why it wasn't working. First time coc user -_- |
This commit also broke ccls. I have spent the last 1 hour trying to figure out why a |
I propose rolling it back, but am not familiar with your workflow. |
The same problem. |
Yeah after that change external processes are not launching anymore. Any laguageserver will simply not start. I have a potential fix in #1882, but there's a chance other similar errors happened as part . I'd recommend reviewing all changes from |
Duplicate of #1878. |
LanguageServerConfig.enable was mistyped and the linter got it wrong. There's a chance this is happening in other places, I'd recommend reviewing all changes from `!== false` or `=== false` to simple truthy checks. Related to #1881. Co-authored-by: francisco souza <fsouza@users.noreply.github.com>
@fsouza I've did a review and fixed similar issues which caused by eslint autofix with |
@chemzqm thank you very much! |
It's not fixed |
References: * neoclide/coc.nvim#1881 * neoclide/coc.nvim#1878 Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
got same error here. |
Thank you @chemzqm ! |
They just don't work on a fresh install. No extensions get installed. Nothing in the package.json.
When I revert to
244b439
they work just fine.Sorry for not filling out all the details as typical in a bug report, but this should be easily reproducible.
The text was updated successfully, but these errors were encountered: